:root{--bg:#f7f4ee;--paper:#fffdf9;--ink:#14213d;--muted:#697386;--line:#e8dfd2;--brand:#7c3aed;--brand-dark:#4c1d95;--accent:#f59e0b;--green:#0f766e;--danger:#b91c1c;--shadow:0 18px 45px rgba(20,33,61,.10);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:min(1180px,92vw);margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(247,244,238,.90);backdrop-filter:blur(16px);border-bottom:1px solid rgba(232,223,210,.85)}.navbar{height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:inline-flex;align-items:center;gap:11px;font-weight:850;letter-spacing:-.04em;font-size:22px}.nav-links{display:flex;align-items:center;gap:8px}.nav-links a{padding:10px 13px;border-radius:999px;color:#394150;font-weight:700;font-size:14px}.nav-links a:hover{background:#fff;color:var(--brand-dark)}.nav-toggle{display:none;background:none;border:0;padding:8px;cursor:pointer}.nav-toggle span{display:block;width:25px;height:2.5px;background:#130c28;margin:5px 0;border-radius:9px;transition:.2s}.notice{width:min(1180px,92vw);margin:18px auto 0;padding:13px 16px;border-radius:16px;font-weight:750}.notice-success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.notice-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.hero{padding:58px 0 34px}.hero-card{background:linear-gradient(135deg,#fffdf9 0%,#f4ebff 100%);border:1px solid rgba(124,58,237,.13);border-radius:34px;padding:44px;box-shadow:var(--shadow);position:relative;overflow:hidden}.hero-card:after{content:"";position:absolute;width:260px;height:260px;background:radial-gradient(circle,rgba(245,158,11,.33),transparent 68%);right:-90px;top:-90px}.eyebrow{display:inline-flex;gap:8px;align-items:center;background:#fff;border:1px solid var(--line);padding:8px 12px;border-radius:999px;color:var(--green);font-weight:850;font-size:13px}.hero h1{font-size:clamp(38px,6vw,72px);line-height:1.02;letter-spacing:-.075em;margin:20px 0 18px;max-width:780px}.hero p{font-size:18px;color:#4b5563;max-width:710px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:12px 18px;font-weight:850;cursor:pointer;background:#130c28;color:#fff;box-shadow:0 14px 26px rgba(19,12,40,.15)}.btn.secondary{background:#fff;color:#130c28;border:1px solid var(--line);box-shadow:none}.btn.small{padding:8px 13px;font-size:13px}.btn.danger{background:var(--danger)}.stat-card{background:#fffdf9;border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:0 14px 35px rgba(20,33,61,.07)}.stat-number{font-size:38px;font-weight:900;letter-spacing:-.05em}.section{padding:34px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section h2{font-size:clamp(28px,4vw,48px);line-height:1.05;letter-spacing:-.06em;margin:0}.section-head p{color:var(--muted);margin:6px 0 0}.grid{display:grid;gap:18px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:28px;align-items:start}.card{background:#fffdf9;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 14px 35px rgba(20,33,61,.06);overflow:hidden}.card-body{padding:22px}.card h3{margin:0 0 10px;font-size:24px;line-height:1.18;letter-spacing:-.035em}.card p{margin:0 0 14px;color:var(--muted)}.chip{display:inline-flex;align-items:center;border:1px solid var(--line);background:#fff;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:850;color:#5b21b6}.meta{display:flex;gap:10px;flex-wrap:wrap;align-items:center;color:#6b7280;font-size:13px}.post-image{aspect-ratio:1200/630;object-fit:cover;width:100%;background:#ede9fe}.topic-card{padding:24px}.topic-title{font-size:26px;line-height:1.16;font-weight:900;letter-spacing:-.045em;margin:10px 0}.author-mini{display:flex;align-items:center;gap:12px}.avatar{width:46px;height:46px;border-radius:50%;object-fit:cover;background:#ddd;border:2px solid #fff;box-shadow:0 6px 18px rgba(0,0,0,.08)}.avatar.large{width:86px;height:86px}.sidebar{position:sticky;top:105px;display:grid;gap:16px}.ad-card{background:#fffdf9;border:1px dashed #d7c9ba;border-radius:20px;min-height:120px;padding:12px;display:grid;place-items:center;color:#8a7968;text-align:center}.ad-card img{border-radius:15px}.panel{background:#fffdf9;border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:var(--shadow)}.form-card{width:min(780px,92vw);margin:36px auto;background:#fffdf9;border:1px solid var(--line);border-radius:32px;padding:30px;box-shadow:var(--shadow)}.form-card.wide{width:min(1120px,92vw)}label{font-weight:850;display:block;margin:16px 0 7px}input,select,textarea{width:100%;border:1px solid #d9cfc2;background:#fff;border-radius:16px;padding:12px 14px;font:inherit;color:var(--ink)}textarea{min-height:140px;resize:vertical}.hint{font-size:13px;color:var(--muted);margin-top:6px}.checkbox-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.checkbox-card{border:1px solid var(--line);border-radius:16px;padding:12px;background:#fff}.checkbox-card input{width:auto;margin-right:8px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:22px;background:#fff}table{border-collapse:collapse;width:100%;min-width:780px}th,td{padding:13px 14px;text-align:left;border-bottom:1px solid #eee4d8;vertical-align:top}th{background:#faf4ec;font-size:13px;text-transform:uppercase;color:#6b5d4f}tr:last-child td{border-bottom:0}.badge{display:inline-block;padding:5px 9px;border-radius:999px;background:#ede9fe;color:#5b21b6;font-weight:850;font-size:12px}.badge.green{background:#dcfce7;color:#166534}.badge.red{background:#fee2e2;color:#991b1b}.badge.gold{background:#fef3c7;color:#92400e}.article{background:#fffdf9;border:1px solid var(--line);border-radius:34px;box-shadow:var(--shadow);overflow:hidden}.article-body{font-size:18px;color:#253047}:where(.article-body):where(p,li){line-height:1.82}:where(.article-body):where(img){border-radius:22px;margin:22px auto;box-shadow:0 12px 30px rgba(0,0,0,.08)}.comments{margin-top:28px}.comment{background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px;margin:12px 0}.comment-img{max-width:210px;border-radius:14px;margin-top:10px}.empty{padding:26px;border:1px dashed #d9cfc2;border-radius:22px;background:#fffdf9;color:var(--muted);text-align:center}.admin-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:24px;width:min(1280px,94vw);margin:30px auto}.admin-nav{background:#130c28;color:#fff;border-radius:28px;padding:18px;align-self:start;position:sticky;top:105px}.admin-nav h3{margin:0 0 15px}.admin-nav a{display:block;padding:10px 12px;border-radius:14px;color:#ece8ff}.admin-nav a:hover{background:rgba(255,255,255,.10)}.admin-main{min-width:0}.site-footer{margin-top:55px;background:#130c28;color:#ede9fe;padding:44px 0 0}@media (max-width:900px){.navbar{height:66px}.nav-toggle{display:block}.nav-links{position:absolute;left:4vw;right:4vw;top:100%;display:none;flex-direction:column;align-items:stretch;padding:14px;background:#fffdf9;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.nav-links.open{display:flex}.nav-links a{border-radius:14px}.hero{padding-top:34px}.layout,.admin-layout{grid-template-columns:1fr}.hero-card{padding:30px}.grid-3,.grid-2,.checkbox-grid{grid-template-columns:1fr}.section-head{display:block}.sidebar,.admin-nav{position:static}.admin-layout{margin-top:18px}.form-card{padding:22px}.hero h1{letter-spacing:-.055em}}.admin-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:22px}.inline-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.form-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin-main h1{letter-spacing:-.04em}.btn.danger{background:var(--danger)!important;color:#fff!important}.checkbox-card .badge{margin-left:6px}@media (max-width:900px){.form-grid-2{grid-template-columns:1fr}.inline-actions{align-items:flex-start}.admin-actions{align-items:stretch}.admin-actions .btn{width:100%}}.social-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.social-pills a{display:inline-flex;align-items:center;border:1px solid var(--line);background:#fff;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:850;color:#4c1d95}.editor-toolbar{display:flex;gap:8px;flex-wrap:wrap;background:#fff;border:1px solid var(--line);border-radius:16px 16px 0 0;padding:10px}.editor-toolbar button{border:1px solid #d9cfc2;background:#fff;border-radius:10px;padding:7px 10px;cursor:pointer;font-weight:800}.editor-toolbar button:hover{background:#f4ebff}.rich-editor{min-height:420px;background:#fff;border:1px solid var(--line);border-top:0;border-radius:0 0 16px 16px;padding:18px;outline:none;line-height:1.8;overflow:auto}.rich-editor:focus{box-shadow:0 0 0 4px rgba(124,58,237,.12)}.rich-editor img{max-width:100%;border-radius:16px;margin:14px auto}.html-editor{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-size:14px;line-height:1.65}.html-preview{display:none;margin-top:14px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}.html-preview.open{display:block}.advanced-editor{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 12px 30px rgba(17,24,39,.05);margin:8px 0 14px}.editor-tabs{display:flex;gap:8px;flex-wrap:wrap;background:#f8f3ec;border-bottom:1px solid var(--line);padding:10px}.editor-tabs button{border:1px solid #d9cfc2;background:#fff;border-radius:999px;padding:8px 13px;cursor:pointer;font-weight:900;color:#30243d}.editor-tabs button.active{background:#130c28;color:#fff;border-color:#130c28}.advanced-editor .editor-toolbar{border:0;border-bottom:1px solid var(--line);border-radius:0;background:#fffdf9;padding:10px;position:sticky;top:0;z-index:3}.advanced-editor .editor-toolbar button{border:1px solid #d9cfc2;background:#fff;border-radius:11px;padding:8px 11px;cursor:pointer;font-weight:850;color:#2f2440}.advanced-editor .editor-toolbar button:hover{background:#f4ebff;border-color:#c4a4ff}.pro-editor-visual{min-height:460px;background:#fff;border:0;border-radius:0;padding:22px;outline:none;line-height:1.82;font-size:17px;color:#253047;overflow:auto}.pro-editor-visual:focus{box-shadow:inset 0 0 0 4px rgba(124,58,237,.10)}.pro-editor-visual:empty:before{content:"Write your opinion here...";color:#9ca3af}.pro-editor-visual h2{font-size:28px;line-height:1.25;margin:26px 0 12px;color:#111827}.pro-editor-visual h3{font-size:22px;line-height:1.3;margin:22px 0 10px;color:#172033}.pro-editor-visual p{line-height:1.82;margin:0 0 16px}.pro-editor-visual ul,.pro-editor-visual ol{padding-left:26px;line-height:1.8}.pro-editor-visual figure{margin:20px 0;text-align:center}.pro-editor-visual img{max-width:100%;height:auto;border-radius:18px;margin:0 auto;box-shadow:0 14px 34px rgba(0,0,0,.10)}.editor-html-wrap{border-top:1px solid var(--line);background:#0d1117;padding:0}.pro-editor-source{width:100%;min-height:460px!important;border:0!important;border-radius:0!important;background:#0d1117!important;color:#d6e2ff!important;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace!important;font-size:14px!important;line-height:1.75!important;padding:20px!important;box-shadow:none!important;resize:vertical}@media (max-width:760px){.pro-editor-visual,.pro-editor-source{min-height:340px!important}.advanced-editor .editor-toolbar{position:static}.advanced-editor .editor-toolbar button{padding:7px 9px;font-size:13px}}.chip,.card .chip,.topic-card .chip{display:inline-flex!important;width:auto!important;max-width:100%!important;align-self:flex-start!important;justify-self:flex-start!important;white-space:normal!important;overflow-wrap:anywhere!important;line-height:1.25!important;text-align:left!important}.card-body>.chip,.topic-card>.chip{margin-bottom:8px!important}.social-icon-links,.social-pills.social-icon-links{display:flex!important;flex-wrap:wrap!important;gap:9px!important;align-items:center!important}.social-icon-links a,.social-pills.social-icon-links a{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;width:auto!important;min-height:34px!important;border-radius:999px!important;padding:7px 11px!important;line-height:1!important;text-decoration:none!important}.social-icon-links svg{width:16px!important;height:16px!important;min-width:16px!important;fill:currentColor!important;display:block!important}.panel .social-icon-links a{color:var(--eo-ink)!important;background:#fff!important;border:1px solid var(--eo-line)!important}@media (max-width:760px){.social-icon-links a span{font-size:12px!important}}.video-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);overflow:hidden;margin-top:18px}.video-frame{position:relative;width:100%;aspect-ratio:16/9;background:#111827;border-radius:22px;overflow:hidden}.video-frame iframe,.video-frame video{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;background:#000}.ad-zone-home{margin-top:22px;margin-bottom:10px}.ad-card{margin:10px 0}.ad-card img{width:100%;border-radius:18px;box-shadow:0 12px 28px rgba(20,33,61,.10)}.card-body p,.topic-card p{margin-bottom:18px!important}.card-body .btn,.topic-card .btn,.panel .btn,.comments .btn{margin-top:12px!important}.hero-actions{gap:16px!important;row-gap:18px!important}.author-profile-full{margin:34px 0!important;padding:24px!important;border:1px solid var(--line)!important;border-radius:28px!important;background:linear-gradient(135deg,#fff,#faf5ff)!important;box-shadow:0 18px 40px rgba(20,33,61,.08)!important;scroll-margin-top:110px!important}.author-profile-full h2{margin:4px 0 6px!important;font-size:28px!important;line-height:1.2!important}.author-profile-head{display:grid!important;grid-template-columns:auto 1fr!important;gap:16px!important;align-items:center!important;margin-bottom:12px!important}.author-profile-full .social-icon-links{margin-top:16px!important}.author-profile-full .social-icon-links a{background:#fff!important;color:var(--eo-ink)!important;border:1px solid var(--eo-line)!important}.ad-placement-select{font-weight:800!important}.admin-main select[multiple] option{padding:6px 8px!important}@media (max-width:760px){.navbar{height:72px!important}.brand{font-size:28px!important;letter-spacing:-.045em!important}.nav-toggle span{width:32px!important;height:3px!important;margin:6px 0!important}.hero{padding:18px 0 10px!important}.hero-card{padding:30px 26px!important;border-radius:26px!important}.hero-card h1{font-size:44px!important;line-height:1.08!important;letter-spacing:-.055em!important}.hero-card p{font-size:23px!important;line-height:1.55!important;margin-bottom:22px!important}.hero-actions .btn{width:auto!important;min-width:210px!important;margin-top:0!important}.stat-card{padding:28px 26px!important;border-radius:24px!important}.stat-number{font-size:54px!important;line-height:1.05!important}.stat-card p{font-size:20px!important;line-height:1.55!important;margin-top:12px!important}.author-profile-full{padding:20px!important;border-radius:22px!important}.author-profile-head{grid-template-columns:1fr!important}.author-profile-full h2{font-size:24px!important}.card-body .btn,.topic-card .btn{margin-top:18px!important}.post-image{max-height:360px!important;object-fit:cover!important;object-position:center!important}.video-card{border-radius:22px!important}.video-frame{border-radius:20px!important}}.hero-card{align-self:start!important;min-height:auto!important}.hero-card .hero-actions{margin-bottom:0!important}.ad-zone-home:empty{display:none!important}.ad-card:empty{display:none!important}.brand{min-width:0!important}.brand>span:last-child{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;line-height:1.05!important;display:block!important}.nav-toggle{flex:0 0 auto!important;margin-left:auto!important}.site-header{overflow:visible!important}@media (max-width:900px){.container{width:min(1180px,92vw)!important}.navbar{height:74px!important;padding:0!important;gap:10px!important}.brand{flex:1 1 auto!important;gap:10px!important;font-size:clamp(22px,6.1vw,30px)!important;letter-spacing:-.055em!important;line-height:1.05!important}.nav-toggle{width:46px!important;height:46px!important;display:grid!important;place-items:center!important;padding:0!important}.nav-toggle span{width:31px!important;height:3px!important;margin:3.5px 0!important}.nav-links{top:calc(100% + 8px)!important;z-index:999!important}.hero{padding:26px 0 22px!important}.hero-card{padding:32px 26px!important;border-radius:28px!important}.hero-card:after{width:190px!important;height:190px!important;right:-70px!important;top:-70px!important}.hero h1{font-size:clamp(42px,12vw,64px)!important;line-height:1.06!important;letter-spacing:-.07em!important}.hero p{font-size:20px!important;line-height:1.62!important}.hero-actions{gap:14px!important;margin-top:24px!important}.hero-actions .btn{min-width:190px!important;padding:13px 20px!important}}@media (max-width:430px){.navbar{height:70px!important}.brand{font-size:clamp(20px,5.6vw,24px)!important;gap:9px!important}.nav-toggle{width:42px!important;height:42px!important}.nav-toggle span{width:28px!important}.hero-card{padding:28px 24px!important}.hero h1{font-size:clamp(40px,11.4vw,56px)!important}}@media (max-width:370px){.brand{font-size:19px!important}.nav-toggle{width:38px!important}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.social-icon-links.icon-only{display:flex!important;gap:8px!important;flex-wrap:wrap!important;align-items:center!important}.social-icon-links.icon-only a{width:34px!important;height:34px!important;min-width:34px!important;display:inline-grid!important;place-items:center!important;padding:0!important;border:1px solid var(--eo-line)!important;border-radius:999px!important;background:#fff!important;color:var(--eo-ink)!important;text-decoration:none!important;box-shadow:none!important;transition:color .18s ease,border-color .18s ease,transform .18s ease!important}.social-icon-links.icon-only svg{width:16px!important;height:16px!important;fill:currentColor!important;display:block!important}.social-icon-links.icon-only a span:not(.sr-only){display:none!important}.social-icon-links.icon-only a:hover{color:var(--eo-purple)!important;border-color:#cdbdf2!important;transform:translateY(-1px)!important;box-shadow:none!important}.social-icon-links.icon-only a:focus-visible{outline:3px solid rgba(93,46,209,.2)!important;outline-offset:3px!important}.share-box{display:flex!important;gap:12px!important;align-items:center!important;flex-wrap:wrap!important;margin:16px 0 20px!important;padding:12px 14px!important;border:1px solid var(--line)!important;border-radius:18px!important;background:#fffdf9!important}.share-box>span{font-weight:900!important;color:var(--ink)!important}.share-icons a{background:#fff!important;color:var(--eo-ink)!important;border:1px solid var(--eo-line)!important}.share-icons a:hover{color:var(--eo-purple)!important;border-color:#cdbdf2!important;transform:translateY(-1px)!important;box-shadow:none!important}.auth-card{margin-top:34px!important;margin-bottom:46px!important}.auth-form label{margin-top:18px!important}.auth-form input,.auth-form textarea,.auth-form select{margin-top:7px!important}.auth-form .btn{margin-top:24px!important}.auth-links{margin-top:20px!important;line-height:1.6!important}.notice+label,.hint+label{margin-top:20px!important}.form-card .btn{margin-top:20px!important}.form-card .admin-actions .btn{margin-top:0!important}.poll-widget{padding:22px!important;border:1px solid var(--line)!important;border-radius:26px!important;background:#fffdf9!important;box-shadow:var(--shadow)!important}.panel-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:14px!important}.panel-head h3{margin:0!important}.panel-head a{font-size:13px!important;font-weight:900!important}.poll-card{padding:16px!important;border:1px solid rgba(19,31,60,.10)!important;border-radius:20px!important;background:#fff!important;margin:14px 0!important}.poll-card h4{font-size:16px!important;line-height:1.35!important;margin:0 0 8px!important}.poll-result{margin:10px 0!important}.poll-result-head{display:flex!important;justify-content:space-between!important;gap:10px!important;font-size:13px!important;font-weight:800!important}.poll-bar{height:9px!important;background:#f1edf7!important;border-radius:999px!important;overflow:hidden!important;margin-top:6px!important}.poll-bar span{display:block!important;height:100%!important;background:#7c3aed!important;border-radius:999px!important}.poll-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}.poll-search{display:grid!important;grid-template-columns:1fr auto!important;gap:12px!important;margin-bottom:20px!important}.poll-option-inputs{display:grid!important;gap:10px!important}.video-list{width:100%!important}.video-list h3{margin:0 0 14px!important}.video-list-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}.video-list-item{background:#fff!important;border:1px solid var(--line)!important;border-radius:24px!important;padding:12px!important;box-shadow:var(--shadow)!important}.video-list-item .video-card{margin:0!important;box-shadow:none!important;border:0!important}.video-title{display:block!important;font-weight:900!important;margin-top:10px!important;line-height:1.35!important;color:var(--ink)!important;text-decoration:none!important}@media (max-width:900px){.poll-list{grid-template-columns:1fr!important}.poll-search{grid-template-columns:1fr!important}.video-list-grid{grid-template-columns:1fr!important}.social-icon-links.icon-only a{width:34px!important;height:34px!important;min-width:34px!important}.auth-card{margin-top:20px!important}}.poll-card-list{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.poll-widget-actions{margin-top:16px!important}.poll-card h4{overflow-wrap:anywhere!important}.poll-card{background:#fff!important;border:1px solid rgba(20,33,61,.12)!important;border-radius:22px!important;padding:18px!important;box-shadow:0 10px 28px rgba(20,33,61,.055)!important}.poll-card-top{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;margin-bottom:12px!important}.poll-card-top h4{font-size:18px!important;line-height:1.32!important;margin:0!important;letter-spacing:-.025em!important}.poll-vote-count{display:inline-flex!important;white-space:nowrap!important;align-items:center!important;justify-content:center!important;border:1px solid var(--line)!important;border-radius:999px!important;padding:5px 10px!important;font-size:12px!important;font-weight:900!important;color:var(--muted)!important;background:#fffdf9!important}.poll-click-options{display:grid!important;gap:10px!important;margin-top:12px!important}.poll-vote-form{margin:0!important}.poll-vote-option{width:100%!important;text-align:left!important;border:1px solid var(--line)!important;background:#fffdf9!important;border-radius:16px!important;padding:13px 14px!important;cursor:pointer!important;font:inherit!important;color:var(--ink)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;transition:.18s ease!important}.poll-vote-option span{font-weight:850!important;font-size:14px!important;line-height:1.35!important}.poll-vote-option small{font-size:11px!important;font-weight:900!important;color:var(--brand-dark)!important;background:#ede9fe!important;border-radius:999px!important;padding:4px 8px!important;white-space:nowrap!important}.poll-vote-option:hover{border-color:rgba(124,58,237,.45)!important;box-shadow:0 10px 22px rgba(124,58,237,.10)!important;transform:translateY(-1px)!important}.poll-results{display:grid!important;gap:10px!important}.poll-result{margin:0!important;padding:10px 11px!important;border:1px solid rgba(20,33,61,.08)!important;border-radius:14px!important;background:#fffdf9!important}.poll-result-head{font-size:13px!important;line-height:1.35!important;align-items:center!important}.poll-bar{height:8px!important;background:#efeaf8!important}.poll-login-hint{margin:12px 0 0!important}@media (max-width:900px){.poll-card{padding:16px!important}.poll-card-top{display:block!important}.poll-card-top h4{font-size:17px!important;line-height:1.35!important;margin-bottom:8px!important}.poll-vote-count{font-size:12px!important}.poll-vote-option{align-items:flex-start!important;flex-direction:column!important;padding:13px!important}.poll-vote-option span{font-size:14px!important}.video-list-grid{grid-template-columns:1fr!important}}.poll-widget-sidebar{padding:16px!important;border-radius:22px!important;box-shadow:0 10px 26px rgba(20,33,61,.055)!important;background:#fffdf9!important}.poll-widget-sidebar .panel-head{margin-bottom:10px!important}.poll-widget-sidebar .panel-head h3{font-size:18px!important;line-height:1.2!important}.poll-widget-sidebar .panel-head a{font-size:12px!important;white-space:nowrap!important}.poll-widget-sidebar .poll-card-list{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.poll-widget-sidebar .poll-card{padding:12px!important;border-radius:17px!important;box-shadow:none!important;margin:0!important}.poll-widget-sidebar .poll-card-top{gap:8px!important;margin-bottom:8px!important}.poll-widget-sidebar .poll-card-top h4{font-size:14px!important;line-height:1.32!important;letter-spacing:-.01em!important}.poll-widget-sidebar .poll-vote-count{font-size:11px!important;padding:4px 8px!important}.poll-widget-sidebar .poll-click-options{gap:7px!important;margin-top:8px!important}.poll-widget-sidebar .poll-vote-option{padding:9px 10px!important;border-radius:13px!important}.poll-widget-sidebar .poll-vote-option span{font-size:12.5px!important;line-height:1.32!important;font-weight:850!important}.poll-widget-sidebar .poll-vote-option small{font-size:10px!important;padding:3px 6px!important}.poll-widget-sidebar .poll-results{gap:7px!important}.poll-widget-sidebar .poll-result{padding:7px 8px!important;border-radius:12px!important}.poll-widget-sidebar .poll-result-head{font-size:11.5px!important;line-height:1.32!important}.poll-widget-sidebar .poll-bar{height:6px!important;margin-top:5px!important}.poll-widget-sidebar .poll-widget-actions{margin-top:12px!important}.poll-widget-sidebar .poll-widget-actions .btn{padding:9px 13px!important;font-size:12px!important}@media (max-width:1100px){.poll-widget-sidebar .poll-card-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:700px){.poll-widget-sidebar .poll-card-list{grid-template-columns:1fr!important}.poll-widget-sidebar{padding:14px!important;border-radius:20px!important}}.post-image,.topic-card .post-image{width:100%!important;aspect-ratio:1200/630!important;height:auto!important;min-height:0!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;background:linear-gradient(135deg,#ffffff 0%,#f8fbff 46%,#fff7ed 100%)!important}.topic-card .post-image{border-bottom:1px solid rgba(20,33,61,.08)!important}.author-post-note{margin:12px 0 18px!important;padding:16px 18px!important;border:1px solid rgba(124,58,237,.18)!important;background:linear-gradient(135deg,#fff 0%,#faf5ff 100%)!important;color:var(--ink)!important;border-radius:18px!important;font-size:14px!important;line-height:1.65!important}.author-post-note strong{color:#5b21b6!important}.page-section{padding-top:40px!important}.page-container{max-width:980px!important}.page-card{background:#fff!important;border:1px solid var(--line)!important;border-radius:30px!important;padding:34px!important;box-shadow:var(--shadow)!important}.page-card h1{margin-top:0!important;font-size:42px!important;line-height:1.1!important;letter-spacing:-.04em!important}.page-content{font-size:17px!important;line-height:1.76!important;color:var(--text)!important}.page-content h2,.page-content h3{color:var(--ink)!important;line-height:1.25!important;margin-top:26px!important}.check-row{display:flex!important;align-items:center!important;gap:10px!important;font-weight:800!important;margin:14px 0!important}.check-row input{width:auto!important}.text-link.danger{color:#b91c1c!important}.admin-headline{display:flex!important;justify-content:space-between!important;gap:18px!important;align-items:center!important;margin-bottom:20px!important}@media (max-width:700px){.page-card{padding:24px!important;border-radius:24px!important}.page-card h1{font-size:32px!important}.admin-headline{display:block!important}.admin-headline .btn{margin-top:12px!important}}.form-card,.auth-card,.auth-form{box-sizing:border-box!important;max-width:100%!important;overflow:hidden!important}.auth-card .notice,.auth-form .notice,.form-card .notice{width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin:14px 0 18px!important;overflow-wrap:anywhere!important;word-break:normal!important;line-height:1.5!important}.auth-form input,.auth-form textarea,.auth-form select,.form-card input,.form-card textarea,.form-card select{box-sizing:border-box!important}.application-status-box,.application-status-panel{margin:18px 0!important;padding:16px!important;border:1px solid var(--line)!important;border-radius:20px!important;background:#fffaf3!important}.application-status-box h3,.application-status-panel h3{margin:0 0 12px!important;color:var(--ink)!important}.status-pill-grid{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.status-pill{display:inline-flex!important;align-items:center!important;border-radius:999px!important;padding:7px 11px!important;font-size:12px!important;font-weight:900!important;border:1px solid var(--line)!important;background:#fff!important;color:var(--ink)!important}.status-approved{background:#ecfdf5!important;color:#065f46!important;border-color:#a7f3d0!important}.status-pending{background:#fffbeb!important;color:#92400e!important;border-color:#fde68a!important}.status-rejected{background:#fef2f2!important;color:#991b1b!important;border-color:#fecaca!important}.muted-card{opacity:.72!important;background:#f8f5ef!important}.mini-status{float:right!important;font-size:11px!important;margin-left:8px!important}.green-text{color:#166534!important}.gold-text{color:#92400e!important}.red-text{color:#991b1c!important}.button-row{display:flex!important;gap:10px!important;flex-wrap:wrap!important;align-items:center!important}.author-post-note{font-size:15px!important;line-height:1.75!important;padding:18px 20px!important;background:linear-gradient(135deg,#fff 0%,#fbf7ff 100%)!important}.author-post-note strong{white-space:nowrap!important}@media (max-width:700px){.auth-card .notice,.auth-form .notice,.form-card .notice{font-size:13px!important;padding:12px!important}.author-post-note{font-size:14px!important;line-height:1.65!important}.button-row{display:grid!important;grid-template-columns:1fr!important}}main>.notice{width:min(780px,calc(100% - 48px))!important;max-width:780px!important;margin:20px auto 0!important;padding:14px 18px!important;box-sizing:border-box!important;text-align:left!important;line-height:1.45!important;overflow-wrap:break-word!important}main>.notice.notice-error,main>.notice.notice-success{border-radius:18px!important}@media (max-width:700px){main>.notice{width:calc(100% - 32px)!important;margin-top:14px!important;padding:12px 14px!important;font-size:14px!important}}.topic-compact-hero{padding:34px 0 18px!important}.topic-compact-hero .topic-hero-card{width:min(820px,100%)!important;max-width:820px!important;margin:0!important;padding:30px 34px!important;border-radius:28px!important;min-height:auto!important;text-align:left!important;overflow:hidden!important}.topic-compact-hero .topic-hero-card:after{width:190px!important;height:190px!important;right:-70px!important;top:-70px!important}.topic-compact-hero .topic-hero-card h1{font-size:clamp(32px,4.2vw,52px)!important;line-height:1.06!important;letter-spacing:-.055em!important;max-width:720px!important;margin:16px 0 12px!important}.topic-compact-hero .topic-hero-card p{font-size:16px!important;line-height:1.6!important;max-width:660px!important;margin:0 0 12px!important}.topic-compact-hero .share-box{display:inline-flex!important;width:auto!important;max-width:100%!important;margin:12px 0 14px!important;padding:10px 12px!important;gap:10px!important;align-items:center!important;border-radius:18px!important;box-sizing:border-box!important}.topic-compact-hero .share-box .social-icon-links,.topic-compact-hero .share-box .share-icons{display:flex!important;flex-wrap:wrap!important;gap:8px!important;min-width:0!important}.topic-compact-hero .share-box a{flex:0 0 auto!important}.topic-compact-hero .hero-actions{margin-top:10px!important;gap:10px!important}.topic-compact-hero .hero-actions .btn{padding:10px 15px!important;font-size:14px!important}.layout .sidebar .poll-widget-sidebar{margin:0 0 18px!important}.layout .sidebar .poll-widget-sidebar .poll-card-list{grid-template-columns:1fr!important}.layout .sidebar .poll-widget-sidebar .poll-card{padding:12px!important;border-radius:16px!important}.layout .sidebar .poll-widget-sidebar .poll-card-top h4{font-size:14px!important;line-height:1.3!important}.layout .sidebar .poll-widget-sidebar .poll-results{gap:6px!important}.layout .sidebar .poll-widget-sidebar .poll-result{padding:7px 8px!important;border-radius:11px!important}.layout .sidebar .poll-widget-sidebar .poll-result-head{font-size:11.5px!important;line-height:1.25!important}.layout .sidebar .poll-widget-sidebar .poll-bar{height:5px!important;margin-top:4px!important}.layout .sidebar .poll-widget-sidebar .poll-widget-actions .btn{padding:8px 12px!important;font-size:12px!important}@media (max-width:900px){.topic-compact-hero{padding:22px 0 12px!important}.topic-compact-hero .topic-hero-card{width:100%!important;max-width:100%!important;padding:24px 22px!important;border-radius:24px!important}.topic-compact-hero .topic-hero-card h1{font-size:clamp(30px,10vw,44px)!important;line-height:1.08!important}.topic-compact-hero .topic-hero-card p{font-size:15px!important}.topic-compact-hero .share-box{display:flex!important;width:100%!important;justify-content:flex-start!important}}.topic-compact-hero{padding:34px 0 18px!important}.topic-hero-layout{display:grid!important;grid-template-columns:minmax(0,760px) minmax(300px,1fr)!important;gap:28px!important;align-items:start!important}.topic-hero-card{max-width:760px!important;width:100%!important;padding:28px 32px!important;border-radius:28px!important}.topic-hero-card h1{font-size:clamp(34px,4.2vw,58px)!important;line-height:1.06!important;margin:16px 0 12px!important;max-width:680px!important}.topic-hero-card p{font-size:16px!important;line-height:1.62!important;margin:0 0 16px!important;max-width:650px!important}.topic-hero-card .share-box{display:inline-flex!important;width:auto!important;max-width:100%!important;align-items:center!important;gap:10px!important;padding:10px 12px!important;border-radius:16px!important;flex-wrap:wrap!important;margin:12px 0 0!important}.topic-hero-card .hero-actions{margin-top:18px!important}.topic-hero-ad{display:grid!important;gap:16px!important;align-content:start!important;min-height:250px!important}.topic-hero-ad .ad-card{min-height:250px!important;border-radius:26px!important;background:#fffdf9!important;box-shadow:var(--shadow)!important}.topic-hero-ad .ad-card:empty{display:none!important}.topic-opinions-section{padding-top:20px!important}.topic-help-panel{box-shadow:0 12px 30px rgba(20,33,61,.06)!important}.topic-help-panel h3{margin:0 0 8px!important}.topic-help-panel p{margin:0!important;color:var(--muted)!important;line-height:1.6!important}.topic-page-sidebar .poll-widget{margin-bottom:0!important}.topic-page-sidebar .ad-card{min-height:220px!important}@media (max-width:960px){.topic-hero-layout{grid-template-columns:1fr!important}.topic-hero-ad{display:none!important}.topic-hero-card{max-width:100%!important;padding:24px!important}.topic-hero-card h1{font-size:clamp(31px,10vw,48px)!important}.topic-compact-hero{padding-top:24px!important}}@media (min-width:961px){.topic-compact-hero .topic-hero-layout,.topic-opinions-section .layout{display:grid!important;grid-template-columns:minmax(0,1fr) 310px!important;gap:28px!important;align-items:start!important}.topic-compact-hero .topic-hero-card{width:100%!important;max-width:none!important;justify-self:stretch!important;padding:30px 34px!important}.topic-compact-hero .topic-hero-card h1{max-width:880px!important}.topic-compact-hero .topic-hero-card p{max-width:760px!important}.topic-hero-ad{width:310px!important;max-width:310px!important;justify-self:end!important;display:grid!important;gap:14px!important;align-content:start!important}.topic-hero-ad .ad-card{width:100%!important;min-height:210px!important;padding:12px!important;border-radius:22px!important;box-sizing:border-box!important}.topic-hero-ad .ad-card>div{max-width:100%!important}.topic-hero-card .hero-actions{margin-top:18px!important;margin-bottom:0!important;display:flex!important;flex-wrap:wrap!important;gap:10px!important;align-items:center!important}.topic-hero-card .share-box{display:inline-flex!important;width:auto!important;max-width:100%!important;margin:16px 0 0!important;padding:9px 11px!important;gap:9px!important;align-items:center!important;flex-wrap:wrap!important;border-radius:17px!important}.topic-hero-card .share-box>span{font-size:14px!important}.topic-hero-card .share-icons,.topic-hero-card .social-icon-links{display:flex!important;flex-wrap:wrap!important;gap:8px!important;align-items:center!important}.topic-hero-card .share-icons a,.topic-hero-card .social-icon-links a{width:34px!important;height:34px!important;min-width:34px!important;font-size:15px!important}}@media (max-width:960px){.topic-compact-hero .topic-hero-layout{grid-template-columns:1fr!important}.topic-hero-card .hero-actions{margin-top:16px!important;margin-bottom:0!important}.topic-hero-card .share-box{margin-top:14px!important;width:auto!important;max-width:100%!important;padding:9px 10px!important}}.inline-form{display:inline-flex!important;gap:8px!important;align-items:center!important;margin:0!important;vertical-align:middle!important}.inline-form button{margin:0!important}.poll-vote-form{margin:0!important}.admin-poll-help{display:flex;gap:14px;flex-wrap:wrap;align-items:center;margin-bottom:18px}.admin-poll-search{margin-bottom:18px}.poll-question-cell{min-width:280px;max-width:520px}.admin-poll-actions form{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.badge.orange{background:#fff4e5;color:#9a4b00}.badge.purple{background:#f1e6ff;color:#5a22b5}@media (max-width:760px){.poll-question-cell{min-width:220px}.admin-poll-help{display:block}.admin-poll-help span{display:block;margin-top:8px}}.advanced-editor.is-html-mode .editor-toolbar{display:none!important}.advanced-editor.is-html-mode .editor-html-wrap{display:block!important}.advanced-editor.is-visual-mode .editor-html-wrap{display:none!important}.advanced-editor.is-html-mode:before{content:"Admin HTML Source Mode";display:block;background:#111827;color:#e5e7eb;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;padding:9px 14px;border-bottom:1px solid rgba(255,255,255,.12)}.advanced-editor .pro-editor-visual{height:clamp(380px,64vh,560px)!important;min-height:380px!important;max-height:560px!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;scrollbar-gutter:stable}@media (max-width:760px){.advanced-editor .pro-editor-visual{height:52vh!important;min-height:330px!important;max-height:520px!important}}.article-body .advanced-editor,.page-content .advanced-editor{display:block!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}.article-body .rich-editor,.article-body .pro-editor-visual,.article-body .pro-editor-source,.page-content .rich-editor,.page-content .pro-editor-visual,.page-content .pro-editor-source{display:block!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;overscroll-behavior:auto!important;scrollbar-gutter:auto!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}.article-body .editor-toolbar,.article-body .editor-tabs,.article-body .editor-html-wrap,.page-content .editor-toolbar,.page-content .editor-tabs,.page-content .editor-html-wrap{display:none!important}.ad-card{position:relative!important}.ad-card .ad-card-label{position:absolute!important;top:12px!important;left:12px!important;z-index:3!important;display:inline-flex!important;align-items:center!important;min-height:24px!important;padding:4px 9px!important;border:1px solid rgba(215,201,186,.95)!important;border-radius:999px!important;background:rgba(255,253,249,.94)!important;color:#7a6652!important;font-size:10px!important;font-weight:900!important;line-height:1!important;letter-spacing:.08em!important;text-transform:uppercase!important;box-shadow:0 5px 14px rgba(20,33,61,.08)!important;pointer-events:none!important}@media (max-width:760px){.ad-card .ad-card-label{top:10px!important;left:10px!important}}.ad-card{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto auto!important;place-items:unset!important;align-content:start!important;text-align:left!important}.ad-card .ad-card-label{position:static!important;z-index:auto!important;display:block!important;justify-self:start!important;width:auto!important;min-height:0!important;margin:0 0 8px 2px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#8a7968!important;font-size:11px!important;font-weight:650!important;line-height:1.35!important;letter-spacing:.02em!important;text-transform:none!important;box-shadow:none!important;pointer-events:none!important}.ad-card>a,.ad-card>img,.ad-card>iframe,.ad-card>ins,.ad-card>div:not(.ad-card-label){justify-self:stretch!important;max-width:100%!important}.ad-card>a{display:block!important}.brand.brand-eom{gap:12px;min-width:0}@media (max-width:760px){.brand.brand-eom{gap:10px!important}}.eom-pro-editor{border:1px solid #ddd2c6;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 14px 34px rgba(48,35,28,.08)}.eom-pro-editor .editor-topline{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;background:linear-gradient(135deg,#fffdf9,#f7f0ff);border-bottom:1px solid #e6ddd3}.eom-pro-editor .editor-topline>div:first-child{display:flex;flex-direction:column;gap:3px;min-width:0}.eom-pro-editor .editor-topline strong{font-size:15px;color:#2f2440}.eom-pro-editor .editor-topline span{font-size:12px;color:#766b7e}.eom-pro-editor .editor-tabs{display:inline-flex;align-items:center;gap:5px;padding:4px;background:#eee7f4;border-radius:12px;flex:0 0 auto}.eom-pro-editor .editor-tabs button{border:0;background:transparent;border-radius:9px;padding:8px 12px;font-weight:850;color:#6a5b72;cursor:pointer}.eom-pro-editor .editor-tabs button.active{background:#fff;color:#5b21b6;box-shadow:0 2px 8px rgba(49,29,73,.12)}.eom-pro-editor .editor-toolbar{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:10px 12px;background:#fff;border:0;border-bottom:1px solid #e6ddd3;border-radius:0;position:relative;z-index:2}.eom-pro-editor .editor-toolbar[hidden]{display:none!important}.eom-pro-editor .editor-toolbar button,.eom-pro-editor .editor-toolbar select{min-height:38px;border:1px solid #d9cfc2;border-radius:9px;background:#fff;color:#352b3c;padding:7px 10px;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.eom-pro-editor .editor-toolbar select{min-width:130px;font-weight:750}.eom-pro-editor .editor-toolbar button:hover,.eom-pro-editor .editor-toolbar select:hover{background:#f6efff;border-color:#bda0ef}.eom-pro-editor .editor-workspace{background:#fff}.eom-pro-editor .pro-editor-visual,.eom-pro-editor .pro-editor-source{width:100%;height:560px;min-height:560px;max-height:560px;box-sizing:border-box;border:0!important;border-radius:0!important;margin:0!important;padding:22px!important;overflow-y:auto!important}.eom-pro-editor .pro-editor-visual{overflow-x:hidden!important;outline:none;line-height:1.82;color:#28222d;background:#fff}.eom-pro-editor .pro-editor-visual:focus{box-shadow:inset 0 0 0 3px rgba(124,58,237,.13)}.eom-pro-editor .pro-editor-visual:empty:before{content:"Start writing your opinion here…";color:#9b919f;pointer-events:none}.eom-pro-editor .pro-editor-visual img{display:block;max-width:100%;height:auto;margin:16px auto;border-radius:12px}.eom-pro-editor .pro-editor-visual figure{margin:20px 0}.eom-pro-editor .pro-editor-visual table{width:100%;border-collapse:collapse;margin:20px 0;background:#fff}.eom-pro-editor .pro-editor-visual th,.eom-pro-editor .pro-editor-visual td{border:1px solid #ddd4ca;padding:10px 12px;text-align:left;vertical-align:top}.eom-pro-editor .pro-editor-visual th{background:#f7f1fb;font-weight:850}:where(.blog-content-isolated):where(table){width:100%;border-collapse:collapse;margin:20px 0;background:#fff}:where(.blog-content-isolated):where(th,td){border:1px solid #ddd4ca;padding:10px 12px;text-align:left;vertical-align:top}:where(.blog-content-isolated):where(th){background:#f7f1fb;font-weight:850}.eom-pro-editor .editor-html-wrap{background:#0d1117;border:0!important;padding:0!important}.eom-pro-editor .pro-editor-source{display:block;resize:none;overflow:auto!important;background:#0d1117!important;color:#e6edf3!important;caret-color:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace!important;font-size:13.5px!important;line-height:1.65!important;white-space:pre;tab-size:2;outline:none}.eom-pro-editor .editor-bottomline{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 14px;border-top:1px solid #e6ddd3;background:#fffaf5;color:#766b7e;font-size:12px}.eom-pro-editor .editor-bottomline [data-editor-status]{font-weight:850;color:#5b21b6}.eom-pro-editor.is-html-mode .editor-bottomline [data-editor-status]{color:#2563eb}.author-hidden-source{display:none!important}.blog-content-isolated{display:block;width:100%;max-width:100%;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;overflow-wrap:anywhere}:where(.blog-content-isolated):where(img,video,iframe){max-width:100%;height:auto}:where(.blog-content-isolated):where(iframe){width:100%;min-height:360px;border:0;border-radius:14px}:where(.blog-content-isolated):where(pre){max-width:100%;overflow:auto;padding:16px;border-radius:12px;background:#111827;color:#f9fafb}:where(.blog-content-isolated):where(figure){max-width:100%;margin:22px 0}@media (max-width:760px){.eom-pro-editor .editor-topline{align-items:flex-start;flex-direction:column}.eom-pro-editor .editor-tabs{width:100%;display:grid;grid-template-columns:1fr 1fr}.eom-pro-editor .editor-tabs button{width:100%}.eom-pro-editor .editor-tabs button:only-child{grid-column:1/-1}.eom-pro-editor .editor-toolbar{flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:11px}.eom-pro-editor .editor-toolbar button,.eom-pro-editor .editor-toolbar select{flex:0 0 auto}.eom-pro-editor .pro-editor-visual,.eom-pro-editor .pro-editor-source{height:420px;min-height:420px;max-height:420px;padding:16px!important}.eom-pro-editor .editor-bottomline{align-items:flex-start;flex-direction:column}:where(.blog-content-isolated):where(iframe){min-height:220px}}.author-profile-form-section{margin:28px 0;padding:22px;border:1px solid var(--line);border-radius:22px;background:#fffdf9}.author-profile-form-section h2{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 6px!important;font-size:22px!important}.optional-label{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;background:#f1eafe;color:#6d28d9;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.public-contact-form-section{background:linear-gradient(135deg,#fffdf9,#faf7ff)}.author-profile-editor-card{width:min(980px,94vw)!important}.author-profile-full{display:grid!important;gap:20px!important}.author-profile-full .author-profile-head{margin-bottom:0!important}.author-profile-full h3{margin:0 0 10px!important;font-size:18px!important;line-height:1.3!important}.author-facts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0}.author-profile-fact{min-width:0;padding:14px 16px;border:1px solid #eadfce;border-radius:16px;background:rgba(255,255,255,.82)}.author-profile-fact-wide{grid-column:1/-1}.author-profile-fact dt,.author-contact-item>span{display:block;margin:0 0 5px;color:#6d28d9;font-size:12px;font-weight:900;letter-spacing:.045em;text-transform:uppercase}.author-profile-fact dd{margin:0;color:#17223b;font-size:15px;line-height:1.6;overflow-wrap:anywhere}.author-profile-bio,.author-contact-section,.author-social-section{padding-top:18px;border-top:1px solid #eadfce}.author-profile-bio p{margin:0!important;color:#26334b;line-height:1.75!important;overflow-wrap:anywhere}.author-contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.author-contact-item{min-width:0;padding:14px 16px;border:1px solid #eadfce;border-radius:16px;background:#fff}.author-contact-wide{grid-column:1/-1}.author-contact-item p{margin:0!important;color:#26334b;line-height:1.65!important;overflow-wrap:anywhere}.author-contact-item a{color:#5b21b6;font-weight:800;overflow-wrap:anywhere;text-decoration:underline;text-decoration-color:rgba(91,33,182,.28);text-underline-offset:3px}.author-social-section .social-icon-links{margin-top:0!important}@media (max-width:760px){.author-profile-form-section{padding:17px;border-radius:18px}.author-profile-form-section h2{font-size:19px!important}.author-facts-grid,.author-contact-grid{grid-template-columns:1fr}.author-profile-fact-wide,.author-contact-wide{grid-column:auto}.author-profile-full{gap:17px!important}}:root{--eo-bg:#f8f6f1;--eo-paper:#fffefa;--eo-paper-strong:#ffffff;--eo-ink:#10203f;--eo-muted:#69758a;--eo-line:#e9e0d4;--eo-purple:#5d2ed1;--eo-purple-dark:#35117f;--eo-purple-soft:#f1ecff;--eo-navy:#081936;--eo-green:#118a5b;--eo-shadow:0 18px 50px rgba(16,32,63,.075);--eo-shadow-soft:0 10px 30px rgba(16,32,63,.055);--eo-radius-lg:24px;--eo-radius-md:18px;--eo-radius-sm:13px}body.eo-redesign-page{background:radial-gradient(circle at 10% 0%,rgba(93,46,209,.035),transparent 27%),radial-gradient(circle at 92% 16%,rgba(17,138,91,.025),transparent 22%),var(--eo-bg);color:var(--eo-ink)}body.eo-redesign-page main{min-height:55vh}body.eo-redesign-page .container{width:min(1320px,calc(100% - 48px))}.eo-site-header{position:sticky!important;top:0!important;z-index:100!important;overflow:visible!important;background:rgba(255,254,250,.96)!important;border-bottom:1px solid rgba(233,224,212,.95)!important;box-shadow:0 5px 20px rgba(8,25,54,.035)!important;backdrop-filter:blur(16px)!important}.eo-top-strip{background:linear-gradient(90deg,#071831 0%,#0d2450 55%,#071831 100%);color:#fff;min-height:34px;display:flex;align-items:center}.eo-top-strip-inner{display:flex;justify-content:space-between;align-items:center;gap:24px;min-height:34px}.eo-top-message{font-size:12px;line-height:1.25;font-weight:750;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eo-top-message span{color:#a98dff;margin-right:7px}.eo-top-social.social-icon-links.icon-only{gap:7px!important;flex-wrap:nowrap!important}.eo-top-social.social-icon-links.icon-only a{width:24px!important;height:24px!important;min-width:24px!important;color:#fff!important;background:transparent!important;border:0!important;opacity:.9}.eo-top-social.social-icon-links.icon-only a:hover{color:#fff!important;border-color:transparent!important;opacity:1;transform:translateY(-1px)}.eo-top-social.social-icon-links.icon-only svg{width:14px!important;height:14px!important}.eo-navbar{min-height:82px!important;height:auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:28px!important;padding:12px 0!important}.eo-brand{display:inline-flex;align-items:center;gap:12px;min-width:max-content;text-decoration:none}.eo-brand-mark{width:52px;height:52px;flex:0 0 52px;display:block;filter:drop-shadow(0 10px 18px rgba(93,46,209,.18))}.eo-brand-mark svg{display:block;width:100%;height:100%}.eo-brand-copy{display:flex;flex-direction:column;line-height:1}.eo-brand-copy strong{font-size:20px;color:var(--eo-ink);letter-spacing:.025em;font-weight:900}.eo-brand-copy small{margin-top:6px;color:#738097;font-size:9px;line-height:1;letter-spacing:.13em;font-weight:850}.eo-nav-links{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:3px!important;margin-left:auto}.eo-nav-links a{position:relative;padding:11px 12px!important;border-radius:10px!important;color:#28364e!important;font-size:13px!important;line-height:1!important;font-weight:800!important;white-space:nowrap;background:transparent!important;box-shadow:none!important}.eo-nav-links a:hover{color:var(--eo-purple)!important;background:#f7f3ff!important}.eo-nav-links a.is-active{color:var(--eo-purple)!important}.eo-nav-links a.is-active:after{content:"";position:absolute;left:12px;right:12px;bottom:4px;height:2px;border-radius:99px;background:var(--eo-purple)}.eo-nav-links .eo-nav-account{margin-left:8px;padding:13px 18px!important;border-radius:12px!important;color:#fff!important;background:linear-gradient(135deg,#6a39da,#4c1fb8)!important;box-shadow:0 10px 22px rgba(93,46,209,.18)!important}.eo-nav-links .eo-nav-account:hover{color:#fff!important;transform:translateY(-1px)}.eo-nav-toggle{border-radius:12px!important;background:#f5f0ff!important}.eo-home-page main{overflow:hidden}.eo-home-container{position:relative}.eo-home-hero{padding:28px 0 20px}.eo-home-hero-grid{display:grid;grid-template-columns:minmax(0,1.82fr) minmax(315px,.93fr);gap:18px;align-items:start}.eo-home-hero-main{display:grid;gap:16px;min-width:0}.eo-featured-story{min-height:470px;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.55);border-radius:var(--eo-radius-lg);background:linear-gradient(135deg,#1f3454,#14223d);box-shadow:var(--eo-shadow);isolation:isolate}.eo-featured-story-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3}.eo-featured-story-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(6,17,36,.91) 0%,rgba(6,17,36,.69) 48%,rgba(6,17,36,.25) 100%),linear-gradient(0deg,rgba(4,13,29,.58),transparent 52%)}.eo-featured-story-content{width:min(710px,82%);min-height:470px;padding:42px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}.eo-featured-story-empty .eo-featured-story-content{justify-content:center}.eo-section-label,.eo-category-pill,.eo-kicker{display:inline-flex;align-items:center;width:max-content;max-width:100%;text-transform:uppercase;letter-spacing:.07em;font-weight:900}.eo-section-label{margin-bottom:17px;padding:8px 12px;border-radius:999px;background:linear-gradient(135deg,#7544e6,#5423c2);color:#fff;font-size:10px;box-shadow:0 8px 22px rgba(76,31,184,.25)}.eo-section-label-soft{margin-bottom:10px;background:var(--eo-purple-soft);color:var(--eo-purple);box-shadow:none}.eo-featured-story h1{margin:0;font-size:clamp(36px,4.2vw,62px);line-height:1.03;letter-spacing:-.055em;color:#fff;text-wrap:balance}.eo-featured-story h1 a{color:inherit}.eo-featured-story p{max-width:650px;margin:17px 0 0;color:rgba(255,255,255,.83);font-size:16px;line-height:1.62}.eo-featured-story-footer{margin-top:27px;display:flex;align-items:center;justify-content:space-between;gap:18px}.eo-featured-author{display:flex;align-items:center;gap:11px;min-width:0}.eo-featured-author div{display:flex;flex-direction:column;min-width:0}.eo-featured-author strong{font-size:13px;line-height:1.25;color:#fff}.eo-featured-author span{margin-top:3px;font-size:11px;color:rgba(255,255,255,.7)}.eo-avatar{width:42px;height:42px;flex:0 0 42px;border-radius:50%;object-fit:cover;background:#ece7f8;border:2px solid rgba(255,255,255,.86)}.eo-avatar-small{width:26px;height:26px;flex-basis:26px;border-color:#fff}.eo-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:11px 17px;border:0;border-radius:12px;font-size:13px;line-height:1;font-weight:900;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.eo-btn:hover{transform:translateY(-1px)}.eo-btn-light{background:#fff;color:var(--eo-purple);box-shadow:0 10px 25px rgba(0,0,0,.12)}.eo-btn-primary{background:linear-gradient(135deg,#6c3cdf,#4d1fba);color:#fff;box-shadow:0 10px 24px rgba(93,46,209,.18)}.eo-btn-small{min-height:38px;padding:10px 15px;font-size:12px}.eo-hero-support-row{display:grid;grid-template-columns:minmax(0,1.38fr) minmax(250px,.82fr);gap:16px;align-items:stretch}.eo-home-video-module:empty{display:none}.eo-home-video-module .video-list{height:100%;border:1px solid var(--eo-line);border-radius:var(--eo-radius-md);background:var(--eo-paper);box-shadow:var(--eo-shadow-soft);overflow:hidden;padding:0!important}.eo-home-video-module .video-list h3{display:none!important}.eo-home-video-module .video-list-grid{grid-template-columns:1fr!important;gap:0!important;height:100%}.eo-home-video-module .video-list-item{display:grid!important;grid-template-columns:minmax(220px,.95fr) minmax(220px,1.05fr)!important;align-items:stretch!important;min-height:184px;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}.eo-home-video-module .video-card{height:100%!important;border-radius:0!important}.eo-home-video-module .video-frame{height:100%!important;min-height:184px!important;border-radius:0!important}.eo-home-video-module .video-title{display:flex!important;align-items:center;margin:0!important;padding:26px!important;color:var(--eo-ink)!important;font-size:18px!important;line-height:1.28!important;letter-spacing:-.025em}.eo-platform-card{min-height:184px;padding:23px;border:1px solid var(--eo-line);border-radius:var(--eo-radius-md);background:linear-gradient(145deg,#fffefa,#f8f4ff);box-shadow:var(--eo-shadow-soft);display:flex;flex-direction:column}.eo-platform-card h3{margin:0;font-size:19px;line-height:1.22;letter-spacing:-.025em}.eo-platform-card p{margin:9px 0 13px;color:var(--eo-muted);font-size:13px;line-height:1.55}.eo-mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:auto}.eo-mini-stats div{padding:9px 7px;border:1px solid #e7def8;border-radius:11px;background:#fff;text-align:center}.eo-mini-stats strong{display:block;font-size:18px;line-height:1;color:var(--eo-purple)}.eo-mini-stats span{display:block;margin-top:5px;font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#7b8595;font-weight:850}.eo-text-link{display:inline-flex;align-items:center;gap:6px;margin-top:14px;color:var(--eo-purple);font-size:12px;font-weight:900}.eo-text-link:hover{color:var(--eo-purple-dark)}.eo-home-hero-side{display:grid;gap:16px;min-width:0}.eo-home-hero-side .eo-home-poll{padding:18px!important;border:1px solid var(--eo-line)!important;border-radius:var(--eo-radius-md)!important;background:var(--eo-paper)!important;box-shadow:var(--eo-shadow-soft)!important}.eo-home-hero-side .eo-home-poll .panel-head{margin-bottom:10px!important}.eo-home-hero-side .eo-home-poll .panel-head h3{font-size:19px!important;letter-spacing:-.02em}.eo-home-hero-side .eo-home-poll .panel-head a{font-size:11px!important;color:var(--eo-purple)!important}.eo-home-hero-side .eo-home-poll .poll-card{margin:0!important;padding:13px!important;border-radius:14px!important;box-shadow:none!important}.eo-home-hero-side .eo-home-poll .poll-card-top{align-items:flex-start!important}.eo-home-hero-side .eo-home-poll .poll-card-top h4{font-size:13px!important;line-height:1.35!important;padding-right:5px}.eo-home-hero-side .eo-home-poll .poll-vote-count{font-size:10px!important;white-space:nowrap}.eo-home-hero-side .eo-home-poll .poll-result{margin:8px 0!important}.eo-home-hero-side .eo-home-poll .poll-result-head{font-size:11px!important;line-height:1.3!important}.eo-home-hero-side .eo-home-poll .poll-bar{height:5px!important}.eo-home-hero-side .eo-home-poll .poll-widget-actions{margin-top:10px}.eo-home-hero-side .eo-home-poll .poll-widget-actions .btn{margin:0!important;padding:9px 12px!important;border-radius:11px!important;background:#fff!important;color:var(--eo-ink)!important;border:1px solid var(--eo-line)!important;box-shadow:none!important}.eo-home-ad-slot:empty,.eo-home-side-ad:empty,.eo-home-ad-wide:empty{display:none}.eo-home-ad-slot .ad-card,.eo-home-side-ad .ad-card,.eo-home-ad-wide .ad-card{min-height:0!important;border:1px solid var(--eo-line)!important;border-radius:var(--eo-radius-md)!important;background:var(--eo-paper)!important;box-shadow:var(--eo-shadow-soft)!important;padding:10px!important;overflow:hidden}.eo-home-ad-slot .ad-card img,.eo-home-side-ad .ad-card img,.eo-home-ad-wide .ad-card img{width:100%;border-radius:13px!important}.eo-side-action-card{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:20px;border-radius:var(--eo-radius-md);background:linear-gradient(145deg,#14284c,#0b1934);color:#fff;box-shadow:var(--eo-shadow-soft)}.eo-side-action-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:rgba(255,255,255,.1);color:#c5b4ff;font-size:18px}.eo-side-action-card h3{margin:0;font-size:18px;line-height:1.22;letter-spacing:-.025em}.eo-side-action-card p{margin:8px 0 14px;color:rgba(255,255,255,.7);font-size:12.5px;line-height:1.5}.eo-home-section{padding:34px 0}.eo-home-section-tight{padding-top:20px}.eo-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:17px}.eo-section-heading-compact{margin-bottom:15px}.eo-kicker{margin-bottom:5px;color:var(--eo-purple);font-size:9px}.eo-section-heading h2{margin:0;color:var(--eo-ink);font-size:clamp(31px,3vw,43px);line-height:1;letter-spacing:-.055em}.eo-section-heading p{margin:7px 0 0;color:var(--eo-muted);font-size:14px}.eo-outline-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:10px 16px;border:1px solid #ded3ca;border-radius:999px;background:rgba(255,255,255,.68);color:var(--eo-purple);font-size:12px;font-weight:900;white-space:nowrap}.eo-outline-link:hover{background:#fff;border-color:#cdbbf8}.eo-outline-link-small{min-height:34px;padding:8px 12px;font-size:10px}.eo-top-reads-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.eo-story-card,.eo-opinion-card,.eo-topic-card,.eo-info-card{border:1px solid var(--eo-line);background:var(--eo-paper);box-shadow:var(--eo-shadow-soft)}.eo-story-card{overflow:hidden;border-radius:var(--eo-radius-md);display:flex;flex-direction:column;min-width:0}.eo-story-card-media{display:block;aspect-ratio:1200/630;overflow:hidden;background:#eee9f8}.eo-story-card-media img,.eo-opinion-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.eo-story-card:hover .eo-story-card-media img,.eo-opinion-card:hover .eo-opinion-card-media img{transform:scale(1.025)}.eo-media-fallback{display:block;width:100%;height:100%;background:linear-gradient(135deg,#d8cff2,#f4efe9)}.eo-story-card-body{display:flex;flex-direction:column;flex:1;padding:18px}.eo-category-pill{margin-bottom:10px;padding:5px 8px;border-radius:999px;border:1px solid #ded3fa;background:#f8f5ff;color:var(--eo-purple);font-size:8px}.eo-story-card h3,.eo-opinion-card h3,.eo-topic-card h3{margin:0;color:var(--eo-ink);font-weight:900;letter-spacing:-.035em;text-wrap:balance}.eo-story-card h3{font-size:20px;line-height:1.18}.eo-story-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:auto;padding-top:18px;color:#747f91;font-size:10.5px}.eo-meta-dot{display:inline-block;width:3px;height:3px;border-radius:50%;background:#a6afbd}.eo-topic-layout{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(300px,.82fr);gap:17px;align-items:start}.eo-topic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.eo-topic-card{min-height:268px;padding:22px;border-radius:var(--eo-radius-md);display:flex;flex-direction:column}.eo-topic-card h3{font-size:22px;line-height:1.16}.eo-topic-card p{margin:12px 0 0;color:var(--eo-muted);font-size:13px;line-height:1.58}.eo-topic-card-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto;padding-top:20px}.eo-topic-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;color:#737e8f;font-size:10.5px}.eo-topic-side-stack{display:grid;gap:0px}.eo-info-card{display:grid;grid-template-columns:48px 1fr;gap:14px;padding:21px;border-radius:var(--eo-radius-md)}.eo-info-card-muted{background:linear-gradient(145deg,#fffefa,#f8f4ff)}.eo-info-card-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;border:1px solid #d8c9fa;background:#f7f2ff;color:var(--eo-purple);font-size:22px;font-weight:900}.eo-info-card h3{margin:1px 0 0;font-size:18px;line-height:1.22;letter-spacing:-.025em}.eo-info-card p{margin:9px 0 14px;color:var(--eo-muted);font-size:12.5px;line-height:1.55}.eo-check-list{list-style:none;margin:11px 0 15px;padding:0;display:grid;gap:8px}.eo-check-list li{position:relative;padding-left:20px;color:#526078;font-size:11.5px;line-height:1.35}.eo-check-list li:before{content:"✓";position:absolute;left:0;top:-1px;color:var(--eo-purple);font-weight:900}.eo-home-ad-wide{margin-top:12px;margin-bottom:8px}.eo-home-ad-wide .ad-card{max-width:100%}.eo-home-ad-bottom{margin-bottom:18px}.eo-latest-opinions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.eo-opinion-card{overflow:hidden;border-radius:var(--eo-radius-md);display:flex;min-height:210px}.eo-opinion-card-media{display:block;width:38%;min-width:145px;background:#eee9f8;overflow:hidden}.eo-opinion-card-body{display:flex;flex-direction:column;min-width:0;padding:17px}.eo-opinion-card h3{font-size:17px;line-height:1.19}.eo-opinion-card p{margin:9px 0 0;color:var(--eo-muted);font-size:11.5px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.eo-opinion-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:14px;color:#768193;font-size:10.5px}.eo-empty-state{grid-column:1/-1;padding:28px;border:1px dashed #d7ccbd;border-radius:var(--eo-radius-md);background:var(--eo-paper);color:var(--eo-muted);text-align:center}.eo-site-footer{margin-top:42px!important;padding:0!important;background:#fffefa!important;color:var(--eo-ink)!important;border-top:1px solid var(--eo-line)}.eo-footer-grid{display:grid;grid-template-columns:minmax(260px,1.45fr) repeat(3,minmax(130px,.72fr)) minmax(230px,1fr);gap:30px;padding:42px 0 30px}.eo-footer-brand{margin-bottom:15px}.eo-footer-brand-column>p,.eo-footer-action-column p{margin:0;max-width:330px;color:var(--eo-muted)!important;font-size:12.5px;line-height:1.65}.eo-footer-social.social-icon-links.icon-only{margin-top:17px;gap:8px!important}.eo-footer-social.social-icon-links.icon-only a{width:34px!important;height:34px!important;border:1px solid var(--eo-line)!important;background:#fff!important;color:var(--eo-ink)!important}.eo-footer-social.social-icon-links.icon-only a:hover{color:var(--eo-purple)!important;border-color:#cdbdf2!important}.eo-footer-social.social-icon-links.icon-only svg{width:16px!important;height:16px!important}.eo-footer-column h4{margin:2px 0 13px;color:var(--eo-ink);font-size:13px;font-weight:900}.eo-footer-column a{display:block!important;margin:8px 0!important;color:#5f6b7d!important;font-size:11.5px;line-height:1.35}.eo-footer-column a:hover{color:var(--eo-purple)!important}.eo-footer-action-column .eo-btn{display:inline-flex!important;color:#fff!important;margin-top:16px!important}.eo-footer-disclaimer{display:grid;grid-template-columns:160px 1fr;gap:18px;padding:18px 0;border-top:1px solid var(--eo-line);color:#657185}.eo-footer-disclaimer strong{font-size:12px;color:var(--eo-ink)}.eo-footer-disclaimer p{margin:0;font-size:10.5px;line-height:1.55}.eo-footer-bottom{margin:0!important;padding:0!important;background:var(--eo-navy)!important;color:#dce3ef!important;border:0!important}.eo-footer-bottom-inner{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:10.5px}@media (max-width:1180px){.eo-nav-links a{padding-left:9px!important;padding-right:9px!important;font-size:12px!important}.eo-home-hero-grid{grid-template-columns:minmax(0,1.65fr) minmax(300px,.9fr)}.eo-featured-story-content{width:88%}.eo-footer-grid{grid-template-columns:minmax(250px,1.35fr) repeat(2,minmax(130px,.7fr)) minmax(220px,1fr)}.eo-footer-grid .eo-footer-column:nth-of-type(4){display:none}}@media (max-width:980px){body.eo-redesign-page .container{width:min(100% - 30px,820px)!important}.eo-navbar{min-height:72px!important;padding:9px 0!important}.eo-brand-mark{width:47px;height:47px;flex-basis:47px}.eo-brand-copy strong{font-size:18px}.eo-brand-copy small{font-size:8px}.eo-nav-toggle{display:block!important;margin-left:auto!important}.eo-nav-links{position:absolute!important;left:15px!important;right:15px!important;top:calc(100% + 8px)!important;display:none!important;flex-direction:column!important;align-items:stretch!important;padding:12px!important;border:1px solid var(--eo-line)!important;border-radius:18px!important;background:#fffefa!important;box-shadow:var(--eo-shadow)!important}.eo-nav-links.open{display:flex!important}.eo-nav-links a{padding:13px 14px!important;border-radius:11px!important;font-size:13px!important}.eo-nav-links a.is-active:after{display:none}.eo-nav-links .eo-nav-account{margin-left:0!important;margin-top:4px;text-align:center}.eo-home-hero-grid,.eo-topic-layout{grid-template-columns:1fr}.eo-home-hero-side{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.eo-home-hero-side .eo-home-poll{grid-row:span 2}.eo-home-ad-slot:empty{display:none}.eo-top-reads-grid,.eo-latest-opinions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.eo-opinion-card:last-child:nth-child(odd){grid-column:1/-1}.eo-footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:25px}.eo-footer-grid .eo-footer-column:nth-of-type(4){display:block}.eo-footer-action-column{grid-column:1/-1;border-top:1px solid var(--eo-line);padding-top:20px}}@media (max-width:720px){body.eo-redesign-page .container{width:calc(100% - 24px)!important}.eo-top-strip{min-height:30px}.eo-top-strip-inner{min-height:30px}.eo-top-message{font-size:10px;text-align:left}.eo-top-social{display:none!important}.eo-brand-copy strong{font-size:17px}.eo-home-hero{padding-top:14px}.eo-featured-story{min-height:520px;border-radius:20px}.eo-featured-story-shade{background:linear-gradient(0deg,rgba(4,13,29,.94) 0%,rgba(4,13,29,.56) 68%,rgba(4,13,29,.16) 100%)}.eo-featured-story-content{width:100%;min-height:520px;padding:25px;justify-content:flex-end}.eo-featured-story h1{font-size:clamp(34px,10vw,48px);line-height:1.05}.eo-featured-story p{font-size:14px;line-height:1.55}.eo-featured-story-footer{align-items:flex-end;flex-wrap:wrap}.eo-hero-support-row,.eo-home-hero-side,.eo-top-reads-grid,.eo-topic-grid,.eo-latest-opinions-grid{grid-template-columns:1fr}.eo-home-hero-side .eo-home-poll{grid-row:auto}.eo-home-video-module .video-list-item{grid-template-columns:1fr!important}.eo-home-video-module .video-frame{min-height:205px!important}.eo-home-video-module .video-title{padding:18px!important;font-size:17px!important}.eo-platform-card{min-height:0}.eo-home-section{padding:25px 0}.eo-section-heading{align-items:flex-start}.eo-section-heading h2{font-size:34px}.eo-section-heading p{font-size:13px}.eo-section-heading>.eo-outline-link{display:none}.eo-story-card h3{font-size:19px}.eo-topic-card{min-height:0}.eo-topic-card h3{font-size:21px}.eo-opinion-card{min-height:190px}.eo-opinion-card-media{width:35%;min-width:118px}.eo-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding-top:32px}.eo-footer-brand-column{grid-column:1/-1}.eo-footer-action-column{grid-column:1/-1}.eo-footer-disclaimer{grid-template-columns:1fr;gap:7px}.eo-footer-bottom-inner{padding:11px 0;min-height:0;display:grid;text-align:center;justify-content:center}}@media (max-width:460px){.eo-brand{gap:9px}.eo-brand-mark{width:43px;height:43px;flex-basis:43px}.eo-brand-copy strong{font-size:15px}.eo-brand-copy small{font-size:7px;letter-spacing:.1em}.eo-featured-story{min-height:500px}.eo-featured-story-content{min-height:500px;padding:21px}.eo-featured-story h1{font-size:34px}.eo-featured-story-footer{display:grid;grid-template-columns:1fr}.eo-featured-story-footer .eo-btn{justify-self:start}.eo-section-heading h2{font-size:31px}.eo-topic-card-footer{display:grid;align-items:start}.eo-opinion-card{display:grid}.eo-opinion-card-media{width:100%;min-width:0;aspect-ratio:1200/630}.eo-footer-grid{grid-template-columns:1fr}.eo-footer-brand-column,.eo-footer-action-column{grid-column:auto}}.eo-footer-note{display:block;color:#7b8596;font-size:11px;line-height:1.55}.eo-footer-disclaimer>div{display:grid;gap:6px}.eo-footer-disclaimer>div p{margin:0}.eo-site-header .eo-brand,.eo-site-footer .eo-brand{display:inline-flex!important;align-items:center!important;width:auto!important;max-width:290px!important;min-width:0!important;height:auto!important;gap:12px!important;padding:0!important;margin:0!important;overflow:visible!important;flex:0 0 auto!important}.eo-site-header .eo-brand-mark,.eo-site-footer .eo-brand-mark{display:block!important;width:52px!important;height:52px!important;min-width:52px!important;max-width:52px!important;flex:0 0 52px!important;padding:0!important;margin:0!important;border:0!important;border-radius:15px!important;overflow:hidden!important;line-height:0!important;background:transparent!important}.eo-site-header .eo-brand-mark img,.eo-site-footer .eo-brand-mark img{display:block!important;width:52px!important;height:52px!important;min-width:52px!important;max-width:52px!important;object-fit:contain!important;object-position:center!important;padding:0!important;margin:0!important;border:0!important;border-radius:15px!important;box-shadow:none!important}.eo-site-header .eo-brand-copy,.eo-site-footer .eo-brand-copy{display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;width:auto!important;height:auto!important;line-height:1!important;overflow:visible!important}.eo-site-header .eo-brand-copy strong,.eo-site-footer .eo-brand-copy strong{display:block!important;margin:0!important;padding:0!important;font-size:20px!important;line-height:1!important;letter-spacing:.025em!important;white-space:nowrap!important}.eo-site-header .eo-brand-copy small,.eo-site-footer .eo-brand-copy small{display:block!important;margin:6px 0 0!important;padding:0!important;font-size:9px!important;line-height:1!important;letter-spacing:.13em!important;white-space:nowrap!important}@media (max-width:980px){.eo-site-header .eo-brand,.eo-site-footer .eo-brand{max-width:260px!important;gap:10px!important}.eo-site-header .eo-brand-mark,.eo-site-footer .eo-brand-mark,.eo-site-header .eo-brand-mark img,.eo-site-footer .eo-brand-mark img{width:47px!important;height:47px!important;min-width:47px!important;max-width:47px!important;flex-basis:47px!important;border-radius:14px!important}.eo-site-header .eo-brand-copy strong,.eo-site-footer .eo-brand-copy strong{font-size:18px!important}.eo-site-header .eo-brand-copy small,.eo-site-footer .eo-brand-copy small{font-size:8px!important}}@media (max-width:460px){.eo-site-header .eo-brand,.eo-site-footer .eo-brand{max-width:230px!important;gap:9px!important}.eo-site-header .eo-brand-mark,.eo-site-footer .eo-brand-mark,.eo-site-header .eo-brand-mark img,.eo-site-footer .eo-brand-mark img{width:43px!important;height:43px!important;min-width:43px!important;max-width:43px!important;flex-basis:43px!important;border-radius:13px!important}.eo-site-header .eo-brand-copy strong,.eo-site-footer .eo-brand-copy strong{font-size:15px!important}.eo-site-header .eo-brand-copy small,.eo-site-footer .eo-brand-copy small{font-size:7px!important;letter-spacing:.1em!important}}.eo-site-header .eo-nav-toggle{width:52px!important;height:52px!important;min-width:52px!important;padding:0!important;margin-left:auto!important;display:none;place-items:center!important;align-content:center!important;justify-content:center!important;gap:5px!important;border:0!important;border-radius:12px!important;background:transparent!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent}.eo-site-header .eo-nav-toggle span{display:block!important;width:29px!important;height:4px!important;margin:0!important;border-radius:999px!important;background:var(--eo-ink)!important;transform-origin:center!important}.eo-site-header .eo-nav-toggle:hover,.eo-site-header .eo-nav-toggle:focus-visible{background:rgba(93,46,209,.055)!important;outline:none!important}.eo-home-page .eo-home-hero{padding-bottom:14px!important}.eo-home-page .eo-home-section{padding-top:30px!important;padding-bottom:30px!important}.eo-home-page .eo-home-section-tight{padding-top:22px!important}.eo-home-page .eo-home-section + .eo-home-section{margin-top:0!important}.eo-home-page .eo-section-heading{margin-bottom:18px!important}.eo-home-page .eo-section-heading h2{margin:0!important}.eo-home-page .eo-section-heading p{margin-top:8px!important;margin-bottom:0!important}.eo-home-page .eo-kicker{margin-bottom:5px!important}.eo-home-page .eo-featured-story,.eo-home-page .eo-story-card,.eo-home-page .eo-opinion-card,.eo-home-page .eo-topic-card,.eo-home-page .eo-info-card,.eo-home-page .eo-platform-card,.eo-home-page .eo-home-video-module,.eo-home-page .eo-home-poll{margin-bottom:0!important}.eo-home-page .eo-home-hero-main,.eo-home-page .eo-home-hero-side,.eo-home-page .eo-topic-side-stack{gap:18px!important}.eo-home-page .eo-opinion-card{min-height:196px!important}.eo-home-page .eo-opinion-card-body{padding:16px 17px 12px!important}.eo-home-page .eo-opinion-card-footer{padding-top:10px!important}.eo-home-page .eo-topic-card-footer{padding-top:15px!important}.eo-home-page .eo-info-card{padding-bottom:17px!important}.eo-home-page .eo-info-card p{margin-bottom:11px!important}.eo-home-page .eo-check-list{margin-bottom:11px!important}.eo-home-page .eo-info-card .eo-btn,.eo-home-page .eo-info-card .eo-outline-link{margin-top:0!important}.eo-home-page .eo-home-ad-wide{margin-top:8px!important;margin-bottom:8px!important}.eo-home-page .eo-home-ad-bottom{margin-bottom:12px!important}.eo-home-page .eo-home-ad-slot:empty,.eo-home-page .eo-home-ad-wide:empty,.eo-home-page .eo-home-ad-bottom:empty{display:none!important}body.eo-redesign-page .eo-site-footer{margin-top:24px!important}@media (max-width:980px){.eo-site-header .eo-nav-toggle{display:grid!important}}@media (max-width:720px){.eo-home-page .eo-home-hero{padding-top:14px!important;padding-bottom:12px!important}.eo-home-page .eo-home-section,.eo-home-page .eo-home-section-tight{padding-top:24px!important;padding-bottom:24px!important}.eo-home-page .eo-home-section + .eo-home-section{margin-top:0!important}.eo-home-page .eo-section-heading,.eo-home-page .eo-section-heading-compact{margin-bottom:18px!important}.eo-home-page .eo-section-heading p{margin-top:8px!important}.eo-home-page .eo-home-hero-main,.eo-home-page .eo-home-hero-side,.eo-home-page .eo-hero-support-row,.eo-home-page .eo-top-reads-grid,.eo-home-page .eo-latest-opinions-grid,.eo-home-page .eo-topic-grid,.eo-home-page .eo-topic-side-stack{gap:20px!important}.eo-home-page .eo-opinion-card{min-height:0!important}.eo-home-page .eo-opinion-card-body{padding:17px 18px 14px!important}.eo-home-page .eo-opinion-card-footer{padding-top:11px!important}.eo-home-page .eo-topic-card{padding-bottom:18px!important}.eo-home-page .eo-topic-card-footer{padding-top:14px!important}.eo-home-page .eo-info-card{padding-bottom:16px!important}.eo-home-page .eo-info-card p{margin-bottom:10px!important}.eo-home-page .eo-check-list{margin-bottom:10px!important}body.eo-redesign-page .eo-site-footer{margin-top:24px!important}}@media (max-width:460px){.eo-site-header .eo-nav-toggle{width:48px!important;height:48px!important;min-width:48px!important}.eo-site-header .eo-nav-toggle span{width:27px!important;height:3.5px!important}}.eo-home-page .eo-hero-author-card{margin:0!important}@media (max-width:980px) and (min-width:721px){.eo-home-page .eo-hero-author-card{grid-column:2}}@media (max-width:720px){.eo-home-page .eo-hero-author-card{grid-column:auto}}.eo-home-page .eo-home-hero{padding-bottom:8px!important}.eo-home-page .eo-home-section{padding-top:20px!important;padding-bottom:20px!important}.eo-home-page .eo-home-section-tight{padding-top:14px!important;padding-bottom:20px!important}.eo-home-page .eo-home-section + .eo-home-section{margin-top:0!important}.eo-home-page .eo-section-heading,.eo-home-page .eo-section-heading-compact{margin-bottom:16px!important}.eo-home-page .eo-latest-topics-section .eo-topic-layout{align-items:start!important}.eo-home-page .eo-latest-topics-section .eo-topic-side-stack{align-self:start!important;padding-top:0!important;margin-top:0!important}.eo-home-page .eo-latest-topics-section .eo-info-card{margin-top:0!important}.eo-home-page .eo-top-reads-grid,.eo-home-page .eo-topic-layout,.eo-home-page .eo-latest-opinions-grid{margin-bottom:0!important}.eo-home-page .eo-home-ad-wide{margin-top:4px!important;margin-bottom:4px!important}.eo-home-page .eo-home-side-ad:empty,.eo-home-page .eo-home-ad-wide:empty{display:none!important}@media (max-width:980px){.eo-home-page .eo-latest-topics-section .eo-topic-side-stack{padding-top:0!important}}@media (max-width:720px){.eo-home-page .eo-home-hero{padding-bottom:8px!important}.eo-home-page .eo-home-section,.eo-home-page .eo-home-section-tight{padding-top:18px!important;padding-bottom:18px!important}.eo-home-page .eo-section-heading,.eo-home-page .eo-section-heading-compact{margin-bottom:14px!important}.eo-home-page .eo-latest-topics-section .eo-topic-layout{gap:18px!important}}.eo-opinions-hero{padding:54px 0 24px}.eo-opinions-hero h1{margin:6px 0 8px;color:var(--eo-navy,#0d2148);font-size:clamp(2.4rem,5vw,4.4rem);line-height:.98;letter-spacing:-.055em}.eo-opinions-hero p{margin:0;color:var(--muted,#68758d);font-size:1.05rem}.eo-opinions-section{padding:0 0 48px}.eo-opinions-filter{display:grid;grid-template-columns:minmax(220px,1.45fr) repeat(3,minmax(150px,.7fr)) auto;gap:14px;align-items:end;padding:20px;border:1px solid #e9dfd1;border-radius:24px;background:#fffdfa;box-shadow:0 16px 38px rgba(15,31,63,.06)}.eo-filter-field label{display:block;margin:0 0 7px;color:#172747;font-size:.78rem;font-weight:800;letter-spacing:.02em}.eo-filter-field input,.eo-filter-field select{width:100%;min-height:48px;padding:0 14px;border:1px solid #ded7ca;border-radius:13px;background:#fff;color:#152442;font:inherit;outline:none}.eo-filter-field input:focus,.eo-filter-field select:focus{border-color:#6b35df;box-shadow:0 0 0 3px rgba(107,53,223,.12)}.eo-filter-actions{display:flex;align-items:center;gap:10px;min-height:48px}.eo-primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:0;border-radius:13px;background:linear-gradient(135deg,#7138ed,#4b20c7);color:#fff;font-weight:800;text-decoration:none;white-space:nowrap;cursor:pointer;box-shadow:0 10px 22px rgba(83,37,202,.18)}.eo-clear-filter{color:#5d2bd7;font-size:.88rem;font-weight:800;text-decoration:none}.eo-opinions-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:22px 2px 14px;color:#66738a}.eo-opinions-toolbar p{margin:0}.eo-active-filter{padding:7px 12px;border:1px solid #d9c9ff;border-radius:999px;color:#5e29ce;background:#faf7ff;font-size:.8rem;font-weight:800}.eo-all-opinions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.eo-all-opinion-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid #e8dece;border-radius:22px;background:#fffdfa;box-shadow:0 14px 34px rgba(15,31,63,.055);transition:transform .2s ease,box-shadow .2s ease}.eo-all-opinion-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(15,31,63,.09)}.eo-all-opinion-media{display:block;aspect-ratio:1200 / 630;overflow:hidden;background:#eee9f7}.eo-all-opinion-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.eo-all-opinion-card:hover .eo-all-opinion-media img{transform:scale(1.025)}.eo-all-opinion-body{display:flex;flex:1;flex-direction:column;padding:20px}.eo-all-opinion-body h2{margin:12px 0 10px;color:#102142;font-size:clamp(1.1rem,1.7vw,1.4rem);line-height:1.18;letter-spacing:-.025em}.eo-all-opinion-body h2 a{color:inherit;text-decoration:none}.eo-all-opinion-body>p{display:-webkit-box;overflow:hidden;margin:0 0 18px;color:#657188;line-height:1.58;-webkit-box-orient:vertical;-webkit-line-clamp:3}.eo-all-opinion-meta{display:flex;flex-wrap:wrap;gap:7px 14px;margin-top:auto;padding-top:4px;color:#7a8496;font-size:.78rem}.eo-all-opinion-body .eo-text-link{margin-top:14px;align-self:flex-start}.eo-pagination{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;margin-top:30px}.eo-page-numbers{display:flex;align-items:center;justify-content:center;gap:7px}.eo-page-link{display:inline-flex;min-width:42px;min-height:42px;align-items:center;justify-content:center;padding:0 12px;border:1px solid #dfd5c8;border-radius:12px;background:#fffdfa;color:#172747;font-weight:800;text-decoration:none}.eo-page-link:hover,.eo-page-link.is-current{border-color:#6330d8;background:#6330d8;color:#fff}.eo-page-prev{justify-self:start}.eo-page-next{justify-self:end}.eo-page-dots{color:#8b93a2}.eo-opinions-empty{padding:54px 24px;text-align:center}.eo-opinions-empty h2{margin:0 0 8px;color:#102142}.eo-opinions-empty p{margin:0 0 20px;color:#68758d}@media (max-width:1100px){.eo-opinions-filter{grid-template-columns:repeat(2,minmax(0,1fr))}.eo-filter-search{grid-column:1 / -1}.eo-filter-actions{align-self:end}.eo-all-opinions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.eo-opinions-hero{padding:32px 0 18px}.eo-opinions-hero h1{font-size:2.75rem}.eo-opinions-section{padding-bottom:30px}.eo-opinions-filter{grid-template-columns:1fr;gap:12px;padding:16px;border-radius:20px}.eo-filter-search{grid-column:auto}.eo-filter-actions{flex-wrap:wrap}.eo-primary-button{width:100%}.eo-opinions-toolbar{margin-top:18px}.eo-all-opinions-grid{grid-template-columns:1fr;gap:16px}.eo-all-opinion-body{padding:17px}.eo-pagination{grid-template-columns:1fr 1fr}.eo-page-numbers{grid-column:1 / -1;grid-row:1;flex-wrap:wrap}.eo-page-prev{grid-column:1;grid-row:2}.eo-page-next{grid-column:2;grid-row:2}}body.eo-admin-users-page{--eo-users-navy:#102142;--eo-users-muted:#6b768b;--eo-users-purple:#6731d8;--eo-users-purple-dark:#4d20b5;--eo-users-border:#e8e0d5;--eo-users-surface:#fffdfa;--eo-users-soft:#faf7f2}.eo-admin-users-page .eo-users-admin-layout{width:min(1460px,96vw);grid-template-columns:220px minmax(0,1fr);gap:22px;margin-top:24px;align-items:start}.eo-admin-users-page .eo-users-admin-layout>.admin-nav{border-radius:24px;padding:18px 14px;box-shadow:0 20px 42px rgba(18,10,42,.12)}.eo-admin-users-page .eo-users-admin-layout>.admin-nav h3{padding:0 10px 9px;font-size:1.05rem}.eo-admin-users-page .eo-users-admin-layout>.admin-nav a{padding:8px 10px;border-radius:11px;font-size:.83rem;line-height:1.35}.eo-admin-users-page .eo-users-admin-layout>.admin-nav a[href$="admin/users.php"],.eo-admin-users-page .eo-users-admin-layout>.admin-nav a[href$="/users.php"]{background:rgba(255,255,255,.13);color:#fff;box-shadow:inset 3px 0 0 #a889ff}.eo-users-admin-main{display:grid;gap:18px}.eo-users-hero{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:25px 28px;overflow:hidden;position:relative;border:1px solid rgba(103,49,216,.14);border-radius:24px;background:radial-gradient(circle at 88% 8%,rgba(141,101,235,.18),transparent 30%),linear-gradient(135deg,#fffdfa 0%,#fbf8ff 100%);box-shadow:0 15px 36px rgba(20,33,61,.065)}.eo-users-hero-copy{min-width:0;position:relative;z-index:1}.eo-users-eyebrow{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid #ded0ff;border-radius:999px;background:#f8f3ff;color:#6130cc;font-size:.7rem;font-weight:850;letter-spacing:.055em;text-transform:uppercase}.eo-users-hero h1{margin:8px 0 3px;color:var(--eo-users-navy);font-size:clamp(1.8rem,3vw,2.45rem);line-height:1;letter-spacing:-.055em}.eo-users-hero p{max-width:760px;margin:0;color:var(--eo-users-muted);font-size:.9rem;line-height:1.55}.eo-users-create-button{display:inline-flex;min-height:44px;flex:0 0 auto;align-items:center;justify-content:center;gap:9px;padding:0 17px;border-radius:13px;background:linear-gradient(135deg,#7138ed,#4f22c2);color:#fff;font-size:.84rem;font-weight:850;text-decoration:none;box-shadow:0 11px 24px rgba(91,42,205,.22);transition:transform .18s ease,box-shadow .18s ease}.eo-users-create-button:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(91,42,205,.28)}.eo-users-create-button svg,.eo-users-stat-icon svg,.eo-users-search-wrap>svg,.eo-users-action-button svg,.eo-users-verification-icon svg,.eo-users-empty-state svg{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.eo-users-create-button svg{width:18px;height:18px}.eo-users-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px}.eo-users-stat-card{display:flex;min-width:0;align-items:center;gap:11px;padding:14px 15px;border:1px solid var(--eo-users-border);border-radius:17px;background:var(--eo-users-surface);box-shadow:0 8px 24px rgba(20,33,61,.045)}.eo-users-stat-icon{display:inline-grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border-radius:11px}.eo-users-stat-icon svg{width:19px;height:19px}.eo-users-stat-icon-purple{background:#f0e9ff;color:#6731d8}.eo-users-stat-icon-green{background:#e6f8ed;color:#18834c}.eo-users-stat-icon-blue{background:#e8f2ff;color:#2767b0}.eo-users-stat-icon-amber{background:#fff3dc;color:#aa6400}.eo-users-stat-icon-red{background:#ffebeb;color:#be2e34}.eo-users-stat-copy{display:grid;min-width:0;line-height:1.1}.eo-users-stat-copy strong{color:var(--eo-users-navy);font-size:1.25rem;letter-spacing:-.04em}.eo-users-stat-copy small{overflow:hidden;margin-top:4px;color:var(--eo-users-muted);font-size:.69rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.eo-users-directory{overflow:visible;border:1px solid var(--eo-users-border);border-radius:22px;background:var(--eo-users-surface);box-shadow:0 14px 34px rgba(20,33,61,.055)}.eo-users-directory-head{padding:15px 16px 14px;border-bottom:1px solid var(--eo-users-border)}.eo-users-filter-tabs{display:flex;gap:7px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.eo-users-filter-tab{display:inline-flex;min-height:35px;flex:0 0 auto;align-items:center;gap:8px;padding:0 11px;border:1px solid #e5ddd2;border-radius:11px;background:#fff;color:#4e596c;font-size:.74rem;font-weight:800;text-decoration:none;transition:border-color .18s ease,background .18s ease,color .18s ease}.eo-users-filter-tab strong{display:inline-grid;min-width:22px;height:22px;place-items:center;padding:0 5px;border-radius:7px;background:#f3efe9;color:#626b79;font-size:.68rem}.eo-users-filter-tab:hover{border-color:#cfc0f4;color:#5b2bc6}.eo-users-filter-tab.is-active{border-color:#231443;background:#17102d;color:#fff;box-shadow:0 7px 16px rgba(23,16,45,.12)}.eo-users-filter-tab.is-active strong{background:rgba(255,255,255,.14);color:#fff}.eo-users-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.eo-users-search-wrap{display:flex;min-width:260px;max-width:420px;flex:1;align-items:center;position:relative}.eo-users-search-wrap>svg{width:17px;height:17px;position:absolute;left:13px;color:#8992a2;pointer-events:none}.eo-users-search-wrap input{min-height:40px;margin:0;padding:0 38px 0 39px;border:1px solid #dfd7cc;border-radius:12px;background:#fff;color:var(--eo-users-navy);font-size:.8rem;box-shadow:none}.eo-users-search-wrap input:focus{border-color:#7c49e1;outline:none;box-shadow:0 0 0 3px rgba(103,49,216,.11)}.eo-users-search-clear{display:inline-grid;width:26px;height:26px;place-items:center;position:absolute;right:7px;padding:0;border:0;border-radius:8px;background:#f2edf9;color:#6640ae;font:700 18px/1 sans-serif;cursor:pointer}.eo-users-search-clear[hidden]{display:none}.eo-users-result-count{flex:0 0 auto;margin:0;color:var(--eo-users-muted);font-size:.74rem}.eo-users-result-count strong{color:var(--eo-users-navy)}.eo-users-table-shell{border-radius:0 0 22px 22px}.eo-users-table-scroll{overflow-x:auto;border-radius:0 0 22px 22px}.eo-users-table{width:100%;min-width:830px;table-layout:fixed;border-collapse:separate;border-spacing:0}.eo-users-table th,.eo-users-table td{padding:12px 13px;border-bottom:1px solid #eee7dd;vertical-align:middle}.eo-users-table th{position:sticky;top:0;z-index:2;background:#faf7f2;color:#776b5c;font-size:.64rem;font-weight:850;letter-spacing:.055em;text-transform:uppercase}.eo-users-table th:nth-child(1){width:25%}.eo-users-table th:nth-child(2){width:12%}.eo-users-table th:nth-child(3){width:15%}.eo-users-table th:nth-child(4){width:24%}.eo-users-table th:nth-child(5){width:9%}.eo-users-table th:nth-child(6){width:15%}.eo-users-table tbody tr:last-child td{border-bottom:0}.eo-users-row{background:#fffdfa;transition:background .16s ease,box-shadow .16s ease}.eo-users-row:hover{background:#fcfaff}.eo-users-row.is-current-user{background:#fbf9ff}.eo-users-row[hidden]{display:none}.eo-users-account-cell{display:flex;min-width:0;align-items:center;gap:10px}.eo-users-avatar-wrap{width:42px;height:42px;flex:0 0 42px;position:relative}.eo-users-avatar{width:42px;height:42px;object-fit:cover;border:2px solid #fff;border-radius:50%;background:linear-gradient(135deg,#eee9ff,#fff);box-shadow:0 5px 14px rgba(27,18,52,.09)}.eo-users-presence-dot{width:10px;height:10px;position:absolute;right:0;bottom:1px;border:2px solid #fff;border-radius:50%}.eo-users-presence-dot.is-active{background:#26a562}.eo-users-presence-dot.is-blocked{background:#d04a4f}.eo-users-identity{display:grid;min-width:0;gap:2px}.eo-users-name-line{display:flex;min-width:0;align-items:center;gap:6px}.eo-users-name-line strong{overflow:hidden;color:var(--eo-users-navy);font-size:.81rem;line-height:1.28;text-overflow:ellipsis}.eo-users-you-badge{flex:0 0 auto;padding:2px 6px;border-radius:6px;background:#eee6ff;color:#6330d1;font-size:.56rem;font-weight:900;text-transform:uppercase}.eo-users-identity a{overflow:hidden;color:#778195;font-size:.69rem;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.eo-users-identity a:hover{color:#5d2bd7}.eo-users-access-stack{display:grid;justify-items:start;gap:6px}.eo-users-role-badge{display:inline-flex;align-items:center;min-height:23px;padding:0 8px;border-radius:7px;font-size:.62rem;font-weight:900}.eo-users-role-badge.is-user{background:#efe8ff;color:#6030c4}.eo-users-role-badge.is-author{background:#e3f7e9;color:#167845}.eo-users-role-badge.is-admin{background:#e6eefc;color:#235898}.eo-users-status-text{display:inline-flex;align-items:center;gap:5px;color:#697386;font-size:.64rem;font-weight:750}.eo-users-status-text>span{width:6px;height:6px;border-radius:50%}.eo-users-status-text.is-active>span{background:#27a563}.eo-users-status-text.is-blocked>span{background:#d04a4f}.eo-users-verification{display:flex;align-items:center;gap:8px}.eo-users-verification-icon{display:inline-grid;width:27px;height:27px;flex:0 0 27px;place-items:center;border-radius:9px}.eo-users-verification-icon svg{width:15px;height:15px}.eo-users-verification.is-verified .eo-users-verification-icon{background:#e5f8eb;color:#16804a}.eo-users-verification.is-unverified .eo-users-verification-icon{background:#fff1dc;color:#a66200}.eo-users-verification>span:last-child{display:grid;gap:1px}.eo-users-verification strong{color:#24324e;font-size:.69rem;line-height:1.25}.eo-users-verification small{color:#8790a0;font-size:.61rem;line-height:1.25}.eo-users-category-list{display:flex;flex-wrap:wrap;align-items:center;gap:5px;position:relative}.eo-users-category-chip,.eo-users-category-more>summary{display:inline-flex;min-height:24px;align-items:center;padding:0 8px;border:1px solid #e6ddd2;border-radius:7px;background:#fbf8f3;color:#4e5c72;font-size:.62rem;font-weight:750;line-height:1.25}.eo-users-category-more{position:relative}.eo-users-category-more>summary{border-color:#d9c9ff;background:#f7f2ff;color:#6330ca;cursor:pointer;list-style:none}.eo-users-category-more>summary::-webkit-details-marker{display:none}.eo-users-category-popover{display:grid;width:220px;max-height:260px;gap:6px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 7px);z-index:8;padding:12px;border:1px solid #dfd3ef;border-radius:13px;background:#fff;box-shadow:0 16px 38px rgba(25,16,50,.16)}.eo-users-category-popover strong{margin-bottom:2px;color:var(--eo-users-navy);font-size:.68rem}.eo-users-category-popover span{padding:5px 7px;border-radius:6px;background:#faf7f2;color:#536075;font-size:.64rem;line-height:1.35}.eo-users-none{color:#9a9fa9;font-size:.68rem;font-style:italic}.eo-users-date{display:grid;color:#4b5870;font-size:.7rem;line-height:1.25}.eo-users-date strong{color:#273551}.eo-users-date small{color:#8992a1}.eo-users-actions-heading{text-align:right !important}.eo-users-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}.eo-users-status-form{display:inline-flex;margin:0}.eo-users-status-form input[type="hidden"]{display:none}.eo-users-action-button{display:inline-flex;min-height:31px;align-items:center;justify-content:center;gap:5px;margin:0;padding:0 9px;border:1px solid transparent;border-radius:9px;font-family:inherit;font-size:.64rem;font-weight:850;line-height:1;text-decoration:none;white-space:nowrap;cursor:pointer;box-shadow:none;transition:background .16s ease,border-color .16s ease,transform .16s ease}.eo-users-action-button:hover{transform:translateY(-1px)}.eo-users-action-button svg{width:13px;height:13px}.eo-users-action-button.is-edit{border-color:#ddd3c8;background:#fff;color:#26334e}.eo-users-action-button.is-edit:hover{border-color:#bca8ea;background:#faf7ff;color:#5b29c6}.eo-users-action-button.is-block{border-color:#f0c8cb;background:#fff3f3;color:#b52a32}.eo-users-action-button.is-block:hover{background:#ffe9e9}.eo-users-action-button.is-activate{border-color:#bde5ca;background:#effaf3;color:#14713f}.eo-users-action-button.is-activate:hover{background:#e2f7e9}.eo-users-current-admin-note{color:#7f8795;font-size:.61rem;font-weight:750;white-space:nowrap}.eo-users-empty-row[hidden]{display:none}.eo-users-empty-state{display:grid;justify-items:center;padding:32px 20px;text-align:center}.eo-users-empty-state>span{display:inline-grid;width:45px;height:45px;place-items:center;margin-bottom:9px;border-radius:14px;background:#f1ebff;color:#6533cd}.eo-users-empty-state svg{width:21px;height:21px}.eo-users-empty-state strong{color:var(--eo-users-navy);font-size:.86rem}.eo-users-empty-state p{margin:2px 0 0;color:var(--eo-users-muted);font-size:.72rem}@media (max-width:1180px){.eo-admin-users-page .eo-users-admin-layout{grid-template-columns:200px minmax(0,1fr);gap:16px}.eo-users-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.eo-users-table{min-width:800px}}@media (max-width:900px){.eo-admin-users-page .eo-users-admin-layout{grid-template-columns:1fr;width:min(94vw,760px)}.eo-admin-users-page .eo-users-admin-layout>.admin-nav{position:static}.eo-users-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.eo-users-admin-main{gap:14px}.eo-users-hero{display:grid;padding:20px;border-radius:20px}.eo-users-hero h1{font-size:2rem}.eo-users-create-button{width:100%}.eo-users-summary{gap:8px}.eo-users-stat-card{padding:12px}.eo-users-stat-icon{width:33px;height:33px;flex-basis:33px}.eo-users-directory{border-radius:19px}.eo-users-directory-head{padding:13px}.eo-users-toolbar{align-items:stretch;flex-direction:column}.eo-users-search-wrap{width:100%;min-width:0;max-width:none}.eo-users-result-count{align-self:flex-end}.eo-users-table-scroll{overflow:visible}.eo-users-table,.eo-users-table tbody,.eo-users-table tr,.eo-users-table td{display:block;width:100%;min-width:0}.eo-users-table thead{display:none}.eo-users-table tbody{display:grid;gap:10px;padding:10px;background:#faf7f2}.eo-users-table tr.eo-users-row{overflow:visible;padding:4px 13px;border:1px solid #e7ded2;border-radius:16px;background:#fff;box-shadow:0 7px 18px rgba(20,33,61,.045)}.eo-users-table td{display:grid;grid-template-columns:108px minmax(0,1fr);align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #f0e9df}.eo-users-table td::before{content:attr(data-label);color:#877a6b;font-size:.6rem;font-weight:900;letter-spacing:.045em;text-transform:uppercase}.eo-users-table td:first-child{display:block;padding-top:11px}.eo-users-table td:first-child::before{display:none}.eo-users-table td:last-child{border-bottom:0}.eo-users-account-cell{align-items:center}.eo-users-actions{justify-content:flex-start}.eo-users-category-popover{left:0;right:auto}.eo-users-empty-row td{display:block}.eo-users-empty-row td::before{display:none}}@media (max-width:460px){.eo-users-summary{grid-template-columns:1fr 1fr}.eo-users-stat-card:last-child{grid-column:1 / -1}.eo-users-stat-copy strong{font-size:1.12rem}.eo-users-filter-tab{min-height:33px;padding:0 9px}.eo-users-table td{grid-template-columns:92px minmax(0,1fr)}.eo-users-action-button span{display:none}.eo-users-action-button{width:33px;padding:0}}.eo-admin-users-page .eo-users-category-more[open]{flex-basis:100%}.eo-admin-users-page .eo-users-category-popover{width:100%;max-height:190px;position:static;margin-top:6px;box-shadow:none}.eo-blog-detail-redesign{--eo-blog-navy:#13213d;--eo-blog-purple:#6330d1;--eo-blog-purple-dark:#48209d;--eo-blog-muted:#647087;--eo-blog-line:#e8e0d5;--eo-blog-soft:#f7f3ed;--eo-blog-lilac:#f5f0ff;--eo-blog-paper:#fffdfa;background:#f6f3ed}.eo-blog-detail-section{padding:30px 0 46px}.eo-blog-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:24px;width:min(1240px,94vw)}.eo-blog-main-column{display:grid;min-width:0;gap:22px}.eo-blog-top-ad:empty,.eo-blog-bottom-ad:empty,.eo-blog-sidebar-ad:empty{display:none}.eo-blog-top-ad,.eo-blog-bottom-ad,.eo-blog-sidebar-ad{display:grid;gap:12px}.eo-blog-top-ad .ad-card,.eo-blog-bottom-ad .ad-card{min-height:90px;padding:10px;border-radius:18px;background:var(--eo-blog-paper);box-shadow:0 10px 28px rgba(19,33,61,.045)}.eo-blog-article{overflow:hidden;border:1px solid var(--eo-blog-line);border-radius:28px;background:var(--eo-blog-paper);box-shadow:0 18px 50px rgba(19,33,61,.075)}.eo-blog-article-header{padding:38px 46px 30px;border-bottom:1px solid var(--eo-blog-line);background:radial-gradient(circle at 96% 0%,rgba(124,58,237,.12),transparent 31%),linear-gradient(145deg,#fffdfa 0%,#fff 58%,#faf7ff 100%)}.eo-blog-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:18px;color:#778095;font-size:12px;font-weight:750}.eo-blog-breadcrumb a{transition:color .16s ease}.eo-blog-breadcrumb a:hover{color:var(--eo-blog-purple)}.eo-blog-breadcrumb span{color:#b6adbf}.eo-blog-kicker-row{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:13px}.eo-blog-category-badge,.eo-blog-content-label{display:inline-flex;min-height:27px;align-items:center;justify-content:center;padding:0 10px;border-radius:999px;font-size:10.5px;font-weight:900;letter-spacing:.055em;text-transform:uppercase}.eo-blog-category-badge{border:1px solid #dcd0f7;background:#f2ebff;color:#5927bd}.eo-blog-content-label{border:1px solid #e9dfcf;background:#fffaf1;color:#80643c}.eo-blog-article-header h1{max-width:900px;margin:0;color:var(--eo-blog-navy);font-size:clamp(35px,4.1vw,45px);font-weight:900;letter-spacing:-.052em;line-height:1.06;overflow-wrap:anywhere}.eo-blog-deck{max-width:850px;margin:17px 0 0;color:#4f5b71;font-size:18px;line-height:1.66}.eo-blog-byline-row{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:26px;padding-top:22px;border-top:1px solid rgba(221,211,200,.8)}.eo-blog-byline-author{display:flex;min-width:220px;align-items:center;gap:12px}.eo-blog-byline-author img{width:52px;height:52px;flex:0 0 52px;border:3px solid #fff;border-radius:16px;object-fit:cover;box-shadow:0 8px 22px rgba(19,33,61,.12)}.eo-blog-byline-author div{display:grid;min-width:0;gap:1px}.eo-blog-byline-author span,.eo-blog-byline-author small{color:#7b8495;font-size:11px;line-height:1.35}.eo-blog-byline-author strong{color:var(--eo-blog-navy);font-size:14px;line-height:1.35}.eo-blog-byline-author small{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eo-blog-meta-list{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:7px}.eo-blog-meta-list>span,.eo-blog-meta-list>a{display:inline-flex;min-height:32px;align-items:center;gap:6px;padding:0 10px;border:1px solid #e7dfd5;border-radius:999px;background:rgba(255,255,255,.78);color:#697388;font-size:11px;font-weight:750;line-height:1;white-space:nowrap}.eo-blog-meta-list svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.eo-blog-meta-list>a:hover{border-color:#cdbcf1;color:var(--eo-blog-purple)}.eo-blog-share-row{margin-top:18px}.eo-blog-detail-redesign .eo-blog-share-row .share-box{display:inline-flex!important;width:auto!important;max-width:100%!important;align-items:center!important;gap:10px!important;margin:0!important;padding:8px 10px!important;border-color:#e4dbd0!important;border-radius:14px!important;background:rgba(255,255,255,.82)!important;box-shadow:none!important}.eo-blog-detail-redesign .eo-blog-share-row .share-box>span{padding-left:3px;color:#647087!important;font-size:11px;letter-spacing:.04em;text-transform:uppercase}.eo-blog-detail-redesign .eo-blog-share-row .share-icons{display:flex;gap:8px}.eo-blog-detail-redesign .eo-blog-share-row .share-icons a{width:34px!important;height:34px!important;min-width:34px!important;border:1px solid var(--eo-line)!important;border-radius:999px!important;background:#fff!important;color:var(--eo-ink)!important;box-shadow:none!important}.eo-blog-detail-redesign .eo-blog-share-row .share-icons a:hover{background:#fff!important;color:var(--eo-purple)!important;border-color:#cdbdf2!important}.eo-blog-featured-media{display:grid;margin:0;border-bottom:1px solid var(--eo-blog-line);background:linear-gradient(135deg,#fff 0%,#f7f4ef 100%)}.eo-blog-featured-media img{width:100%;aspect-ratio:1200/630;height:auto;object-fit:contain;object-position:center}.eo-blog-reading-area{max-width:850px;margin:0 auto;padding:38px 46px 20px;scroll-margin-top:105px}.eo-blog-mini-label{display:block;margin-bottom:4px;color:var(--eo-blog-purple);font-size:10px;font-weight:900;letter-spacing:.07em;line-height:1.3;text-transform:uppercase}.eo-blog-video-block{overflow:hidden;margin:0 0 32px;border:1px solid var(--eo-blog-line);border-radius:20px;background:#fff}.eo-blog-body{color:#28344c;font-family:Georgia,"Times New Roman",serif;font-size:18px;line-height:1.84}:where(.eo-blog-body)>:where(*):first-child{margin-top:0}:where(.eo-blog-body):where(p,li){color:#2f3a50;font-size:18px;line-height:1.84}:where(.eo-blog-body):where(h2,h3,h4){color:var(--eo-blog-navy);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.035em;line-height:1.2}:where(.eo-blog-body):where(h2){margin:38px 0 14px;font-size:30px}:where(.eo-blog-body):where(h3){margin:30px 0 12px;font-size:24px}:where(.eo-blog-body):where(h4){margin:25px 0 10px;font-size:20px}:where(.eo-blog-body):where(a){color:#5725bc;font-weight:700;text-decoration:underline;text-decoration-color:rgba(87,37,188,.28);text-decoration-thickness:1px;text-underline-offset:3px}:where(.eo-blog-body):where(blockquote){margin:30px 0;padding:20px 22px;border-left:4px solid var(--eo-blog-purple);border-radius:0 16px 16px 0;background:#f7f2ff;color:#342456;font-size:19px;font-style:italic}:where(.eo-blog-body):where(img){margin:26px auto;border:1px solid #eee5db;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(19,33,61,.07)}:where(.eo-blog-body):where(table){min-width:620px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px}:where(.eo-blog-body):where(table th){background:#f6f1ff;color:#5230a3}.eo-blog-auto-style{--eo-auto-soft:#faf8ff;--eo-auto-line:#e9e1f4;--eo-auto-ink:#243149;--eo-auto-accent:#6d32d9}:where(.eo-blog-auto-style)>:where(p,div){margin:0 0 1.22em}:where(.eo-blog-auto-style)>:where(p,div):first-of-type{color:#243149;font-size:1.055em}:where(.eo-blog-auto-style):where(strong,b){color:#18243c}:where(.eo-blog-auto-style):where(h2){position:relative;margin-top:42px;padding-top:18px;border-top:1px solid var(--eo-auto-line)}:where(.eo-blog-auto-style):where(h2)::before{content:"";position:absolute;top:-2px;left:0;width:54px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--eo-auto-accent),#a982f3)}:where(.eo-blog-auto-style)>:where(h2):first-child{margin-top:0;padding-top:0;border-top:0}:where(.eo-blog-auto-style)>:where(h2):first-child::before{display:none}:where(.eo-blog-auto-style):where(ul,ol){margin:22px 0;padding:18px 22px 18px 48px;border:1px solid var(--eo-auto-line);border-radius:16px;background:linear-gradient(145deg,#fcfbff,var(--eo-auto-soft))}:where(.eo-blog-auto-style):where(li + li){margin-top:8px}:where(.eo-blog-auto-style):where(hr){height:1px;margin:34px 0;border:0;background:linear-gradient(90deg,transparent,#ded3ed,transparent)}:where(.eo-blog-auto-style):where(figure figcaption){margin-top:-14px;color:#68738a;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:13px;line-height:1.55;text-align:center}:where(.eo-blog-auto-style):where(table){overflow:hidden;border:1px solid #e6deef;border-radius:14px;box-shadow:0 8px 24px rgba(45,31,76,.045)}.eo-blog-author-profile{width:auto;margin:28px 46px 0!important;padding:26px!important;border-color:#dfd4ef!important;border-radius:22px!important;background:linear-gradient(145deg,#fbf8ff,#fffdfa)!important;box-shadow:none!important;scroll-margin-top:105px!important}.eo-blog-author-profile .author-profile-head{grid-template-columns:70px minmax(0,1fr)!important}.eo-blog-author-profile .author-profile-head .avatar{width:70px!important;height:70px!important;border-radius:18px!important}.eo-blog-author-profile .author-profile-head h2{margin:0!important;font-size:27px!important;letter-spacing:-.035em!important}.eo-blog-author-profile .author-profile-head p{margin:2px 0 0;color:#6a7487;font-size:13px}.eo-blog-author-profile .author-profile-fact,.eo-blog-author-profile .author-contact-item{border-color:#e6dded;border-radius:14px;box-shadow:none}.eo-blog-bottom-ad{margin:28px 46px 0}.eo-blog-comments{margin:34px 46px 42px!important;padding-top:30px;border-top:1px solid var(--eo-blog-line);scroll-margin-top:105px}.eo-blog-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.eo-blog-section-heading h2{margin:0!important;color:var(--eo-blog-navy);font-size:30px!important;letter-spacing:-.04em!important;line-height:1.1!important}.eo-blog-section-heading>a{color:var(--eo-blog-purple);font-size:12px;font-weight:850}.eo-blog-comment-count{display:inline-grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:11px;background:#eee7fc;color:#5b29bd;font-size:13px;font-weight:900}.eo-blog-comment-form{margin:0 0 22px;padding:19px;border:1px solid #e4dcd2;border-radius:18px;background:#faf8f4}.eo-blog-comment-form label{margin:0 0 8px;color:#27334b;font-size:13px}.eo-blog-comment-form textarea{min-height:112px;border-color:#ded5c9;border-radius:14px;background:#fff;font-size:14px}.eo-blog-comment-form-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:10px}.eo-blog-comment-form-footer .hint{margin:0}.eo-blog-comment-form-footer .btn{flex:0 0 auto;margin:0!important;padding:10px 16px;font-size:12px}.eo-blog-login-prompt{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px;padding:18px;border:1px solid #e4dcd2;border-radius:18px;background:#faf8f4}.eo-blog-login-prompt strong{color:var(--eo-blog-navy);font-size:14px}.eo-blog-login-prompt p{margin:2px 0 0;color:#6e7789;font-size:12px}.eo-blog-comment-list{display:grid;gap:11px}.eo-blog-comment-card{margin:0!important;padding:16px 18px!important;border-color:#e7ded4!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important}.eo-blog-comment-card .author-mini{align-items:center}.eo-blog-comment-card .avatar{width:39px;height:39px}.eo-blog-comment-card .author-mini strong{color:#27334b;font-size:13px}.eo-blog-comment-card time{display:block;color:#9299a6;font-size:10.5px}.eo-blog-comment-card>p{margin:11px 0 0;color:#465167;font-size:14px;line-height:1.7}.eo-blog-no-comments{padding:27px 20px;border:1px dashed #d9cfc2;border-radius:17px;background:#fff;text-align:center}.eo-blog-no-comments strong{color:var(--eo-blog-navy);font-size:14px}.eo-blog-no-comments p{margin:3px 0 0;color:#7c8493;font-size:12px}.eo-blog-sidebar{display:grid;position:sticky;top:104px;gap:15px;min-width:0}.eo-blog-topic-card,.eo-blog-page-nav{border:1px solid var(--eo-blog-line);border-radius:20px;background:var(--eo-blog-paper);box-shadow:0 12px 32px rgba(19,33,61,.055)}.eo-blog-topic-card{padding:19px;background:radial-gradient(circle at 100% 0%,rgba(124,58,237,.14),transparent 38%),var(--eo-blog-paper)}.eo-blog-topic-card h2{margin:5px 0 8px!important;color:var(--eo-blog-navy);font-size:19px!important;letter-spacing:-.035em!important;line-height:1.25!important}.eo-blog-topic-card p{margin:0 0 13px;color:#697386;font-size:12.5px;line-height:1.6}.eo-blog-topic-card>a{display:inline-flex;align-items:center;gap:6px;color:var(--eo-blog-purple-dark);font-size:12px;font-weight:900}.eo-blog-page-nav{display:grid;overflow:hidden;padding:8px}.eo-blog-page-nav>strong{padding:7px 9px 8px;color:#7a8291;font-size:10px;letter-spacing:.07em;text-transform:uppercase}.eo-blog-page-nav a{display:flex;min-height:36px;align-items:center;justify-content:space-between;gap:10px;padding:0 10px;border-radius:10px;color:#46536a;font-size:12px;font-weight:750}.eo-blog-page-nav a:hover{background:#f4effd;color:#5524b6}.eo-blog-page-nav a span{display:inline-grid;min-width:22px;height:22px;place-items:center;border-radius:8px;background:#efe8fb;color:#5e2abc;font-size:10px}.eo-blog-sidebar-ad .ad-card{min-height:145px;border-radius:18px;background:var(--eo-blog-paper);box-shadow:0 10px 28px rgba(19,33,61,.045)}.eo-blog-detail-redesign .eo-blog-poll-widget{margin:0!important;padding:16px!important;border-radius:20px!important;box-shadow:0 12px 32px rgba(19,33,61,.055)!important}.eo-blog-detail-redesign .eo-blog-poll-widget .panel-head h3{font-size:17px!important}.eo-blog-detail-redesign .eo-blog-poll-widget .poll-card{margin:9px 0!important;padding:12px!important;border-radius:15px!important;box-shadow:none!important}.eo-blog-related-section{padding:24px;border:1px solid var(--eo-blog-line);border-radius:24px;background:var(--eo-blog-paper);box-shadow:0 14px 38px rgba(19,33,61,.055)}.eo-blog-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.eo-blog-related-card{min-width:0;overflow:hidden;border:1px solid #e8dfd4;border-radius:17px;background:#fff}.eo-blog-related-image{display:block;border-bottom:1px solid #eee6dc;background:#f6f3ee}.eo-blog-related-image img{width:100%;aspect-ratio:1200/630;object-fit:contain}.eo-blog-related-card>div{padding:13px}.eo-blog-related-card>div>span{color:#6832cc;font-size:9.5px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.eo-blog-related-card h3{margin:5px 0 6px;color:var(--eo-blog-navy);font-size:15px;letter-spacing:-.025em;line-height:1.3}.eo-blog-related-card h3 a:hover{color:var(--eo-blog-purple)}.eo-blog-related-card p{display:-webkit-box;overflow:hidden;margin:0 0 9px;color:#6f788a;font-size:11.5px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3}.eo-blog-related-card small{color:#9298a4;font-size:9.5px;line-height:1.4}@media (max-width:1060px){.eo-blog-detail-layout{grid-template-columns:minmax(0,1fr) 270px;gap:18px}.eo-blog-article-header{padding:34px 36px 27px}.eo-blog-byline-row{align-items:flex-start;flex-direction:column}.eo-blog-meta-list{justify-content:flex-start}.eo-blog-reading-area{padding-right:36px;padding-left:36px}.eo-blog-author-profile,.eo-blog-bottom-ad,.eo-blog-comments{margin-right:36px!important;margin-left:36px!important}}@media (max-width:860px){.eo-blog-detail-section{padding-top:18px}.eo-blog-detail-layout{grid-template-columns:1fr;width:min(760px,94vw)}.eo-blog-sidebar{display:grid;position:static;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.eo-blog-sidebar .eo-blog-poll-widget{grid-column:1/-1}.eo-blog-sidebar-ad{min-width:0}.eo-blog-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:650px){.eo-blog-detail-section{padding:12px 0 30px}.eo-blog-detail-layout{width:94vw;gap:15px}.eo-blog-main-column{gap:15px}.eo-blog-article{border-radius:20px}.eo-blog-article-header{padding:24px 19px 21px}.eo-blog-breadcrumb{margin-bottom:13px}.eo-blog-article-header h1{font-size:31px;line-height:1.1;letter-spacing:-.042em}.eo-blog-deck{margin-top:13px;font-size:15px;line-height:1.62}.eo-blog-byline-row{gap:15px;margin-top:20px;padding-top:17px}.eo-blog-byline-author img{width:46px;height:46px;flex-basis:46px;border-radius:14px}.eo-blog-meta-list{gap:6px}.eo-blog-meta-list>span,.eo-blog-meta-list>a{min-height:29px;padding:0 8px;font-size:10px}.eo-blog-detail-redesign .eo-blog-share-row .share-box{display:flex!important;width:100%!important;justify-content:space-between!important}.eo-blog-featured-media img{aspect-ratio:1200/630}.eo-blog-reading-area{padding:24px 19px 12px}.eo-blog-body{font-size:16.5px;line-height:1.78}:where(.eo-blog-body):where(p,li){font-size:16.5px;line-height:1.78}:where(.eo-blog-body):where(h2){margin-top:31px;font-size:25px}:where(.eo-blog-body):where(h3){margin-top:26px;font-size:21px}:where(.eo-blog-body):where(blockquote){margin:24px 0;padding:16px 17px;font-size:17px}.eo-blog-author-profile,.eo-blog-bottom-ad,.eo-blog-comments{margin-right:19px!important;margin-left:19px!important}.eo-blog-author-profile{padding:19px!important;border-radius:18px!important}.eo-blog-author-profile .author-profile-head{grid-template-columns:58px minmax(0,1fr)!important}.eo-blog-author-profile .author-profile-head .avatar{width:58px!important;height:58px!important;border-radius:16px!important}.eo-blog-author-profile .author-profile-head h2{font-size:22px!important}.eo-blog-comments{margin-bottom:26px!important;padding-top:24px}.eo-blog-section-heading h2{font-size:25px!important}.eo-blog-comment-form-footer,.eo-blog-login-prompt{align-items:stretch;flex-direction:column}.eo-blog-comment-form-footer .btn,.eo-blog-login-prompt .btn{width:100%}.eo-blog-sidebar{grid-template-columns:1fr}.eo-blog-related-section{padding:18px;border-radius:20px}.eo-blog-related-grid{grid-template-columns:1fr}.eo-blog-related-card{display:grid;grid-template-columns:116px minmax(0,1fr)}.eo-blog-related-image{border-right:1px solid #eee6dc;border-bottom:0}.eo-blog-related-image img{height:100%;min-height:150px;object-fit:cover}}@media (max-width:400px){.eo-blog-article-header h1{font-size:28px}.eo-blog-meta-list>span,.eo-blog-meta-list>a{width:calc(50% - 3px);justify-content:center}.eo-blog-related-card{grid-template-columns:96px minmax(0,1fr)}}body.eo-blog-detail-redesign .eo-blog-reading-area{width:100%;max-width:1040px;padding-right:28px;padding-left:28px}@media (max-width:1060px){body.eo-blog-detail-redesign .eo-blog-reading-area{max-width:none;padding-right:24px;padding-left:24px}}@media (max-width:650px){body.eo-blog-detail-redesign .eo-blog-reading-area{padding-right:16px;padding-left:16px}}body.eo-blog-detail-redesign .eo-blog-author-name-link{display:inline-flex;width:fit-content;align-items:center;color:var(--eo-blog-navy);font-size:14px;font-weight:850;line-height:1.35;text-decoration:none}body.eo-blog-detail-redesign .eo-blog-author-name-link:hover,body.eo-blog-detail-redesign .eo-blog-author-name-link:focus-visible{color:var(--eo-blog-purple-dark);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}body.eo-blog-detail-redesign .eo-blog-share-bottom{display:flex;width:auto;justify-content:flex-start;margin:8px 28px 0;padding:22px 0 0;border-top:1px solid var(--eo-blog-line)}body.eo-blog-detail-redesign .eo-blog-share-bottom .share-box{background:#fff!important}@media (max-width:1060px){body.eo-blog-detail-redesign .eo-blog-share-bottom{margin-right:24px;margin-left:24px}}@media (max-width:650px){body.eo-blog-detail-redesign .eo-blog-share-bottom{margin-right:16px;margin-left:16px;padding-top:18px}}body.eo-blog-detail-redesign .eo-blog-video-block>.video-card{width:100%!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}body.eo-blog-detail-redesign .eo-blog-video-block>.video-card>.video-frame{width:100%!important;margin:0!important;border-radius:0!important}.admin-layout{width:min(1460px,96vw);grid-template-columns:220px minmax(0,1fr);gap:22px;margin:24px auto 32px;align-items:start}.admin-layout>.admin-nav{width:100%;padding:18px 14px;border-radius:24px;box-shadow:0 20px 42px rgba(18,10,42,.12)}.admin-layout>.admin-nav h3{margin:0;padding:0 10px 9px;color:#fff;font-size:1.05rem;line-height:1.35}.admin-nav-links{display:grid;gap:2px}.admin-layout>.admin-nav a{display:block;padding:8px 10px;border-radius:11px;color:#ece8ff;font-size:.83rem;font-weight:500;line-height:1.35;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.admin-layout>.admin-nav a:hover,.admin-layout>.admin-nav a:focus-visible{background:rgba(255,255,255,.10);color:#fff;transform:translateX(1px);outline:none}.admin-layout>.admin-nav a.is-active{background:rgba(255,255,255,.13);color:#fff;font-weight:700;box-shadow:inset 3px 0 0 #a889ff}.admin-layout>.admin-nav a.admin-nav-view-site{margin-top:4px}@media (max-width:1180px){.admin-layout{grid-template-columns:200px minmax(0,1fr);gap:16px}}@media (max-width:900px){.admin-layout{grid-template-columns:1fr;width:min(94vw,760px);margin-top:18px}.admin-layout>.admin-nav{position:static}}.topic-hero-ad .ad-card,.topic-page-sidebar .ad-card{margin:0!important}.eo-blog-sidebar-ad .ad-card,.eo-blog-sidebar-ad-top .ad-card{margin:0!important}.image-upload-spec{display:flex;align-items:flex-start;gap:10px;margin:8px 0 16px;padding:10px 12px;border:1px solid #e3d9f4;border-radius:12px;background:#faf8ff;color:#5d687d;font-size:12px;line-height:1.5}.image-upload-spec strong{color:#172441;font-weight:850}.image-spec-ratio{display:inline-grid;flex:0 0 auto;min-width:46px;min-height:30px;padding:5px 8px;place-items:center;border:1px solid #d8c9f2;border-radius:9px;background:#fff;color:#5c2bc3;font-size:11px;font-weight:900;letter-spacing:.02em;line-height:1}.image-upload-spec-compact{margin-bottom:8px}.author-mini>div .image-upload-spec{max-width:680px}@media (max-width:640px){.image-upload-spec{gap:8px;padding:9px 10px;font-size:11.5px}.image-spec-ratio{min-width:42px;min-height:28px}}.ad-current-image{display:grid;gap:8px;margin:10px 0 16px;padding:12px;border:1px solid #e8dfd4;border-radius:14px;background:#fffdf9}.ad-current-image>span{color:#667085;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.ad-current-image img{display:block;width:min(100%,520px);max-height:180px;object-fit:contain;border-radius:10px;background:#f6f3ed}.eo-global-ad-zone{width:min(1200px,94vw)!important;margin-left:auto!important;margin-right:auto!important}.eo-home-top-ad{margin-left:auto!important;margin-right:auto!important}.eo-global-ad-top{margin-top:22px!important;margin-bottom:4px!important}.eo-global-ad-bottom{margin-top:28px!important;margin-bottom:28px!important}.eo-home-top-ad{margin-top:22px!important;margin-bottom:0!important}.eo-global-ad-zone:empty,.eo-home-top-ad:empty{display:none!important}.eo-global-ad-zone .ad-card,.eo-home-top-ad .ad-card{min-height:0!important;margin:0!important;padding:10px!important;overflow:hidden!important;border:1px solid var(--eo-line,#e7ded2)!important;border-radius:18px!important;background:#fffdfa!important;box-shadow:0 12px 32px rgba(19,33,61,.06)!important}.eo-global-ad-zone .ad-card img,.eo-home-top-ad .ad-card img{display:block!important;width:100%!important;height:auto!important;max-height:300px!important;object-fit:contain!important;border-radius:13px!important}@media (max-width:760px){.eo-global-ad-zone{width:min(94vw,1200px)!important}.eo-global-ad-top,.eo-home-top-ad{margin-top:14px!important}.eo-global-ad-bottom{margin-top:20px!important;margin-bottom:20px!important}.eo-global-ad-zone .ad-card,.eo-home-top-ad .ad-card{padding:7px!important;border-radius:14px!important}.eo-global-ad-zone .ad-card img,.eo-home-top-ad .ad-card img{border-radius:10px!important}}.eo-home-top-ad .ad-card>a,.eo-home-top-ad .ad-card>img{display:block!important;width:100%!important}.eo-home-top-ad .ad-card>a{overflow:hidden!important;border-radius:13px!important}.eo-home-top-ad .ad-card img{display:block!important;width:100%!important;height:auto!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center!important}@media (max-width:760px){.eo-home-top-ad .ad-card>a{border-radius:10px!important}}@media (min-width:981px){.eo-home-page{--eo-home-hero-card-height:580px}.eo-home-page .eo-featured-story,.eo-home-page .eo-home-hero-side .eo-home-poll{box-sizing:border-box!important;height:var(--eo-home-hero-card-height)!important;min-height:var(--eo-home-hero-card-height)!important;max-height:var(--eo-home-hero-card-height)!important}.eo-home-page .eo-featured-story-content{box-sizing:border-box!important;width:min(710px,82%)!important;height:100%!important;min-height:0!important;max-height:100%!important;overflow:hidden!important}.eo-home-page .eo-featured-story h1{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:4!important;overflow:hidden!important;overflow-wrap:anywhere!important}.eo-home-page .eo-featured-story p{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important}.eo-home-page .eo-featured-story-footer{flex:0 0 auto!important}.eo-home-page .eo-home-hero-side .eo-home-poll{display:flex!important;flex-direction:column!important;overflow:hidden!important}.eo-home-page .eo-home-hero-side .eo-home-poll .panel-head,.eo-home-page .eo-home-hero-side .eo-home-poll .poll-widget-actions{flex:0 0 auto!important}.eo-home-page .eo-home-hero-side .eo-home-poll .poll-card-list{display:block!important;flex:1 1 auto!important;min-height:0!important;overflow-x:hidden!important;overflow-y:auto!important;padding-right:5px!important;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#c8b5f1 transparent}.eo-home-page .eo-home-hero-side .eo-home-poll .poll-card-list::-webkit-scrollbar{width:6px}.eo-home-page .eo-home-hero-side .eo-home-poll .poll-card-list::-webkit-scrollbar-track{background:transparent}.eo-home-page .eo-home-hero-side .eo-home-poll .poll-card-list::-webkit-scrollbar-thumb{border-radius:999px;background:#c8b5f1}.eo-home-page .eo-home-hero-side .eo-home-poll .poll-card{box-sizing:border-box!important;min-height:100%!important;display:flex!important;flex-direction:column!important}.eo-home-page .eo-home-hero-side .eo-home-poll .poll-card-top h4{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:4!important;overflow:hidden!important;overflow-wrap:anywhere!important}.eo-home-page .eo-home-hero-side .eo-home-poll .poll-results{min-height:0!important}}@media (min-width:981px){.eo-home-page{--eo-home-support-row-height:300px;--eo-home-support-row-gap:18px;--eo-home-side-action-height:calc((var(--eo-home-support-row-height) - var(--eo-home-support-row-gap)) / 2)}.eo-home-page .eo-hero-support-row{box-sizing:border-box!important;height:var(--eo-home-support-row-height)!important;min-height:var(--eo-home-support-row-height)!important;max-height:var(--eo-home-support-row-height)!important;align-items:stretch!important}.eo-home-page .eo-home-video-module,.eo-home-page .eo-platform-card{box-sizing:border-box!important;height:100%!important;min-height:0!important;max-height:100%!important;overflow:hidden!important}.eo-home-page .eo-home-video-module .video-list,.eo-home-page .eo-home-video-module .video-list-grid,.eo-home-page .eo-home-video-module .video-list-item,.eo-home-page .eo-home-video-module .video-card,.eo-home-page .eo-home-video-module .video-frame{box-sizing:border-box!important;height:100%!important;min-height:0!important;max-height:100%!important}.eo-home-page .eo-home-hero-side{gap:var(--eo-home-support-row-gap)!important}.eo-home-page .eo-side-action-card,.eo-home-page .eo-hero-author-card{box-sizing:border-box!important;height:var(--eo-home-side-action-height)!important;min-height:var(--eo-home-side-action-height)!important;max-height:var(--eo-home-side-action-height)!important;grid-template-columns:38px minmax(0,1fr)!important;gap:12px!important;padding:13px 14px!important;overflow:hidden!important;align-items:start!important}.eo-home-page .eo-side-action-icon,.eo-home-page .eo-hero-author-card .eo-info-card-icon{width:38px!important;height:38px!important;min-width:38px!important;border-radius:12px!important;font-size:16px!important}.eo-home-page .eo-side-action-card>div,.eo-home-page .eo-hero-author-card>div:last-child{display:flex!important;flex-direction:column!important;min-width:0!important;height:100%!important;overflow:hidden!important}.eo-home-page .eo-side-action-card h3,.eo-home-page .eo-hero-author-card h3{margin:0!important;font-size:15.5px!important;line-height:1.2!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}.eo-home-page .eo-side-action-card p,.eo-home-page .eo-hero-author-card p{margin:5px 0 7px!important;font-size:11px!important;line-height:1.38!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}.eo-home-page .eo-side-action-card .eo-btn,.eo-home-page .eo-hero-author-card .eo-btn{min-height:32px!important;padding:8px 13px!important;margin-top:auto!important;align-self:flex-start!important;font-size:11px!important;border-radius:10px!important;flex:0 0 auto!important}.eo-home-page .eo-platform-card{padding:20px!important}.eo-home-page .eo-platform-card h3{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}.eo-home-page .eo-platform-card p{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}}@media (min-width:981px){.eo-home-page{--eo-latest-topic-card-height:268px;--eo-latest-topic-row-gap:15px;--eo-latest-topic-stack-gap:12px;--eo-latest-topic-info-height:205px;--eo-latest-topic-total-height:calc((var(--eo-latest-topic-card-height) * 2) + var(--eo-latest-topic-row-gap));--eo-latest-topic-ad-height:calc(var(--eo-latest-topic-total-height) - var(--eo-latest-topic-info-height) - var(--eo-latest-topic-stack-gap))}.eo-home-page .eo-latest-topics-section .eo-topic-layout{grid-template-columns:minmax(0,1.75fr) minmax(300px,.82fr)!important;gap:17px!important;align-items:start!important}.eo-home-page .eo-latest-topics-section .eo-topic-grid{width:100%!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:var(--eo-latest-topic-card-height)!important;gap:var(--eo-latest-topic-row-gap) 15px!important;align-items:stretch!important}.eo-home-page .eo-latest-topics-section .eo-topic-card{box-sizing:border-box!important;width:100%!important;height:var(--eo-latest-topic-card-height)!important;min-height:var(--eo-latest-topic-card-height)!important;max-height:var(--eo-latest-topic-card-height)!important;overflow:hidden!important}.eo-home-page .eo-latest-topics-section .eo-topic-card h3{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important}.eo-home-page .eo-latest-topics-section .eo-topic-card p{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}.eo-home-page .eo-latest-topics-section .eo-topic-side-stack{box-sizing:border-box!important;width:100%!important;height:var(--eo-latest-topic-total-height)!important;min-height:var(--eo-latest-topic-total-height)!important;max-height:var(--eo-latest-topic-total-height)!important;display:grid!important;grid-template-rows:var(--eo-latest-topic-info-height) var(--eo-latest-topic-ad-height)!important;gap:var(--eo-latest-topic-stack-gap)!important;align-content:start!important;overflow:hidden!important}.eo-home-page .eo-latest-topics-section .eo-info-card{box-sizing:border-box!important;width:100%!important;height:var(--eo-latest-topic-info-height)!important;min-height:var(--eo-latest-topic-info-height)!important;max-height:var(--eo-latest-topic-info-height)!important;padding:17px 18px!important;grid-template-columns:46px minmax(0,1fr)!important;gap:13px!important;overflow:hidden!important}.eo-home-page .eo-latest-topics-section .eo-info-card-icon{width:46px!important;height:46px!important;min-width:46px!important}.eo-home-page .eo-latest-topics-section .eo-info-card>div:last-child{min-width:0!important;overflow:hidden!important}.eo-home-page .eo-latest-topics-section .eo-info-card h3{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.eo-home-page .eo-latest-topics-section .eo-check-list{margin:9px 0 10px!important;gap:6px!important}.eo-home-page .eo-latest-topics-section .eo-check-list li{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.eo-home-page .eo-latest-topics-section .eo-home-side-ad{box-sizing:border-box!important;width:100%!important;height:var(--eo-latest-topic-ad-height)!important;min-height:var(--eo-latest-topic-ad-height)!important;max-height:var(--eo-latest-topic-ad-height)!important;margin:0!important;overflow:hidden!important}.eo-home-page .eo-latest-topics-section .eo-home-side-ad:empty{display:none!important}.eo-home-page .eo-latest-topics-section .eo-home-side-ad .ad-card{box-sizing:border-box!important;width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;margin:0!important;padding:9px!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto minmax(0,1fr)!important;align-content:stretch!important;overflow:hidden!important}.eo-home-page .eo-latest-topics-section .eo-home-side-ad .ad-card .ad-card-label{margin:0 0 6px 2px!important;line-height:1.25!important}.eo-home-page .eo-latest-topics-section .eo-home-side-ad .ad-card>a,.eo-home-page .eo-latest-topics-section .eo-home-side-ad .ad-card>img,.eo-home-page .eo-latest-topics-section .eo-home-side-ad .ad-card>iframe,.eo-home-page .eo-latest-topics-section .eo-home-side-ad .ad-card>ins,.eo-home-page .eo-latest-topics-section .eo-home-side-ad .ad-card>div:not(.ad-card-label){box-sizing:border-box!important;width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;overflow:hidden!important}.eo-home-page .eo-latest-topics-section .eo-home-side-ad .ad-card>a img,.eo-home-page .eo-latest-topics-section .eo-home-side-ad .ad-card>img{display:block!important;width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;object-fit:cover!important;object-position:center!important;border-radius:12px!important}}.eo-topics-page .eo-topics-toolbar{align-items:center}.eo-topics-result-summary{display:flex;align-items:center;gap:12px;min-width:0}.eo-topics-result-summary p{margin:0}.eo-create-topic-button{min-height:42px;padding:0 18px}.eo-all-topics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.eo-all-topic-card{position:relative;display:flex;min-width:0;min-height:292px;overflow:hidden;border:1px solid #e8dece;border-radius:22px;background:#fffdfa;box-shadow:0 14px 34px rgba(15,31,63,.055);transition:transform .2s ease,box-shadow .2s ease}.eo-all-topic-card::before{position:absolute;top:0;right:0;left:0;height:5px;content:"";background:linear-gradient(90deg,#7138ed,#b697ff 55%,#f1e7ff)}.eo-all-topic-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(15,31,63,.09)}.eo-all-topic-body{display:flex;flex:1;min-width:0;flex-direction:column;padding:24px 20px 20px}.eo-all-topic-topline{display:flex;align-items:center;justify-content:space-between;gap:10px}.eo-topic-opinion-count{flex:0 0 auto;color:#7a8496;font-size:.75rem;font-weight:700;white-space:nowrap}.eo-all-topic-body h2{display:-webkit-box;overflow:hidden;margin:16px 0 11px;color:#102142;font-size:clamp(1.1rem,1.7vw,1.4rem);line-height:1.18;letter-spacing:-.025em;-webkit-box-orient:vertical;-webkit-line-clamp:3}.eo-all-topic-body h2 a{color:inherit;text-decoration:none}.eo-all-topic-body>p{display:-webkit-box;overflow:hidden;margin:0 0 18px;color:#657188;line-height:1.58;-webkit-box-orient:vertical;-webkit-line-clamp:3}.eo-all-topic-meta{display:flex;flex-wrap:wrap;gap:7px 14px;margin-top:auto;padding-top:4px;color:#7a8496;font-size:.78rem}.eo-all-topic-body .eo-text-link{margin-top:14px;align-self:flex-start}@media (max-width:1100px){.eo-all-topics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.eo-topics-toolbar{align-items:stretch!important;flex-direction:column}.eo-topics-result-summary{align-items:flex-start;flex-direction:column}.eo-create-topic-button{width:100%}.eo-all-topics-grid{grid-template-columns:1fr;gap:16px}.eo-all-topic-card{min-height:0}.eo-all-topic-body{padding:21px 17px 17px}}.friendly-post-note{display:grid;gap:5px;line-height:1.65}.simple-post-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0 22px}.simple-post-steps span{display:flex;align-items:center;gap:9px;padding:11px 12px;border:1px solid #e5daf6;border-radius:14px;background:#fbf8ff;color:#36284e;font-size:13px;font-weight:800}.simple-post-steps strong{display:grid;place-items:center;flex:0 0 25px;width:25px;height:25px;border-radius:50%;background:#6d28d9;color:#fff;font-size:12px}.required-mark,.optional-mark{display:inline-flex;align-items:center;margin-left:6px;padding:2px 7px;border-radius:999px;font-size:10px;line-height:1.5;font-weight:900;letter-spacing:.04em;text-transform:uppercase;vertical-align:middle}.required-mark{background:#efe7ff;color:#5b21b6}.optional-mark{background:#f1f5f9;color:#64748b}.field-help-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-top:-4px}.field-help-row .hint{margin:0}.field-counter{white-space:nowrap;font-size:12px;font-weight:800;color:#64748b}input[readonly][data-generated-title]{background:#f8fafc;color:#475569;border-style:dashed}.opinion-writing-guide{margin:14px 0 18px;padding:16px;border:1px solid #e5d9f6;border-radius:17px;background:linear-gradient(135deg,#fbf8ff,#fff);box-shadow:0 8px 22px rgba(63,30,100,.05)}.writing-guide-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.writing-guide-head>div:first-child{display:grid;gap:3px}.writing-guide-head strong{color:#1e1630;font-size:15px}.writing-guide-head span{color:#64748b;font-size:12px}.writing-guide-stats{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.writing-guide-stats span{padding:7px 10px;border-radius:999px;background:#f3edff;color:#4c1d95;font-size:12px!important;font-weight:800}.writing-guide-meter{height:9px;margin:13px 0 9px;border-radius:999px;background:#ece7f2;overflow:hidden}.writing-guide-meter span{display:block;width:0;height:100%;border-radius:inherit;background:#a78bfa;transition:width .22s ease,background .22s ease}.opinion-writing-guide p{margin:0;color:#5b6472;font-size:13px;font-weight:700}.opinion-writing-guide.is-good{border-color:#b7e4c7;background:linear-gradient(135deg,#f3fff7,#fff)}.opinion-writing-guide.is-good .writing-guide-meter span{background:#22c55e}.opinion-writing-guide.is-good p{color:#166534}.opinion-writing-guide.is-long{border-color:#fecaca;background:linear-gradient(135deg,#fff6f6,#fff)}.opinion-writing-guide.is-long .writing-guide-meter span{background:#ef4444}.opinion-writing-guide.is-long p{color:#991b1b}.admin-search-settings{margin:24px 0 18px;padding:18px;border:1px solid #ded5eb;border-radius:18px;background:#faf8fd}.admin-search-settings h2{display:flex;align-items:center;gap:8px;margin:0 0 5px;font-size:20px}.admin-search-settings h2 span{padding:3px 8px;border-radius:999px;background:#1f2937;color:#fff;font-size:10px;letter-spacing:.05em;text-transform:uppercase}.eo-blog-attribution-line{margin:0 0 19px;padding:11px 14px;border-left:3px solid #7c3aed;border-radius:0 11px 11px 0;background:#faf7ff;color:#5b4b72;font-size:13px;line-height:1.6}.eo-blog-attribution-line a{color:#5b21b6;font-weight:800;text-decoration:none}.eo-blog-attribution-line a:hover{text-decoration:underline}@media (max-width:900px){.simple-post-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.simple-post-steps{grid-template-columns:1fr}.writing-guide-head,.field-help-row{align-items:flex-start;flex-direction:column}.writing-guide-stats{justify-content:flex-start}}.topic-search-settings{margin:20px 0;overflow:hidden;border:1px solid #e4d9f3;border-radius:18px;background:linear-gradient(135deg,#fbf9ff,#fff)}.topic-search-settings summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;color:#23163c;cursor:pointer;font-weight:900;list-style:none}.topic-search-settings summary::-webkit-details-marker{display:none}.topic-search-settings summary:after{content:'+';display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:#eee7fb;color:#5b21b6;font-size:18px}.topic-search-settings[open] summary:after{content:'−'}.topic-search-settings summary small{margin-left:auto;color:#7b6c91;font-size:11px;font-weight:800}.topic-search-settings-body{padding:0 18px 18px;border-top:1px solid #eee7f7}.topic-search-settings-body>p:first-child{margin-top:15px}.topic-search-preview{display:grid;gap:5px;margin-top:16px;padding:16px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;box-shadow:0 7px 20px rgba(26,18,45,.05)}.topic-search-preview>span{color:#6b7280;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.topic-search-preview strong{color:#1a0dab;font-size:18px;line-height:1.25;font-weight:500}.topic-search-preview small{overflow-wrap:anywhere;color:#188038;font-size:12px}.topic-search-preview p{margin:2px 0 0;color:#4b5563;font-size:13px;line-height:1.55}@media (max-width:640px){.topic-search-settings summary{align-items:flex-start;flex-wrap:wrap}.topic-search-settings summary small{order:3;width:100%;margin-left:0}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.eom-pro-editor .editor-toolbar{gap:8px;padding:11px 12px;background:#fffdfb}.eom-pro-editor .editor-toolbar-group{display:inline-flex;align-items:center;gap:5px;padding-right:8px;margin-right:1px;border-right:1px solid #ece3da}.eom-pro-editor .editor-toolbar-group:last-child{padding-right:0;border-right:0}.eom-pro-editor .editor-toolbar button{display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.eom-pro-editor .editor-tool-icon{display:inline-flex;align-items:center;justify-content:center;min-width:16px;font-size:15px;line-height:1}.eom-pro-editor .editor-tool-label{font-size:12.5px}.eom-pro-editor .editor-image-tool{background:#f4edff!important;border-color:#cdb8f0!important;color:#54209b!important}.eom-pro-editor .editor-image-tool:hover{background:#eadcff!important}.editor-for-public .editor-topline{padding:15px 17px}.editor-for-public .editor-topline strong{font-size:16px}.editor-for-public .editor-topline span{font-size:13px;line-height:1.45}.editor-for-public .editor-toolbar-public{position:sticky;top:0;z-index:5;box-shadow:0 5px 12px rgba(36,24,44,.04)}.editor-for-public .editor-style-group select{min-width:150px}.editor-for-public .editor-quick-help{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 15px;border-bottom:1px solid #eee5dc;background:#faf7ff;color:#62566a;font-size:12px;line-height:1.45}.editor-for-public .editor-quick-help strong{color:#4f1ca2}.editor-for-public .pro-editor-visual{font-size:17px;line-height:1.82;padding:26px 28px!important;background:#fff}.editor-for-public .pro-editor-visual:empty:before{content:attr(data-placeholder);color:#9b919f;pointer-events:none}.editor-for-public .pro-editor-visual p{margin:0 0 16px}.editor-for-public .pro-editor-visual h2{font-size:28px;line-height:1.28;margin:30px 0 12px;color:#17213a}.editor-for-public .pro-editor-visual h3{font-size:23px;line-height:1.32;margin:25px 0 10px;color:#1b2742}.editor-for-public .pro-editor-visual h4{font-size:19px;line-height:1.4;margin:22px 0 8px;color:#25314a}.editor-for-public .pro-editor-visual blockquote{margin:22px 0;padding:14px 18px;border-left:4px solid #7c3aed;background:#f8f4ff;border-radius:0 12px 12px 0;color:#44364f}.editor-for-public .pro-editor-visual ul,.editor-for-public .pro-editor-visual ol{margin:12px 0 18px;padding-left:28px}.editor-for-public .pro-editor-visual li{margin:6px 0}.editor-for-public .editor-bottomline{background:#fffcf8}.editor-more-tools{position:relative;align-self:stretch;display:inline-flex;align-items:center}.editor-more-tools>summary{display:inline-flex;align-items:center;min-height:38px;padding:7px 11px;border:1px solid #d9cfc2;border-radius:9px;background:#fff;color:#352b3c;font-size:13px;font-weight:800;cursor:pointer;list-style:none;white-space:nowrap}.editor-more-tools>summary::-webkit-details-marker{display:none}.editor-more-tools>summary:after{content:"▾";margin-left:7px;font-size:10px;color:#75687a}.editor-more-tools[open]>summary{background:#f6efff;border-color:#bda0ef}.editor-more-menu{position:absolute;top:calc(100% + 7px);right:0;z-index:20;display:grid;gap:5px;min-width:190px;padding:8px;border:1px solid #ded3e7;border-radius:12px;background:#fff;box-shadow:0 16px 38px rgba(35,23,48,.18)}.eom-pro-editor .editor-more-menu button{justify-content:flex-start;width:100%;border:0;background:#fff;padding:9px 10px;text-align:left}.eom-pro-editor .editor-more-menu button:hover{background:#f6efff}.editor-for-public textarea[data-rich-output][hidden]{display:none!important}.editor-for-admin .editor-toolbar-group{flex-wrap:wrap}.eom-pro-editor button:focus-visible,.eom-pro-editor select:focus-visible,.editor-more-tools>summary:focus-visible{outline:3px solid rgba(124,58,237,.28);outline-offset:2px}@media (max-width:980px){.editor-for-public .editor-toolbar-public{flex-wrap:wrap;overflow:visible}.editor-for-public .editor-toolbar-group{border-right:0;padding-right:0}.editor-for-public .editor-history-group{margin-left:auto}.editor-for-public .editor-quick-help{align-items:flex-start;flex-direction:column;gap:3px}}@media (max-width:760px){.editor-for-public .editor-toolbar-public{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:10px;overflow:visible}.editor-for-public .editor-style-group{grid-column:1/-1;width:100%}.editor-for-public .editor-style-group select{width:100%;min-width:0}.editor-for-public .editor-toolbar-group{margin:0;padding:0;border:0;flex-wrap:wrap}.editor-for-public .editor-toolbar-group:nth-of-type(2),.editor-for-public .editor-toolbar-group:nth-of-type(3),.editor-for-public .editor-toolbar-group:nth-of-type(4){grid-column:1/-1}.editor-for-public .editor-history-group{grid-column:1/-1;margin-left:0}.editor-for-public .editor-more-tools{grid-column:1/-1;width:100%}.editor-for-public .editor-more-tools>summary{width:100%;justify-content:center}.editor-for-public .editor-more-menu{position:static;width:100%;margin-top:6px;box-shadow:none}.editor-for-public .editor-toolbar button{flex:1 1 auto}.editor-for-public .pro-editor-visual{height:460px!important;min-height:460px!important;max-height:460px!important;padding:20px 17px!important;font-size:16px}.editor-for-public .editor-tool-label{display:inline}.editor-for-admin .editor-toolbar{flex-wrap:nowrap;overflow-x:auto}.editor-for-admin .editor-toolbar-group{flex:0 0 auto;flex-wrap:nowrap}}.eo-blog-reading-area .is-faq-item.eom-faq-enhanced>.is-faq-question{position:relative;display:block;width:100%;margin:0;padding:16px 52px 16px 18px;border:0;background:#fff;color:#083f50;font-family:inherit;font-size:16px;font-weight:700;line-height:1.5;text-align:left;cursor:pointer;appearance:none;-webkit-appearance:none}.eo-blog-reading-area .is-faq-item.eom-faq-enhanced>.is-faq-question::after{position:absolute;top:50%;right:16px;display:grid;place-items:center;width:28px;height:28px;content:'+';color:#fff;background:#076d82;border-radius:50%;font-size:20px;font-weight:400;line-height:1;transform:translateY(-50%)}.eo-blog-reading-area .is-faq-item.eom-faq-enhanced>.is-faq-answer[hidden]{display:none!important}.eo-blog-reading-area .is-faq-item.eom-faq-enhanced.eom-faq-open>.is-faq-answer{display:block!important;max-height:4000px!important;padding:16px 18px 18px!important;overflow:visible!important;border-top-width:1px!important;opacity:1!important}.eo-blog-reading-area .is-faq-item.eom-faq-enhanced.eom-faq-open>.is-faq-question::after{content:'−'!important;background:#034555!important}.eo-blog-reading-area .is-faq-item.eom-faq-enhanced>.is-faq-question:focus-visible{outline:3px solid rgba(7,95,115,.22);outline-offset:-3px}.eo-author-profile-page .section{padding-top:0}.eo-author-profile{background:#f5f6fb;min-height:60vh}.eo-author-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#20104f 0%,#5427bd 55%,#7649e8 100%);color:#fff}.eo-author-hero:before,.eo-author-hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.eo-author-hero:before{width:420px;height:420px;right:-130px;top:-220px;background:rgba(255,255,255,.09)}.eo-author-hero:after{width:260px;height:260px;left:-90px;bottom:-180px;background:rgba(255,255,255,.07)}.eo-author-hero-inner{position:relative;z-index:1;display:flex;align-items:center;gap:34px;padding-top:62px;padding-bottom:62px}.eo-author-avatar-wrap{position:relative;flex:0 0 auto}.eo-author-avatar{display:block;width:180px;height:180px;object-fit:cover;border-radius:36px;border:5px solid rgba(255,255,255,.92);box-shadow:0 22px 55px rgba(15,5,45,.35);background:#fff}.eo-author-status{position:absolute;right:-7px;bottom:15px;display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#20b26b;color:#fff;border:4px solid #fff;font-size:18px;font-weight:900;box-shadow:0 8px 22px rgba(0,0,0,.18)}.eo-author-identity{min-width:0}.eo-author-kicker{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.eo-author-identity h1{margin:14px 0 7px!important;color:#fff!important;font-size:clamp(38px,5vw,64px)!important;line-height:1!important;letter-spacing:-.045em!important}.eo-author-position{margin:0;color:rgba(255,255,255,.85);font-size:18px;line-height:1.55}.eo-author-stats{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.eo-author-stats>div{min-width:132px;padding:13px 17px;border-radius:16px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px)}.eo-author-stats strong{display:block;color:#fff;font-size:22px;line-height:1.1}.eo-author-stats span{display:block;margin-top:4px;color:rgba(255,255,255,.72);font-size:12px;font-weight:700}.eo-author-socials{display:flex;align-items:center;gap:12px;margin-top:22px;color:rgba(255,255,255,.8);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.eo-author-socials .social-icon-links{display:flex;gap:8px}.eo-author-socials .social-icon-links a{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#fff;color:#4f27b5;box-shadow:none}.eo-author-content-section{padding:44px 0 72px!important}.eo-author-layout{display:grid;grid-template-columns:minmax(270px,350px) minmax(0,1fr);gap:30px;align-items:start}.eo-author-sidebar{display:grid;gap:20px;position:sticky;top:24px}.eo-author-main-column{min-width:0}.eo-author-info-card{background:#fff;border:1px solid #e7e4f2;border-radius:24px;padding:26px;box-shadow:0 14px 38px rgba(35,22,73,.07)}.eo-author-info-card h2{margin:0 0 14px!important;color:#26164f!important;font-size:21px!important;letter-spacing:-.02em!important}.eo-author-info-card p{margin:0;color:#5d5870;line-height:1.75;font-size:15px}.eo-author-credentials{display:grid;gap:14px;margin-top:22px;padding-top:20px;border-top:1px solid #ece9f4}.eo-author-credentials>div{display:flex;align-items:flex-start;gap:12px}.eo-credential-icon{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:12px;background:#f0ebff}.eo-author-credentials small{display:block;color:#8b849e;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.eo-author-credentials strong{display:block;margin-top:2px;color:#30284a;font-size:14px;line-height:1.45}.eo-author-tags{display:flex;flex-wrap:wrap;gap:9px}.eo-author-tags span{display:inline-flex;padding:8px 12px;border-radius:999px;background:#f1edff;color:#5427bd;font-size:12px;font-weight:800}.eo-author-posts-column{min-width:0}.eo-author-section-heading{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:18px}.eo-author-section-heading span{display:block;color:#6b46cc;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.eo-author-section-heading h2{margin:5px 0 0!important;color:#24153f!important;font-size:34px!important;letter-spacing:-.035em!important}.eo-author-section-heading p{margin:0;color:#817991;font-size:14px;font-weight:700}.eo-author-post-list{display:grid;gap:18px}.eo-author-post-card{display:grid;grid-template-columns:220px minmax(0,1fr);overflow:hidden;background:#fff;border:1px solid #e7e4f2;border-radius:22px;box-shadow:0 12px 34px rgba(35,22,73,.055);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.eo-author-post-card:hover{transform:translateY(-3px);border-color:#d5c9f6;box-shadow:0 18px 42px rgba(35,22,73,.11)}.eo-author-post-image{display:block;min-height:205px;background:#ece8f7;overflow:hidden}.eo-author-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.eo-author-post-card:hover .eo-author-post-image img{transform:scale(1.035)}.eo-author-post-body{padding:23px 24px 21px}.eo-author-post-meta{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center;color:#857d95;font-size:11px;font-weight:750}.eo-author-post-meta span:first-child{color:#6338c7;text-transform:uppercase;letter-spacing:.07em}.eo-author-post-body h3{margin:10px 0 9px!important;font-size:22px!important;line-height:1.28!important;letter-spacing:-.025em!important}.eo-author-post-body h3 a{color:#251943;text-decoration:none}.eo-author-post-body h3 a:hover{color:#5b2cc6}.eo-author-post-body p{margin:0;color:#666076;line-height:1.65;font-size:14px}.eo-author-read-more{display:inline-flex;align-items:center;gap:7px;margin-top:15px;color:#5a2ac5;font-size:13px;font-weight:850;text-decoration:none}.eo-author-read-more span{transition:transform .2s ease}.eo-author-read-more:hover span{transform:translateX(4px)}.eo-author-empty-state{padding:48px 24px;text-align:center;background:#fff;border:1px dashed #cec5e7;border-radius:22px}.eo-author-empty-state h3{margin:0 0 7px;color:#30224f}.eo-author-empty-state p{margin:0;color:#746d84}@media(max-width:900px){.eo-author-layout{grid-template-columns:1fr}.eo-author-sidebar{position:static;grid-template-columns:1fr 1fr}.eo-author-post-card{grid-template-columns:190px minmax(0,1fr)}}@media(max-width:680px){.eo-author-hero-inner{align-items:flex-start;gap:18px;padding:34px 5px}.eo-author-avatar{width:104px;height:104px;border-radius:24px}.eo-author-status{width:30px;height:30px;right:-4px;bottom:5px;font-size:14px}.eo-author-identity h1{font-size:35px!important;margin-top:10px!important}.eo-author-position{font-size:14px}.eo-author-stats{gap:7px;margin-top:17px}.eo-author-stats>div{min-width:0;flex:1 1 90px;padding:10px}.eo-author-stats strong{font-size:18px}.eo-author-socials{flex-wrap:wrap}.eo-author-content-section{padding:26px 5px 48px!important}.eo-author-layout{gap:22px}.eo-author-sidebar{grid-template-columns:1fr}.eo-author-info-card{padding:21px;border-radius:19px}.eo-author-section-heading{align-items:center}.eo-author-section-heading h2{font-size:27px!important}.eo-author-post-card{grid-template-columns:1fr;border-radius:19px}.eo-author-post-image{min-height:190px;max-height:225px}.eo-author-post-body{padding:20px}.eo-author-post-body h3{font-size:20px!important}}@media(max-width:430px){.eo-author-hero-inner{display:block}.eo-author-avatar-wrap{display:inline-block;margin-bottom:18px}.eo-author-stats>div{flex-basis:30%}.eo-author-section-heading p{display:none}}.publisher-score-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 22px}.publisher-score-card{background:#fff;border:1px solid #e6e2ee;border-radius:16px;padding:18px;box-shadow:0 8px 24px rgba(30,16,65,.06)}.publisher-score-card span{display:block;color:#667085;font-size:.86rem;font-weight:700;margin-bottom:8px}.publisher-score-card strong{font-size:1.8rem;color:#35206e}.publisher-meter{width:150px;max-width:100%;height:8px;background:#ece8f5;border-radius:999px;overflow:hidden;margin-bottom:6px}.publisher-meter span{display:block;height:100%;background:linear-gradient(90deg,#6d28d9,#16a34a);border-radius:inherit}.publisher-gap{font-size:.84rem;line-height:1.35;margin:3px 0;color:#6b3d1f}.publisher-health-table td{vertical-align:top}.eo-blog-featured-media img{display:block;width:100%;height:auto;aspect-ratio:1200/630;object-fit:contain}@media(max-width:760px){.publisher-score-grid{grid-template-columns:1fr;gap:8px}.publisher-score-card{padding:13px}.publisher-health-table{overflow-x:auto}.publisher-health-table table{min-width:760px}.container,.page-container,.eo-blog-detail-layout{padding-left:5px!important;padding-right:5px!important}}.eo-lite-video{width:100%;min-height:220px;border:0;border-radius:14px;background:linear-gradient(135deg,#101d39,#2b1762);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;cursor:pointer;font:inherit}.eo-lite-video-play{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#fff;color:#5825c2;font-size:24px;padding-left:4px;box-shadow:0 12px 30px rgba(0,0,0,.25)}.eo-lite-video-label{font-weight:850;letter-spacing:.02em}.video-frame>iframe,.video-frame>video{width:100%;height:100%;min-height:220px;border:0;border-radius:14px}.eo-mini-stats span,.eo-story-meta,.eo-topic-meta,.eo-opinion-card-footer{color:#566176!important}.eo-kicker,.eo-category-pill{color:#5420b7!important}.eo-footer-note{color:#59677b!important}img{max-width:100%;height:auto}.eo-nav-search{display:flex;align-items:center;min-width:132px;max-width:190px;border:1px solid #e6e0ef;border-radius:999px;background:#fff;overflow:hidden}.eo-nav-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;padding:9px 4px 9px 13px;font:inherit;font-size:13px;color:#26164f}.eo-nav-search button{border:0;background:transparent;padding:8px 11px;color:#5d2bd7;font-size:19px;cursor:pointer}.eo-nav-notifications{position:relative}.eo-nav-notifications>span{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 5px;margin-left:3px;border-radius:999px;background:#c0262d;color:#fff;font-size:10px;line-height:1}.eo-v55-reading-progress{position:fixed;z-index:80;left:0;right:0;top:0;height:4px;background:rgba(93,43,215,.12);pointer-events:none}.eo-v55-reading-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,#5d2bd7,#f59e0b);transition:width .18s linear}.eo-v55-takeaways{margin:26px 0;padding:24px 26px;border:1px solid #ded5f5;border-radius:22px;background:linear-gradient(135deg,#faf8ff,#fffdf8)}.eo-v55-takeaways h2{margin:3px 0 12px!important;font-size:25px!important}.eo-v55-takeaways ul{margin:0;padding-left:22px}.eo-v55-takeaways li+li{margin-top:7px}.eo-v55-mobile-toc{display:none;margin:18px 0;padding:15px 18px;border:1px solid #e5deef;border-radius:16px;background:#fff}.eo-v55-mobile-toc summary{cursor:pointer;font-weight:850;color:#321765}.eo-v55-mobile-toc ol{margin:13px 0 0;padding-left:22px}.eo-v55-mobile-toc .level-3{margin-left:12px}.eo-v55-desktop-toc a.is-active{color:#5d2bd7;background:#f2edff;font-weight:850}.eo-v55-engagement-panel{display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap;margin:30px 0;padding:22px;border:1px solid #e5deef;border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(42,24,76,.06)}.eo-v55-engagement-panel h2{font-size:22px!important;margin:2px 0 0!important}.eo-v55-reactions{display:flex;flex-wrap:wrap;gap:8px}.eo-v55-reactions button,.eo-v55-bookmark{border:1px solid #e4ddef;border-radius:999px;background:#fff;color:#3c3154;padding:9px 13px;font-weight:800;cursor:pointer}.eo-v55-reactions button span{margin-right:5px}.eo-v55-reactions button b{display:inline-grid;place-items:center;min-width:20px;height:20px;margin-left:5px;border-radius:999px;background:#f3eff9;font-size:11px}.eo-v55-reactions button.is-active,.eo-v55-bookmark.is-active,.eo-v55-follow-button.is-active{border-color:#5d2bd7;background:#efe9ff;color:#4a20aa}.eo-v55-follow-button{white-space:nowrap}.eo-v55-follow-button [data-follow-count]{font-size:.9em;opacity:.8}.eo-v55-stance-pill{display:inline-flex;margin-left:7px;padding:4px 8px;border-radius:999px;background:#f1edff;color:#5427bd;font-size:10px;font-style:normal;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.eo-v55-stance-pill.eo-stance-oppose{background:#fff0f0;color:#9f2028}.eo-v55-stance-pill.eo-stance-support{background:#eaf8f1;color:#176c48}.eo-v55-stance-pill.eo-stance-mixed{background:#fff6df;color:#8b5b00}.eo-v55-discovery-section{background:#f4f0ff}.eo-v55-trending-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.eo-v55-trending-card{display:grid;grid-template-columns:54px minmax(0,1fr);gap:16px;align-items:start;padding:22px;border:1px solid #e4dcf3;border-radius:22px;background:#fff;box-shadow:0 12px 28px rgba(42,24,76,.05)}.eo-v55-rank{display:grid;place-items:center;width:50px;height:50px;border-radius:16px;background:#2d175c;color:#fff;font-size:17px;font-weight:900}.eo-v55-trending-card h3{margin:8px 0 5px!important;font-size:20px!important;line-height:1.3!important}.eo-v55-trending-card p{margin:0;color:#766e84;font-size:13px}.eo-v55-viewpoint-topic-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.eo-v55-viewpoint-topic-card{padding:20px;border:1px solid #e8e0ef;border-radius:20px;background:#fff}.eo-v55-viewpoint-topic-card h3{margin:9px 0!important;font-size:18px!important;line-height:1.35!important}.eo-v55-viewpoint-topic-card p{margin:0;color:#716a7f;font-size:13px}.eo-v55-viewpoint-board{display:grid;gap:22px}.eo-v55-viewpoint-column{border:1px solid #e5deef;border-radius:24px;background:#fff;overflow:hidden}.eo-v55-viewpoint-column>header{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:10px;padding:16px 20px;background:#f7f4ff}.eo-v55-viewpoint-column>header span{font-weight:900;color:#43208e}.eo-v55-viewpoint-column>header strong{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#fff;color:#43208e}.eo-v55-viewpoint-column>header p{margin:0;color:#70677f;font-size:13px}.eo-v55-viewpoint-column>.grid{padding:18px}.eo-v55-viewpoint-column.eo-stance-support>header{background:#edf9f3}.eo-v55-viewpoint-column.eo-stance-oppose>header{background:#fff1f1}.eo-v55-viewpoint-column.eo-stance-mixed>header{background:#fff8e7}.eo-v55-editor-fields{display:grid;gap:9px;margin:20px 0;padding:20px;border:1px solid #e4dcf3;border-radius:18px;background:#faf8ff}.eo-v55-editor-fields h2{margin:0 0 4px!important;font-size:20px!important}.eo-v55-editor-fields textarea{min-height:130px}.eo-v55-author-performance{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-bottom:20px;padding:20px;border:1px solid #e3dcef;border-radius:22px;background:#fff}.eo-v55-author-metrics{display:grid;grid-template-columns:repeat(3,minmax(110px,1fr));gap:10px;flex:1}.eo-v55-author-metrics>div{padding:11px 13px;border-radius:14px;background:#f7f4fc}.eo-v55-author-metrics strong{display:block;font-size:19px;color:#2e175e}.eo-v55-author-metrics span{display:block;color:#786f87;font-size:11px;font-weight:750}.eo-v55-hero{padding:48px 0 34px;background:linear-gradient(135deg,#251050,#6330cf);color:#fff}.eo-v55-hero h1{margin:6px 0!important;color:#fff!important;font-size:clamp(36px,5vw,58px)!important}.eo-v55-hero p{max-width:760px;margin:0;color:rgba(255,255,255,.78)}.eo-v55-heading-actions{display:flex;justify-content:space-between;align-items:end;gap:18px;flex-wrap:wrap}.eo-v55-page .section{padding-top:34px}.eo-v55-list{display:grid;gap:14px}.eo-v55-list-card{display:grid;grid-template-columns:180px minmax(0,1fr);gap:18px;padding:16px;border:1px solid #e5deef;border-radius:20px;background:#fff}.eo-v55-list-card img{width:180px;height:112px;border-radius:15px;object-fit:cover}.eo-v55-list-card h2,.eo-v55-list-card h3{margin:3px 0!important;font-size:21px!important}.eo-v55-list-card p{margin:5px 0;color:#6d657a}.eo-v55-progress-track{height:8px;border-radius:999px;background:#ece7f3;overflow:hidden}.eo-v55-progress-track span{display:block;height:100%;background:#5d2bd7}.eo-v55-author-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.eo-v55-author-card{display:flex;gap:14px;padding:18px;border:1px solid #e5deef;border-radius:20px;background:#fff}.eo-v55-author-card img{width:68px;height:68px;object-fit:cover;border-radius:18px}.eo-v55-author-card h3{margin:0!important;font-size:18px!important}.eo-v55-author-card p{margin:4px 0;color:#70687d;font-size:13px}.eo-v55-spaced{margin-top:32px}.eo-v55-notification-list{display:grid;gap:10px}.eo-v55-notification{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:15px;align-items:start;padding:18px;border:1px solid #e6dff0;border-radius:19px;background:#fff}.eo-v55-notification.is-unread{border-color:#bda8ed;background:#faf8ff;box-shadow:inset 4px 0 #6530cf}.eo-v55-notification img,.eo-v55-notification-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:15px;object-fit:cover;background:#eee8ff;color:#5324b5}.eo-v55-notification h2{margin:0!important;font-size:17px!important}.eo-v55-notification p{margin:4px 0;color:#6d6578}.eo-v55-notification time{color:#8b8494;font-size:12px}.eo-v55-notification>button{border:0;background:transparent;color:#5d2bd7;font-weight:800;cursor:pointer}.eo-v55-dashboard-shortcuts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:24px}.eo-v55-dashboard-shortcuts a{display:flex;flex-direction:column;padding:17px;border:1px solid #e4ddef;border-radius:18px;background:#fff}.eo-v55-dashboard-shortcuts strong{color:#321765}.eo-v55-dashboard-shortcuts span{color:#7b7387;font-size:12px}.eo-v55-schema-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0}.eo-v55-schema-grid>div{display:flex;justify-content:space-between;gap:12px;padding:11px 13px;border:1px solid #e6e0ee;border-radius:13px;background:#faf9fc}.eo-v55-schema-grid b.ok{color:#0b7a4c}.eo-v55-schema-grid b.missing{color:#b4232c}.eo-v55-report{white-space:pre-wrap;overflow:auto;padding:15px;border-radius:14px;background:#181423;color:#e9e3f4}.eo-v55-signal-list{display:flex;flex-wrap:wrap;gap:5px}.eo-v55-signal-list span{padding:4px 7px;border-radius:999px;background:#f1edf7;color:#5f566d;font-size:11px;white-space:nowrap}.eo-v55-health-summary{margin:18px 0}.eo-v55-toast{position:fixed;z-index:200;left:50%;bottom:24px;transform:translate(-50%,20px);max-width:min(520px,calc(100vw - 24px));padding:12px 17px;border-radius:14px;background:#21133e;color:#fff;box-shadow:0 16px 42px rgba(20,10,42,.28);opacity:0;pointer-events:none;transition:.2s}.eo-v55-toast.is-visible{opacity:1;transform:translate(-50%,0)}.eo-v55-toast.is-error{background:#9e222a}@media(max-width:1050px){.eo-nav-search{order:20;max-width:none;width:100%}.eo-v55-viewpoint-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.eo-v55-author-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.eo-v55-dashboard-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.eo-v55-reading-progress{top:0}.eo-v55-mobile-toc{display:block}.eo-v55-desktop-toc{display:none!important}.eo-v55-trending-grid,.eo-v55-viewpoint-topic-grid,.eo-v55-author-grid,.eo-v55-dashboard-shortcuts,.eo-v55-schema-grid{grid-template-columns:1fr}.eo-v55-trending-card{grid-template-columns:44px minmax(0,1fr);padding:17px}.eo-v55-rank{width:42px;height:42px}.eo-v55-viewpoint-column>header{grid-template-columns:auto auto}.eo-v55-viewpoint-column>header p{grid-column:1/-1}.eo-v55-viewpoint-column>.grid{padding:12px}.eo-v55-engagement-panel{align-items:stretch}.eo-v55-reactions{width:100%}.eo-v55-reactions button{flex:1 1 calc(50% - 8px)}.eo-v55-bookmark{width:100%}.eo-v55-author-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.eo-v55-list-card{grid-template-columns:1fr}.eo-v55-list-card img{width:100%;height:auto;aspect-ratio:1200/630}.eo-v55-notification{grid-template-columns:46px minmax(0,1fr)}.eo-v55-notification>button{grid-column:2;text-align:left;padding:0}.eo-v55-notification img,.eo-v55-notification-icon{width:44px;height:44px}.publisher-health-table{overflow-x:auto}}@media(prefers-reduced-motion:reduce){.eo-v55-reading-progress span,.eo-v55-toast{transition:none}}.eo-blog-detail-redesign .eo-blog-featured-media img{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center!important}.video-frame>iframe,.video-frame>video{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;border:0!important;border-radius:inherit!important;background:#000!important}