* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #F8D794 0%, #F8D794 100%);
    min-height: 100vh;
    padding: 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.header {
    background: linear-gradient(135deg, #284139, #111A19);
    color: white;
    padding: 30px;
    text-align: center;
}

.header h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

.header p {
    opacity: 0.9;
    font-size: 16px;
}

.content {
    padding: 40px;
}

.upload-section {
    margin-bottom: 40px;
    padding: 30px;
    border: 2px dashed #e0e0e0;
    border-radius: 10px;
    background: #fafafa;
}

.upload-section h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 20px;
}

.file-input-group {
    margin-bottom: 20px;
}

.file-input-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #555;
}

.file-input {
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 8px;
    background: white;
    font-size: 14px;
    transition: border-color 0.3s;
}

.file-input:focus {
    outline: none;
    border-color: #667eea;
}

.buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-primary {
    background: linear-gradient(135deg, #F8D794, #BB6830);
    color: white;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.btn-success {
    background: linear-gradient(135deg, #809076, #284139);
    color: white;
}

.btn-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 184, 148, 0.3);
}

.btn-danger {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
}

.btn-danger:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(231, 76, 60, 0.3);
}

.btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.status {
    margin-top: 30px;
    padding: 20px;
    border-radius: 8px;
    font-weight: 600;
}

.status.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.status.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.status.info {
    background: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 15px;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #809076, #111A19);
    width: 0%;
    transition: width 0.3s;
}

.preview-section {
    margin-top: 40px;
}

.preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.preview-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.preview-card img {
    width: 100%;
    height: auto;
    display: block;
}

.preview-info {
    padding: 15px;
}

.preview-info h4 {
    color: #2c3e50;
    margin-bottom: 5px;
}

.preview-info p {
    color: #666;
    font-size: 14px;
}

.hidden {
    display: none;
}

.canvas-container {
    position: relative;
    display: inline-block;
}

#previewCanvas {
    border: 1px solid #ddd;
    border-radius: 8px;
}

.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.member-list {
    margin-top: 20px;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: white;
}

.member-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.member-item:last-child {
    border-bottom: none;
}

.member-info {
    flex: 1;
}

.member-name {
    font-weight: 600;
    color: #2c3e50;
}

.member-details {
    font-size: 14px;
    color: #666;
    margin-top: 4px;
}

 .social-icons {
  display: flex;
  justify-content: center;
  padding: 10px;
  gap: 10px; /* espaço entre os ícones */
}

.social-icons i {
  font-size: 24px;
  transition: transform 0.2s;
}

.fa-linkedin {
  color: #0077b5;
}

.fa-github {
  color: #030303;
}

/* Efeito hover opcional */
.social-icons a:hover i {
  transform: scale(1.1);
}

 footer {
    background-color: white;
    color: #111A19;
    text-align: center;
    padding: 15px 10px;
    font-size: 0.9em;
    width: 100%;
    max-width: 1200px; /* Igual à .container */
    margin: 30px auto 0 auto; /* Centraliza o footer e adiciona margem superior */
    border-top: 1px solid white;
    border-radius: 15px;
}

footer a {
    color: #BB6830;
    text-decoration: none;
    font-weight: 500;
}

footer a:hover {
    text-decoration: underline;
}
 @media (max-width: 480px) {
    footer{
        width: 100%;
        max-width: 100%;
        margin: 20px auto 0 auto;
        border-radius: 10px;
    }

 }
