*{box-sizing:border-box;margin:0;padding:0}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#0c1220;color:#e2e8f0;min-height:100vh}
.container{max-width:900px;margin:0 auto;padding:32px 24px}
header{display:flex;align-items:center;justify-content:space-between;margin-bottom:36px;gap:16px;padding-top:8px}
.header-left{flex-shrink:0}
.text-logo{font-size:18px;font-weight:700;color:#e2e8f0;text-decoration:none;letter-spacing:-.3px}
.text-logo span{color:#38bdf8}
.header-nav{display:flex;gap:4px}
.nav-link{color:#94a3b8;text-decoration:none;font-size:13px;font-weight:500;padding:8px 16px;border-radius:8px;transition:all .2s}
.nav-link:hover{color:#e2e8f0;background:rgba(255,255,255,.05)}
.nav-link.active{color:#e2e8f0;background:rgba(255,255,255,.08)}
.header-right{display:flex;align-items:center;gap:12px}
.auth-loading{font-size:12px;color:#64748b}
.auth-btn{padding:8px 20px;border:1px solid #334155;border-radius:8px;color:#e2e8f0;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}
.auth-btn:hover{background:rgba(255,255,255,.05)}
.user-menu{display:flex;align-items:center;gap:10px;position:relative}
.credit-badge{background:#172554;border:1px solid #1e3a5f;color:#38bdf8;font-size:12px;font-weight:700;padding:4px 10px;border-radius:20px}
.user-avatar{width:36px;height:36px;border-radius:50%;background:#334155;display:flex;align-items:center;justify-content:center;color:#e2e8f0;font-weight:700;font-size:14px;cursor:pointer;overflow:hidden}
.user-dropdown{position:absolute;top:44px;right:0;background:#141c2e;border:1px solid #1e293b;border-radius:10px;min-width:200px;box-shadow:0 8px 24px rgba(0,0,0,.5);z-index:100}
.dropdown-item{padding:10px 16px;font-size:13px;color:#cbd5e1;cursor:pointer;transition:background .2s;text-decoration:none;display:block}
.dropdown-item:hover{background:#1e293b}
.user-email{color:#64748b;font-size:12px;border-bottom:1px solid #1e293b;cursor:default}
.user-email:hover{background:transparent}
h1{font-size:28px;color:#38bdf8;margin-bottom:4px}
h2{font-size:20px;color:#38bdf8;margin-bottom:16px}
h3{font-size:15px;color:#94a3b8;margin:16px 0 8px}
.subtitle{color:#94a3b8;font-size:14px}
.hint{color:#64748b;font-size:12px}

/* Form header */
.form-header{margin-bottom:28px}
.form-title{font-size:24px;color:#e2e8f0;margin-bottom:6px;font-weight:600}
.form-subtitle{color:#94a3b8;font-size:14px}

/* Mode toggle */
.mode-toggle{display:flex;gap:12px;margin-bottom:0}
.mode-card{flex:1;padding:18px 20px;border-radius:10px;border:1px solid #1e293b;background:#141c2e;cursor:pointer;transition:all .25s;position:relative}
.mode-card h3{color:#cbd5e1;margin:0 0 4px;font-size:14px;font-weight:600}
.mode-card p{color:#64748b;font-size:12px;margin:0;line-height:1.4}
.mode-card:hover{border-color:#334155}
.mode-card.active{border-color:#22d3ee;background:#0f1d2e}
.mode-card.active h3{color:#e2e8f0}
.mode-card.active p{color:#94a3b8}
.mode-card.active::after{content:"\2713";position:absolute;top:12px;right:14px;color:#22d3ee;font-size:16px;font-weight:700}

.form-group{margin-bottom:20px}
.form-group label{display:block;margin-bottom:8px;font-weight:600;font-size:13px;color:#e2e8f0}
.hint-inline{color:#64748b;font-weight:400;font-size:12px;margin-left:4px}
.form-row{display:flex;gap:16px;flex-wrap:wrap}
.form-row .form-group{flex:1;min-width:140px}

input[type="email"],input[type="password"],input[type="text"],select,textarea{width:100%;padding:10px 12px;border:1px solid #1e293b;border-radius:8px;background:#141c2e;color:#e2e8f0;font-size:14px;outline:none;transition:border-color .2s}
input:focus,select:focus,textarea:focus{border-color:#334155}
textarea{resize:vertical}
select{width:auto;min-width:160px}
.char-counter{text-align:right;font-size:11px;color:#475569;margin-top:4px}
.char-counter.over-limit{color:#f87171}

.dropzone{border:1px dashed #334155;border-radius:10px;padding:36px 32px;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;background:#141c2e}
.dropzone:hover,.dropzone.dragover{border-color:#475569;background:#182030}
.dropzone-icon{color:#475569;margin-bottom:12px}
.dropzone p{color:#94a3b8;font-size:14px;margin:0}
.dropzone .hint{color:#475569;font-size:12px;letter-spacing:1px;margin-top:4px}
.file-name{margin-top:8px;color:#38bdf8;font-size:13px}

.btn-primary{width:100%;padding:14px;border:none;border-radius:8px;background:#e2e8f0;color:#0c1220;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}
.btn-primary:hover{background:#f1f5f9}
.btn-primary:disabled{opacity:.4;cursor:not-allowed}

.btn-secondary{padding:8px 20px;border:1px solid #334155;border-radius:8px;background:transparent;color:#e2e8f0;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}
.btn-secondary:hover{background:rgba(255,255,255,.05);border-color:#475569}

/* Progress bar */
.progress-section{margin-top:32px;padding:24px;background:#141c2e;border-radius:12px;border:1px solid #1e293b}
.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.progress-header h2{margin-bottom:0}
.progress-bar-track{height:6px;background:#1e293b;border-radius:3px;overflow:hidden}
.progress-bar-fill{height:100%;background:linear-gradient(90deg,#0ea5e9,#2563eb);border-radius:3px;transition:width .8s ease;width:0%}
.progress-label{margin-top:14px;color:#94a3b8;font-size:14px;min-height:20px}
.btn-cancel{padding:7px 18px;border:1px solid #64748b;border-radius:8px;background:transparent;color:#94a3b8;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}
.btn-cancel:hover{border-color:#ef4444;color:#ef4444;background:rgba(239,68,68,.08)}

/* Results */
.results-section{margin-top:40px}
.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}
.download-group{display:flex;flex-direction:column;align-items:flex-end;gap:6px}
.download-label{font-size:11px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:1px}
.download-buttons{display:flex;gap:8px}
.download-buttons .btn-secondary{background:#1e293b;border-color:#334155;color:#e2e8f0}
.download-buttons .btn-secondary:hover{background:#283548;border-color:#475569}

.result-card{background:#141c2e;border-radius:12px;padding:28px;margin-bottom:20px;border:1px solid #283548}
.result-card h3{color:#e2e8f0;margin-bottom:14px;font-size:15px;font-weight:600}

.assess-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;margin:16px 0}
.assess-box{padding:18px;border-radius:10px;font-size:12px;line-height:1.6;color:#cbd5e1}
.assess-box .assess-label{font-weight:700;font-size:13px;margin-bottom:8px;letter-spacing:.5px;text-transform:uppercase}
.assess-fund{background:rgba(16,185,129,.08);border:1px solid rgba(16,185,129,.2)}
.assess-fund .assess-label{color:#34d399}
.assess-refine{background:rgba(251,191,36,.06);border:1px solid rgba(251,191,36,.18)}
.assess-refine .assess-label{color:#fbbf24}
.assess-pass{background:rgba(248,113,113,.06);border:1px solid rgba(248,113,113,.18)}
.assess-pass .assess-label{color:#f87171}

/* Domain table */
.domain-table{width:100%;border-collapse:collapse;font-size:12px}
.domain-table th{background:#111827;color:#94a3b8;padding:10px 12px;text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}
.domain-table td{border:1px solid #1e293b;padding:10px 12px;color:#cbd5e1}
.domain-table tr:hover td{background:rgba(255,255,255,.02)}
.domain-table td.v-green{color:#34d399;font-weight:700}
.domain-table td.v-yellow{color:#fbbf24;font-weight:700}
.domain-table td.v-red{color:#f87171;font-weight:700}

/* Z2O box */
.z2o-box{background:#111827;border:1px solid #1e293b;border-radius:10px;padding:22px;margin:12px 0}
.z2o-narrative{margin-top:12px;font-size:13px;color:#cbd5e1;line-height:1.65}
.z2o-narrative strong{color:#e2e8f0}

/* Bull case */
.bull-case{background:#111827;border:1px solid #1e293b;padding:18px 22px;border-radius:10px;margin:12px 0;font-style:italic;font-size:13px;color:#cbd5e1;line-height:1.65}

ol,ul{padding-left:20px}
li{margin:5px 0;font-size:13px;color:#cbd5e1;line-height:1.55}

.card-summary,.card-breakout,.card-risks,.card-diligence,.card-investable,.card-thesis,.card-killexp{border-left:none}

.meta-footer{font-size:12px;color:#64748b;margin-top:8px;border-left-color:#334155!important}

/* Terms checkbox */
.terms-checkbox{margin:16px 0}
.checkbox-label{display:flex;align-items:center;gap:8px;font-size:13px;color:#cbd5e1;cursor:pointer}
.checkbox-label input[type="checkbox"]{width:18px;height:18px;accent-color:#38bdf8;cursor:pointer;flex-shrink:0}
.terms-link{color:#38bdf8;text-decoration:underline}
.terms-link:hover{color:#7dd3fc}
.terms-details{margin:8px 0 16px;background:#141c2e;border:1px solid #1e293b;border-radius:10px;overflow:hidden}
.terms-details summary{padding:12px 16px;font-size:13px;font-weight:600;color:#38bdf8;cursor:pointer;list-style:none}
.terms-details summary::-webkit-details-marker{display:none}
.terms-details summary::before{content:"▸ ";font-size:12px}
.terms-details[open] summary::before{content:"▾ "}
.terms-content{padding:0 16px 16px;font-size:12px;color:#94a3b8;line-height:1.7}
.terms-content p{margin:0 0 10px}
.terms-content strong{color:#cbd5e1}

/* Collapsible T&C section */
.terms-section{margin-top:32px;padding:0}
.terms-section .container{max-width:900px;margin:0 auto;padding:0 24px}
.terms-summary{color:#64748b;font-size:13px;font-weight:600;cursor:pointer;padding:12px 0;list-style:none;user-select:none}
.terms-summary::-webkit-details-marker{display:none}
.terms-summary::before{content:"+ ";font-weight:700;color:#475569}
details[open] .terms-summary::before{content:"- "}
.terms-content{padding:16px 20px;background:#141c2e;border-radius:10px;margin-bottom:16px;font-size:12px;color:#94a3b8;line-height:1.7}
.terms-content h4{color:#cbd5e1;font-size:13px;margin:18px 0 6px;font-weight:700}
.terms-content h4:first-child{margin-top:8px}
.terms-content h4+h4{margin-top:14px}
.terms-content p{margin:0 0 10px}
.terms-content ul,.terms-content ol{margin:0 0 10px;padding-left:20px}
.terms-content li{font-size:12px;color:#94a3b8;margin:3px 0}
.terms-content strong{color:#94a3b8}
.terms-content em{color:#64748b}

/* Chat panel */
.chat-panel{margin-top:24px;background:linear-gradient(135deg,#141c2e 0%,#131a3a 100%);border-radius:14px;padding:24px;border:1px solid #1e293b;box-shadow:0 0 20px rgba(56,189,248,.06)}
.chat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.chat-header h3{color:#38bdf8;margin:0;font-size:16px;font-weight:700;display:flex;align-items:center;gap:8px}
.chat-counter{font-size:12px;color:#64748b}
.chat-footer{display:flex;justify-content:center;padding-top:10px;border-top:1px solid rgba(51,65,85,.5);margin-top:10px}
.btn-export{padding:6px 18px;border:1px solid #334155;border-radius:6px;background:transparent;color:#94a3b8;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s}
.btn-export:hover{border-color:#38bdf8;color:#38bdf8}
.chat-pulse{display:inline-block;width:8px;height:8px;border-radius:50%;background:#22d3ee;animation:pulse-glow 2s ease-in-out infinite}
@keyframes pulse-glow{0%,100%{opacity:1;box-shadow:0 0 4px #22d3ee}50%{opacity:.4;box-shadow:0 0 8px #22d3ee,0 0 16px rgba(34,211,238,.3)}}
.chat-messages{max-height:320px;overflow-y:auto;margin-bottom:12px}
.chat-msg{padding:10px 14px;border-radius:10px;margin-bottom:8px;font-size:13px;line-height:1.5;max-width:85%}
.chat-msg.assistant{background:#131a3a;color:#cbd5e1;margin-right:auto}
.chat-msg.assistant strong{color:#38bdf8}
.chat-msg.assistant ul{margin:6px 0;padding-left:18px}
.chat-msg.assistant li{margin:3px 0;font-size:13px;color:#cbd5e1}
.chat-msg.user{background:#334155;color:#e2e8f0;margin-left:auto}
.chat-input-row{display:flex;gap:8px}
.chat-input-row input{flex:1;padding:10px 12px;border:1px solid #1e293b;border-radius:8px;background:#0c1220;color:#e2e8f0;font-size:14px;outline:none}
.chat-input-row input:focus{border-color:#334155}
.chat-ended{text-align:center;color:#64748b;font-size:12px;padding:12px 0;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}
.chat-ended .btn-secondary{font-size:12px;padding:6px 16px}
.chat-thinking{color:#64748b;font-style:italic}
.thinking-dots span{animation:thinking-blink 1.4s infinite both;font-size:20px;line-height:1}
.thinking-dots span:nth-child(2){animation-delay:.2s}
.thinking-dots span:nth-child(3){animation-delay:.4s}
@keyframes thinking-blink{0%,80%,100%{opacity:.2}40%{opacity:1}}
.chat-topic-buttons{display:flex;flex-wrap:wrap;gap:10px;padding:12px 0}
.chat-topic-btn{padding:10px 20px;border:1px solid #1e293b;border-radius:24px;background:rgba(12,18,32,.7);color:#e2e8f0;font-size:13px;font-weight:500;cursor:pointer;transition:all .25s;white-space:nowrap}
.chat-topic-btn:hover{border-color:#38bdf8;color:#fff;background:rgba(56,189,248,.12);transform:translateY(-1px);box-shadow:0 2px 8px rgba(56,189,248,.15)}
.chat-topic-other{border-style:dashed;color:#94a3b8;font-weight:400}
.chat-topic-other:hover{color:#38bdf8}

/* Hero / Sign-in prompt */
.hero{display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-height:calc(100vh - 100px);padding:80px 24px 64px;max-width:900px;margin:0 auto}
.hero-eyebrow{font-size:11px;font-weight:600;letter-spacing:2px;color:#64748b;text-transform:uppercase;margin-bottom:24px}
.hero-headline{font-size:48px;color:#e2e8f0;margin-bottom:24px;line-height:1.1;font-weight:700}
.hero-sub{color:#94a3b8;font-size:16px;line-height:1.7;max-width:640px;margin:0 0 36px}
.btn-outline-cta{padding:14px 32px;border:1px solid #334155;border-radius:8px;background:transparent;color:#e2e8f0;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:8px}
.btn-outline-cta:hover{border-color:#94a3b8;background:rgba(255,255,255,.03)}
.cta-arrow{font-size:18px;transition:transform .2s}
.btn-outline-cta:hover .cta-arrow{transform:translateX(3px)}
.hero-hint{color:#64748b;font-size:13px;margin-top:16px;display:inline-block;margin-left:20px}
.features-section{margin-top:80px;width:100%;border-top:1px solid #1e293b;padding-top:48px}
.features-header{font-size:11px;font-weight:600;letter-spacing:2px;color:#38bdf8;text-transform:uppercase;margin-bottom:32px}
.feature-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%}
.feature-card{padding:24px 28px 28px;text-align:left;border:1px solid #334155;background:transparent;border-radius:10px}
.feature-card:first-child{grid-column:1;grid-row:auto}
.feature-card:hover{transform:none}
.feature-card h3{color:#e2e8f0;font-size:16px;font-weight:600;margin:0 0 10px;letter-spacing:0}
.feature-card p{color:#94a3b8;font-size:14px;line-height:1.6;margin:0}
@media(max-width:600px){.hero-headline{font-size:32px}.feature-cards{grid-template-columns:1fr}.feature-card:first-child{grid-column:1;grid-row:auto}}

/* Paywall modal */
.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(4px)}
.modal-content{background:#141c2e;border-radius:16px;padding:40px;max-width:700px;width:90%;max-height:90vh;overflow-y:auto;position:relative;border:1px solid #1e293b}
.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;color:#64748b;font-size:24px;cursor:pointer;padding:4px 8px}
.modal-close:hover{color:#e2e8f0}
.modal-content h2{color:#e2e8f0;margin-bottom:8px;font-size:24px}
.modal-content>p{color:#94a3b8;margin-bottom:24px}
.pricing-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}
.pricing-card{background:#0c1220;border:1px solid #1e293b;border-radius:12px;padding:24px;text-align:center;position:relative}
.pricing-card.featured{border-color:#38bdf8;box-shadow:0 0 20px rgba(56,189,248,.15)}
.pricing-card .badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff;font-size:11px;font-weight:700;padding:4px 14px;border-radius:20px;white-space:nowrap}
.pricing-card h3{color:#e2e8f0;margin:8px 0}
.pricing-card .price{font-size:32px;color:#38bdf8;font-weight:700;margin:12px 0}
.pricing-card .price span{font-size:14px;color:#64748b;font-weight:400}
.pricing-card ul{list-style:none;padding:0;margin:16px 0;text-align:left}
.pricing-card li{color:#94a3b8;font-size:13px;padding:4px 0;padding-left:20px;position:relative}
.pricing-card li::before{content:"\2713";position:absolute;left:0;color:#22d3ee}
.pricing-card .btn-primary{width:100%;margin-top:16px}
.single-credit-option{text-align:center;padding-top:16px;border-top:1px solid #1e293b}
.single-credit-option p{color:#64748b;font-size:13px;margin-bottom:8px}

/* Credits & Billing */
.credits-summary{background:#141c2e;border-radius:12px;padding:20px 24px;margin-bottom:16px;border:1px solid #1e293b}
.credits-total{font-size:18px;font-weight:700;color:#38bdf8;margin-bottom:12px}
.batch-list{display:flex;flex-direction:column;gap:6px}
.batch-row{display:flex;align-items:center;gap:16px;padding:8px 12px;border-radius:8px;background:#0c1220;font-size:13px}
.batch-source{color:#e2e8f0;font-weight:600;flex:1}
.batch-remaining{color:#38bdf8;font-weight:600;min-width:80px}
.batch-expiry{color:#64748b;font-size:12px;min-width:120px;text-align:right}
.batch-row.expiry-urgent{border:1px solid #f59e0b;background:rgba(245,158,11,.08)}
.batch-row.expiry-urgent .batch-expiry{color:#f59e0b;font-weight:600}

/* Dashboard */
.dashboard-section{margin-top:16px}
.dashboard-section h2{font-size:22px;color:#e2e8f0;margin-bottom:20px}
.reports-grid{display:grid;gap:12px}
.report-card{background:#141c2e;border-radius:12px;padding:20px 24px;cursor:pointer;transition:all .2s;border:1px solid #1e293b}
.report-card:hover{border-color:#38bdf8;transform:translateY(-1px);box-shadow:0 4px 12px rgba(56,189,248,.1)}
.report-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.report-card-header h3{color:#e2e8f0;font-size:15px;margin:0}
.rec-badge{color:#fff;font-size:11px;font-weight:700;padding:4px 12px;border-radius:20px}
.report-card-meta{display:flex;gap:16px;font-size:12px;color:#64748b}
.status-done{color:#22c55e}
.status-running{color:#eab308}
.status-error{color:#ef4444}
.empty-state{text-align:center;padding:60px 24px}
.empty-state h3{color:#94a3b8;margin-bottom:8px}
.empty-state p{color:#64748b;margin-bottom:20px}
.empty-state .btn-primary{width:auto;padding:12px 32px;display:inline-block;text-decoration:none}
.loading-state,.error-state{text-align:center;padding:40px;color:#64748b}

/* Disclaimer footer */
/* Profile page */
.profile-form{background:#141c2e;border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid #1e293b}
.profile-form .form-group{margin-bottom:16px}
.profile-form .form-group:last-of-type{margin-bottom:0}
.profile-view .profile-field{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #283548}
.profile-view .profile-field:last-of-type{border-bottom:none}
.profile-label{color:#94a3b8;font-size:13px;font-weight:600}
.profile-value{color:#e2e8f0;font-size:14px}
.profile-empty{color:#ef4444;font-weight:700;font-size:16px}
@keyframes edit-glow{0%,100%{box-shadow:0 0 4px rgba(239,68,68,.3)}50%{box-shadow:0 0 12px rgba(239,68,68,.6),0 0 20px rgba(239,68,68,.2)}}
.btn-edit-glow{border-color:#ef4444!important;color:#ef4444!important;animation:edit-glow 2s ease-in-out infinite}
.profile-save-status{display:inline-block;margin-left:12px;font-size:13px;font-weight:600;transition:opacity .3s}
.profile-save-status.success{color:#22c55e}
.profile-save-status.error{color:#ef4444}
.purchase-options{margin-top:24px}
.purchase-options .pricing-cards{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;margin-bottom:16px}
@media(max-width:700px){.purchase-options .pricing-cards{grid-template-columns:1fr}}

/* Report card actions */
.report-card-actions{display:flex;align-items:center;gap:8px}
.btn-report-action{padding:4px 12px;border-radius:6px;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s;border:1px solid transparent}
.btn-delete{color:#f87171;border-color:#7f1d1d;background:rgba(239,68,68,.08)}
.btn-delete:hover{background:rgba(239,68,68,.2);border-color:#ef4444}
.btn-archive{color:#94a3b8;border-color:#334155;background:rgba(148,163,184,.08)}
.btn-archive:hover{background:rgba(148,163,184,.15);border-color:#64748b}

/* Archive toggle */
.archive-toggle{color:#64748b;font-size:14px;font-weight:600;cursor:pointer;padding:8px 0;list-style:none;user-select:none}
.archive-toggle::-webkit-details-marker{display:none}
.archive-toggle::before{content:"+ ";font-weight:700;color:#475569}
details[open] .archive-toggle::before{content:"- "}

/* Credit badge empty glow */
@keyframes badge-glow{0%,100%{box-shadow:0 0 6px rgba(245,158,11,.4)}50%{box-shadow:0 0 14px rgba(245,158,11,.8),0 0 24px rgba(245,158,11,.3)}}
.credit-badge-empty{background:#451a03!important;border-color:#b45309!important;color:#fbbf24!important;animation:badge-glow 2s ease-in-out infinite;cursor:pointer}

.disclaimer-footer{margin-top:48px;padding:24px 0;border-top:1px solid #1e293b}
.disclaimer-footer p{font-size:11px;color:#475569;line-height:1.6;margin:0 0 8px}
.disclaimer-footer p:last-child{margin-bottom:0}
.disclaimer-footer strong{color:#64748b}

/* Site footer (index.html) */
.site-footer{margin-top:64px;padding:24px 0;border-top:1px solid #1e293b}
.footer-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}
.footer-copy{font-size:12px;color:#475569;margin:0}
.footer-disclaimer{font-size:11px;color:#3f4a5c;margin:0}
