.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1e293b,#334155);padding:1rem}.login-card{background:#fff;border-radius:16px;padding:3rem 2.5rem;width:100%;max-width:420px;box-shadow:0 25px 50px -12px #00000040;text-align:center}.login-logo h1{margin:0 0 .25rem;font-size:2rem;font-weight:800;color:#1e293b;letter-spacing:-.03em}.login-tagline{color:#64748b;margin:0 0 2rem;font-size:.95rem}.login-actions{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.google-btn-wrapper{display:flex;justify-content:center}.login-divider{display:flex;align-items:center;width:100%;gap:1rem;color:#94a3b8;font-size:.85rem}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.btn-contact{display:inline-block;padding:.65rem 2rem;border:2px solid #e2e8f0;border-radius:8px;color:#475569;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .15s ease;width:300px;text-align:center}.btn-contact:hover{border-color:#2563eb;color:#2563eb;background:#f0f7ff}.login-footer{margin:2rem 0 0;color:#94a3b8;font-size:.85rem}.login-footer a{color:#2563eb;text-decoration:none}.login-footer a:hover{text-decoration:underline}.login-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite;margin:2rem auto}@keyframes spin{to{transform:rotate(360deg)}}.contact-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1e293b,#334155);padding:1rem;position:relative}.contact-card{background:#fff;border-radius:16px;padding:2.5rem;width:100%;max-width:520px;box-shadow:0 25px 50px -12px #00000040}.back-link{color:#64748b;text-decoration:none;font-size:.875rem;font-weight:500;display:inline-block;margin-bottom:1.5rem;transition:color .15s}.back-link:hover{color:#2563eb}.contact-card h1{margin:0 0 .25rem;font-size:1.75rem;font-weight:800;color:#1e293b}.contact-subtitle{color:#64748b;margin:0 0 2rem;font-size:.95rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.contact-form .form-group{display:flex;flex-direction:column;gap:.35rem}.contact-form label{font-weight:600;font-size:.875rem;color:#374151}.contact-form input,.contact-form textarea{padding:.6rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;font-family:inherit;transition:border-color .15s,box-shadow .15s;color:#1e293b}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.contact-form textarea{resize:vertical;min-height:100px}.btn-primary{padding:.7rem 1.5rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .15s;text-align:center;text-decoration:none;display:inline-block}.btn-primary:hover{background:#1d4ed8}.btn-primary:disabled{background:#93c5fd;cursor:not-allowed}.form-error{color:#dc2626;font-size:.875rem;padding:.5rem .75rem;background:#fef2f2;border-radius:6px;border:1px solid #fecaca}.contact-success{text-align:center;padding:2rem 0}.success-icon{width:56px;height:56px;border-radius:50%;background:#dcfce7;color:#16a34a;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.contact-success h2{margin:0 0 .5rem;color:#1e293b}.contact-success p{color:#64748b;margin:0 0 1.5rem}.toast{position:fixed;top:1.5rem;left:50%;transform:translate(-50%);padding:.75rem 1.25rem;border-radius:10px;font-size:.9rem;font-weight:500;z-index:1000;display:flex;align-items:center;gap:.75rem;box-shadow:0 10px 25px #00000026;animation:slideDown .3s ease;max-width:90vw}.toast-warning{background:#fef3c7;color:#92400e;border:1px solid #fbbf24}.toast-close{background:none;border:none;font-size:1.25rem;cursor:pointer;color:inherit;padding:0;line-height:1;opacity:.7}.toast-close:hover{opacity:1}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-1rem)}to{opacity:1;transform:translate(-50%) translateY(0)}}.email-generation h2{margin-bottom:30px;color:#1e293b;font-size:1.5rem}.email-step-back{margin-bottom:12px}.history-select{width:100%;padding:10px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff;cursor:pointer;transition:border-color .15s ease}.history-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.email-generation h3{margin-top:0;margin-bottom:15px;color:#334155;font-size:1rem;font-weight:600;border-bottom:1px solid #e2e8f0;padding-bottom:10px}.section{margin-bottom:24px;padding:20px;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.video-input{display:flex;flex-direction:column;gap:20px}.video-input-layout{display:grid;grid-template-columns:1fr;gap:1rem}.video-input-layout-with-situation{grid-template-columns:minmax(0,1fr) 360px;align-items:start}.situation-banner{margin-bottom:14px;padding:10px 12px;border:1px solid #bfdbfe;background:#eff6ff;border-radius:8px;color:#1e3a8a;display:flex;justify-content:space-between;align-items:center;gap:.75rem}.situation-guidance{border:1px solid #e2e8f0;background:#f8fafc;border-radius:8px;padding:14px}.situation-guidance h4{margin:0 0 8px;color:#0f172a;font-size:.98rem}.situation-guidance-title{font-weight:700;color:#1e293b;margin-bottom:10px}.situation-guidance-group{margin-bottom:12px}.situation-guidance-group:last-child{margin-bottom:0}.situation-guidance-group label{display:block;color:#334155;font-size:.86rem;font-weight:700;margin-bottom:6px}.situation-guidance-group ul,.situation-guidance-group ol{margin:0;padding-left:18px;color:#334155;font-size:.9rem;line-height:1.4}.recording-controls,.file-upload{display:flex;gap:10px}.btn{padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:14px;transition:background-color .2s}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background-color:#1d4ed8}.btn-primary:disabled{background-color:#6c757d;cursor:not-allowed}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#545b62}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#c82333}.btn-large{padding:15px 30px;font-size:16px;margin-top:20px}.video-preview{display:flex;flex-direction:column;gap:15px}.video-player{width:100%;max-width:800px;border-radius:8px;background:#000}.recording-preview-wrapper{position:relative;width:100%;max-width:800px}.recording-preview{width:100%;max-width:800px;border-radius:8px;background:#000;transform:scaleX(-1);display:block}.recording-overlay{position:absolute;bottom:12px;left:12px;display:flex;align-items:center;gap:8px;padding:6px 12px;background:#000000b3;color:#fff;border-radius:6px;font-size:14px;font-weight:500}.recording-dot{width:8px;height:8px;background:#dc3545;border-radius:50%;animation:recording-pulse 1s ease-in-out infinite}@keyframes recording-pulse{0%,to{opacity:1}50%{opacity:.4}}.video-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.title-input{padding:10px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;flex:1;min-width:200px;transition:border-color .15s ease,box-shadow .15s ease}.title-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.transcription-status{margin-bottom:15px;font-weight:500}.status{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase}.status.idle{background-color:#e9ecef;color:#495057}.status.queued{background-color:#fff3cd;color:#856404}.status.processing{background-color:#cfe2ff;color:#084298}.status.completed{background-color:#d1e7dd;color:#0f5132}.status.failed{background-color:#f8d7da;color:#842029}.transcript{background:#f8fafc;padding:15px;border-radius:6px;border:1px solid #e2e8f0}.transcript h4{margin-top:0;margin-bottom:10px;color:#333}.transcript p{margin:0;line-height:1.6;color:#555;white-space:pre-wrap}.eg-muted{color:#64748b;font-size:.95rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:20px}.form-group{display:flex;flex-direction:column;gap:5px}.form-group label{display:flex;align-items:center;gap:8px;font-weight:500;color:#333}.form-group input[type=checkbox]{width:18px;height:18px;cursor:pointer}.form-group select{padding:8px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;margin-top:5px;transition:border-color .15s ease}.form-group textarea{padding:8px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;margin-top:5px;transition:border-color .15s ease;resize:vertical}.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.email-result{background:#f8fafc;padding:20px;border-radius:6px;border:1px solid #e2e8f0}.email-field{margin-bottom:20px}.email-field label{display:block;font-weight:600;margin-bottom:8px;color:#333}.email-value{padding:12px;background:#f8f9fa;border-radius:4px;border:1px solid #e0e0e0;line-height:1.6;color:#333}.email-html{max-height:400px;overflow-y:auto}.error-message{background-color:#f8d7da;color:#842029;padding:15px;border-radius:5px;margin-top:20px;border:1px solid #f5c2c7}.copy-feedback-row{margin-top:16px;display:flex;flex-direction:column;gap:6px}.copy-feedback-row label{color:#334155;font-weight:600;font-size:.9rem}.copy-feedback-row input{padding:10px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.copy-feedback-row input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}@media(max-width:768px){.email-generation{padding:10px}.video-input-layout-with-situation{grid-template-columns:1fr}.situation-banner{flex-direction:column;align-items:flex-start}.form-grid{grid-template-columns:1fr}.video-actions{flex-direction:column;align-items:stretch}.title-input{min-width:100%}}.news-talking-points h2{margin-bottom:10px;color:#1e293b;font-size:1.5rem}.ntp-subtitle{margin-bottom:30px;color:#666;font-size:15px}.news-talking-points h3{margin-top:0;margin-bottom:15px;color:#334155;font-size:1rem;font-weight:600;border-bottom:1px solid #e2e8f0;padding-bottom:10px}.news-talking-points h4{margin-top:20px;margin-bottom:12px;color:#444}.ntp-section{margin-bottom:24px;padding:20px;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.ntp-action-section{text-align:center}.ntp-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.ntp-form-group{display:flex;flex-direction:column;gap:6px}.ntp-form-group-full{grid-column:1 / -1}.ntp-form-group label{font-weight:500;color:#333;display:flex;align-items:center;gap:8px}.ntp-form-group input[type=text],.ntp-form-group input[type=number],.ntp-form-group textarea{padding:10px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.ntp-form-group input[type=text]:focus,.ntp-form-group input[type=number]:focus,.ntp-form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.ntp-form-group textarea{resize:vertical;min-height:60px}.ntp-field-hint{font-size:12px;color:#888;line-height:1.4}.ntp-form-group input[type=checkbox]{width:18px;height:18px;cursor:pointer}.ntp-form-group select{padding:10px;border:1px solid #ddd;border-radius:5px;font-size:14px}.ntp-history-select{width:100%;padding:10px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff;cursor:pointer;transition:border-color .15s ease}.ntp-history-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.ntp-btn{padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:14px;transition:background-color .2s}.ntp-btn-primary{background-color:#2563eb;color:#fff}.ntp-btn-primary:hover:not(:disabled){background-color:#1d4ed8}.ntp-btn-primary:disabled{background-color:#6c757d;cursor:not-allowed}.ntp-btn-large{padding:15px 30px;font-size:16px}.ntp-status-display{margin-bottom:20px;font-weight:500}.ntp-status{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase}.ntp-status-idle,.ntp-status-queued{background-color:#fff3cd;color:#856404}.ntp-status-searching,.ntp-status-scraping,.ntp-status-analyzing,.ntp-status-generating,.ntp-status-processing{background-color:#cfe2ff;color:#084298}.ntp-status-completed{background-color:#d1e7dd;color:#0f5132}.ntp-status-failed{background-color:#f8d7da;color:#842029}.ntp-articles{margin-top:16px;background:#f8fafc;padding:16px;border-radius:6px;border:1px solid #e2e8f0}.ntp-articles-list{list-style:none;padding:0;margin:0}.ntp-article-item{padding:15px 0;border-bottom:1px solid #eee}.ntp-article-item:last-child{border-bottom:none}.ntp-article-title{font-weight:600;color:#2563eb;text-decoration:none;display:block;margin-bottom:5px}.ntp-article-title:hover{text-decoration:underline}.ntp-article-meta{font-size:12px;color:#888;margin-bottom:6px}.ntp-article-summary{font-size:14px;color:#555;line-height:1.5;margin:0}.ntp-situation-tabs{display:flex;gap:0;margin-bottom:20px;border-bottom:2px solid #dee2e6;overflow-x:auto}.ntp-situation-tab{padding:10px 20px;border:none;background:none;cursor:pointer;font-size:14px;font-weight:500;color:#666;border-bottom:3px solid transparent;margin-bottom:-2px;white-space:nowrap;transition:color .2s,border-color .2s}.ntp-situation-tab:hover{color:#333}.ntp-situation-tab-active{color:#2563eb;border-bottom-color:#2563eb;font-weight:600}.ntp-situation-title{font-size:17px;font-weight:600}.ntp-situation-description{margin-top:8px;font-size:14px;color:#555;line-height:1.6}.ntp-situation-articles{list-style:none;padding:0;margin:0}.ntp-situation-article{padding:12px 0;border-bottom:1px solid #eee}.ntp-situation-article:last-child{border-bottom:none}.ntp-results{margin-top:20px;background:#f8fafc;padding:16px;border-radius:6px;border:1px solid #e2e8f0}.ntp-result-card{margin-top:10px}.ntp-result-field{margin-bottom:20px}.ntp-result-field label{display:block;font-weight:600;margin-bottom:8px;color:#333}.ntp-result-value{padding:12px;background:#f8f9fa;border-radius:4px;border:1px solid #e0e0e0;line-height:1.6;color:#333;font-size:15px}.ntp-result-list{padding-left:24px;margin:0;line-height:1.7;color:#333}.ntp-result-list li{margin-bottom:8px}.ntp-error{background-color:#f8d7da;color:#842029;padding:15px;border-radius:5px;margin-top:20px;border:1px solid #f5c2c7}@media(max-width:768px){.news-talking-points{padding:10px}.ntp-form-grid{grid-template-columns:1fr}}.hot-topics{width:100%;display:flex;flex-direction:column;min-height:0}.hot-topics-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.hot-topics h2{margin:0;color:#0f172a;font-size:1.35rem}.hot-topics-add-new{border:1px solid #2563eb;background:#2563eb;color:#fff;border-radius:8px;padding:.4rem .8rem;font-size:.85rem;font-weight:600;cursor:pointer}.hot-topics-add-new:hover:enabled{background:#1d4ed8}.hot-topics-add-new:disabled{opacity:.7;cursor:not-allowed}.hot-topics-muted{color:#64748b;font-size:.95rem}.hot-topics-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:.75rem .9rem}.hot-topics-feed{display:flex;flex-direction:column;gap:.9rem;flex:1;min-height:0;overflow-y:auto;padding-right:.2rem;padding-bottom:86px}.hot-topics-email-actions{position:fixed;left:50%;transform:translate(-50%);bottom:0;width:min(1200px,calc(100vw - 2rem));padding:.7rem .85rem calc(.7rem + env(safe-area-inset-bottom));background:#f8fafcf5;border-top:1px solid #e2e8f0;display:grid;grid-template-columns:1fr 1fr;gap:.65rem;z-index:50}.hot-topics-upload-input{display:none}.hot-topics-email-action{border:1px solid #cbd5e1;background:#fff;color:#1e293b;border-radius:10px;padding:.65rem .8rem;font-size:.92rem;font-weight:600;cursor:pointer}.hot-topics-email-action:hover{background:#f8fafc}.hot-topics-email-action-primary{border-color:#2563eb;background:#2563eb;color:#fff}.hot-topics-email-action-primary:hover{background:#1d4ed8}@media(max-width:768px){.hot-topics-email-actions{width:calc(100vw - 1rem);padding:.55rem .6rem calc(.55rem + env(safe-area-inset-bottom))}}.hot-topic-card{border:1px solid #e2e8f0;background:#fff;border-radius:12px;padding:1rem;box-shadow:0 1px 2px #0f172a0f}.hot-topic-card h3{margin:0 0 .45rem;color:#1e293b;font-size:1rem}.hot-topic-overview{margin:0 0 .85rem;color:#334155;line-height:1.45;font-size:.92rem}.hot-topic-see-more{border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc;color:#1e293b;padding:.35rem .7rem;font-size:.85rem;font-weight:600;cursor:pointer;margin-right:.5rem}.hot-topic-see-more:hover{background:#f1f5f9}.hot-topic-record{border:1px solid #2563eb;border-radius:8px;background:#2563eb;color:#fff;padding:.35rem .7rem;font-size:.85rem;font-weight:600;cursor:pointer}.hot-topic-record:hover{background:#1d4ed8}.hot-topics-modal-backdrop{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.hot-topics-modal{width:min(760px,100%);max-height:85vh;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 18px 45px #0f172a47;display:flex;flex-direction:column}.hot-topics-modal-header{display:flex;justify-content:space-between;align-items:center;padding:.9rem 1rem;border-bottom:1px solid #e2e8f0}.hot-topics-modal-header h3{margin:0;color:#0f172a;font-size:1rem}.hot-topics-modal-close{border:1px solid #cbd5e1;background:#fff;color:#334155;width:30px;height:30px;border-radius:8px;font-size:1rem;cursor:pointer}.hot-topics-modal-close:hover{background:#f8fafc}.hot-topics-modal-content{padding:.9rem 1rem 1rem;overflow-y:auto}.hot-topics-article-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.8rem}.hot-topics-article-item{border:1px solid #e2e8f0;background:#f8fafc;border-radius:10px;padding:.7rem .75rem}.hot-topics-article-item a{color:#1d4ed8;text-decoration:none;font-weight:600}.hot-topics-article-item a:hover{text-decoration:underline}.hot-topics-article-title-fallback{color:#1e293b;font-weight:600}.hot-topics-article-source{color:#64748b;font-size:.82rem;margin-top:.2rem}.hot-topics-article-summary{margin:.35rem 0 0;color:#334155;font-size:.9rem;line-height:1.4}.personalization-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8fafc;padding:2rem 1rem}.personalization-card{width:100%;max-width:760px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 8px 20px #0f172a0f}.personalization-card h2{margin:0;color:#1e293b;font-size:1.4rem}.personalization-subtitle{margin:.4rem 0 1rem;color:#64748b}.personalization-form{display:grid;grid-template-columns:1fr;gap:.85rem}.personalization-form label{display:flex;flex-direction:column;gap:.35rem;color:#334155;font-weight:600;font-size:.9rem}.personalization-form input,.personalization-form select,.personalization-form textarea{border:1px solid #cbd5e1;border-radius:8px;padding:.6rem .7rem;font-size:.95rem}.personalization-form input:focus,.personalization-form select:focus,.personalization-form textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.website-input-row{display:flex;align-items:center;gap:.6rem}.website-input-row input{flex:1}.personalization-scan{border:1px solid #2563eb;background:#eff6ff;color:#1d4ed8;border-radius:8px;padding:.58rem .9rem;font-size:.9rem;font-weight:600;cursor:pointer;white-space:nowrap}.personalization-scan:hover:enabled{background:#dbeafe}.personalization-scan:disabled{opacity:.7;cursor:not-allowed}.personalization-submit{margin-top:.4rem;background:#2563eb;color:#fff;border:none;border-radius:8px;padding:.65rem 1rem;font-weight:600;cursor:pointer}.personalization-submit:disabled{opacity:.7;cursor:not-allowed}.personalization-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.6rem .7rem;font-size:.9rem}.pill-input-field{display:flex;flex-direction:column;gap:.35rem}.pill-input-label{color:#334155;font-weight:600;font-size:.9rem}.pill-input-shell{border:1px solid #cbd5e1;border-radius:8px;padding:.45rem;background:#fff}.pill-input-shell:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.pill-list{display:flex;flex-wrap:wrap;gap:.45rem;min-height:36px;flex:1}.pill-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.pill-add-slot{display:flex;align-items:center}.pill{display:inline-flex;align-items:center;gap:.35rem;background:#eff6ff;color:#1e3a8a;border:1px solid #bfdbfe;border-radius:999px;padding:.25rem .55rem;font-size:.85rem;font-weight:500}.pill-remove{border:none;background:transparent;color:#1e3a8a;font-size:.95rem;line-height:1;cursor:pointer;padding:0}.pill-remove:hover{color:#1e40af}.pill-add{border:1px dashed #94a3b8;background:#f8fafc;color:#334155;border-radius:999px;padding:.25rem .65rem;font-size:.85rem;cursor:pointer;white-space:nowrap}.pill-add:hover{border-color:#64748b;color:#0f172a}.pill-draft-input{border:1px solid #cbd5e1;border-radius:999px;padding:.25rem .65rem;font-size:.85rem;min-width:10ch;max-width:28ch}.pill-draft-input:focus{outline:none;border-color:#2563eb}.app{min-height:100vh;display:flex;flex-direction:column;width:100%}.app-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.app-loading-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:app-spin .8s linear infinite}.app-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:.85rem 1rem;font-weight:600}@keyframes app-spin{to{transform:rotate(360deg)}}.app-header{background-color:#1e293b;padding:0 2rem;color:#fff;display:flex;justify-content:space-between;align-items:center;height:60px;width:100%;flex-shrink:0;box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014}.app-header h1{margin:0;font-size:1.25rem;font-weight:700;letter-spacing:-.01em}.app-brand-link{background:transparent!important;border:none!important;color:inherit!important;padding:0!important;margin:0;font:inherit;letter-spacing:inherit;cursor:pointer}.app-brand-link:hover{color:#e2e8f0!important}.app-header nav{display:flex;gap:.5rem}.app-header button{background:transparent;border:1px solid rgba(255,255,255,.25);color:#ffffffbf;padding:.4rem 1rem;cursor:pointer;border-radius:6px;font-size:.875rem;font-weight:500;transition:all .15s ease}.app-header button:hover{background:#ffffff14;color:#fff;border-color:#fff6}.app-header button.active{background:#fff;color:#1e293b;border-color:#fff}.user-menu{display:flex;align-items:center;gap:.5rem}.user-avatar{width:28px;height:28px;border-radius:50%}.user-name{font-size:.85rem;color:#ffffffd9;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-logout{background:transparent!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff9!important;padding:.3rem .7rem!important;font-size:.75rem!important;cursor:pointer;border-radius:5px;transition:all .15s ease}.btn-logout:hover{color:#fff!important;border-color:#fff6!important;background:#ffffff14!important}.btn-personalization{background:#ffffff14!important;border:1px solid rgba(255,255,255,.25)!important;color:#ffffffe6!important;padding:.32rem .75rem!important;font-size:.75rem!important;border-radius:6px;cursor:pointer}.btn-personalization:hover{background:#ffffff29!important;border-color:#ffffff73!important}.app-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 2rem 3rem}.app-main-home{display:flex;flex-direction:column;min-height:0}@media(max-width:768px){.app-header{padding:0 1rem;height:56px}.app-header h1{font-size:1.1rem}.app-header button{padding:.35rem .75rem;font-size:.8rem}.app-main{padding:1rem}}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}
