@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body,html,#root{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:18px}.static-page-container{max-width:900px;margin:0 auto;padding:2rem 1.25rem}.static-page-title{font-size:2rem;margin-bottom:1rem}.static-page-section{margin-top:1.25rem}.static-page-subtitle{font-size:1.25rem;margin-bottom:.5rem}.static-page-text{line-height:1.6;opacity:.95}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:200;padding:.75rem}.cookie-banner-inner{max-width:1200px;margin:0 auto;display:flex;gap:1rem;align-items:center;justify-content:space-between;border-radius:14px;padding:1rem 1.1rem;box-shadow:0 16px 40px #00000040;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-root-dark .cookie-banner-inner{background:#0f172aeb;border:1px solid rgba(51,65,85,.9)}.app-root-light .cookie-banner-inner{background:#fffffff2;border:1px solid rgba(16,185,129,.4)}.cookie-banner-title{display:block;margin-bottom:.25rem;font-size:1.05rem;letter-spacing:.01em}.cookie-banner-description{font-size:.98rem;line-height:1.45;max-width:48rem}.cookie-banner-hint{margin-top:.4rem;font-size:.85rem;opacity:.85}.cookie-banner-actions{display:flex;gap:.6rem;flex-shrink:0}.cookie-btn{border:none;border-radius:999px;padding:.6rem 1rem;cursor:pointer;font-size:.95rem;font-weight:600}.cookie-btn-primary{background:#0ea5e9;color:#fff}.app-root-light .cookie-btn-primary{background:#059669}.cookie-btn-secondary{background:transparent}.app-root-dark .cookie-btn-secondary{color:#e5e7eb;border:1px solid rgba(51,65,85,.9)}.app-root-light .cookie-btn-secondary{color:#111827;border:1px solid rgba(16,185,129,.4)}@media (max-width: 720px){.cookie-banner-inner{flex-direction:column;align-items:stretch}.cookie-banner-actions{width:100%;justify-content:flex-end;flex-direction:column;gap:.5rem}.cookie-btn{width:100%;padding:.6rem .8rem;font-size:.95rem}}.app-root{min-height:100vh;transition:background-color .3s ease,color .3s ease}.app-root-dark{background:radial-gradient(circle at top,#0f172a,#020617,#000);color:#e5e7eb}.app-root-light{background:linear-gradient(180deg,#f4fff8,#fff 45%,#e6fff1);color:#111827}.app-header{position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:background .3s ease,border-color .3s ease;overflow:visible}.app-header-dark{background:#0f172aeb;border-bottom:1px solid rgba(51,65,85,.9)}.app-header-light{background:#ffffffeb;border-bottom:1px solid rgba(16,185,129,.4)}.app-header-inner{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.app-brand{display:flex;align-items:center;gap:.65rem}.app-logo{height:38px;width:38px;border-radius:12px;background:linear-gradient(135deg,#0ea5e9,#6366f1);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.08em;box-shadow:0 0 20px #38bdf899;transition:box-shadow .3s ease;overflow:hidden}.app-logo-img{display:block;width:100%;height:100%;object-fit:cover}.app-root-light .app-logo{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 0 18px #10b98199}.app-title{font-size:1.15rem;font-weight:600;text-decoration:none;letter-spacing:-.02em;transition:color .25s ease}.app-title-dark{color:#38bdf8}.app-title-light{color:#059669}.app-title:hover{opacity:.85}.app-header-actions{display:flex;align-items:center;gap:1.3rem}.app-nav{display:flex;align-items:center;gap:.55rem;font-size:.9rem}.mobile-nav-toggle{display:none;background:transparent;border:none;font-size:1.25rem;cursor:pointer;color:inherit;z-index:260}.app-root{overflow-x:hidden}.mobile-nav{display:none}.app-nav-primary{display:flex;align-items:center;gap:.55rem}.app-nav-link{color:#9ca3af;text-decoration:none;transition:color .2s ease}.app-nav-link:hover{color:#e5e7eb}.app-root-light .app-nav-link{color:#6b7280}.app-root-light .app-nav-link:hover{color:#111827}.app-nav-pill{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 .95rem;border-radius:999px;white-space:nowrap;line-height:1;font-weight:700;letter-spacing:.01em;text-decoration:none;color:#e5e7eb;background:#0206171f;border:1px solid rgba(51,65,85,.75);transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.app-nav-pill:hover{transform:translateY(-1px);background:#38bdf824;border-color:#38bdf873;box-shadow:0 8px 18px #02061759}.app-nav-pill-active{background:linear-gradient(135deg,#38bdf838,#6366f12e);border-color:#38bdf899;box-shadow:0 10px 22px #38bdf81f}.app-root-light .app-nav-pill{color:#065f46;background:#10b98114;border-color:#10b98161}.app-root-light .app-nav-pill:hover{background:#10b98124;border-color:#10b9819e;box-shadow:0 10px 22px #10b98126}.app-root-light .app-nav-pill-active{background:linear-gradient(135deg,#10b9812e,#05966924);border-color:#10b981b3}.theme-toggle{position:relative;display:inline-flex;align-items:center;width:54px;height:26px;padding:3px 5px;border-radius:999px;border:1px solid rgba(148,163,184,.9);background:#0f172ae6;color:#cbd5e1;font-size:11px;cursor:pointer;overflow:hidden;transition:all .25s ease}.theme-toggle:hover{border-color:#38bdf8}.app-root-light .theme-toggle{background:#fffffff2;border-color:#10b981b3;color:#047857}.app-root-light .theme-toggle:hover{border-color:#10b981}.theme-toggle-knob{position:absolute;width:20px;height:20px;border-radius:999px;background:#0ea5e9;box-shadow:0 0 12px #38bdf8e6;transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.theme-toggle-knob.dark{transform:translate(0)}.theme-toggle-knob.light{transform:translate(26px);background:#22c55e;box-shadow:0 0 10px #22c55ee6}.theme-toggle-labels{position:relative;display:flex;width:100%;justify-content:space-between;z-index:1;pointer-events:none}.theme-toggle{display:none!important}.app-shell{max-width:1440px;margin:0 auto;padding:2rem 1.5rem 3rem;display:flex;align-items:flex-start;gap:2rem}.app-main{flex:1 1 auto;min-width:0}.app-side{flex:0 0 340px;width:340px;position:sticky;top:96px}.cluster-toggle{position:fixed;right:1rem;bottom:20vh;z-index:240;display:none;border:none;border-radius:999px;padding:.65rem .85rem;font-size:1.1rem;font-weight:700;cursor:pointer;box-shadow:0 18px 40px #02061740}.app-root-dark .cluster-toggle{background:#38bdf8;color:#0f172a}.app-root-light .cluster-toggle{background:#059669;color:#f8fafc}.cluster-panel{position:relative;display:flex;flex-direction:column;gap:1rem;padding:1.4rem 1.25rem 1.5rem;border-radius:20px;overflow:hidden}.cluster-panel:before{content:"";position:absolute;inset:-40% -30% auto -30%;height:140%;background:radial-gradient(circle at 15% 20%,rgba(56,189,248,.2),transparent 55%),radial-gradient(circle at 80% 10%,rgba(14,165,233,.22),transparent 60%);opacity:.9;pointer-events:none}.app-root-dark .cluster-panel{background:linear-gradient(140deg,#0f172afa,#1e40af2e);border:1px solid rgba(56,189,248,.2);box-shadow:0 22px 50px #0f172a73}.app-root-light .cluster-panel{background:linear-gradient(140deg,#fffffffa,#d1fae5c7);border:1px solid rgba(16,185,129,.22);box-shadow:0 22px 50px #0f172a1f}.cluster-panel-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;z-index:1}.cluster-panel-kicker{display:inline-flex;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;opacity:.7}.cluster-panel-title{margin-top:.4rem;font-size:1.45rem;font-weight:700;letter-spacing:-.02em;font-family:Space Grotesk,Segoe UI,sans-serif}.cluster-panel-close{display:none;border:none;background:transparent;font-size:1.4rem;font-weight:700;cursor:pointer;color:inherit;opacity:.7}.cluster-panel-subtitle{position:relative;font-size:.92rem;line-height:1.55;opacity:.9;z-index:1}.cluster-panel-link{position:relative;text-decoration:none;font-weight:600;padding:.55rem .9rem;border-radius:999px;align-self:center;border:1px solid transparent;z-index:1}.app-root-dark .cluster-panel-link{background:#38bdf8;color:#0f172a}.app-root-light .cluster-panel-link{background:#059669;color:#f8fafc}.cluster-panel-grid{position:relative;display:grid;gap:1rem;z-index:1}.cluster-panel-loading{padding:1rem;border-radius:14px;text-align:center;font-size:.9rem;background:#0f172a1f}.cluster-panel-card{padding:.9rem 1rem 1rem;border-radius:16px;border:1px solid transparent;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.app-root-dark .cluster-panel-card{background:#0f172ab8;border-color:#94a3b833}.app-root-light .cluster-panel-card{background:#ffffffe0;border-color:#94a3b840}.cluster-panel-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem}.cluster-panel-card-title-link{text-decoration:none;color:inherit}.cluster-panel-card-kicker{font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;opacity:.65;font-weight:600}.cluster-panel-card-title{font-size:1.05rem;font-weight:700}.cluster-panel-card-description{margin-top:.5rem;font-size:.9rem;line-height:1.5;opacity:.88}.cluster-panel-card-badge{display:inline-flex;align-items:center;justify-content:center;padding:.24rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700;white-space:nowrap;border:1px solid transparent}.app-root-dark .cluster-panel-card-badge{color:#e0f2fe;background:#0ea5e93d;border-color:#38bdf866}.app-root-light .cluster-panel-card-badge{color:#065f46;background:#10b98129;border-color:#10b98159}.cluster-panel-tags{margin-top:.7rem;display:flex;flex-wrap:wrap;gap:.45rem}.cluster-panel-card-meta{margin-top:.8rem}.cluster-panel-card-cta{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:.8rem;font-weight:700;padding:.4rem .72rem;border-radius:999px;border:1px solid transparent}.app-root-dark .cluster-panel-card-cta{color:#e0f2fe;background:#0f172a94;border-color:#38bdf852}.app-root-light .cluster-panel-card-cta{color:#0f172a;background:#ecfdf5e6;border-color:#10b98161}.cluster-panel-tag{text-decoration:none;font-size:.8rem;font-weight:600;padding:.3rem .65rem;border-radius:999px;border:1px solid transparent}.app-root-dark .cluster-panel-tag{color:#38bdf8;background:#0f172a99;border-color:#38bdf859}.app-root-light .cluster-panel-tag{color:#0f172a;background:#ecfdf5e6;border-color:#10b98166}.app-root-dark a{color:#93c5fd}.app-root-dark a:hover{color:#bfdbfe}.app-root-light a{color:#047857}.app-root-light a:hover{color:#065f46}@media (max-width: 640px){.app-shell{padding:1.4rem 1rem 2.5rem}.app-header-inner{padding:.75rem 1rem}.app-logo{height:32px;width:32px;font-size:.6rem}.app-nav-primary{display:none}.mobile-nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:36px;border-radius:8px}.mobile-nav{display:none}.app-header-actions .user-welcome-link,.app-header-actions .logout-btn,.app-header-actions .register-btn,.app-header-actions .app-nav-link{display:none!important}.mobile-nav{position:absolute;left:0;right:0;top:100%;background:#0f172afa;color:#e5e7eb;z-index:250;padding:.75rem 1rem;box-shadow:0 8px 24px #02061766}.app-root-light .mobile-nav{background:#fffffffa;color:#111827}.mobile-nav a,.mobile-nav .app-nav-link,.mobile-nav .user-welcome-link,.mobile-nav .register-btn,.mobile-nav .logout-btn{display:block;width:100%;padding:.6rem .5rem;margin-bottom:.25rem;text-decoration:none}.mobile-nav .app-nav-pill{display:block;padding:.6rem .5rem;border-radius:8px;background:transparent;border:1px solid rgba(255,255,255,.04)}.mobile-open .mobile-nav{display:block!important}.app-title{font-size:1rem}.app-nav{font-size:.8rem}.theme-toggle{width:48px;height:24px}.theme-toggle-knob{width:18px;height:18px}.theme-toggle-knob.light{transform:translate(22px)}.app-main{padding:0}}@media (max-width: 900px){.app-shell{flex-direction:column}.app-side{position:fixed;top:0;right:0;bottom:0;width:min(85vw,360px);overflow-y:auto;padding:1rem .75rem 1.5rem;transform:translate(110%);transition:transform .3s ease;z-index:230;border-radius:18px 0 0 18px}.cluster-open .app-side{transform:translate(0)}.cluster-toggle{display:inline-flex;align-items:center;justify-content:center;right:.75rem;bottom:1.25rem;top:auto;transform:none;width:44px;height:44px;padding:0;border-radius:14px;touch-action:manipulation}.cluster-panel-close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;background:#0f172a33;position:static}.mobile-open .cluster-toggle{display:none}.article-route .cluster-toggle{right:1rem;bottom:1rem}.article-route .share-button-container{right:1rem;bottom:4.75rem}}.article-card{position:relative;content-visibility:auto;contain-intrinsic-size:320px 420px;border-radius:12px;padding:1rem;transition:all .3s ease;background:#0f172a66;border:1px solid rgba(51,65,85,.8)}.article-card-delete{position:absolute;top:.5rem;right:.5rem;z-index:2;width:2rem;height:2rem;border-radius:999px;border:0;background:#ef444424;color:#ef4444;cursor:pointer;font-size:1.25rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;opacity:.9}.article-card-delete:hover{opacity:1}.article-card-delete:disabled{cursor:not-allowed;opacity:.5}.app-root-light .article-card{background:#ffffffb3;border:1px solid rgba(16,185,129,.3)}.article-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #38bdf833;border-color:#38bdf880}.app-root-light .article-card:hover{box-shadow:0 8px 24px #10b98133;border-color:#10b98180}.article-card-image{width:100%;height:10rem;object-fit:cover;border-radius:8px;margin-bottom:.75rem;background:#02061759}.article-card-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;line-height:1.4}.article-card-link{text-decoration:none;transition:opacity .2s ease}.article-card-link:hover{opacity:.85}.article-card-summary{font-size:.875rem;margin-bottom:.75rem;line-height:1.5;opacity:.8;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.app-root-dark .article-card-summary{color:#cbd5e1}.app-root-light .article-card-summary{color:#475569}.article-card-footer{display:flex;flex-direction:column;gap:.5rem;font-size:.75rem}.article-card-meta{display:flex;justify-content:space-between;align-items:center}.app-root-dark .article-card-meta{color:#94a3b8}.app-root-light .article-card-meta{color:#64748b}.article-card-topic{font-weight:500}.article-card-tags{margin-top:.125rem;display:flex;flex-wrap:wrap;gap:.375rem}.article-card-tag{font-size:.75rem;font-weight:500;text-decoration:none}.article-card-tag:hover{opacity:.85}.app-root-dark .article-card-tag{color:#38bdf8}.app-root-light .article-card-tag{color:#059669}.article-card-date{font-style:italic}.article-card-stats{display:flex;gap:.75rem;flex-wrap:wrap}.article-stat{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:6px;background:#38bdf826;font-size:.75rem}.app-root-light .article-stat{background:#10b98126}.stat-icon{font-size:.875rem}.stat-value{font-weight:500}.app-root-dark .stat-value{color:#38bdf8}.app-root-light .stat-value{color:#059669}.hashtags-container{max-width:70rem;margin:0 auto}.hashtags-page{display:flex;flex-direction:column;gap:2rem}.hashtags-hero{padding:2rem 2.2rem;border-radius:24px;position:relative;overflow:hidden}.hashtags-hero:before{content:"";position:absolute;inset:-40% -20% auto -20%;height:140%;background:radial-gradient(circle at 20% 30%,rgba(56,189,248,.22),transparent 55%),radial-gradient(circle at 70% 10%,rgba(14,165,233,.2),transparent 60%);opacity:.9;pointer-events:none}.app-root-dark .hashtags-hero{background:linear-gradient(140deg,#0f172afa,#1e40af33);border:1px solid rgba(56,189,248,.22);box-shadow:0 22px 50px #0f172a73}.app-root-light .hashtags-hero{background:linear-gradient(140deg,#fffffffa,#d1fae5c7);border:1px solid rgba(16,185,129,.24);box-shadow:0 22px 50px #0f172a1f}.hashtags-hero-kicker{display:inline-flex;font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;opacity:.7;position:relative;z-index:1}.hashtags-hero-title{margin-top:.6rem;font-size:2.2rem;font-weight:700;letter-spacing:-.02em;font-family:Space Grotesk,Segoe UI,sans-serif;position:relative;z-index:1}.hashtags-hero-subtitle{margin-top:.6rem;max-width:44rem;font-size:1rem;line-height:1.6;opacity:.9;position:relative;z-index:1}.hashtags-clusters{display:flex;flex-direction:column;gap:2rem}.hashtag-cluster{padding:1.6rem 1.8rem;border-radius:22px;border:1px solid transparent;background:#0f172a66}.app-root-light .hashtag-cluster{background:#ffffffb3;border-color:#10b98133}.app-root-dark .hashtag-cluster{border-color:#38bdf829}.hashtag-cluster-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.2rem;margin-bottom:1rem}.hashtag-cluster-kicker{font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;font-weight:600;opacity:.7}.hashtag-cluster-title{font-size:1.6rem;font-weight:700;margin-top:.35rem}.hashtag-cluster-title-link{text-decoration:none;color:inherit}.hashtag-cluster-description{margin-top:.5rem;font-size:.95rem;line-height:1.55;opacity:.9;max-width:40rem}.hashtag-cluster-meta{font-size:.85rem;padding:.2rem .65rem;border-radius:999px;background:#94a3b82e;height:fit-content}.hashtag-cluster-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem}.hashtag-cluster-tag{text-decoration:none;font-size:.85rem;font-weight:600;padding:.35rem .7rem;border-radius:999px;border:1px solid transparent}.app-root-dark .hashtag-cluster-tag{color:#38bdf8;background:#0f172a99;border-color:#38bdf859}.app-root-light .hashtag-cluster-tag{color:#0f172a;background:#ecfdf5e6;border-color:#10b98166}.hashtag-cluster-articles{margin-top:.5rem}.hashtag-cluster-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.hashtag-cluster-cta{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;font-size:.95rem;opacity:.9}.hashtag-cluster-cta-link{text-decoration:none;font-weight:600;padding:.4rem .85rem;border-radius:999px;border:1px solid transparent}.app-root-dark .hashtag-cluster-cta-link{background:#38bdf838;border-color:#38bdf873;color:#e2f3ff}.app-root-light .hashtag-cluster-cta-link{background:#10b9812e;border-color:#10b98166;color:#0f172a}@media (max-width: 900px){.hashtags-hero{padding:1.6rem}.hashtag-cluster{padding:1.4rem}.hashtag-cluster-header{flex-direction:column}}@media (max-width: 640px){.hashtags-hero-title{font-size:1.6rem}.hashtag-cluster-title{font-size:1.3rem}}.cluster-detail,.tag-detail{display:flex;flex-direction:column;gap:2rem}.cluster-detail-hero,.tag-detail-hero{padding:2rem 2.2rem;border-radius:24px;position:relative;overflow:hidden;display:flex;justify-content:space-between;gap:1.5rem;align-items:flex-start}.cluster-detail-hero:before,.tag-detail-hero:before{content:"";position:absolute;inset:-40% -20% auto -20%;height:140%;background:radial-gradient(circle at 20% 30%,rgba(56,189,248,.22),transparent 55%),radial-gradient(circle at 70% 10%,rgba(14,165,233,.2),transparent 60%);opacity:.9;pointer-events:none}.app-root-dark .cluster-detail-hero,.app-root-dark .tag-detail-hero{background:linear-gradient(140deg,#0f172afa,#1e40af33);border:1px solid rgba(56,189,248,.22);box-shadow:0 22px 50px #0f172a73}.app-root-light .cluster-detail-hero,.app-root-light .tag-detail-hero{background:linear-gradient(140deg,#fffffffa,#d1fae5c7);border:1px solid rgba(16,185,129,.24);box-shadow:0 22px 50px #0f172a1f}.cluster-detail-kicker,.tag-detail-kicker{display:inline-flex;font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;opacity:.7;position:relative;z-index:1}.cluster-detail-title,.tag-detail-title{margin-top:.6rem;font-size:2.1rem;font-weight:700;letter-spacing:-.02em;font-family:Space Grotesk,Segoe UI,sans-serif;position:relative;z-index:1}.cluster-detail-subtitle,.tag-detail-subtitle{margin-top:.6rem;max-width:44rem;font-size:1rem;line-height:1.6;opacity:.9;position:relative;z-index:1}.cluster-detail-back{text-decoration:none;font-weight:600;padding:.55rem .9rem;border-radius:999px;align-self:flex-start;border:1px solid transparent;position:relative;z-index:1}.app-root-dark .cluster-detail-back{background:#38bdf8;color:#0f172a}.app-root-light .cluster-detail-back{background:#059669;color:#f8fafc}.cluster-detail-tags{padding:1.4rem 1.6rem;border-radius:20px;border:1px solid rgba(148,163,184,.22);background:#0f172a59}.app-root-dark .cluster-detail-tags{background:#0206179e;border-color:#94a3b859}.app-root-light .cluster-detail-tags{background:#ffffffb3;border-color:#10b98133}.cluster-detail-tags-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.cluster-detail-tags-count,.cluster-detail-articles-count{font-size:.75rem;padding:.15rem .55rem;border-radius:999px;background:#94a3b833}.cluster-detail-tags-grid{display:flex;flex-wrap:wrap;gap:.5rem}.cluster-detail-tag{border:1px solid transparent;padding:.35rem .7rem;border-radius:999px;font-size:.85rem;font-weight:600;background:#38bdf81f;cursor:pointer}.cluster-detail-tag:hover{transform:translateY(-1px);box-shadow:0 10px 18px #38bdf833}.app-root-dark .cluster-detail-tag{background:#38bdf838;border-color:#38bdf873;color:#e2f3ff}.app-root-dark .cluster-detail-tag:hover{box-shadow:0 12px 20px #38bdf847}.app-root-light .cluster-detail-tag{background:#10b9811f}.cluster-detail-tag-selected{background:#38bdf847}.app-root-dark .cluster-detail-tag-selected{background:#38bdf8;border-color:#38bdf8;color:#0b1220}.app-root-light .cluster-detail-tag-selected{background:#10b98147}.cluster-detail-tags-selected{margin-top:.8rem;font-size:.9rem;opacity:.85}.cluster-detail-articles-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.cluster-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.2rem}@media (max-width: 900px){.cluster-detail-hero,.tag-detail-hero{flex-direction:column}}@media (max-width: 640px){.cluster-detail-title,.tag-detail-title{font-size:1.5rem}}.hashtags-title{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.hashtags-subtitle{opacity:.8;margin-bottom:1rem}.hashtags-intro{opacity:.9;line-height:1.45;margin-bottom:1rem}.hashtags-help{background:#94a3b81f;border:1px solid rgba(148,163,184,.22);border-radius:12px;padding:.85rem 1rem;margin:.75rem 0 1.1rem}.hashtags-help-title{font-weight:700;font-size:.95rem;margin-bottom:.35rem}.hashtags-help-list{margin-left:1.25rem;opacity:.92;font-size:.95rem;line-height:1.4}.hashtags-selected-title,.hashtags-index-title{font-size:1rem;font-weight:700;margin:.75rem 0 .5rem}.hashtags-index{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.hashtags-index-item{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:8px;text-decoration:none;font-size:.875rem;color:inherit;font-family:inherit;background:#38bdf81f;border:0;cursor:pointer}.app-root-light .hashtags-index-item{background:#10b9811f}.hashtags-index-item:hover{opacity:.9}.hashtags-index-item-selected{background:#38bdf838}.app-root-light .hashtags-index-item-selected{background:#10b98138}.hashtags-selected{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0 1rem}.hashtags-selected-empty{opacity:.8;font-size:.875rem}.tag-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .5rem;border-radius:999px;background:#22c55e29;color:inherit}.app-root-light .tag-chip{background:#22c55e29}.tag-chip-label{font-size:.875rem;font-weight:600}.tag-chip-remove{border:0;background:#ef444424;cursor:pointer;font-size:1rem;line-height:1;padding:.125rem .375rem;border-radius:999px;color:#ef4444;opacity:.8}.tag-chip-remove:hover{opacity:1}.hashtag-section{margin-bottom:1.75rem}.hashtag-section-selected{scroll-margin-top:90px}.hashtag-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.hashtag-section-subtitle{opacity:.82;font-size:.95rem;margin-top:.2rem}.hashtag-section-title{font-size:1.25rem;font-weight:700}.hashtag-section-count{font-size:.75rem;padding:.125rem .5rem;border-radius:999px;background:#94a3b833}.hashtag-articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.article-detail{max-width:50rem;margin:0 auto}.article-detail-header{margin-bottom:1.5rem}.article-detail-title{font-size:2.25rem;font-weight:700;margin-bottom:1.25rem;line-height:1.2}.app-root-dark .article-detail-title{color:#f1f5f9}.app-root-light .article-detail-title{color:#0f172a}.article-detail-meta{display:flex;flex-direction:column;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid rgba(148,163,184,.3)}.article-detail-date{font-size:.875rem;font-style:italic}.app-root-dark .article-detail-date{color:#94a3b8}.app-root-light .article-detail-date{color:#64748b}.article-detail-stats{display:flex;gap:1rem;flex-wrap:wrap}.article-detail-image-wrapper{width:100%;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 4px 16px #0003;overflow:hidden;aspect-ratio:16 / 9;background:#94a3b81f}.article-detail-image{width:100%;height:100%;display:block;object-fit:cover}.article-detail-content{font-size:1.125rem;line-height:1.8;text-align:justify;text-justify:inter-word}.app-root-dark .article-detail-content{color:#e2e8f0}.app-root-light .article-detail-content{color:#1e293b}.article-detail-content h1,.article-detail-content h2,.article-detail-content h3{margin-top:2rem;margin-bottom:1rem;font-weight:600;text-align:left}.article-detail-content p{margin-bottom:1.25rem}.article-detail-content img{max-width:100%;border-radius:8px;margin:1rem 0}.article-detail-content ul{list-style:none;padding-left:1.5rem}.article-detail-content ol{padding-left:1.5rem}.article-detail-content ul li:before{content:none}.article-detail-content a{text-decoration:underline;transition:opacity .2s ease;word-break:break-word}.app-root-dark .article-detail-content a{color:#60a5fa}.app-root-dark .article-detail-content a:hover{color:#93c5fd;opacity:.9}.app-root-light .article-detail-content a{color:#0369a1}.app-root-light .article-detail-content a:hover{color:#075985;opacity:.8}.article-detail-content div[style*=background],.article-detail-content div[style*=background-color],.article-detail-content blockquote{padding:1rem;border-radius:8px;margin:1rem 0}.article-discovery-section{max-width:50rem;margin:1.5rem auto 0}.article-discovery-section .article-discovery-links{padding:1rem 1.25rem;border-radius:12px;border:1px solid rgba(148,163,184,.25)}.app-root-dark .article-discovery-section .article-discovery-links{background:#0f172a73;color:#e2e8f0}.app-root-light .article-discovery-section .article-discovery-links{background:#f8fafce6;color:#0f172a}.article-discovery-section .article-discovery-links h2{margin-top:0;margin-bottom:.75rem;font-size:1.25rem}.article-discovery-section .article-discovery-links ul{list-style:disc;padding-left:1.25rem;margin:0;display:grid;gap:.5rem}.article-discovery-section .article-discovery-links a{text-decoration:none}.article-discovery-section .article-discovery-links a:hover{text-decoration:underline}.app-root-dark .article-detail-content div[style*=background]{background:#38bdf826!important;border-left:4px solid #38bdf8;color:#e2e8f0!important}.app-root-dark .article-detail-content div[style*=background] h2,.app-root-dark .article-detail-content div[style*=background] h3,.app-root-dark .article-detail-content div[style*=background] h4,.app-root-dark .article-detail-content div[style*=background] p,.app-root-dark .article-detail-content div[style*=background] li{color:#e2e8f0!important}.app-root-light .article-detail-content div[style*=background]{border-left:4px solid #f59e0b}.app-root-light .article-detail-content div[style*=background] h2,.app-root-light .article-detail-content div[style*=background] h3,.app-root-light .article-detail-content div[style*=background] h4,.app-root-light .article-detail-content div[style*=background] p,.app-root-light .article-detail-content div[style*=background] li{color:#1e293b!important}.article-loading,.article-error,.article-not-found{text-align:center;padding:2rem;font-size:1rem}.app-root-dark .article-loading,.app-root-dark .article-error,.app-root-dark .article-not-found{color:#cbd5e1}.app-root-light .article-loading,.app-root-light .article-error,.app-root-light .article-not-found{color:#475569}@media (max-width: 640px){.article-detail-title{font-size:1.5rem}.article-detail-stats{font-size:.75rem}}.carousel-section{margin-bottom:2rem;position:relative}.carousel-section.is-loading .carousel-container{min-height:228px;font-size:1.7rem;font-family:Segoe UI Symbol,Arial,sans-serif}.carousel-skeleton-track{padding:.75rem .75rem 1rem}.carousel-container--reserved{min-height:228px}.carousel-skeleton-track{display:flex;gap:1rem}.carousel-skeleton-item{flex-shrink:0;width:300px;height:200px;border-radius:12px;background:#94a3b81f}.carousel-title{font-size:1.5rem;font-weight:700;margin:0 0 1rem}.app-root-dark .carousel-title{color:#38bdf8}.app-root-light .carousel-title{color:#059669}.carousel-arrows{position:absolute;top:50%;left:-12px;right:-12px;display:flex;justify-content:space-between;pointer-events:none;z-index:10;transform:translateY(-50%)}.carousel-arrow{pointer-events:auto;width:44px;height:44px;border-radius:50%;border:none;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#38bdf8;font-size:1.5rem;line-height:1;padding:0;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d}.carousel-arrow:hover{background:#000c;color:#60d5fb;transform:scale(1.1);box-shadow:0 6px 16px #38bdf866}.carousel-arrow:active{transform:scale(.95)}.app-root-light .carousel-arrow{background:#ffffffe6;color:#059669}.app-root-light .carousel-arrow:hover{background:#fff;color:#10b981;box-shadow:0 6px 16px #10b9814d}.carousel-container{overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab;touch-action:auto;overscroll-behavior-x:contain}.carousel-section .carousel-container,.today-carousel-section .today-carousel-container{min-height:240px}.carousel-container:active{cursor:grabbing}.carousel-container::-webkit-scrollbar{display:none}.carousel-track{display:flex;gap:1rem;padding:.75rem .75rem 1rem}.carousel-item{position:relative;z-index:0;flex-shrink:0;width:300px;height:200px;border-radius:12px;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #0000004d;will-change:transform}.carousel-item:hover{z-index:5;transform:translateZ(0) scale(1.05);box-shadow:0 8px 24px #38bdf866}.app-root-light .carousel-item:hover{box-shadow:0 8px 24px #10b98166}.carousel-item-image{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:16 / 9}.carousel-item-overlay{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,transparent 100%);color:#fff}.carousel-item-title{font-size:.95rem;font-weight:600;margin-bottom:.5rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.carousel-item-stats{display:flex;gap:.75rem;font-size:.75rem;opacity:.95}.carousel-item-reading-time{font-size:.75rem;opacity:.9}@media (max-width: 640px){.carousel-arrows{display:none}.carousel-section.is-loading .carousel-container,.carousel-container--reserved{min-height:194px}.carousel-skeleton-track,.carousel-track{padding:.6rem .5rem .85rem}.carousel-item{width:250px;height:170px}.carousel-title{font-size:1.25rem}}.home-container{display:flex;flex-direction:column;gap:2rem}.home-clusters-section{position:relative;padding:2.5rem 2.25rem;border-radius:28px;overflow:hidden;display:flex;flex-direction:column;gap:1.75rem}.home-clusters-section:before{content:"";position:absolute;inset:-40% -20% auto -20%;height:140%;background:radial-gradient(circle at 15% 20%,rgba(56,189,248,.18),transparent 55%),radial-gradient(circle at 80% 10%,rgba(14,165,233,.2),transparent 60%),radial-gradient(circle at 40% 80%,rgba(34,211,238,.2),transparent 50%);opacity:.85;pointer-events:none}.app-root-dark .home-clusters-section{background:linear-gradient(130deg,#0f172af5,#0284c729);border:1px solid rgba(56,189,248,.2);box-shadow:0 30px 80px #0f172a73}.app-root-light .home-clusters-section{background:linear-gradient(130deg,#fffffff5,#d1fae5bf);border:1px solid rgba(16,185,129,.25);box-shadow:0 24px 60px #0f172a1f}.home-clusters-header{position:relative;display:flex;gap:1.5rem;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;z-index:1}.home-clusters-kicker{display:inline-flex;font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;opacity:.7}.home-clusters-title{margin-top:.4rem;font-size:2.2rem;font-weight:700;letter-spacing:-.02em;font-family:Space Grotesk,Segoe UI,sans-serif}.app-root-dark .home-clusters-title{color:#f8fafc}.app-root-light .home-clusters-title{color:#0f172a}.home-clusters-subtitle{margin-top:.6rem;max-width:38rem;font-size:1rem;line-height:1.6;opacity:.9}.app-root-dark .home-clusters-subtitle{color:#e2e8f0}.app-root-light .home-clusters-subtitle{color:#334155}.home-clusters-link{align-self:flex-start;text-decoration:none;font-weight:600;padding:.7rem 1.1rem;border-radius:999px;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease;z-index:1}.app-root-dark .home-clusters-link{color:#0f172a;background:#38bdf8;box-shadow:0 12px 30px #38bdf859}.app-root-light .home-clusters-link{color:#f8fafc;background:#059669;box-shadow:0 12px 30px #05966940}.home-clusters-link:hover{transform:translateY(-2px)}.home-clusters-grid{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.4rem;z-index:1}.home-clusters-loading{padding:1.5rem;border-radius:18px;text-align:center;font-size:.95rem;background:#0f172a1a}.cluster-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:1.25rem;padding:1.4rem 1.5rem;border-radius:20px;border:1px solid transparent;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;transform:translateY(14px);animation:cluster-fade .52s ease forwards;animation-delay:var(--cluster-delay, 0ms)}.app-root-dark .cluster-card{background:#0f172ab8;border-color:#94a3b838;box-shadow:0 18px 35px #0f172a59}.app-root-light .cluster-card{background:#ffffffd9;border-color:#94a3b840;box-shadow:0 18px 35px #0f172a14}.cluster-card-content{display:flex;flex-direction:column;gap:.55rem}.cluster-card-kicker{font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;opacity:.7;font-weight:600}.cluster-card-title{font-size:1.4rem;font-weight:700}.cluster-card-description{font-size:.98rem;line-height:1.55;opacity:.9}.cluster-card-meta{display:flex;align-items:center;gap:.5rem;font-size:.85rem;opacity:.7}.cluster-card-dot{width:4px;height:4px;border-radius:999px;background:currentColor}.cluster-card-tags{display:flex;flex-wrap:wrap;align-content:flex-start;gap:.5rem}.cluster-tag{text-decoration:none;font-size:.85rem;font-weight:600;padding:.35rem .7rem;border-radius:999px;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease}font-size: 1.35rem; font-family: "Segoe UI Symbol","Arial",sans-serif; .cluster-tag:hover{transform:translateY(-1px)}.app-root-dark .cluster-tag{color:#38bdf8;background:#0f172a99;border-color:#38bdf859}.app-root-light .cluster-tag{color:#0f172a;background:#ecfdf5e6;border-color:#10b98166}.cluster-tag-muted{opacity:.65;pointer-events:none}@keyframes cluster-fade{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.home-articles-section{display:flex;flex-direction:column;gap:1rem}.home-title{font-size:2rem;font-weight:700;margin-bottom:.75rem}.app-root-dark .home-title{color:#f1f5f9}.app-root-light .home-title{color:#0f172a}.home-articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.home-loading,.home-error,.home-empty{text-align:center;padding:2rem;font-size:.875rem}.app-root-dark .home-loading,.app-root-dark .home-error,.app-root-dark .home-empty{color:#cbd5e1}.app-root-light .home-loading,.app-root-light .home-error,.app-root-light .home-empty{color:#64748b}@media (max-width: 640px){.article-card-image{height:8.5rem;object-fit:contain;background:#02061773}.app-shell{max-width:100%;padding:1rem .85rem 2rem}.app-main{width:100%}.home-clusters-section{padding:1.6rem 1.25rem}.home-clusters-title{font-size:1.6rem}.home-title{font-size:1.5rem}.home-articles-grid{grid-template-columns:1fr;padding:0 .25rem}.hashtag-cluster-grid,.hashtag-articles-grid,.cluster-detail-grid{padding:0 .25rem}}@media (max-width: 900px){.cluster-card{grid-template-columns:1fr}}.today-carousel-section{margin:2.5rem 0;padding:1.5rem 0;border-top:2px solid rgba(148,163,184,.2);border-bottom:2px solid rgba(148,163,184,.2)}.today-carousel-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.app-root-dark .today-carousel-title{color:#38bdf8}.app-root-light .today-carousel-title{color:#059669}.today-carousel-wrapper{position:relative;display:flex;align-items:center;gap:1rem}.today-carousel-container{flex:1;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;touch-action:auto;overscroll-behavior-x:contain}@media (hover: none) and (pointer: coarse){.carousel-container,.today-carousel-container,.carousel-container:active{cursor:auto}.carousel-item,.today-carousel-item{transition:box-shadow .2s ease}.carousel-item:hover,.today-carousel-item:hover{transform:none}}.today-carousel-container::-webkit-scrollbar{display:none}.today-carousel-section.is-loading .today-carousel-container{min-height:240px}.today-carousel-section.is-loading .carousel-skeleton-track{padding:.5rem .5rem .9rem}.today-carousel-track{display:flex;gap:1rem;padding:.5rem .5rem .9rem}.today-carousel-item{position:relative;z-index:0;flex:0 0 calc(25% - .75rem);min-width:200px;border-radius:8px;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;background:#0f172a66;border:1px solid rgba(51,65,85,.8);will-change:transform}.app-root-light .today-carousel-item{background:#ffffffb3;border:1px solid rgba(16,185,129,.3)}.today-carousel-item:hover{z-index:5;transform:translateY(-4px);box-shadow:0 8px 20px #38bdf84d}.app-root-light .today-carousel-item:hover{box-shadow:0 8px 20px #10b9814d}.today-carousel-item-image{width:100%;height:140px;object-fit:cover}.today-carousel-item-content{padding:.75rem}.today-carousel-item-title{font-size:.875rem;font-weight:600;margin-bottom:.5rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.app-root-dark .today-carousel-item-title{color:#e2e8f0}.app-root-light .today-carousel-item-title{color:#1e293b}.today-carousel-item-stats{display:flex;gap:.75rem;font-size:.75rem;opacity:.85}.app-root-dark .today-carousel-item-stats{color:#cbd5e1}.app-root-light .today-carousel-item-stats{color:#64748b}@media (max-width: 640px){.today-carousel-item{flex:0 0 calc(50% - .5rem);min-width:160px}.today-carousel-track,.today-carousel-section.is-loading .carousel-skeleton-track{padding:.5rem .4rem .85rem}.today-carousel-item-image{height:120px}}.comments-section-container{margin:3rem 0;padding:2rem;background:var(--card-bg);border-radius:16px;border:1px solid var(--border-color)}.app-root-dark .comments-section-container{background:#0f172a;border-color:#334155}.app-root-light .comments-section-container{background:#f8fafc;border-color:#e5e7eb}.comments-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--border-color)}.comments-section-header h2{font-size:1.75rem;margin:0;color:var(--text-color)}.add-comment-btn{background:linear-gradient(135deg,#0ea5e9,#6366f1);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #38bdf84d;display:flex;align-items:center;gap:.5rem}.app-root-light .add-comment-btn{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b9814d}.add-comment-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #38bdf880}.comments-loading{text-align:center;padding:2rem;color:var(--text-color-secondary);font-style:italic}.comments-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.comments-modal{background:var(--card-bg);border-radius:16px;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0006}.app-root-dark .comments-modal{background:#1e293b;border:1px solid #334155}.app-root-light .comments-modal{background:#fff;border:1px solid #e5e7eb}.comments-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-color)}.comments-modal-header h2{font-size:1.5rem;margin:0;color:var(--text-color)}.comments-modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-color);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.comments-modal-close:hover{background:#ffffff1a}.comments-modal-content{padding:1.5rem;overflow-y:auto;flex:1}.comment-form{background:transparent;padding:0;border-radius:0;margin-bottom:0;border:none}.comment-form h3{display:none}.comment-form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.comment-cancel-btn{background:none;border:1px solid var(--border-color);color:var(--text-color);padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.comment-cancel-btn:hover{background:#ffffff0d}.comment-input,.comment-textarea{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:8px;font-size:1rem;margin-bottom:1rem;font-family:inherit;background:var(--card-bg);color:var(--text-color)}.app-root-dark .comment-input,.app-root-dark .comment-textarea{background:#1e293b;border-color:#475569}.app-root-light .comment-input,.app-root-light .comment-textarea{background:#fff;border-color:#d1d5db}.comment-textarea{resize:vertical;min-height:100px}.captcha-container{display:flex;gap:1rem;align-items:center;margin-bottom:1rem;padding:1rem;background:#38bdf81a;border-radius:8px}.captcha-container label{font-weight:600;color:var(--text-color)}.captcha-input{width:80px;padding:.5rem;border:1px solid var(--border-color);border-radius:6px;font-size:1rem;background:var(--card-bg);color:var(--text-color)}.comment-submit-btn{background:linear-gradient(135deg,#0ea5e9,#6366f1);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.app-root-light .comment-submit-btn{background:linear-gradient(135deg,#10b981,#059669)}.comment-submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #38bdf866}.comments-list{margin-top:2rem}.no-comments{text-align:center;color:var(--text-color-secondary);padding:2rem;font-style:italic}.comment-item{background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;padding:1rem;margin-bottom:.75rem}.app-root-dark .comment-item{background:#0f172a;border-color:#334155}.app-root-light .comment-item{background:#f8fafc;border-color:#e5e7eb}.comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.comment-username{font-weight:700;color:var(--text-color);font-size:.95rem}.app-root-dark .comment-username{color:#38bdf8}.app-root-light .comment-username{color:#059669}.comment-date{font-size:.75rem;color:var(--text-color-secondary)}.comment-content{margin:.75rem 0;line-height:1.5;color:var(--text-color);white-space:pre-wrap;word-wrap:break-word}.comment-actions{display:flex;gap:1rem;align-items:center;margin-top:.75rem;flex-wrap:wrap}.comment-action-btn{background:none;border:1px solid var(--border-color);padding:.375rem .75rem;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s;color:var(--text-color)}.comment-action-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.like-btn:hover{background:#22c55e1a;border-color:#22c55e}.like-btn.active{background:#22c55e33;border-color:#22c55e;color:#22c55e;font-weight:600}.dislike-btn:hover{background:#ef44441a;border-color:#ef4444}.dislike-btn.active{background:#ef444433;border-color:#ef4444;color:#ef4444;font-weight:600}.reply-btn{font-weight:600}.app-root-dark .reply-btn:hover{background:#38bdf81a;border-color:#38bdf8}.app-root-light .reply-btn:hover{background:#10b9811a;border-color:#10b981}.comment-score{font-size:.875rem;font-weight:600;color:var(--text-color-secondary)}.toggle-replies-btn{font-weight:600}.comment-replies{margin-top:.75rem;border-left:2px solid var(--border-color);padding-left:.5rem}@media (max-width: 640px){.comments-modal{width:95%;max-height:95vh}.comments-modal-header,.comments-modal-content{padding:1rem}.comment-item{padding:.75rem}.comment-actions{gap:.5rem}}.auth-container{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.auth-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:3rem;max-width:480px;width:100%;box-shadow:0 8px 32px #0000004d}.auth-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-subtitle{color:#ffffffb3;margin-bottom:2rem;font-size:1rem}.auth-error{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#fca5a5;padding:.875rem 1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.95rem}.auth-info{background:#3b82f61f;border:1px solid rgba(59,130,246,.25);color:#ffffffe6;padding:.875rem 1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.95rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.95rem;font-weight:500;color:#ffffffe6}.form-group input{padding:.875rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#ffffff0d;color:#fff;font-size:1rem;transition:all .2s}.form-group input:focus{outline:none;border-color:#3b82f6;background:#ffffff14;box-shadow:0 0 0 3px #3b82f61a}.form-group-checkbox{display:flex;align-items:flex-start;gap:.75rem}.form-group-checkbox input[type=checkbox]{margin-top:.25rem;width:18px;height:18px;cursor:pointer}.form-group-checkbox label{font-size:.9rem;color:#ffffffbf;line-height:1.5;cursor:pointer}.auth-submit-btn{padding:1rem;border-radius:8px;border:none;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.5rem}.auth-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.auth-secondary-btn{width:100%;margin-top:.75rem;padding:.9rem;border-radius:8px;border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:#ffffffe6;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.auth-secondary-btn:hover:not(:disabled){background:#ffffff17}.auth-secondary-btn:disabled{opacity:.6;cursor:not-allowed}.auth-link{text-align:center;margin-top:1.5rem;color:#ffffffb3;font-size:.95rem}.auth-link a{color:#3b82f6;text-decoration:none;font-weight:600;transition:color .2s}.auth-link a:hover{color:#60a5fa;text-decoration:underline}.share-button-container{position:fixed;bottom:2rem;right:2rem;z-index:1000}.share-button{width:60px;height:60px;border-radius:50%;border:none;background:linear-gradient(135deg,#38bdf8,#0ea5e9);color:#fff;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 20px #38bdf866;transition:all .3s ease;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.share-button:hover{transform:scale(1.1) rotate(10deg);box-shadow:0 6px 30px #38bdf899}.share-button.active{background:linear-gradient(135deg,#ef4444,#dc2626);transform:rotate(45deg)}.app-root-light .share-button{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 20px #10b98166}.app-root-light .share-button:hover{box-shadow:0 6px 30px #10b98199}.app-root-light .share-button.active{background:linear-gradient(135deg,#ef4444,#dc2626)}.share-menu{position:absolute;bottom:75px;right:0;background:#1e293bf2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:.75rem;box-shadow:0 8px 32px #0006;border:1px solid rgba(255,255,255,.1);min-width:200px;animation:slideUp .3s ease}.app-root-light .share-menu{background:#fffffffa;border:1px solid rgba(0,0,0,.1)}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.share-option{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem;border:none;background:transparent;color:#fff;cursor:pointer;border-radius:8px;transition:all .2s ease;text-align:left;font-size:.95rem}.share-option:hover{background:#ffffff1a;transform:translate(4px)}.app-root-light .share-option{color:#1e293b}.app-root-light .share-option:hover{background:#0000000d}.share-icon{font-size:1.5rem;flex-shrink:0}.share-name{flex:1;font-weight:500}@media (max-width: 640px){.share-button-container{bottom:1rem;right:1rem}.share-button{width:50px;height:50px;font-size:1.25rem}.share-menu{right:0;bottom:65px}}.user-welcome{color:#ffffffe6;font-size:.95rem;padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem}.logout-btn{padding:.5rem 1.25rem;border-radius:6px;border:1px solid rgba(239,68,68,.3);background:#ef44441a;color:#fca5a5;font-size:.95rem;cursor:pointer;transition:all .2s}.logout-btn:hover{background:#ef444433;border-color:#ef444480}.register-btn{padding:.5rem 1.25rem;border-radius:6px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .2s}.register-btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.user-welcome-link{color:var(--text-color);text-decoration:none;padding:.5rem 1rem;border-radius:6px;transition:all .2s;background:#3b82f61a;border:1px solid rgba(59,130,246,.2)}.user-welcome-link:hover{background:#3b82f633;border-color:#3b82f666;transform:translateY(-1px)}.stats-container{max-width:1200px;margin:0 auto;padding:2rem}.stats-header{text-align:center;margin-bottom:3rem}.stats-header h1{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stats-subtitle{font-size:1.1rem;opacity:.7}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.stats-container .stat-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;display:flex;gap:1rem;transition:all .3s}.stats-container .stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.stats-container .stat-card .stat-icon{font-size:3rem;line-height:1}.stats-container .stat-content{flex:1}.stats-container .stat-content h3{font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;opacity:.7;margin-bottom:.5rem}.stats-container .stat-value{font-size:2.5rem;font-weight:700;margin-bottom:.25rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stats-container .stat-description{font-size:.875rem;opacity:.6}.stats-container .stat-card.reading-time:hover{border-color:#3b82f666}.stats-container .stat-card.comments:hover{border-color:#8b5cf666}.stats-container .stat-card.likes:hover{border-color:#22c55e66}.stats-container .stat-card.dislikes:hover{border-color:#ef444466}.stats-container .stat-card.shares:hover{border-color:#eab30866}.stats-container .stat-card.engagement:hover{border-color:#ec489966}.stats-footer{text-align:center;opacity:.5;font-size:.875rem;margin-top:2rem}@media (max-width: 768px){.stats-container{padding:1rem}.stats-header h1{font-size:2rem}.stats-grid{grid-template-columns:1fr}.stat-value{font-size:2rem}}.leaderboard-banner{background:linear-gradient(135deg,#3b82f6f2,#2563ebf2,#3b82f6f2);background-size:200% 100%;animation:neonGlow 3s ease-in-out infinite;padding:.75rem 1.5rem;text-align:center;box-shadow:0 4px 20px #3b82f680,0 0 40px #3b82f666,inset 0 1px #fff9,inset 0 -1px #0000001a;position:relative;overflow:hidden;backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);border-top:1px solid rgba(255,255,255,.3);border-bottom:1px solid rgba(0,0,0,.1);min-height:64px}.leaderboard-banner:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transform:translate(-100%);will-change:transform;animation:shine 3s infinite}@keyframes neonGlow{0%,to{background-position:0% 50%;box-shadow:0 4px 20px #3b82f680,0 0 40px #3b82f666,inset 0 1px #fff9,inset 0 -1px #0000001a}50%{background-position:100% 50%;box-shadow:0 6px 30px #2563ebb3,0 0 60px #2563eb99,inset 0 1px #fff9}}@keyframes shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.leaderboard-content{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;max-width:100%;font-weight:600;color:#f0f9ff;text-shadow:0 0 10px rgba(59,130,246,.8),0 2px 4px rgba(0,0,0,.5);position:relative;z-index:1}.leaderboard-label{font-size:1rem;letter-spacing:.5px;flex:0 0 auto;white-space:nowrap}.leaderboard-username{font-size:1.25rem;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;color:#fff;flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 0 15px rgba(147,197,253,1),0 0 30px rgba(59,130,246,.8),0 2px 4px rgba(0,0,0,.5)}.leaderboard-value{font-size:.875rem;opacity:.85;flex:0 0 auto;white-space:nowrap}@media (max-width: 768px){.leaderboard-banner{padding:.5rem 1rem;min-height:84px}.leaderboard-content{flex-direction:column;gap:.25rem}.leaderboard-label,.leaderboard-username,.leaderboard-value{font-size:.875rem}}
