:root{--background:#101312;--foreground:#fff;--primary:#15352c;--secondary:#191d1b;--accent:#58f6c8;--accent-warm:#ffcf5a;--muted:#ffffffa8;--surface:#ffffff0b;--surface-strong:#ffffff16;--line:#ffffff1c}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--foreground);background:linear-gradient(115deg,#58f6c81a,#ffcf5a0e 42%,#0000 64%),linear-gradient(#101312 0%,#161917 48%,#0b0d0c 100%);min-height:100vh;font-family:Avenir Next,Segoe UI,Helvetica,Arial,sans-serif;line-height:1.6}.container{max-width:880px;margin:0 auto;padding:2rem 1.5rem}.header{border-bottom:1px solid var(--line);justify-content:flex-start;align-items:center;margin-bottom:1.4rem;padding-bottom:1.5rem;display:flex}.logo{align-items:center;gap:.75rem;display:flex}.logoIcon{background:linear-gradient(135deg,var(--accent),var(--accent-warm));color:#07110e;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex}.logoText{font-size:1.25rem;font-weight:700}.srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.subscribePanel{background:linear-gradient(90deg,#58f6c824,#ffcf5a14 46%,#ffffff08),#ffffff0e;border:1px solid #ffffff29;border-radius:8px;margin-bottom:1.35rem;padding:2rem;position:relative;overflow:hidden;box-shadow:0 24px 70px #00000047}.subscribePanel:after{content:"";background:linear-gradient(90deg,var(--accent),var(--accent-warm));height:5px;position:absolute;inset:auto 0 0}.subscribePanelContent{z-index:1;position:relative}.subscribeEyebrow{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.7rem;font-size:.72rem;font-weight:800}.subscribeTitle{max-width:680px;margin-bottom:.8rem;font-family:Georgia,Times New Roman,serif;font-size:2.45rem;font-weight:700;line-height:1.08}.subscribeCopy{color:#ffffffc7;max-width:650px;font-size:1.08rem;line-height:1.7}.subscribePanelForm{background:#07110e94;border:1px solid #ffffff29;border-radius:8px;align-items:center;gap:.55rem;width:100%;margin-top:1.4rem;padding:.4rem;display:flex}.subscribePanelInput{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;height:56px;padding:0 1rem;font-size:1rem}.subscribePanelInput:focus{box-shadow:inset 0 -2px 0 var(--accent)}.subscribePanelInput::placeholder{color:#ffffff6b}.subscribePanelBtn{background:var(--accent);color:#07110e;cursor:pointer;border:none;border-radius:6px;min-width:190px;height:56px;padding:0 1.35rem;font-size:.98rem;font-weight:800;transition:all .2s}.subscribePanelBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 28px #58f6c847}.subscribePanelBtn:disabled{opacity:.6;cursor:not-allowed}.subscribeProof{color:#ffffff8f;flex-wrap:wrap;gap:.8rem 1.2rem;margin-top:1rem;font-size:.85rem;font-weight:600;display:flex}.subscribeBanner{border-radius:8px;margin-top:1rem;padding:.7rem .85rem;font-size:.9rem}.subscribeBannerSuccess{color:#2ecc71;background:#2ecc7126;border:1px solid #2ecc714d}.subscribeBannerError{color:#e74c3c;background:#e74c3c26;border:1px solid #e74c3c4d}.dateNav{justify-content:space-between;align-items:center;margin-bottom:1.4rem;padding:.9rem 0 1.1rem;display:flex}.navBtn{border:1px solid var(--line);color:var(--accent);cursor:pointer;background:#ffffff0b;border-radius:50px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-weight:500;transition:all .2s;display:flex}.navBtn:hover:not(:disabled){background:#58f6c817;border-color:#58f6c847}.navBtn:disabled{opacity:.3;cursor:not-allowed}.dateDisplay{text-transform:uppercase;letter-spacing:.15em;color:#ffffff8f;font-size:.85rem}.card{background:var(--surface);border:1px solid #ffffff17;border-radius:8px;margin-bottom:1.5rem;padding:2rem;transition:transform .2s}.card:hover{background:var(--surface-strong);transform:translateY(-2px)}.badge{text-transform:uppercase;letter-spacing:.1em;color:var(--accent);border:1px solid #58f6c857;border-radius:4px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.7rem;display:inline-block}.cardTitle{overflow-wrap:break-word;margin-bottom:1rem;font-size:1.75rem;font-weight:700;line-height:1.3}.cardText{color:#e8ece9;font-size:1.05rem;line-height:1.8}.cardLink{color:var(--accent);margin-top:1.5rem;font-weight:500;text-decoration:none;display:inline-block}.cardLink:hover{text-decoration:underline}.newsList{padding:0;list-style:none}.newsItem{border-bottom:1px solid #ffffff0d;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.newsItem:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.newsNumber{color:#58f6c8a8;min-width:2rem;font-size:1.25rem;font-weight:300}.newsText{color:#e8ece9;font-size:1rem;line-height:1.7}.quoteCard{border-left:4px solid var(--accent);background:linear-gradient(135deg,#15352c94,#191d1ba6)}.quizOptions{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.5rem;display:grid}.quizOption{color:#fff;cursor:pointer;text-align:left;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:1rem;font-size:.9rem;transition:all .2s}.quizOption:hover{background:#58f6c81a;border-color:#58f6c84d}.quizOption.correct{color:#2ecc71;background:#2ecc7133;border-color:#2ecc71}.quizOption.wrong{color:#e74c3c;background:#e74c3c33;border-color:#e74c3c}.loadingContainer{flex-direction:column;justify-content:center;align-items:center;padding:6rem 0;display:flex}.loader{border:3px solid #58f6c84d;border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.loadingText{color:#ffffff80;margin-top:1rem}.errorContainer{text-align:center;color:#ffffff80;padding:6rem 2rem}.errorBtn{color:var(--accent);cursor:pointer;background:0 0;border:none;margin-top:1rem;font-size:1rem}.errorBtn:hover{text-decoration:underline}.footer{text-align:center;color:#ffffff4d;text-transform:uppercase;letter-spacing:.15em;border-top:1px solid #ffffff0d;margin-top:2rem;padding:3rem 0;font-size:.8rem}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fadeIn{animation:.5s ease-out fadeIn}@media (max-width:680px){.container{padding:1.25rem 1rem}.header{margin-bottom:1rem;padding-bottom:1rem}.subscribePanel{padding:1.35rem}.subscribeTitle{overflow-wrap:break-word;max-width:100%;font-size:1.86rem;line-height:1.14}.subscribeCopy{font-size:1rem}.subscribePanelForm{flex-direction:column;align-items:stretch}.subscribePanelInput,.subscribePanelBtn{width:100%}.dateNav{grid-template-columns:minmax(76px,auto) 1fr minmax(76px,auto);align-items:center;gap:.7rem;display:grid}.navBtn{justify-content:center;min-width:0;padding:.55rem .75rem;font-size:.82rem}.dateDisplay{text-align:center;letter-spacing:.06em;min-width:0;font-size:.72rem}.card{padding:1.35rem}.quizOptions{grid-template-columns:1fr}}
