.navbar{background:var(--surface);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow);position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2}.navbar-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand{display:flex;align-items:center}.brand-link{font-size:1.5rem;font-weight:700;color:var(--text-primary);text-decoration:none;background:linear-gradient(135deg,var(--accent-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease;letter-spacing:-.02em}.brand-link:hover{transform:scale(1.05)}.navbar-links{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--text-primary);text-decoration:none;font-weight:500;font-size:.95rem;transition:all .2s ease;position:relative;padding:.5rem 0}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(135deg,var(--accent-color),var(--secondary-color));transition:width .3s ease}.nav-link:hover{color:var(--accent-color)}.nav-link:hover:after{width:100%}@media (max-width: 768px){.navbar-container{padding:1rem 1.5rem}.brand-link{font-size:1.25rem}.navbar-links{gap:1.25rem}.nav-link{font-size:.875rem}}.pdf-uploader{margin-bottom:2rem}.upload-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}@media (max-width: 968px){.upload-section{grid-template-columns:1fr}}.upload-area{border:2px dashed var(--border-color);border-radius:16px;padding:3rem 2rem;text-align:center;background:var(--surface);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow);position:relative;overflow:hidden;min-height:280px;display:flex;align-items:center;justify-content:center}.upload-area:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#8b5cf608,#3b82f608);opacity:0;transition:opacity .3s ease}.upload-area:hover{border-color:var(--accent-color);background:var(--surface);transform:translateY(-4px);box-shadow:var(--shadow-xl)}.upload-area:hover:before{opacity:1}.upload-content{display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;z-index:1}.upload-icon{margin-bottom:1rem;opacity:.7;color:var(--accent-color);display:flex;align-items:center;justify-content:center}.upload-icon svg{width:64px;height:64px;display:block}.upload-content h3{font-size:1.25rem;color:var(--text-primary);margin:0 0 .5rem;font-weight:600}.upload-content p{color:var(--text-secondary);margin:0;font-size:.9rem}.file-name{margin-top:1rem!important;font-weight:600;color:var(--accent-color)!important}.upload-status{display:flex;flex-direction:column;align-items:center;gap:1rem}.spinner{width:48px;height:48px;border:4px solid var(--border-color);border-top-color:var(--accent-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{margin-top:1rem;padding:1rem 1.25rem;background:#dc26261a;color:var(--error-color);border-radius:8px;border-left:4px solid var(--error-color);font-weight:500}.bank-selector{margin-top:1.5rem;padding:1.5rem;background:var(--surface);border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--shadow)}.bank-selector label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary);font-size:.9rem}.bank-select{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:6px;font-size:1rem;background:var(--surface);color:var(--text-primary);cursor:pointer;transition:border-color .2s ease}.bank-select:hover{border-color:var(--accent-color)}.bank-select:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px #8b5cf61a}.detected-bank{margin-top:.75rem;font-size:.875rem;color:var(--text-secondary)}.detected-bank strong{color:var(--accent-color);font-weight:600}.steps-card{background:var(--surface);border-radius:16px;padding:2rem;border:1px solid var(--border-color);box-shadow:var(--shadow);height:fit-content;min-height:400px}.steps-card h4{margin:0 0 1.5rem;color:var(--text-primary);font-size:1.25rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.steps-card h4:before{content:"";width:4px;height:24px;background:linear-gradient(135deg,var(--accent-color),var(--secondary-color));border-radius:2px}.steps-list{display:flex;flex-direction:column;gap:1.25rem}.step-item{display:flex;gap:1rem;align-items:flex-start}.step-number{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--accent-color),var(--secondary-color));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0;box-shadow:0 2px 8px #8b5cf64d}.step-content{flex:1;padding-top:.25rem}.step-content strong{display:block;color:var(--text-primary);font-size:.95rem;font-weight:600;margin-bottom:.25rem}.step-content p{margin:0;color:var(--text-secondary);font-size:.875rem;line-height:1.5}.instructions-section{margin-top:3rem;padding-top:3rem;border-top:1px solid var(--border-color)}.instructions-section h4{margin:0 0 1.5rem;color:var(--text-primary);font-size:1.5rem;font-weight:600;text-align:center}.instructions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.instruction-card{background:var(--surface);border-radius:12px;padding:1.5rem;border:1px solid var(--border-color);box-shadow:var(--shadow);transition:all .3s ease}.instruction-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:var(--accent-color)}.instruction-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#8b5cf61a,#3b82f61a);display:flex;align-items:center;justify-content:center;color:var(--accent-color);margin-bottom:1rem}.instruction-card h5{margin:0 0 .5rem;color:var(--text-primary);font-size:1rem;font-weight:600}.instruction-card p{margin:0;color:var(--text-secondary);font-size:.875rem;line-height:1.6}@media (max-width: 768px){.steps-card{padding:1.5rem}.instructions-section{margin-top:2rem;padding-top:2rem}.instructions-grid{grid-template-columns:1fr}}.transactions-table-container{background:var(--surface);border-radius:16px;padding:2.5rem;margin-bottom:2rem;box-shadow:var(--shadow-lg);border:1px solid var(--border-color)}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.table-header h3{font-size:1.5rem;color:var(--text-primary);margin:0}.table-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.action-button{border:none;padding:.75rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.copy-button{background:var(--accent-color);color:#fff}.copy-button:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.csv-button{background:var(--secondary-color);color:#fff}.csv-button:hover{background:var(--secondary-hover);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.excel-button{background:var(--success-color);color:#fff}.excel-button:hover{background:#16a34a;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.copy-all-button{background:var(--primary-color);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.copy-all-button:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid var(--border-color)}.transactions-table{width:100%;border-collapse:collapse;background:var(--surface);min-width:800px}.transactions-table thead{background:var(--background);position:sticky;top:0;z-index:10}.transactions-table th{padding:1rem;text-align:left;font-weight:600;color:var(--text-primary);border-bottom:2px solid var(--border-color);font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.transactions-table td{padding:1rem;border-bottom:1px solid var(--border-color);color:var(--text-primary)}.transactions-table tbody tr{transition:background-color .2s ease}.transactions-table tbody tr:hover{background:var(--background)}.copyable-cell{cursor:pointer;position:relative;-webkit-user-select:none;user-select:none;transition:background-color .2s ease}.copyable-cell:hover{background:#8b5cf60d}.copyable-cell:active{background:#e0f2fe}.copy-indicator{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);color:var(--success-color);font-weight:600;font-size:.75rem;background:#22c55e1a;padding:.25rem .5rem;border-radius:4px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-50%) scale(.8)}to{opacity:1;transform:translateY(-50%) scale(1)}}.description-cell{max-width:300px;word-wrap:break-word}.amount-cell{text-align:right;font-weight:600;font-family:Courier New,monospace}.actions-col{width:80px;text-align:center}.copy-row-button{background:transparent;border:1px solid var(--border-color);padding:.5rem;border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:1rem;width:100%}.copy-row-button:hover{background:var(--accent-color);color:#fff;border-color:var(--accent-color)}.installment-badge{background:var(--accent-color);color:#fff;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;display:inline-block}@media (max-width: 768px){.table-header{flex-direction:column;gap:1rem;align-items:flex-start}.table-actions{width:100%;justify-content:flex-start}.action-button{flex:1;justify-content:center;min-width:100px}.copy-all-button{width:100%;justify-content:center}.table-wrapper{font-size:.875rem}.transactions-table th,.transactions-table td{padding:.75rem .5rem}}.statement-viewer{background:var(--surface);border-radius:16px;padding:2.5rem;margin-bottom:2rem;box-shadow:var(--shadow-lg);border:1px solid var(--border-color)}.statement-viewer h2{font-size:1.8rem;margin-bottom:1.5rem;color:var(--text-primary)}.statement-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.info-card{padding:1.5rem;background:var(--background);border-radius:8px;border:1px solid var(--border-color)}.info-card.highlight{background:linear-gradient(135deg,#8b5cf60d,#3b82f60d);border-color:var(--accent-color);border-width:2px}.info-label{font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:1.25rem;font-weight:600;color:var(--text-primary)}.info-value.amount{font-size:1.5rem;color:var(--accent-color);font-weight:700}.transactions-section{margin-top:2rem}.transactions-section h3{font-size:1.3rem;margin-bottom:1rem;color:var(--text-primary)}.transactions-list{display:flex;flex-direction:column;gap:.75rem;max-height:500px;overflow-y:auto}.transaction-item{display:grid;grid-template-columns:120px 1fr auto;gap:1rem;padding:1rem;background:var(--background);border-radius:8px;border:1px solid var(--border-color);align-items:center;transition:all .2s ease}.transaction-item:hover{background:#f8fafc;border-color:var(--primary-color);transform:translate(4px)}.transaction-date{font-size:.875rem;color:var(--text-secondary);font-weight:500}.transaction-description{font-size:.95rem;color:var(--text-primary);display:flex;align-items:center;gap:.5rem}.installment-badge{background:var(--accent-color);color:#fff;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600}.transaction-amount{font-size:1rem;font-weight:600;color:var(--text-primary);text-align:right;display:flex;align-items:center;gap:.5rem;justify-content:flex-end}.currency-badge{background:var(--success-color);color:#fff;padding:.2rem .4rem;border-radius:4px;font-size:.7rem;font-weight:600}@media (max-width: 768px){.transaction-item{grid-template-columns:1fr;gap:.5rem}.transaction-amount{text-align:left}}.expense-calculator{background:var(--surface);border-radius:16px;padding:2.5rem;box-shadow:var(--shadow-lg);border:1px solid var(--border-color)}.expense-calculator h2{font-size:1.8rem;margin-bottom:1.5rem;color:var(--text-primary)}.statistics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{padding:1.75rem;background:var(--surface);border-radius:12px;border:1px solid var(--border-color);text-align:center;min-width:0;overflow:hidden;transition:all .3s ease;box-shadow:var(--shadow)}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:var(--accent-color)}.stat-label{font-size:.875rem;color:var(--text-secondary);margin-bottom:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:1.5rem;font-weight:700;color:var(--text-primary);word-break:break-word;overflow-wrap:break-word}.stat-value.primary{font-size:1.75rem;color:var(--accent-color);word-break:break-word;overflow-wrap:break-word;line-height:1.2;font-weight:800}.categories-section,.installments-section{margin-top:2rem}.categories-section h3,.installments-section h3{font-size:1.3rem;margin-bottom:1rem;color:var(--text-primary)}.categories-list,.installments-list{display:flex;flex-direction:column;gap:1rem}.category-item,.installment-item{padding:1.25rem;background:var(--background);border-radius:8px;border:1px solid var(--border-color)}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.category-name{font-size:1rem;font-weight:600;color:var(--text-primary)}.category-count{font-size:.875rem;color:var(--text-secondary)}.category-amount{font-size:1.25rem;font-weight:700;color:var(--accent-color);margin-bottom:.75rem}.category-bar,.installment-bar{height:8px;background:var(--border-color);border-radius:4px;overflow:hidden}.category-bar-fill{height:100%;background:linear-gradient(90deg,var(--accent-color) 0%,var(--secondary-color) 100%);border-radius:4px;transition:width .3s ease}.installment-description{font-size:.95rem;font-weight:500;color:var(--text-primary);margin-bottom:.75rem}.installment-details{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.installment-progress{font-size:.875rem;color:var(--accent-color);background:#8b5cf61a;padding:.25rem .75rem;border-radius:12px;font-weight:600}.installment-amount{font-size:1.1rem;font-weight:600;color:var(--text-primary)}.installment-bar-fill{height:100%;background:linear-gradient(90deg,var(--success-color) 0%,#16a34a 100%);border-radius:4px;transition:width .3s ease}@media (max-width: 768px){.statistics-grid{grid-template-columns:1fr}.stat-value.primary{font-size:1.5rem}.stat-value{font-size:1.25rem}.category-header,.installment-details{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width: 480px){.stat-value.primary{font-size:1.25rem}.stat-value{font-size:1.1rem}}.faq-section{padding:4rem 2rem;background:var(--surface);border-top:1px solid var(--border-color)}.faq-section .container{max-width:900px;margin:0 auto}.faq-section h2{font-size:2.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem;text-align:center}.faq-subtitle{text-align:center;color:var(--text-secondary);font-size:1.125rem;margin-bottom:3rem}.faq-list{display:flex;flex-direction:column;gap:1.5rem}.faq-item{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;padding:1.75rem;box-shadow:var(--shadow);transition:all .3s ease}.faq-item:hover{box-shadow:var(--shadow-lg);border-color:var(--accent-color);transform:translateY(-2px)}.faq-question{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 .75rem;line-height:1.5}.faq-answer{font-size:1rem;color:var(--text-secondary);margin:0;line-height:1.7}@media (max-width: 768px){.faq-section{padding:3rem 1.5rem}.faq-section h2{font-size:1.75rem}.faq-subtitle{font-size:1rem;margin-bottom:2rem}.faq-item{padding:1.25rem}.faq-question{font-size:1rem}.faq-answer{font-size:.9375rem}}.newsletter-section{padding:4rem 2rem;background:var(--surface);border-top:1px solid var(--border-color)}.newsletter-section .container{max-width:1400px;margin:0 auto}.newsletter-section h2{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem;text-align:center}.newsletter-subtitle{text-align:center;color:var(--text-secondary);font-size:1.125rem;margin-bottom:2rem}.subscribe-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;align-items:start}.newsletter-form,.reminder-form{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;padding:2rem;box-shadow:var(--shadow)}.newsletter-form h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary);font-size:.9rem}.form-group input[type=text],.form-group input[type=email],.form-group input[type=date],.form-group input[type=time],.form-group select{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:6px;font-size:1rem;background:var(--surface);color:var(--text-primary);transition:border-color .2s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px #8b5cf61a}.email-input{flex:1;margin-right:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.newsletter-form .form-group{display:flex;gap:1rem;margin-bottom:0}.subscribe-button,.submit-button{padding:.75rem 2rem;background:linear-gradient(135deg,var(--accent-color),var(--secondary-color));color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;width:100%;margin-top:.5rem}.subscribe-button:hover,.submit-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf666}.subscribe-button:disabled,.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.checkbox-group{margin:1.5rem 0}.checkbox-label{display:flex;align-items:center;cursor:pointer;font-weight:400}.checkbox-label input[type=checkbox]{width:auto;margin-right:.75rem;cursor:pointer}.form-help-text{margin-top:.75rem;font-size:.875rem;color:var(--text-secondary);text-align:center}.reminders-container{display:flex;flex-direction:column;gap:2rem}.reminders-list h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.reminders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-bottom:1.5rem}.reminder-card{background:var(--surface);border:1px solid var(--border-color);border-radius:8px;padding:1.25rem;box-shadow:var(--shadow)}.reminder-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-color)}.reminder-header strong{font-size:1.1rem;color:var(--text-primary)}.reminder-status{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.reminder-status.active{background:#22c55e1a;color:var(--success-color)}.reminder-status.inactive{background:#dc26261a;color:var(--error-color)}.reminder-details p{margin:.5rem 0;font-size:.9rem;color:var(--text-secondary)}.reminder-details strong{color:var(--text-primary)}.reminder-form h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.cancel-button{padding:.75rem 2rem;background:transparent;color:var(--text-secondary);border:1px solid var(--border-color);border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.cancel-button:hover{border-color:var(--accent-color);color:var(--accent-color)}.add-reminder-button{padding:1rem 2rem;background:linear-gradient(135deg,var(--accent-color),var(--secondary-color));color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.add-reminder-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf666}.reminder-count{font-size:.9rem;font-weight:400;color:var(--text-secondary);margin-left:.5rem}.limit-reached{padding:2rem;background:var(--neutral-light);border:1px solid var(--border-color);border-radius:8px;text-align:center}.limit-reached p{margin:.5rem 0;color:var(--text-primary);font-weight:500}.limit-help{font-size:.9rem;color:var(--text-secondary)!important;font-weight:400!important}.cards-section{margin:2rem 0}.cards-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.cards-header h4{margin:0;font-size:1.1rem;font-weight:600;color:var(--text-primary)}.add-card-button{padding:.5rem 1rem;background:transparent;color:var(--accent-color);border:1px solid var(--accent-color);border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.add-card-button:hover{background:var(--accent-color);color:#fff}.card-form-block{background:var(--neutral-light);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.card-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-color)}.card-form-header h5{margin:0;font-size:1rem;font-weight:600;color:var(--text-primary)}.remove-card-button{padding:.375rem .75rem;background:transparent;color:var(--error-color);border:1px solid var(--error-color);border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.remove-card-button:hover{background:var(--error-color);color:#fff}.steps-card-newsletter{background:var(--surface);border-radius:16px;padding:2.5rem;border:1px solid var(--border-color);box-shadow:var(--shadow);height:fit-content;position:sticky;top:100px}.steps-card-newsletter h4{margin:0 0 2rem;color:var(--text-primary);font-size:1.5rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.steps-card-newsletter h4:before{content:"";width:4px;height:24px;background:linear-gradient(135deg,var(--accent-color),var(--secondary-color));border-radius:2px}.steps-list-newsletter{display:flex;flex-direction:column;gap:1.75rem}.step-item-newsletter{display:flex;gap:1rem;align-items:flex-start}.step-number-newsletter{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--accent-color),var(--secondary-color));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0;box-shadow:0 2px 8px #8b5cf64d}.step-content-newsletter{flex:1;padding-top:.25rem}.step-content-newsletter strong{display:block;color:var(--text-primary);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.step-content-newsletter p{margin:0;color:var(--text-secondary);font-size:.95rem;line-height:1.6}@media (max-width: 968px){.subscribe-section{grid-template-columns:1fr}}.message{margin-top:1rem;padding:1rem;border-radius:6px;font-weight:500}.message.success{background:#22c55e1a;color:var(--success-color);border:1px solid var(--success-color)}.message.error{background:#dc26261a;color:var(--error-color);border:1px solid var(--error-color)}@media (max-width: 768px){.newsletter-section{padding:3rem 1.5rem}.newsletter-section h2{font-size:1.75rem}.form-row{grid-template-columns:1fr}.newsletter-form .form-group{flex-direction:column}.email-input{margin-right:0;margin-bottom:1rem}}.app{min-height:100vh;display:flex;flex-direction:column;background:var(--background)}.app-header{background:linear-gradient(135deg,var(--neutral-light) 0%,var(--surface) 100%);padding:4rem 2rem 3rem;text-align:center;position:relative;overflow:hidden;border-bottom:1px solid var(--border-color)}.app-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(139,92,246,.05) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(59,130,246,.05) 0%,transparent 50%);pointer-events:none}.header-content{position:relative;z-index:1;max-width:900px;margin:0 auto}.app-header h1{font-size:2.75rem;margin-bottom:1rem;font-weight:700;letter-spacing:-.02em;color:var(--text-primary);line-height:1.2;min-height:3.5rem}.app-header h1 .highlight{background:linear-gradient(135deg,var(--accent-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;position:relative}.app-header p{font-size:1.125rem;color:var(--text-secondary);font-weight:400;line-height:1.7;max-width:700px;margin:0 auto}.app-main{flex:1;padding:3rem 2rem}.upload-section-main{min-height:400px}.results-section{margin-top:2rem}.app-footer{margin-top:4rem;background:var(--surface);border-top:1px solid var(--border-color)}.footer-bottom{padding:2rem;background:var(--neutral-light);border-top:1px solid var(--border-color);text-align:center}.footer-bottom p{margin:.5rem 0;color:var(--text-secondary);font-size:.875rem}.footer-note{font-size:.8125rem!important;opacity:.8}.container{max-width:1400px;margin:0 auto}@media (max-width: 768px){.app-header{padding:3rem 1.5rem 2rem}.app-header h1{font-size:1.875rem}.app-header p{font-size:1rem}.app-main{padding:1.5rem 1rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #0F172A;--primary-hover: #1e293b;--secondary-color: #3B82F6;--secondary-hover: #2563eb;--accent-color: #8B5CF6;--accent-hover: #7c3aed;--success-color: #22C55E;--warning-color: #EAB308;--error-color: #DC2626;--neutral-dark: #334155;--neutral-mid: #94A3B8;--neutral-light: #F8FAFC;--background: #F8FAFC;--surface: #ffffff;--text-primary: #0F172A;--text-secondary: #334155;--border-color: #e2e8f0;--shadow: 0 1px 3px 0 rgba(15, 23, 42, .1), 0 1px 2px -1px rgba(15, 23, 42, .1);--shadow-lg: 0 10px 15px -3px rgba(15, 23, 42, .1), 0 4px 6px -4px rgba(15, 23, 42, .1);--shadow-xl: 0 20px 25px -5px rgba(15, 23, 42, .1), 0 8px 10px -6px rgba(15, 23, 42, .1)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background);color:var(--text-primary);line-height:1.6}#root{min-height:100vh}html{scroll-behavior:smooth;scroll-padding-top:80px}
