:root{--navy:#102a43;--navy2:#173f5f;--mint:#00a88f;--mint2:#d9f7f1;--bg:#f5f7fa;--white:#fff;--text:#243b53;--muted:#627d98;--line:#d9e2ec;--danger:#b42318;--shadow:0 12px 36px rgba(16,42,67,.08);--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.65 system-ui,-apple-system,"Segoe UI",sans-serif}a{color:var(--navy2);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.container{width:min(1160px,calc(100% - 32px));margin-inline:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;background:#fff;padding:12px;z-index:99}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.nav-wrap{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-size:1.55rem;font-weight:900;letter-spacing:-1px;color:var(--navy)}.brand span{color:var(--mint)}.main-nav{display:flex;align-items:center;gap:22px}.main-nav form{margin:0}.main-nav a,.link-button{font:inherit;font-weight:650;border:0;background:none;color:var(--navy);padding:10px 0}.nav-toggle{display:none;min-width:48px;min-height:44px;border:1px solid var(--line);border-radius:10px;background:#fff}.button{display:inline-flex;justify-content:center;align-items:center;min-height:46px;padding:10px 20px;border:0;border-radius:12px;background:var(--mint);color:#fff;font-weight:750;cursor:pointer}.button:hover{background:#008c78;text-decoration:none}.button.secondary{background:transparent;border:1px solid rgba(255,255,255,.45)}.button.small{min-height:40px;padding:8px 14px}.button.full{width:100%}.hero{background:linear-gradient(135deg,var(--navy),#164e63);color:#fff;padding:80px 0}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:70px}.hero h1{font-size:clamp(2.4rem,5vw,4.6rem);line-height:1.05;letter-spacing:-.055em;margin:12px 0 20px}.hero h1 em{color:#61e6cf;font-style:normal}.hero p{font-size:1.12rem;color:#d9eaf3;max-width:620px}.eyebrow{color:var(--mint);text-transform:uppercase;letter-spacing:.13em;font-weight:800;font-size:.75rem}.hero .eyebrow{color:#61e6cf}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.search-card{background:#fff;color:var(--text);padding:26px;border-radius:var(--radius);box-shadow:var(--shadow)}.search-card label{font-weight:800;display:block;margin-bottom:10px}.search-row{display:flex;gap:8px}.search-row input{min-width:0;flex:1}.search-card small{display:block;margin-top:10px;color:var(--muted)}input,textarea,select{width:100%;min-height:48px;padding:11px 13px;border:1px solid #bcccdc;border-radius:10px;background:#fff;color:var(--text);font:inherit}input:focus,textarea:focus,select:focus,button:focus,a:focus{outline:3px solid rgba(0,168,143,.28);outline-offset:2px}.section{padding:64px 0}.section.muted{background:#eaf0f5}.layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:28px}.section-title{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.section-title h2{font-size:1.8rem;margin:4px 0 0}.card-list{display:grid;gap:14px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 3px 14px rgba(16,42,67,.035)}.card h3{font-size:1.2rem;line-height:1.35;margin:12px 0 8px}.card p{color:var(--muted);margin:8px 0}.meta,.stats{display:flex;align-items:center;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:.84rem}.stats{padding-top:14px;margin-top:14px;border-top:1px solid var(--line)}.pill{display:inline-flex;background:var(--mint2);color:#087565;border-radius:99px;padding:3px 10px;font-size:.78rem;font-weight:750}.side-card{position:sticky;top:94px}.side-card h2{font-size:1.15rem;margin-top:0}.side-card ul{list-style:none;margin:0;padding:0}.side-card li+li{border-top:1px solid var(--line)}.side-card li a{display:flex;justify-content:space-between;padding:11px 0}.experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.empty{text-align:center;padding:42px}.form-section{min-height:70vh;padding:64px 16px;display:grid;place-items:center;background:linear-gradient(180deg,#edf7f5,var(--bg))}.form-card{width:min(100%,500px);background:#fff;padding:clamp(24px,5vw,42px);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.form-card h1{font-size:2rem;margin:4px 0}.form-card>p{color:var(--muted);margin-top:0}.form-card form{display:grid;gap:17px;margin-top:25px}.form-card label{font-weight:700}.form-card label small{display:block;color:var(--muted);font-weight:400;margin-top:5px}.check{display:flex;gap:10px;align-items:flex-start}.check input{width:20px;min-height:20px;margin-top:3px}.form-links{display:flex;justify-content:space-between;gap:15px;margin-top:20px}.hp{position:absolute;left:-9999px}.alert{margin-top:18px;padding:13px 16px;border-radius:10px}.alert.success{background:#dff8ef;color:#086a58}.alert.error{background:#fff0ef;color:var(--danger)}.alert ul{margin:0;padding-left:20px}.center{text-align:center}.error-code{font-size:4rem;font-weight:900;color:var(--mint)}.site-footer{background:#0b2237;color:#b8ccda;padding:50px 0}.footer-grid{display:flex;justify-content:space-between;gap:30px}.brand.light{color:#fff}.site-footer nav{display:flex;gap:18px;flex-wrap:wrap}.site-footer a{color:#dce8ef}@media(max-width:820px){.nav-toggle{display:block}.main-nav{display:none;position:absolute;top:70px;left:0;right:0;background:#fff;padding:18px 16px;border-bottom:1px solid var(--line);box-shadow:var(--shadow);align-items:stretch;flex-direction:column;gap:2px}.main-nav.open{display:flex}.main-nav a,.link-button{display:block;min-height:44px;width:100%;text-align:left}.hero{padding:58px 0}.hero-grid,.layout{grid-template-columns:1fr;gap:32px}.experience-grid{grid-template-columns:1fr}.side-card{position:static}.footer-grid{flex-direction:column}}@media(max-width:520px){.container{width:min(100% - 22px,1160px)}.search-row{flex-direction:column}.section{padding:42px 0}.section-title{align-items:flex-start;flex-direction:column}.form-section{padding:28px 11px}.form-card{padding:24px 18px}.footer-grid nav{flex-direction:column}.hero .actions .button{width:100%}}.narrow{max-width:820px}.page-head,.article-head{background:linear-gradient(135deg,#edf8f5,#eef3f8);padding:54px 0}.page-head h1,.article-head h1{font-size:clamp(2rem,5vw,3.25rem);line-height:1.15;letter-spacing:-.035em;margin:8px 0 12px}.page-head p{color:var(--muted);max-width:680px}.editor-card,.comment-form{display:grid;gap:20px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:clamp(20px,4vw,36px);box-shadow:var(--shadow)}.editor-card label,.comment-form label{font-weight:750}.editor-card small{display:block;color:var(--muted);font-weight:400;margin-top:5px}.editor-card fieldset{border:1px solid var(--line);border-radius:12px;padding:18px}.editor-card legend{font-weight:800}.optional{font-size:.8rem;color:var(--muted);font-weight:500}.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.form-actions{display:flex;justify-content:flex-end;gap:12px}.secondary-dark{background:#fff;color:var(--navy);border:1px solid #9fb3c8}.secondary-dark:hover{background:#eef4f8}.topic-card h2{font-size:1.25rem;line-height:1.35;margin:12px 0 8px}.pagination{display:flex;gap:8px;justify-content:center;margin-top:28px}.pagination a{display:grid;place-items:center;min-width:44px;height:44px;border:1px solid var(--line);border-radius:9px;background:#fff}.pagination [aria-current="page"]{background:var(--navy);color:#fff}.breadcrumb{display:flex;gap:9px;flex-wrap:wrap;color:var(--muted);font-size:.85rem;margin-bottom:22px}.author-line{display:flex;gap:16px;flex-wrap:wrap;color:var(--muted)}.article-wrap{padding-top:44px;padding-bottom:44px}.notice{background:var(--mint2);color:#086a58;border-radius:10px;padding:12px 16px;margin-bottom:24px}.prose{font-size:1.08rem;line-height:1.85;overflow-wrap:anywhere}.prose p{margin:0 0 1.25em}.prose a{text-decoration:underline}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:32px 0}.gallery figure{margin:0}.gallery img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:14px}.tag-row,.article-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.tag{background:#eaf0f5;padding:6px 12px;border-radius:99px}.article-actions{border-top:1px solid var(--line);padding-top:22px;align-items:center;justify-content:space-between}.danger{color:var(--danger)}.count{font-size:1rem;color:var(--muted)}.comments{display:grid;gap:12px;margin-top:24px}.comment{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px}.comment header{display:flex;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:.85rem}.comment header a{font-weight:800}.comment p{margin-bottom:0}.status{padding:3px 9px;border-radius:99px;background:#fff3cd}.status.rejected{background:#fee4e2;color:#912018}@media(max-width:620px){.two-cols,.gallery{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions .button{width:100%}.page-head,.article-head{padding:38px 0}}.account-item>div:first-child{display:flex;gap:12px;align-items:center;color:var(--muted)}.account-item h2{font-size:1.2rem;margin-bottom:0}.profile-head{background:linear-gradient(135deg,var(--navy),#164e63);color:#fff;padding:58px 0}.profile-head .container{display:flex;gap:24px;align-items:center}.profile-head h1{font-size:2.5rem;margin:4px 0}.profile-head p{color:#d9eaf3}.profile-head small{color:#b9d0df}.avatar{width:92px;height:92px;flex:0 0 92px;border-radius:50%;display:grid;place-items:center;background:var(--mint);font-size:2.3rem;font-weight:900}.spaced{margin-top:48px}.form-stack{display:grid;gap:15px}.report-dialog{width:min(520px,calc(100% - 24px));border:0;border-radius:18px;padding:0;box-shadow:0 24px 70px rgba(0,0,0,.25)}.report-dialog::backdrop{background:rgba(8,28,45,.7)}.report-dialog form{display:grid;gap:17px;padding:26px}.report-dialog label{font-weight:750}.report-dialog small{display:block;color:var(--muted);font-weight:400}.dialog-head{display:flex;justify-content:space-between;align-items:center}.dialog-head h2{margin:0}.dialog-close{border:0;background:#edf2f6;border-radius:50%;width:44px;height:44px;font-size:1.6rem;cursor:pointer}@media(max-width:520px){.profile-head .container{align-items:flex-start}.avatar{width:64px;height:64px;flex-basis:64px;font-size:1.6rem}.profile-head h1{font-size:2rem}}.admin-head{background:#102a43;color:#fff;padding:42px 0 0}.admin-head h1{font-size:2.5rem;margin:4px 0 20px}.admin-nav{display:flex;gap:6px;overflow-x:auto}.admin-nav a{color:#dce8ef;padding:13px 16px;min-height:48px;white-space:nowrap}.admin-nav a:hover{background:rgba(255,255,255,.08);text-decoration:none}.stat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:24px}.stat-grid article,.admin-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px}.stat-grid strong{display:block;font-size:2rem;color:var(--navy)}.stat-grid span{display:block}.stat-grid small{color:var(--muted)}.admin-card h2{margin-top:0}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:720px}th,td{text-align:left;vertical-align:top;padding:13px;border-bottom:1px solid var(--line)}th{font-size:.8rem;text-transform:uppercase;color:var(--muted)}.filters{display:flex;align-items:end;gap:12px;margin-bottom:20px}.filters label{font-weight:700}.moderate-form{display:grid;gap:7px;min-width:250px}.moderate-form div,.inline-form{display:flex;gap:5px}.moderate-form button,.inline-form button{border:1px solid var(--line);background:#fff;border-radius:7px;padding:7px;cursor:pointer}.moderate-form .danger{color:var(--danger)}.filter-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.filter-tabs a{padding:9px 13px;border-radius:9px;background:#fff}.filter-tabs [aria-current="page"]{background:var(--navy);color:#fff}.report-item header{display:flex;gap:13px;align-items:center;flex-wrap:wrap}.report-item form{display:grid;gap:14px}.report-item label{font-weight:700}.inline-form select{min-width:130px}.admin-grid{display:grid;grid-template-columns:340px 1fr;gap:20px}@media(max-width:900px){.stat-grid{grid-template-columns:repeat(2,1fr)}.admin-grid{grid-template-columns:1fr}.filters{align-items:stretch;flex-direction:column}.filters .button{width:100%}}@media(max-width:460px){.stat-grid{grid-template-columns:1fr}}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.category-card{display:block;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;transition:.2s transform,.2s box-shadow}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);text-decoration:none}.category-card>span{font-size:1.2rem;font-weight:850}.category-card p{color:var(--muted)}.category-card small{color:var(--mint);font-weight:750}.page-head .search-card{margin-top:22px;padding:16px}.page-head .search-row select{max-width:180px}@media(max-width:760px){.category-grid{grid-template-columns:1fr 1fr}.page-head .search-row{flex-wrap:wrap}.page-head .search-row select{max-width:none}}@media(max-width:460px){.category-grid{grid-template-columns:1fr}}.embedded{margin-top:18px;box-shadow:none}.admin-card summary{cursor:pointer;min-height:44px}.admin-card summary small{color:var(--muted);margin-left:10px}.notification{position:relative}.notification.unread{border-left:5px solid var(--mint)}.notification>div{display:flex;justify-content:space-between;gap:16px}.notification time{color:var(--muted);font-size:.85rem}.settings-telegram-section{margin-top:32px;padding-top:24px;border-top:1px solid var(--line)}.telegram-toggle{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:10px 14px;color:#166534}.telegram-sub-options{border:1px solid var(--line);border-radius:8px;padding:12px 16px;margin-top:14px}.telegram-test-box{transition:background 0.15s ease}html[data-theme="dark"] .telegram-toggle{background:rgba(22,101,52,0.2);border-color:#166534;color:#86efac}html[data-theme="dark"] .telegram-test-box{background:#0d1921 !important;border-color:#2a3b46 !important}.comment-actions{display:flex;align-items:center;gap:14px;margin-top:12px}.comment-actions form{margin:0}.comment-actions .link-button{min-height:44px;cursor:pointer}.avatar.image{object-fit:cover;border:3px solid rgba(255,255,255,.8)}.item-actions{display:flex;gap:10px;margin-top:16px}.item-actions form{margin:0}.preview-box{padding:28px}.preview-box p{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.8}.preview-box h2{margin-top:0}.password-meter{width:100%;height:8px;margin-top:8px}.password-hint{display:block;color:var(--muted);font-weight:400}.popular-card{position:static;margin-top:18px}.popular-card ol{padding-left:24px}.popular-card li{padding:7px 0}.popular-card li+li{border-top:1px solid var(--line)}.trend-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.trend-heading h2{margin-bottom:0}.trend-heading>span{padding:4px 9px;border-radius:99px;background:var(--mint2);color:#087565;font-size:.72rem;font-weight:800;white-space:nowrap}.trend-card ul{list-style:none;margin:10px 0 0;padding:0}.trend-card li>a{display:block;padding:8px 0}.trend-card li>a>span{display:grid;line-height:1.35}.trend-card small{margin-top:3px;color:var(--muted);font-size:.72rem}.current-topics-section{background:linear-gradient(180deg,#f5f9fb 0,#f5f7fa 100%)}.current-topics-column{min-width:0}.modern-section-title{align-items:flex-end}.modern-section-title h2{font-size:clamp(1.8rem,3vw,2.35rem);letter-spacing:-.035em}.modern-section-title p{margin:5px 0 0;color:var(--muted);font-size:.93rem}.section-all-link{display:inline-flex;align-items:center;gap:9px;padding:9px 13px;border:1px solid #cbd8e1;border-radius:10px;background:#fff;font-size:.82rem;font-weight:800}.section-all-link span{color:var(--mint);transition:transform .2s ease}.section-all-link:hover{text-decoration:none;border-color:var(--mint);box-shadow:0 7px 18px rgba(16,42,67,.07)}.section-all-link:hover span{transform:translateX(3px)}.modern-topic-list{gap:16px}.topic-card-modern{position:relative;display:grid;grid-template-columns:4px 1fr;overflow:hidden;border:1px solid #dbe4ea;border-radius:17px;background:rgba(255,255,255,.96);box-shadow:0 7px 24px rgba(16,42,67,.055);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.topic-card-modern:hover{transform:translateY(-3px);border-color:#b9d9d2;box-shadow:0 17px 38px rgba(16,42,67,.11)}.topic-card-accent{background:linear-gradient(180deg,var(--mint),#58ddc5);opacity:.65}.topic-card-modern.is-latest{border-color:#b7e7dd;background:linear-gradient(135deg,#fff 70%,#effcf8)}.topic-card-modern.is-latest .topic-card-accent{opacity:1}.topic-card-main{padding:21px 23px 18px}.topic-card-top{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.74rem}.topic-category-badge{display:inline-flex;padding:4px 9px;border-radius:7px;background:#e4f8f4;color:#087565;font-weight:800}.topic-category-badge:hover{text-decoration:none;background:#cef2eb}.latest-label{margin-left:auto;padding:3px 8px;border-radius:99px;background:var(--navy);color:#fff;font-size:.64rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.topic-card-modern h3{margin:12px 0 7px;font-size:clamp(1.08rem,2vw,1.28rem);line-height:1.36;letter-spacing:-.018em}.topic-card-modern h3 a{color:var(--navy)}.topic-card-modern h3 a:hover{color:#087565;text-decoration:none}.topic-card-modern>div p,.topic-card-main>p{display:-webkit-box;overflow:hidden;margin:0;color:#60788c;font-size:.9rem;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2}.topic-card-footer{display:flex;align-items:center;gap:14px;margin-top:16px;padding-top:14px;border-top:1px solid #edf1f4}.topic-card-author{display:flex;align-items:center;gap:8px;color:var(--navy);font-size:.78rem}.topic-card-author img,.topic-card-author>span{width:30px;height:30px;border-radius:50%;object-fit:cover}.topic-card-author>span{display:grid;place-items:center;background:linear-gradient(145deg,var(--navy2),var(--mint));color:#fff;font-weight:850}.topic-card-author:hover{text-decoration:none}.topic-card-stats{display:flex;align-items:center;gap:13px;margin-left:auto;color:#72879a;font-size:.73rem}.topic-card-stats span{white-space:nowrap}.topic-card-stats span:nth-child(2){color:#a74255}.topic-card-open{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:8px;color:#087565;font-size:.76rem;font-weight:850}.topic-card-open:hover{background:var(--mint2);text-decoration:none}@media(max-width:650px){.modern-section-title{align-items:flex-start}.section-all-link{width:100%;justify-content:space-between}.topic-card-main{padding:18px 16px 15px}.topic-card-footer{align-items:flex-start;flex-wrap:wrap}.topic-card-stats{order:3;width:100%;margin-left:38px;justify-content:flex-start}.topic-card-open{margin-left:auto}.topic-card-modern:hover{transform:none}}@media(max-width:390px){.topic-card-stats{margin-left:0;justify-content:space-between}.topic-card-author strong{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.home-like-form{margin:0}.home-like-button{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:34px;padding:6px 10px;border:1px solid #e0c9cf;border-radius:9px;background:#fff;color:#a74255;font:inherit;font-size:.75rem;font-weight:800;cursor:pointer;white-space:nowrap}.home-like-button b{min-width:18px;padding:1px 5px;border-radius:99px;background:#fff0f3;color:#a74255;font-size:.67rem}.home-like-button:hover{border-color:#da8191;background:#fff6f7;text-decoration:none}.home-like-button.is-liked{border-color:#e68c9b;background:#fff0f3;color:#a2253b}.home-like-button.is-liked b{background:#fff}.home-like-button.is-own{border-color:#e1e8ed;background:#f6f8fa;color:#8a9baa;cursor:default}@media(max-width:650px){.topic-card-footer{align-items:center}.topic-card-stats{order:4}.home-like-form{margin-left:auto}}.similar-section{padding:0 0 44px}.similar-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.similar-grid .card{font-weight:750}.similar-grid .card:hover{text-decoration:none;box-shadow:var(--shadow)}@media(max-width:600px){.similar-grid{grid-template-columns:1fr}}.user-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.user-stat-card{background:var(--white,#fff);border:1px solid var(--line,#e2e8f0);border-radius:14px;padding:18px 20px;display:flex;flex-direction:column;gap:4px;box-shadow:0 2px 6px rgba(0,0,0,0.02);transition:transform 0.15s ease,box-shadow 0.15s ease}.user-stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,0.06)}.user-stat-card .stat-label{font-size:0.82rem;font-weight:600;color:var(--muted,#64748b);text-transform:uppercase;letter-spacing:0.04em}.user-stat-card strong{font-size:1.85rem;font-weight:800;color:var(--navy,#102a43);line-height:1.15}.user-stat-card small{font-size:0.78rem;color:var(--muted,#64748b)}.user-stat-card.is-success strong{color:#059669}.user-stat-card.is-warning strong{color:#d97706}.user-stat-card.is-info strong{color:#2563eb}.user-filter-card{margin-bottom:20px;padding:16px 20px}.user-filter-form{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap}.user-filter-form .filter-field{display:flex;flex-direction:column;gap:6px}.user-filter-form .filter-search{flex:1 1 240px}.user-filter-form label{font-size:0.8rem;font-weight:700;color:var(--navy,#102a43)}.user-filter-form input,.user-filter-form select{height:42px;border-radius:8px;border:1px solid var(--line,#cbd5e1);padding:0 12px;font-size:0.9rem;background:var(--white,#fff);color:inherit}.user-filter-form input:focus,.user-filter-form select:focus{outline:none;border-color:var(--mint,#21c6aa);box-shadow:0 0 0 3px rgba(33,198,170,0.15)}.user-filter-form .filter-actions{display:flex;align-items:center;gap:8px}.user-filter-form .filter-actions .button{height:42px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center}.user-list-card{padding:0;overflow:hidden;border-radius:14px}.user-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.user-table{width:100%;border-collapse:collapse;min-width:780px}.user-table th{background:#f8fafc;padding:14px 18px;font-size:0.76rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:var(--muted,#64748b);border-bottom:1px solid var(--line,#e2e8f0);white-space:nowrap}.user-table td{padding:14px 18px;vertical-align:middle;border-bottom:1px solid var(--line,#e2e8f0)}.user-row{transition:background-color 0.12s ease}.user-row:hover{background-color:#f8fafc}.user-row.is-row-banned{background-color:rgba(239,68,68,0.04)}.user-row.is-row-suspended{background-color:rgba(245,158,11,0.04)}.user-meta-cell{display:flex;align-items:center;gap:12px}.user-avatar-badge{width:42px;height:42px;flex:0 0 42px;border-radius:50%;background:linear-gradient(135deg,#102a43,#164e63);color:#fff;display:grid;place-items:center;font-size:1.1rem;font-weight:700;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.user-avatar-badge img{width:100%;height:100%;object-fit:cover}.user-meta-info{display:flex;flex-direction:column;gap:2px}.user-name-line{display:flex;align-items:center;gap:8px}.user-name-link{font-weight:700;color:var(--navy,#102a43);text-decoration:none;font-size:0.95rem}.user-name-link:hover{color:var(--mint,#21c6aa);text-decoration:underline}.user-id-tag{font-size:0.72rem;font-weight:600;color:#64748b;background:#edf2f7;padding:1px 6px;border-radius:4px}.user-note-dot{cursor:help;font-size:0.85rem}.user-score-sub{font-size:0.76rem;color:var(--muted,#64748b)}.user-badge-stack{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.role-badge{display:inline-block;padding:2px 8px;border-radius:6px;font-size:0.73rem;font-weight:700;letter-spacing:0.02em}.role-badge.is-admin{background:#ede9fe;color:#5b21b6;border:1px solid #ddd6fe}.role-badge.is-mod{background:#e0f2fe;color:#0369a1;border:1px solid #bae6fd}.role-badge.is-member{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.status-badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:0.72rem;font-weight:600}.status-badge.is-active{background:#ecfdf5;color:#047857}.status-badge.is-suspended{background:#fffbeb;color:#b45309}.status-badge.is-banned{background:#fef2f2;color:#b91c1c}.user-email-cell{display:flex;flex-direction:column;gap:3px;max-width:200px}.user-email-text{font-size:0.86rem;color:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.verify-badge{font-size:0.72rem;font-weight:600}.verify-badge.is-verified{color:#059669}.verify-badge.is-unverified{color:#94a3b8}.user-activity-cell{display:flex;flex-direction:column;gap:2px}.activity-pill{font-size:0.84rem;color:var(--navy,#102a43)}.activity-sub{font-size:0.75rem;color:var(--muted,#64748b)}.user-date-cell{display:flex;flex-direction:column;gap:1px}.date-main{font-size:0.85rem;font-weight:500}.date-sub{font-size:0.74rem;color:var(--muted,#64748b)}.user-table th.col-actions,.user-table td.col-actions{text-align:right;width:90px}.user-row-actions{display:flex;justify-content:flex-end;align-items:center;gap:6px}.user-manage-btn{background:var(--navy,#102a43);color:#fff !important;border-radius:8px;padding:6px 14px;font-size:0.82rem;font-weight:600;border:0;cursor:pointer;transition:background 0.15s ease,transform 0.1s ease}.user-manage-btn:hover{background:#164e63;transform:translateY(-1px)}.success-btn{background:#059669;color:#fff !important;border:0;border-radius:8px;padding:6px 14px;font-size:0.82rem;font-weight:600;cursor:pointer;transition:background 0.15s ease}.success-btn:hover{background:#047857}.warning-btn{background:#d97706;color:#fff !important;border:0;border-radius:8px;padding:8px 18px;font-size:0.88rem;font-weight:700;cursor:pointer;transition:background 0.15s ease}.warning-btn:hover{background:#b45309}.danger-btn{background:#dc2626;color:#fff !important;border:0;border-radius:8px;padding:8px 18px;font-size:0.88rem;font-weight:700;cursor:pointer;transition:background 0.15s ease}.danger-btn:hover{background:#b91c1c}.user-empty-state{padding:48px 24px;text-align:center;color:var(--muted,#64748b)}.user-empty-state p{font-size:1.05rem;margin-bottom:16px}.user-manage-modal{width:min(640px,calc(100vw - 32px));max-height:90vh;border:0;border-radius:18px;padding:0;box-shadow:0 24px 60px rgba(0,0,0,0.22);background:var(--white,#fff);color:var(--text,#1e293b);overflow:hidden}.user-manage-modal::backdrop{background:rgba(10,25,41,0.7);backdrop-filter:blur(4px)}.modal-dialog-inner{display:flex;flex-direction:column;max-height:90vh}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;background:#f8fafc;border-bottom:1px solid var(--line,#e2e8f0)}.modal-user-summary{display:flex;align-items:center;gap:14px}.modal-avatar{width:48px;height:48px;flex:0 0 48px;border-radius:50%;background:linear-gradient(135deg,#102a43,#164e63);color:#fff;display:grid;place-items:center;font-size:1.3rem;font-weight:800;overflow:hidden}.modal-avatar img{width:100%;height:100%;object-fit:cover}.modal-user-headings{display:flex;flex-direction:column;gap:3px}.modal-user-title-row{display:flex;align-items:center;gap:8px}.modal-user-title-row h2{font-size:1.25rem;margin:0;color:var(--navy,#102a43)}.modal-user-sub{font-size:0.82rem;color:var(--muted,#64748b);margin:0}.modal-header-actions{display:flex;align-items:center;gap:8px}.dialog-close{width:36px;height:36px;border-radius:50%;border:1px solid var(--line,#cbd5e1);background:#fff;color:#64748b;font-size:1.1rem;cursor:pointer;display:grid;place-items:center;transition:all 0.15s ease}.dialog-close:hover{background:#f1f5f9;color:#0f172a}.modal-tabs{display:flex;background:#f1f5f9;border-bottom:1px solid var(--line,#e2e8f0);padding:0 16px;gap:8px;overflow-x:auto}.modal-tab-btn{padding:12px 14px;font-size:0.85rem;font-weight:700;border:0;background:transparent;color:var(--muted,#64748b);cursor:pointer;border-bottom:2px solid transparent;transition:all 0.15s ease;white-space:nowrap}.modal-tab-btn:hover{color:var(--navy,#102a43)}.modal-tab-btn.is-active{color:var(--navy,#102a43);border-bottom-color:var(--mint,#21c6aa);background:var(--white,#fff);border-radius:8px 8px 0 0}.modal-tab-panel{display:none;flex-direction:column;gap:20px}.modal-tab-panel.is-active{display:flex}.sanction-card{border-radius:12px;padding:18px;display:flex;flex-direction:column;gap:14px}.sanction-card.is-activate-card{background:#ecfdf5;border:1px solid #a7f3d0}.sanction-card.is-suspend-card{background:#fffbeb;border:1px solid #fde68a}.sanction-card.is-ban-card{background:#fef2f2;border:1px solid #fecaca}.sanction-card-head{display:flex;align-items:flex-start;gap:12px}.sanction-icon{width:34px;height:34px;flex:0 0 34px;border-radius:50%;display:grid;place-items:center;font-size:1.1rem;font-weight:800}.is-activate-card .sanction-icon{background:#059669;color:#fff}.is-suspend-card .sanction-icon{background:#d97706;color:#fff}.is-ban-card .sanction-icon{background:#dc2626;color:#fff}.sanction-card-head h3{font-size:0.96rem;margin:0 0 4px;color:#1e293b}.is-activate-card .sanction-card-head h3{color:#065f46}.is-suspend-card .sanction-card-head h3{color:#92400e}.is-ban-card .sanction-card-head h3{color:#991b1b}.sanction-card-head p{font-size:0.8rem;color:var(--muted,#64748b);margin:0;line-height:1.35}.sanction-form{display:flex;flex-direction:column;gap:12px}.duration-presets{display:flex;gap:6px;flex-wrap:wrap}.preset-btn{padding:6px 12px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;font-size:0.8rem;font-weight:600;color:#475569;cursor:pointer;transition:all 0.12s ease}.preset-btn:hover{border-color:#d97706;color:#d97706}.preset-btn.is-active{background:#d97706;border-color:#b45309;color:#fff}.form-actions-right{display:flex;justify-content:flex-end;margin-top:4px}.modal-body{padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:24px}.modal-form-primary{display:flex;flex-direction:column;gap:16px}.form-row-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:0.85rem;font-weight:700;color:var(--navy,#102a43)}.form-group select,.form-group input,.form-group textarea{width:100%;padding:10px 12px;border-radius:8px;border:1px solid var(--line,#cbd5e1);font-size:0.9rem;background:#fff;color:inherit;font-family:inherit}.form-group select:focus,.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--mint,#21c6aa);box-shadow:0 0 0 3px rgba(33,198,170,0.15)}.field-hint{font-size:0.75rem;color:var(--muted,#64748b);line-height:1.35}.modal-form-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.modal-danger-zone{padding:16px;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;display:flex;flex-direction:column;gap:12px}.danger-zone-header h3{font-size:0.92rem;margin:0 0 4px;color:#991b1b}.danger-zone-header p{font-size:0.8rem;color:#7f1d1d;margin:0;line-height:1.4}.modal-danger-zone .danger{background:#dc2626;color:#fff;border:0}.modal-danger-zone .danger:hover{background:#b91c1c}html[data-theme="dark"] .user-stat-card,html[data-theme="dark"] .user-filter-card,html[data-theme="dark"] .user-list-card,html[data-theme="dark"] .user-manage-modal{background:#111e27;border-color:#2a3b46;color:#dce7ed}html[data-theme="dark"] .user-stat-card strong,html[data-theme="dark"] .user-name-link,html[data-theme="dark"] .activity-pill,html[data-theme="dark"] .form-group label,html[data-theme="dark"] .modal-user-title-row h2{color:#e7f1f5}html[data-theme="dark"] .user-filter-form input,html[data-theme="dark"] .user-filter-form select,html[data-theme="dark"] .form-group select,html[data-theme="dark"] .form-group input,html[data-theme="dark"] .form-group textarea{background:#0d1921;border-color:#39505d;color:#dce7ed}html[data-theme="dark"] .user-table th{background:#0d1921;border-color:#2a3b46;color:#91a7b5}html[data-theme="dark"] .user-table td{border-color:#2a3b46}html[data-theme="dark"] .user-row:hover{background-color:#162632}html[data-theme="dark"] .modal-header{background:#0d1921;border-color:#2a3b46}html[data-theme="dark"] .dialog-close{background:#162632;border-color:#39505d;color:#dce7ed}html[data-theme="dark"] .user-id-tag{background:#1c2e3d;color:#91a7b5}html[data-theme="dark"] .role-badge.is-member{background:#1c2e3d;color:#cbd5e1;border-color:#334155}html[data-theme="dark"] .modal-danger-zone{background:rgba(153,27,27,0.15);border-color:#7f1d1d}html[data-theme="dark"] .danger-zone-header h3{color:#fca5a5}html[data-theme="dark"] .danger-zone-header p{color:#f87171}html[data-theme="dark"] .modal-tabs{background:#0d1921;border-color:#2a3b46}html[data-theme="dark"] .modal-tab-btn{color:#91a7b5}html[data-theme="dark"] .modal-tab-btn:hover{color:#e7f1f5}html[data-theme="dark"] .modal-tab-btn.is-active{background:#111e27;color:#e7f1f5;border-bottom-color:var(--mint)}html[data-theme="dark"] .sanction-card.is-activate-card{background:rgba(5,150,105,0.12);border-color:#065f46}html[data-theme="dark"] .is-activate-card .sanction-card-head h3{color:#6ee7b7}html[data-theme="dark"] .sanction-card.is-suspend-card{background:rgba(217,119,6,0.12);border-color:#78350f}html[data-theme="dark"] .is-suspend-card .sanction-card-head h3{color:#fcd34d}html[data-theme="dark"] .sanction-card.is-ban-card{background:rgba(220,38,38,0.12);border-color:#7f1d1d}html[data-theme="dark"] .is-ban-card .sanction-card-head h3{color:#fca5a5}html[data-theme="dark"] .preset-btn{background:#0d1921;border-color:#39505d;color:#dce7ed}html[data-theme="dark"] .preset-btn.is-active{background:#d97706;border-color:#b45309;color:#fff}@media (max-width:900px){.user-stat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.user-stat-grid{grid-template-columns:1fr}.user-filter-form{flex-direction:column;align-items:stretch}.user-filter-form .filter-search{flex:1 1 100%}.form-row-grid{grid-template-columns:1fr}.modal-header{padding:14px 16px}.modal-body{padding:16px}}.table-wrap input[type="checkbox"]{width:20px;min-height:20px}.filters>button{min-height:44px;border:1px solid var(--line);border-radius:10px;padding:8px 13px;background:#fff;color:var(--navy);font-weight:700;cursor:pointer}.filters>button.danger{color:var(--danger)}.activity-chart{height:220px;display:flex;align-items:end;gap:clamp(8px,3vw,28px);padding:20px 10px 0;border-bottom:1px solid var(--line)}.activity-day{height:100%;flex:1;display:flex;flex-direction:column;justify-content:end;align-items:center;gap:6px;min-width:34px}.activity-bar{display:block;width:min(44px,80%);height:var(--value);min-height:4px;border-radius:8px 8px 0 0;background:linear-gradient(180deg,var(--mint),#087565)}.activity-value{font-weight:800;color:var(--navy)}.activity-day small{white-space:nowrap;color:var(--muted)}.site-logo{display:block;max-width:180px;max-height:48px;width:auto;height:auto}.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none !important;user-select:none;transition:opacity 0.2s ease}.brand:hover{text-decoration:none !important;opacity:0.94}.brand-badge-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;flex:0 0 38px;border-radius:11px;box-shadow:0 4px 12px rgba(0,168,143,0.25),0 2px 6px rgba(2,132,199,0.18);transition:transform 0.25s cubic-bezier(0.34,1.56,0.64,1),box-shadow 0.25s ease}.brand:hover .brand-badge-icon{transform:scale(1.06) rotate(-2deg);box-shadow:0 6px 18px rgba(0,168,143,0.38),0 3px 8px rgba(2,132,199,0.25)}.brand-badge-icon svg{width:100%;height:100%;display:block;border-radius:11px}.brand-text{display:flex;flex-direction:column;line-height:1.12}.brand-title{font-size:1.48rem;font-weight:900;letter-spacing:-0.04em;color:var(--navy);display:inline-flex;align-items:baseline}.brand-accent{background:linear-gradient(135deg,#00c49f 0%,#0284c7 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-left:1px}.brand-dot{display:inline-block;width:5px;height:5px;background:#00c49f;border-radius:50%;margin-left:2px;vertical-align:middle}.brand-sub{font-size:0.62rem;font-weight:800;letter-spacing:0.16em;color:var(--muted);text-transform:uppercase;margin-top:1px}html[data-theme="dark"] .brand-title{color:#f8fafc}html[data-theme="dark"] .brand-sub{color:#94a3b8}html[data-theme="dark"] .brand-badge-icon{box-shadow:0 4px 16px rgba(0,196,159,0.35),0 0 20px rgba(2,132,199,0.25)}.brand.light .brand-title{color:#ffffff}.brand.light .brand-sub{color:#94a3b8}.settings-logo-preview{display:block;max-width:260px;max-height:90px;object-fit:contain;margin-bottom:14px}.settings-icon-preview{display:block;width:64px;height:64px;object-fit:contain;margin:14px 0}@media (max-width:520px){.brand{gap:9px}.brand-badge-icon{width:34px;height:34px;flex:0 0 34px;border-radius:9px}.brand-title{font-size:1.3rem}.brand-sub{font-size:0.55rem;letter-spacing:0.12em}}.topic-detail-page{padding:38px 0 72px;background:linear-gradient(180deg,#eef4f7 0,#f6f8fa 320px)}.topic-detail-grid{display:grid;grid-template-columns:minmax(0,790px) minmax(260px,330px);align-items:start;gap:24px}.topic-main-column{display:grid;gap:22px;min-width:0}.topic-panel,.discussion-panel,.topic-side-card{background:#fff;border:1px solid #d8e1e8;border-radius:16px;box-shadow:0 8px 28px rgba(16,42,67,.055)}.topic-panel{padding:clamp(22px,4vw,42px)}.topic-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:22px;color:var(--muted);font-size:.79rem}.topic-breadcrumb a{color:#526d82}.topic-topline{display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:var(--muted);font-size:.76rem;font-weight:750;text-transform:uppercase;letter-spacing:.055em}.topic-category{padding:5px 10px;border-radius:7px;background:var(--mint2);color:#087565;letter-spacing:0;text-transform:none}.topic-panel h1{max-width:720px;margin:15px 0 20px;color:var(--navy);font-size:clamp(2rem,4.4vw,3.35rem);line-height:1.09;letter-spacing:-.045em}.topic-author-row{display:flex;align-items:center;gap:12px;padding:17px 0;border-top:1px solid #edf1f4;border-bottom:1px solid #edf1f4}.topic-avatar,.comment-avatar{flex:0 0 auto;border-radius:50%;object-fit:cover;background:#e5ebf0}.topic-avatar{width:48px;height:48px}.topic-avatar.fallback,.comment-avatar.fallback{display:grid;place-items:center;background:linear-gradient(145deg,var(--navy2),var(--mint));color:#fff;font-weight:850}.topic-author-copy{display:grid;line-height:1.35}.topic-author-copy>a,.topic-author-copy>strong{color:var(--navy);font-weight:850}.topic-author-copy span{margin-top:3px;color:var(--muted);font-size:.76rem}.topic-quick-stats{display:flex;align-items:center;gap:14px;margin-left:auto;color:var(--muted);font-size:.74rem}.topic-quick-stats span{display:grid;text-align:center}.topic-quick-stats strong{color:var(--navy);font-size:.94rem}.topic-lead{margin:26px 0 0;padding-left:17px;border-left:3px solid var(--mint);color:#486581;font-size:1.08rem;line-height:1.75}.topic-notice{display:flex;align-items:flex-start;gap:12px;margin-top:24px;padding:14px 16px;border:1px solid #a9e9dc;border-radius:11px;background:#effcf8}.topic-notice strong{white-space:nowrap;color:#087565}.topic-notice span{color:#486581}.topic-prose{margin-top:30px;color:#243b53;font-size:1.06rem;line-height:1.9;overflow-wrap:anywhere}.topic-prose p{margin:0 0 1.35em}.topic-prose h2,.topic-prose h3{color:var(--navy);line-height:1.3}.topic-prose a{text-decoration:underline;text-decoration-color:var(--mint);text-underline-offset:3px}.topic-prose blockquote{margin:24px 0;padding:16px 20px;border-left:4px solid var(--mint);background:#f2f8f7;color:#486581}.topic-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:30px 0}.topic-gallery figure{margin:0}.topic-gallery img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:12px}.topic-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:28px}.topic-tags a{padding:7px 11px;border:1px solid #d7e2e8;border-radius:8px;background:#f7f9fb;color:#486581;font-size:.78rem;font-weight:700}.topic-tags a:hover{border-color:var(--mint);text-decoration:none}.topic-actionbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:28px;padding-top:20px;border-top:1px solid #e5ebf0}.topic-actionbar>div{display:flex;gap:8px;flex-wrap:wrap}.topic-action,.topic-report{min-height:42px;padding:9px 13px;border:1px solid #cbd7df;border-radius:9px;background:#fff;color:var(--navy);font:inherit;font-size:.82rem;font-weight:750;cursor:pointer}.topic-action{text-decoration:none}.topic-action span{margin-left:5px;color:var(--muted)}.topic-action:hover{border-color:var(--mint);background:#f1fbf8;text-decoration:none}.topic-report{border:0;color:var(--muted);font-weight:650}.topic-report:hover{color:var(--danger);text-decoration:none}.discussion-panel{padding:clamp(20px,3vw,30px)}.discussion-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.discussion-head h2{margin:3px 0 0;color:var(--navy);font-size:1.65rem}.discussion-count{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--navy);color:#fff;font-weight:850}.professional-comment-form{display:grid;gap:11px;padding:18px;border:1px solid #d8e1e8;border-radius:12px;background:#f9fbfc}.professional-comment-form label{color:var(--navy);font-weight:800}.professional-comment-form textarea{min-height:126px;resize:vertical;background:#fff}.professional-comment-form>div{display:flex;align-items:center;justify-content:space-between;gap:16px}.professional-comment-form small{color:var(--muted)}.discussion-login{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;border:1px solid #d8e1e8;border-radius:12px;background:#f8fafb}.discussion-login strong{color:var(--navy)}.discussion-login p{margin:3px 0 0;color:var(--muted)}.professional-comments{display:grid;gap:14px;margin-top:22px}.professional-comment{display:grid;grid-template-columns:42px 1fr;gap:12px}.comment-avatar{width:42px;height:42px}.comment-content{min-width:0}.comment-content>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin:0 0 8px}.comment-content>header>div{display:grid;line-height:1.3}.comment-content>header a{color:var(--navy);font-weight:850}.comment-content>header span,.comment-content>header time{color:var(--muted);font-size:.72rem}.comment-body{padding:16px 18px;border-radius:4px 12px 12px 12px;background:#f2f5f7;color:#334e68}.comment-body p{margin:0;line-height:1.72}.comment-content>footer{display:flex;align-items:center;justify-content:space-between;min-height:38px}.comment-content>footer>small{color:var(--muted);font-size:.72rem}.comment-content .comment-actions{margin:0}.comment-content .comment-actions a,.comment-content .comment-actions button{min-height:38px;padding:7px 4px;font-size:.76rem}.discussion-empty{text-align:center;padding:34px 16px;color:var(--muted)}.discussion-empty>span{display:block;height:35px;color:var(--mint);font:700 3rem Georgia,serif}.discussion-empty strong{color:var(--navy)}.discussion-empty p{margin:5px 0 0}.topic-side-column{display:grid;gap:18px;position:sticky;top:92px}.topic-side-card{padding:21px}.topic-side-card h2{margin:5px 0 12px;color:var(--navy);font-size:1.18rem}.side-author{display:flex;align-items:center;gap:12px;margin-top:12px}.side-author>div{display:grid;line-height:1.4}.side-author strong{color:var(--navy)}.side-author span{color:var(--muted);font-size:.76rem}.side-card-link{display:flex;justify-content:space-between;margin-top:17px;padding-top:14px;border-top:1px solid #e5ebf0;font-size:.82rem;font-weight:750}.side-related{display:grid}.side-related a{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-top:1px solid #e8eef2;font-size:.86rem;font-weight:700;line-height:1.45}.side-related a:first-child{border-top:0}.side-related a span{color:var(--mint)}.community-note{border-color:#bfe9e0;background:linear-gradient(145deg,#f4fffc,#fff)}.community-note strong{color:#086a58}.community-note p{color:#526d82;font-size:.84rem}.community-note a{font-size:.8rem;font-weight:750}@media(max-width:980px){.topic-detail-grid{grid-template-columns:1fr}.topic-side-column{position:static;grid-template-columns:repeat(2,1fr)}.community-note{grid-column:1/-1}}@media(max-width:650px){.topic-detail-page{padding:16px 0 42px}.topic-panel,.discussion-panel{border-radius:12px}.topic-author-row{align-items:flex-start;flex-wrap:wrap}.topic-quick-stats{width:100%;margin-left:60px;justify-content:flex-start}.topic-quick-stats span{text-align:left}.topic-actionbar,.professional-comment-form>div,.discussion-login{align-items:stretch;flex-direction:column}.topic-actionbar>div{display:grid;grid-template-columns:1fr 1fr}.topic-action,.topic-report{text-align:center}.topic-gallery,.topic-side-column{grid-template-columns:1fr}.professional-comment{grid-template-columns:34px 1fr}.comment-avatar{width:34px;height:34px}.comment-content>header{align-items:flex-start;flex-direction:column;gap:3px}}.topic-quota-notice{display:grid;gap:8px;margin-bottom:18px;padding:16px 18px;border:1px solid #a9e9dc;border-radius:12px;background:#effcf8;color:#365f59}.topic-quota-notice>div{display:flex;align-items:center;justify-content:space-between;gap:16px}.topic-quota-notice strong{color:#086a58}.topic-quota-notice p{margin:0;font-size:.9rem}.topic-quota-notice.limit-reached{border-color:#f4b9b4;background:#fff5f4;color:#7a271f}.topic-quota-notice.limit-reached strong{color:#b42318}.topic-quota-notice a{font-weight:800;text-decoration:underline}@media(max-width:560px){.topic-quota-notice>div{align-items:flex-start;flex-direction:column;gap:3px}}.follow-form{display:flex;margin:0}.follow-form .topic-action{height:100%}.topic-action.following{border-color:#8bdccc;background:var(--mint2);color:#087565}.side-author small{color:var(--muted);font-size:.76rem}@media(max-width:650px){.follow-form,.follow-form .topic-action{width:100%}}html,body{max-width:100%;overflow-x:clip}body *{min-width:0}pre,table{max-width:100%;overflow-x:auto}.main-nav,.card,.form-card,.topic-panel,.discussion-panel{overflow-wrap:anywhere}.side-card{position:static}.notification-link{position:relative;display:inline-flex!important;align-items:center;gap:6px}.notification-bell{font-size:1rem;line-height:1}.notification-badge{display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border:2px solid #fff;border-radius:99px;background:#e53935;color:#fff;font-size:.66rem;line-height:1;position:absolute;top:1px;left:11px}.profile-copy{min-width:0;flex:1}.profile-score{flex:0 0 210px;padding:17px 19px;border:1px solid rgba(255,255,255,.22);border-radius:15px;background:rgba(255,255,255,.1);display:grid}.profile-score span{color:#75f0da;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.profile-score strong{font-size:2.25rem;line-height:1.1}.profile-score small{color:#d9eaf3}.profile-score em{margin-top:7px;color:#c6dbe6;font-size:.7rem;font-style:normal}.score-track{height:7px;margin-top:12px;border-radius:99px;background:rgba(255,255,255,.2);overflow:hidden}.score-track i{display:block;height:100%;border-radius:inherit;background:#61e6cf}.like-form{display:flex;margin:0}.topic-action.liked{border-color:#ef8c9a;background:#fff1f3;color:#b4233a}.topic-action.static{display:inline-flex;align-items:center;cursor:default}.professional-comment.is-reply{margin-left:48px;padding-left:14px;border-left:2px solid #c7eee6}.reply-form{display:grid;grid-template-columns:1fr auto;gap:9px;margin-top:8px;padding:13px;border:1px solid #d8e1e8;border-radius:10px;background:#f8fbfb}.reply-form[hidden]{display:none}.reply-form label{grid-column:1/-1;color:var(--navy);font-size:.78rem;font-weight:800}.reply-form textarea{min-width:0;min-height:78px;resize:vertical}.reply-form .button{align-self:end}.notification.unread{border-left:4px solid var(--mint);background:#f5fffc}@media(max-width:820px){.notification-link{justify-content:flex-start}.notification-badge{top:2px}.profile-head .container{flex-wrap:wrap}.profile-score{flex:1 0 100%;margin-top:8px}}@media(max-width:650px){.like-form,.like-form .topic-action{width:100%}.professional-comment.is-reply{margin-left:14px;padding-left:9px}.reply-form{grid-template-columns:1fr}.reply-form .button{width:100%}.profile-score{padding:14px 16px}.notification-badge{position:static;border:0}.topic-actionbar>div{grid-template-columns:1fr}.topic-quick-stats{margin-left:0;justify-content:space-between}.topic-panel h1{font-size:clamp(1.7rem,9vw,2.25rem)}}.notrec-nav-link{color:#b4233a!important}.notrec-hero{padding:70px 0;background:linear-gradient(135deg,#2d1720,#751f32);color:#fff}.notrec-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:60px}.notrec-kicker{color:#ffb8c4;text-transform:uppercase;letter-spacing:.13em;font-size:.75rem;font-weight:850}.notrec-hero h1{margin:7px 0 12px;font-size:clamp(2.7rem,6vw,5rem);line-height:1;letter-spacing:-.055em}.notrec-hero p{max-width:680px;color:#f6dce2;font-size:1.08rem}.notrec-cta{margin-top:15px;background:#fff;color:#761f32}.notrec-cta:hover{background:#ffecef;color:#64162a}.notrec-shield{justify-self:end;display:grid;grid-template-columns:72px 1fr;align-items:center;gap:16px;padding:24px 28px;border:1px solid rgba(255,255,255,.25);border-radius:22px;background:rgba(255,255,255,.09);box-shadow:0 18px 45px rgba(0,0,0,.18)}.notrec-shield>span{display:grid;place-items:center;width:72px;height:72px;border:2px solid #ffc5cf;border-radius:50%;color:#ffc5cf;font-size:2.3rem;font-weight:900}.notrec-shield strong{font-size:1.04rem;line-height:1.45}.notrec-content{background:linear-gradient(180deg,#faf7f8,#f5f7fa)}.notrec-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(310px,.75fr);align-items:start;gap:28px}.notrec-title-row{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.notrec-title-row h2{margin:4px 0 0;font-size:2rem}.notrec-count{padding:5px 10px;border-radius:99px;background:#f5dce1;color:#8c2338;font-size:.76rem;font-weight:800}.notrec-list{display:grid;gap:15px}.notrec-card{padding:22px 24px;border:1px solid #e6d6da;border-left:4px solid #a72e46;border-radius:15px;background:#fff;box-shadow:0 7px 22px rgba(57,24,34,.055)}.notrec-card-top{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:.73rem}.notrec-type{padding:3px 8px;border-radius:6px;background:#fae8ec;color:#8c2338;font-weight:850}.notrec-category{font-weight:700}.notrec-card time{margin-left:auto}.notrec-subject{margin-top:14px;color:#8c2338;font-size:.78rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.notrec-card h3{margin:5px 0 7px;font-size:1.2rem;line-height:1.4}.notrec-card p{margin:0;color:var(--muted)}.notrec-card footer{display:flex;gap:15px;align-items:center;flex-wrap:wrap;margin-top:15px;padding-top:13px;border-top:1px solid #f0e5e7;color:var(--muted);font-size:.75rem}.notrec-card footer a{margin-left:auto;color:#8c2338;font-weight:800}.notrec-form-card{position:sticky;top:92px;scroll-margin-top:100px;padding:25px;border:1px solid #e3d7da;border-radius:18px;background:#fff;box-shadow:0 12px 35px rgba(57,24,34,.08);transition:border-color 0.3s ease,box-shadow 0.3s ease}.notrec-form-card.highlight-pulse{border-color:#b4233a!important;box-shadow:0 0 0 4px rgba(180,35,58,0.3),0 14px 40px rgba(57,24,34,.18)!important}.notrec-form-card h2{margin:5px 0 7px}.notrec-form-card>p{margin-top:0;color:var(--muted);font-size:.86rem}.notrec-form-card form{display:grid;gap:14px;margin-top:18px}.notrec-form-card label{font-weight:750;font-size:.86rem}.notrec-form-card label input,.notrec-form-card label select,.notrec-form-card label textarea{margin-top:5px;font-weight:400}.notrec-login{margin-top:18px;padding:18px;border-radius:12px;background:#faf0f2}.notrec-login p{color:var(--muted)}.topic-notice.not-recommended{border-color:#ecc6ce;background:#fff4f6}.topic-notice.not-recommended strong{color:#8c2338}@media(max-width:900px){.notrec-hero-grid,.notrec-layout{grid-template-columns:1fr}.notrec-shield{justify-self:start}.notrec-form-card{position:static;order:-1}}@media(max-width:560px){.notrec-hero{padding:48px 0}.notrec-shield{width:100%;grid-template-columns:50px 1fr;padding:17px}.notrec-shield>span{width:50px;height:50px;font-size:1.7rem}.notrec-title-row{align-items:flex-start;flex-direction:column}.notrec-card{padding:18px}.notrec-card footer a{width:100%;margin-left:0}.notrec-form-card{padding:20px 17px}}.advice-nav-link{color:#1670c5!important}.advice-hero{padding:70px 0;background:linear-gradient(135deg,#0b3d70,#167bc2);color:#fff}.advice-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:60px}.advice-kicker{color:#a9dcff;text-transform:uppercase;letter-spacing:.13em;font-size:.75rem;font-weight:850}.advice-hero h1{margin:7px 0 12px;font-size:clamp(2.7rem,6vw,5rem);line-height:1;letter-spacing:-.055em}.advice-hero p{max-width:680px;color:#dcefff;font-size:1.08rem}.advice-cta{margin-top:15px;background:#fff;color:#0b5b9c}.advice-cta:hover{background:#e7f5ff;color:#084a80}.advice-badge{justify-self:end;display:grid;grid-template-columns:72px 1fr;align-items:center;gap:16px;padding:24px 28px;border:1px solid rgba(255,255,255,.28);border-radius:22px;background:rgba(255,255,255,.11);box-shadow:0 18px 45px rgba(0,31,67,.22)}.advice-badge>span{display:grid;place-items:center;width:72px;height:72px;border:2px solid #b9e2ff;border-radius:50%;color:#b9e2ff;font-size:2.2rem;font-weight:900}.advice-badge strong{font-size:1.04rem;line-height:1.45}.advice-content{background:linear-gradient(180deg,#f4faff,#f5f7fa)}.advice-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(310px,.75fr);align-items:start;gap:28px}.advice-title-row{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.advice-title-row h2{margin:4px 0 0;font-size:2rem}.advice-count{padding:5px 10px;border-radius:99px;background:#dcefff;color:#0c5e9f;font-size:.76rem;font-weight:800}.advice-list{display:grid;gap:15px}.advice-card{padding:22px 24px;border:1px solid #d3e5f2;border-left:4px solid #1780ca;border-radius:15px;background:#fff;box-shadow:0 7px 22px rgba(15,78,124,.06)}.advice-card-top{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:.73rem}.advice-type{padding:3px 8px;border-radius:6px;background:#e3f2fd;color:#0b609e;font-weight:850}.advice-category{font-weight:700}.advice-card time{margin-left:auto}.advice-subject{margin-top:14px;color:#0c67aa;font-size:.78rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.advice-card h3{margin:5px 0 7px;font-size:1.2rem;line-height:1.4}.advice-card p{margin:0;color:var(--muted)}.advice-card footer{display:flex;gap:15px;align-items:center;flex-wrap:wrap;margin-top:15px;padding-top:13px;border-top:1px solid #e4eef5;color:var(--muted);font-size:.75rem}.advice-card footer a{margin-left:auto;color:#0c67aa;font-weight:800}.advice-form-card{position:sticky;top:92px;scroll-margin-top:100px;padding:25px;border:1px solid #d5e4ef;border-radius:18px;background:#fff;box-shadow:0 12px 35px rgba(15,78,124,.09);transition:border-color 0.3s ease,box-shadow 0.3s ease}.advice-form-card.highlight-pulse{border-color:#167bc2!important;box-shadow:0 0 0 4px rgba(22,123,194,0.3),0 14px 40px rgba(15,78,124,.18)!important}.advice-form-card h2{margin:5px 0 7px}.advice-form-card>p{margin-top:0;color:var(--muted);font-size:.86rem}.advice-form-card form{display:grid;gap:14px;margin-top:18px}.advice-form-card label{font-weight:750;font-size:.86rem}.advice-form-card label input,.advice-form-card label select,.advice-form-card label textarea{margin-top:5px;font-weight:400}.advice-login{margin-top:18px;padding:18px;border-radius:12px;background:#edf7ff}.advice-login p{color:var(--muted)}.topic-notice.recommended{border-color:#bdddf3;background:#eef8ff}.topic-notice.recommended strong{color:#0c67aa}@media(max-width:900px){.advice-hero-grid,.advice-layout{grid-template-columns:1fr}.advice-badge{justify-self:start}.advice-form-card{position:static;order:-1}}@media(max-width:560px){.advice-hero{padding:48px 0}.advice-badge{width:100%;grid-template-columns:50px 1fr;padding:17px}.advice-badge>span{width:50px;height:50px;font-size:1.7rem}.advice-title-row{align-items:flex-start;flex-direction:column}.advice-card{padding:18px}.advice-card footer a{width:100%;margin-left:0}.advice-form-card{padding:20px 17px}}.main-nav{margin-left:auto}.header-tools{display:flex;align-items:center;gap:8px}.theme-toggle{display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid var(--line);border-radius:50%;background:var(--white);color:var(--navy);cursor:pointer;box-shadow:0 4px 12px rgba(16,42,67,.06)}.theme-toggle:hover{border-color:var(--mint);background:var(--mint2)}.theme-icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.theme-icon.moon{fill:currentColor;stroke:none}.theme-icon.sun{display:none}html[data-theme="dark"]{color-scheme:dark;--bg:#0b141b;--white:#111e27;--text:#dce7ed;--muted:#91a7b5;--line:#2a3b46;--navy:#e7f1f5;--navy2:#99c9d2;--mint:#21c6aa;--mint2:#123b37;--danger:#ff8c91;--shadow:0 14px 38px rgba(0,0,0,.28)}html[data-theme="dark"] body{background:#0b141b;color:var(--text)}html[data-theme="dark"] .theme-icon.moon{display:none}html[data-theme="dark"] .theme-icon.sun{display:block}html[data-theme="dark"] .site-header{background:rgba(13,25,33,.96)}html[data-theme="dark"] .hero,html[data-theme="dark"] .profile-head{background:linear-gradient(135deg,#0d2b3a,#123f4d)}html[data-theme="dark"] .site-footer{background:#071018}html[data-theme="dark"] .section.muted,html[data-theme="dark"] .section.current-topics-section,html[data-theme="dark"] .notrec-content,html[data-theme="dark"] .topic-detail-page,html[data-theme="dark"] .form-section{background:#0b141b}html[data-theme="dark"]:is(.card,.search-card,.form-card,.editor-card,.comment-form,.topic-panel,.discussion-panel,.topic-side-card,.notrec-card,.notrec-form-card,.pagination a,.report-dialog){background:#111e27;border-color:#2a3b46;color:var(--text)}html[data-theme="dark"]:is(input,textarea,select){background:#0d1921;border-color:#39505d;color:var(--text)}html[data-theme="dark"]:is(.topic-card-modern,.topic-card-modern.is-latest){background:linear-gradient(135deg,#111e27,#10251f);border-color:#28443f}html[data-theme="dark"]:is(.professional-comment-form,.comment-body,.discussion-login,.reply-form,.notrec-login){background:#0d1921;border-color:#2a3b46;color:var(--text)}html[data-theme="dark"]:is(.topic-card-modern h3 a,.topic-author-copy>a,.topic-author-copy>strong,.discussion-head h2,.comment-content>header a,.topic-side-card h2,.profile-score strong,.notrec-card h3 a,.page-head h1,.article-head h1){color:#e7f1f5}html[data-theme="dark"]:is(.page-head,.article-head){background:linear-gradient(135deg,#10251f,#111e27)}html[data-theme="dark"] .topic-prose{color:#d4e1e7}html[data-theme="dark"] .topic-lead{color:#a9bfca}html[data-theme="dark"] .topic-action,html[data-theme="dark"] .secondary-dark,html[data-theme="dark"] .home-like-button{background:#13232d;border-color:#39505d;color:#cbdde4}html[data-theme="dark"] .main-nav{background:transparent}html[data-theme="dark"] .notrec-hero{background:linear-gradient(135deg,#26131a,#56172a)}html[data-theme="dark"] .nav-toggle{background:#111e27;border-color:#39505d;color:#e7f1f5}html[data-theme="dark"] .advice-hero{background:linear-gradient(135deg,#0b2945,#0e527d)}html[data-theme="dark"] .advice-content{background:#0b141b}html[data-theme="dark"]:is(.advice-card,.advice-form-card){background:#111e27;border-color:#294454;color:var(--text)}html[data-theme="dark"] .advice-login{background:#0d2331}html[data-theme="dark"] .topic-notice.recommended{background:#0d2331;border-color:#285773}html[data-theme="dark"] .advice-nav-link{color:#65bfff!important}@media(max-width:820px){.nav-wrap{gap:12px}.header-tools{margin-left:auto}.main-nav{margin-left:0}.theme-toggle{width:40px;height:40px}html[data-theme="dark"] .main-nav{background:#0d1921}}.nav-wrap{gap:18px}.main-nav{gap:17px;min-width:0;overflow-wrap:normal}.main-nav>a{white-space:nowrap}.account-menu{position:relative;flex:0 0 auto}.account-menu summary{display:flex;align-items:center;gap:8px;min-height:44px;padding:4px 8px 4px 5px;border:1px solid transparent;border-radius:12px;color:var(--navy);font-weight:750;cursor:pointer;list-style:none;white-space:nowrap}.account-menu summary::-webkit-details-marker{display:none}.account-menu summary:hover,.account-menu[open] summary{border-color:var(--line);background:var(--white)}.account-avatar{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--navy);color:var(--white);font-size:.82rem;font-weight:900}.account-chevron{font-size:1rem;transition:transform .2s ease}.account-menu[open] .account-chevron{transform:rotate(180deg)}.account-menu-panel{position:absolute;z-index:40;top:calc(100% + 9px);right:0;display:grid;width:240px;padding:9px;border:1px solid var(--line);border-radius:15px;background:var(--white);box-shadow:0 18px 45px rgba(16,42,67,.17)}.account-menu-panel a,.account-menu-panel .link-button{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:45px;padding:9px 11px;border:0;border-radius:9px;color:var(--navy);font-size:.9rem;font-weight:750;text-align:left;white-space:normal}.account-menu-panel a:not(.notification-link){flex-direction:column;align-items:flex-start;justify-content:center;gap:0}.account-menu-panel a small{color:var(--muted);font-size:.72rem;font-weight:500}.account-menu-panel a:hover,.account-menu-panel .link-button:hover{background:var(--mint2);text-decoration:none}.account-menu-panel form{margin:4px 0 0;padding-top:5px;border-top:1px solid var(--line)}.account-menu-panel .notification-badge{position:static;flex:0 0 auto}.account-menu-panel .notification-bell{font-size:.9rem}@media(max-width:1040px) and (min-width:821px){.nav-wrap{gap:12px}.main-nav{gap:11px}.main-nav>a{font-size:.88rem}.account-name{max-width:90px;overflow:hidden;text-overflow:ellipsis}}@media(max-width:820px){.main-nav{gap:2px;overflow-wrap:normal}.main-nav>a{white-space:normal}.account-menu{width:100%}.account-menu summary{width:100%;padding:7px 4px}.account-menu-panel{position:static;width:100%;margin:2px 0 5px;padding:6px 0 6px 14px;border:0;border-left:2px solid var(--mint);border-radius:0;background:transparent;box-shadow:none}.account-menu-panel a,.account-menu-panel .link-button{padding:8px 10px}.account-menu-panel form{border-top-color:var(--line)}}.admin-dashboard-head{padding-top:34px}.admin-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:30px}.admin-title-row h1{margin-bottom:5px}.admin-title-row p{margin:0 0 20px;color:#b9ccda}.admin-head-date{margin-top:12px;padding:10px 14px;border:1px solid rgba(255,255,255,.18);border-radius:12px;text-align:right}.admin-head-date span,.admin-head-date strong{display:block}.admin-head-date span{color:#a9bdcc;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em}.admin-dashboard-section{padding-top:28px}.admin-command-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px;padding:15px 18px;border:1px solid #c9e3dd;border-radius:14px;background:#eefaf7}.admin-command-bar>div{display:flex;align-items:center;gap:12px}.admin-command-bar strong,.admin-command-bar small{display:block}.admin-command-bar small{color:var(--muted)}.command-pulse{width:11px;height:11px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 6px rgba(0,168,143,.12)}.admin-command-bar nav{display:flex;gap:8px;flex-wrap:wrap}.admin-command-bar a{padding:7px 10px;border:1px solid #d4e7e2;border-radius:8px;background:#fff;font-size:.78rem;font-weight:800}.admin-command-bar .danger-link{color:#a72e46}.dashboard-stat-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:18px}.dashboard-stat{position:relative;display:grid;grid-template-columns:40px 1fr;gap:10px;min-width:0;padding:17px;border:1px solid var(--line);border-radius:15px;background:var(--white);box-shadow:0 6px 18px rgba(16,42,67,.045)}.dashboard-stat .stat-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#e9f1f7;color:var(--navy);font-size:.8rem;font-weight:900}.dashboard-stat .stat-icon.content,.dashboard-stat .stat-icon.views{background:#e4f5ff;color:#12679f}.dashboard-stat .stat-icon.queue{background:#fff3d9;color:#9b6500}.dashboard-stat .stat-icon.comments{background:#e4f8f3;color:#087565}.dashboard-stat .stat-icon.reports{background:#ffe8ec;color:#a72e46}.dashboard-stat small,.dashboard-stat p{color:var(--muted)}.dashboard-stat strong{display:block;margin-top:2px;color:var(--navy);font-size:1.8rem;line-height:1.05}.dashboard-stat p{grid-column:1/-1;margin:3px 0 0;font-size:.72rem}.dashboard-stat>a{grid-column:1/-1;margin-top:3px;font-size:.72rem;font-weight:800}.dashboard-stat.attention{border-color:#ead8aa}.dashboard-stat.danger-stat{border-color:#efc9d0}.dashboard-main-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(290px,.7fr);gap:18px;margin-bottom:18px}.dashboard-two-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}.dashboard-three-grid{display:grid;grid-template-columns:1fr 1fr 1.15fr;gap:18px}.dashboard-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.dashboard-card-head h2{margin:1px 0 0;font-size:1.25rem}.dashboard-card-head>a{font-size:.76rem;font-weight:800}.dashboard-label{display:block;color:var(--mint);font-size:.67rem;font-weight:900;letter-spacing:.12em}.head-note{color:var(--muted);font-size:.7rem}.chart-legend{display:flex;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:.67rem}.chart-legend span:before{content:"";display:inline-block;width:7px;height:7px;margin-right:4px;border-radius:2px}.legend-users:before,.stack-users{background:#00a88f}.legend-content:before,.stack-content{background:#2f80c9}.legend-comments:before,.stack-comments{background:#e4a11b}.legend-views:before,.stack-views{background:#95a8b7}.dashboard-chart{height:230px;display:flex;align-items:end;gap:clamp(4px,1.2vw,14px);padding:12px 4px 0;border-bottom:1px solid var(--line)}.dashboard-day{height:100%;flex:1;display:flex;min-width:18px;flex-direction:column;align-items:center;justify-content:end;gap:5px}.dashboard-day-value{font-size:.65rem;font-weight:800}.dashboard-stack{display:flex;width:min(30px,90%);height:var(--height);min-height:5px;flex-direction:column-reverse;overflow:hidden;border-radius:6px 6px 0 0;background:#e7edf1}.dashboard-stack i{display:block;min-height:0}.dashboard-day small{color:var(--muted);font-size:.6rem;white-space:nowrap}.system-list{list-style:none;margin:0;padding:0}.system-list li{display:flex;align-items:center;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--line);font-size:.84rem}.health{padding:3px 7px;border-radius:99px;font-size:.65rem}.health.ok{background:#ddf7ef;color:#087565}.health.off{background:#edf1f4;color:#607482}.health.warn{background:#ffe8ec;color:#a72e46}.content-mix{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:14px}.content-mix div{padding:9px 6px;border-radius:9px;background:var(--bg);text-align:center}.content-mix span,.content-mix strong{display:block}.content-mix span{color:var(--muted);font-size:.62rem}.content-mix strong{font-size:1.1rem}.queue-list,.top-content-list,.recent-user-list{display:grid}.queue-item,.top-content-list>a,.recent-user-list>a{display:flex;align-items:center;gap:11px;padding:11px 0;border-bottom:1px solid var(--line)}.queue-item:last-child,.top-content-list>a:last-child,.recent-user-list>a:last-child{border-bottom:0}.queue-item>div,.top-content-list>a>div,.recent-user-list>a>div{min-width:0;flex:1}.queue-item strong,.queue-item small,.top-content-list strong,.top-content-list small,.recent-user-list strong,.recent-user-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.queue-item small,.top-content-list small,.recent-user-list small{color:var(--muted);font-size:.68rem}.queue-item time,.recent-user-list time{color:var(--muted);font-size:.67rem;white-space:nowrap}.queue-type{flex:0 0 auto;padding:3px 6px;border-radius:6px;background:#e2f2ff;color:#14679f;font-size:.62rem;font-weight:900}.queue-type.experience{background:#e4f8f3;color:#087565}.content-rank{color:#9ab0be;font-size:1.05rem;font-weight:900}.content-numbers{flex:0 0 auto;color:var(--muted);font-size:.62rem;text-align:right}.content-numbers b{color:var(--navy)}.recent-user-list>a>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--navy);color:var(--white);font-size:.75rem;font-weight:900}.category-bars{display:grid;gap:10px}.category-bars>div{display:grid;grid-template-columns:110px 1fr 24px;align-items:center;gap:8px;font-size:.75rem}.category-bars>div>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-bars>div>div{height:7px;overflow:hidden;border-radius:99px;background:#e9eef2}.category-bars i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--mint),#53d6c1)}.category-bars b{text-align:right}.dashboard-log-list{display:grid}.dashboard-log-list>div{display:flex;gap:10px;padding:8px 0;border-bottom:1px solid var(--line)}.dashboard-log-list>div:last-child{border-bottom:0}.dashboard-log-list>div>span{flex:0 0 auto;width:8px;height:8px;margin-top:7px;border-radius:50%;background:var(--mint)}.dashboard-log-list p{margin:0;font-size:.75rem}.dashboard-log-list small{display:block;color:var(--muted);font-size:.64rem}.dashboard-empty{padding:24px;text-align:center;color:var(--muted)}.dashboard-empty>span{display:block;color:var(--mint);font-size:1.7rem}.dashboard-empty p{margin:4px 0}html[data-theme="dark"] .admin-command-bar{background:#102b28;border-color:#28514a}html[data-theme="dark"] .admin-command-bar a{background:#16262f;border-color:#35505c}html[data-theme="dark"]:is(.dashboard-stat,.admin-dashboard-section .admin-card){background:#111e27;border-color:#2a3b46}html[data-theme="dark"] .dashboard-stat .stat-icon{background:#192d38}html[data-theme="dark"] .content-mix div{background:#0c1820}html[data-theme="dark"] .category-bars>div>div,html[data-theme="dark"] .dashboard-stack{background:#20313b}@media(max-width:1100px){.dashboard-stat-grid{grid-template-columns:repeat(3,1fr)}.dashboard-three-grid{grid-template-columns:1fr 1fr}.dashboard-three-grid>article:last-child{grid-column:1/-1}}@media(max-width:820px){.admin-title-row{display:block}.admin-head-date{display:none}.admin-command-bar{align-items:flex-start;flex-direction:column}.dashboard-main-grid,.dashboard-two-grid,.dashboard-three-grid{grid-template-columns:1fr}.dashboard-three-grid>article:last-child{grid-column:auto}.chart-legend{display:none}}@media(max-width:560px){.dashboard-stat-grid{grid-template-columns:repeat(2,1fr)}.dashboard-stat{padding:13px}.dashboard-stat strong{font-size:1.5rem}.dashboard-chart{gap:3px}.dashboard-day:nth-child(odd) small{visibility:hidden}.admin-command-bar nav{width:100%}.admin-command-bar a{flex:1;text-align:center}.category-bars>div{grid-template-columns:90px 1fr 22px}}.trending-marquee-section{padding:54px 0 50px;background:#f8fafc;border-top:1px solid var(--line);overflow:hidden;position:relative}.marquee-header-wrap{margin-bottom:28px}.marquee-title-box{display:flex;align-items:center;gap:20px}.marquee-heading{font-size:2rem;font-weight:800;letter-spacing:-0.03em;color:var(--navy);margin:0;white-space:nowrap}.marquee-accent-line{flex:1;height:4px;border-radius:99px;background:linear-gradient(90deg,#6366f1 0%,#00c49f 60%,transparent 100%);max-width:420px}.marquee-subtitle{color:var(--muted);font-size:0.95rem;margin:6px 0 0}.marquee-wrapper{display:flex;flex-direction:column;gap:16px;width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 4%,black 96%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 4%,black 96%,transparent 100%)}.marquee-row{display:flex;width:100%;overflow:hidden;user-select:none}.marquee-track{display:flex;gap:16px;width:max-content;will-change:transform}.marquee-row-left .marquee-track{animation:marqueeLeft 52s linear infinite}.marquee-row-right .marquee-track{animation:marqueeRight 56s linear infinite}.marquee-row:hover .marquee-track{animation-play-state:paused}@keyframes marqueeLeft{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes marqueeRight{0%{transform:translateX(-50%)}100%{transform:translateX(0)}}.marquee-card{display:flex;flex-direction:column;justify-content:space-between;width:340px;flex:0 0 340px;background:#ffffff;border:1px solid var(--line);border-radius:14px;padding:18px 20px;box-shadow:0 2px 10px rgba(16,42,67,0.04);text-decoration:none !important;transition:transform 0.22s ease,box-shadow 0.22s ease,border-color 0.22s ease;cursor:pointer}.marquee-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(16,42,67,0.08);border-color:#cbd5e1;text-decoration:none !important}.marquee-card-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.marquee-user-avatar{width:36px;height:36px;flex:0 0 36px;border-radius:50%;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,0.1);display:flex;align-items:center;justify-content:center;background:#e2e8f0}.marquee-user-avatar img{width:100%;height:100%;object-fit:cover;display:block}.marquee-user-info{flex:1;min-width:0}.marquee-user-top{display:flex;align-items:center;gap:6px;flex-wrap:nowrap}.marquee-username{font-size:0.88rem;font-weight:750;color:var(--text);white-space:nowrap}.marquee-target{display:inline-flex;align-items:center;gap:3px;font-size:0.76rem;font-weight:700;color:#4f46e5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:155px}.marquee-arrow{flex:0 0 12px;stroke:#6366f1}.marquee-meta{display:flex;align-items:center;gap:8px;margin-top:2px}.marquee-views{display:inline-flex;align-items:center;gap:4px;color:var(--muted);font-size:0.76rem;font-weight:600}.marquee-title{font-size:0.94rem;font-weight:750;line-height:1.42;color:var(--navy);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}html[data-theme="dark"] .trending-marquee-section{background:#09131d;border-color:#172736}html[data-theme="dark"] .marquee-heading{color:#f8fafc}html[data-theme="dark"] .marquee-subtitle{color:#94a3b8}html[data-theme="dark"] .marquee-card{background:#111f2c;border-color:#1c3042;box-shadow:0 4px 16px rgba(0,0,0,0.35)}html[data-theme="dark"] .marquee-card:hover{border-color:#2b4963;box-shadow:0 10px 28px rgba(0,0,0,0.5)}html[data-theme="dark"] .marquee-username{color:#f1f5f9}html[data-theme="dark"] .marquee-target{color:#a5b4fc}html[data-theme="dark"] .marquee-target .marquee-arrow{stroke:#a5b4fc}html[data-theme="dark"] .marquee-title{color:#e2e8f0}html[data-theme="dark"] .marquee-views{color:#94a3b8}@media (max-width:640px){.trending-marquee-section{padding:38px 0 34px}.marquee-heading{font-size:1.6rem}.marquee-accent-line{max-width:140px}.marquee-card{width:290px;flex:0 0 290px;padding:14px 16px}}.home-feedback-section{padding:50px 0 60px;background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);border-top:1px solid var(--line)}.home-feedback-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.home-feedback-box{display:flex;flex-direction:column;background:#ffffff;border:1px solid var(--line);border-radius:18px;padding:26px 28px;box-shadow:0 4px 20px rgba(16,42,67,0.05);transition:transform 0.2s ease,box-shadow 0.2s ease}.home-feedback-box:hover{box-shadow:0 10px 30px rgba(16,42,67,0.08)}.advice-box{border-top:4px solid #167bc2}.notrec-box{border-top:4px solid #b4233a}.feedback-box-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid var(--line)}.feedback-header-left{flex:1}.feedback-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:99px;font-size:0.76rem;font-weight:800;letter-spacing:0.04em;text-transform:uppercase;margin-bottom:8px}.advice-badge-pill{background:#e0f2fe;color:#0369a1}.notrec-badge-pill{background:#ffe4e6;color:#be123c}.feedback-box-header h3{font-size:1.45rem;font-weight:800;letter-spacing:-0.02em;color:var(--navy);margin:0 0 4px}.feedback-box-header p{font-size:0.88rem;color:var(--muted);margin:0;line-height:1.45}.feedback-all-link{display:inline-flex;align-items:center;gap:5px;font-size:0.82rem;font-weight:800;white-space:nowrap;padding:6px 12px;border-radius:8px;transition:all 0.2s ease}.advice-link{color:#0284c7;background:#f0f9ff}.advice-link:hover{background:#e0f2fe;color:#0369a1;text-decoration:none}.notrec-link{color:#e11d48;background:#fff1f2}.notrec-link:hover{background:#ffe4e6;color:#be123c;text-decoration:none}.feedback-cards-list{display:flex;flex-direction:column;gap:14px;flex:1}.feedback-card{padding:16px 18px;border-radius:12px;border:1px solid var(--line);background:#ffffff;display:flex;flex-direction:column;gap:8px;transition:transform 0.18s ease,border-color 0.18s ease}.feedback-card:hover{transform:translateY(-2px)}.advice-card-item:hover{border-color:#7dd3fc}.notrec-card-item:hover{border-color:#fda4af}.feedback-card-meta{display:flex;align-items:center;gap:8px;font-size:0.74rem;color:var(--muted)}.feedback-subject{font-weight:800;padding:2px 7px;border-radius:5px}.advice-card-item .feedback-subject{background:#e0f2fe;color:#0369a1}.notrec-card-item .feedback-subject{background:#ffe4e6;color:#be123c}.feedback-category{font-weight:600}.feedback-card-meta time{margin-left:auto;font-size:0.72rem}.feedback-card h4{margin:0;font-size:1.02rem;font-weight:750;line-height:1.4}.feedback-card h4 a{color:var(--navy);text-decoration:none}.feedback-card h4 a:hover{color:#0284c7}.notrec-card-item h4 a:hover{color:#e11d48}.feedback-card p{margin:0;font-size:0.86rem;color:var(--muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.feedback-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:4px;padding-top:10px;border-top:1px solid #f1f5f9}.feedback-author{display:inline-flex;align-items:center;gap:6px;font-size:0.78rem;font-weight:700;color:var(--text)}.feedback-author img{border-radius:50%;object-fit:cover}.feedback-read{font-size:0.78rem;font-weight:800;text-decoration:none}.advice-card-item .feedback-read{color:#0284c7}.notrec-card-item .feedback-read{color:#e11d48}.feedback-card-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:36px 20px;border-radius:14px;border:1px dashed var(--line);background:#fbfcfe;flex:1}.empty-icon-bubble{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:900;margin-bottom:12px}.advice-empty .empty-icon-bubble{background:#e0f2fe;color:#0284c7}.notrec-empty .empty-icon-bubble{background:#ffe4e6;color:#e11d48}.feedback-card-empty h4{margin:0 0 6px;font-size:1.05rem;font-weight:750;color:var(--navy)}.feedback-card-empty p{margin:0 0 16px;font-size:0.86rem;color:var(--muted);max-width:320px;line-height:1.45}.advice-btn{background:#0284c7;color:#fff !important}.advice-btn:hover{background:#0369a1;text-decoration:none}.notrec-btn{background:#e11d48;color:#fff !important}.notrec-btn:hover{background:#be123c;text-decoration:none}html[data-theme="dark"] .home-feedback-section{background:#070e16;border-color:#162432}html[data-theme="dark"] .home-feedback-box{background:#0f1c29;border-color:#1e3347}html[data-theme="dark"] .feedback-box-header h3{color:#f1f5f9}html[data-theme="dark"] .feedback-card{background:#142435;border-color:#1e3347}html[data-theme="dark"] .feedback-card h4 a{color:#f1f5f9}html[data-theme="dark"] .feedback-card-empty{background:#111e2c;border-color:#1e3347}html[data-theme="dark"] .feedback-card-empty h4{color:#f1f5f9}@media (max-width:860px){.home-feedback-grid{grid-template-columns:1fr;gap:20px}.home-feedback-box{padding:20px}}.rich-editor-wrap{border:1px solid var(--line);border-radius:12px;background:#ffffff;overflow:hidden;display:flex;flex-direction:column;transition:border-color 0.2s ease,box-shadow 0.2s ease;margin-top:6px}.rich-hidden-textarea,#bodyTextarea,.rich-editor-wrap textarea{display:none !important;visibility:hidden !important;opacity:0 !important;position:absolute !important;left:-9999px !important;width:0 !important;height:0 !important;padding:0 !important;margin:0 !important;border:0 !important;pointer-events:none !important}.rich-editor-wrap:focus-within{border-color:var(--mint);box-shadow:0 0 0 3px rgba(0,196,159,0.15)}.rich-editor-toolbar{position:relative;display:flex;align-items:center;gap:4px;flex-wrap:wrap;padding:8px 12px;background:#f8fafc;border-bottom:1px solid var(--line);user-select:none}.rich-link-popover{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(420px,calc(100vw - 32px));background:#ffffff;border:1px solid var(--line);border-radius:16px;box-shadow:0 20px 60px rgba(16,42,67,0.22),0 4px 14px rgba(0,0,0,0.08);padding:22px 24px;z-index:9999;display:flex;flex-direction:column;gap:14px;animation:popoverFadeIn 0.2s cubic-bezier(0.16,1,0.3,1);max-height:90vh;overflow-y:auto}.rich-link-popover-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.3);z-index:9998;animation:popoverOverlayIn 0.15s ease}@keyframes popoverOverlayIn{from{opacity:0}to{opacity:1}}@keyframes popoverFadeIn{from{opacity:0;transform:translateY(-6px) scale(0.98)}to{opacity:1;transform:translateY(0) scale(1)}}.rich-link-popover-title{display:flex;align-items:center;justify-content:space-between;font-size:0.92rem;font-weight:800;color:var(--navy);margin-bottom:2px}.rich-link-popover-title span{display:inline-flex;align-items:center;gap:6px}.rich-link-close-btn{background:transparent;border:none;font-size:1.15rem;cursor:pointer;color:var(--muted);padding:0 4px;line-height:1;border-radius:4px}.rich-link-close-btn:hover{color:var(--danger);background:#fee2e2}.rich-link-field{display:flex;flex-direction:column;gap:5px}.rich-link-field label{font-size:0.78rem;font-weight:750;color:var(--text)}.rich-link-field input[type="text"],.rich-link-field input[type="url"]{min-height:38px;padding:8px 12px;border:1px solid var(--line);border-radius:8px;font-size:0.88rem;background:#f8fafc;color:var(--text);transition:all 0.2s ease}.rich-link-field input:focus{background:#ffffff;border-color:#0284c7;outline:2px solid rgba(2,132,199,0.2)}.rich-link-options{display:flex;align-items:center;gap:8px;font-size:0.8rem;color:var(--muted);font-weight:650;cursor:pointer;user-select:none}.rich-link-options input[type="checkbox"]{width:16px;height:16px;min-height:16px;accent-color:#0284c7;margin:0;cursor:pointer}.rich-link-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:4px}.rich-link-btn{padding:8px 15px;font-size:0.82rem;font-weight:750;border-radius:8px;cursor:pointer;border:1px solid transparent;transition:all 0.15s ease}.rich-link-btn-save{background:#0284c7;color:#ffffff}.rich-link-btn-save:hover{background:#0369a1}.rich-link-btn-cancel{background:#f1f5f9;color:var(--text)}.rich-link-btn-cancel:hover{background:#e2e8f0}.rich-link-btn-unlink{background:#fee2e2;color:#b91c1c;margin-right:auto}.rich-link-btn-unlink:hover{background:#fecaca}html[data-theme="dark"] .rich-link-popover{background:#0f1c29;border-color:#1e3347;box-shadow:0 16px 40px rgba(0,0,0,0.45)}html[data-theme="dark"] .rich-link-popover-title{color:#f1f5f9}html[data-theme="dark"] .rich-link-field input{background:#0b151f;border-color:#1e3347;color:#f1f5f9}html[data-theme="dark"] .rich-link-btn-cancel{background:#142435;color:#d1d5db}.rich-tool-btn{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 8px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--navy);font-size:0.88rem;font-weight:700;cursor:pointer;transition:all 0.15s ease}.rich-tool-btn:hover{background:#e2e8f0;color:#0f172a}.rich-tool-btn.is-active{background:#0284c7;color:#ffffff}.rich-tool-sep{width:1px;height:20px;background:#cbd5e1;margin:0 4px}.rich-editor-content{min-height:260px;max-height:620px;padding:16px 18px;overflow-y:auto;font-size:1rem;line-height:1.75;color:#1e293b;outline:none;background:#ffffff}.rich-editor-content[data-placeholder]:empty:before{content:attr(data-placeholder);color:#94a3b8;pointer-events:none;display:block}.rich-editor-content p{margin:0 0 1em}.rich-editor-content h2{font-size:1.5rem;font-weight:800;color:var(--navy);margin:1.2em 0 0.5em;letter-spacing:-0.02em}.rich-editor-content h3{font-size:1.25rem;font-weight:750;color:var(--navy);margin:1.1em 0 0.4em}.rich-editor-content blockquote{margin:1em 0;padding:12px 18px;border-left:4px solid var(--mint);background:#f0fdf4;color:#166534;font-style:italic;border-radius:0 8px 8px 0}.rich-editor-content a{color:#0284c7;text-decoration:underline;text-underline-offset:3px}.rich-editor-content ul,.rich-editor-content ol{padding-left:24px;margin:0 0 1em}.rich-editor-content li{margin-bottom:4px}html[data-theme="dark"] .rich-editor-wrap{background:#0d1926;border-color:#1e3347}html[data-theme="dark"] .rich-editor-toolbar{background:#112233;border-color:#1e3347}html[data-theme="dark"] .rich-tool-btn{color:#e2e8f0}html[data-theme="dark"] .rich-tool-btn:hover{background:#1e3347}html[data-theme="dark"] .rich-tool-sep{background:#2b445c}html[data-theme="dark"] .rich-editor-content{background:#0d1926;color:#f1f5f9}html[data-theme="dark"] .rich-editor-content h2,html[data-theme="dark"] .rich-editor-content h3{color:#f8fafc}html[data-theme="dark"] .rich-editor-content blockquote{background:#06281e;border-left-color:#00c49f;color:#6ee7b7}html[data-theme="dark"] .rich-editor-content a{color:#38bdf8}.site-footer{background:#0b1f33;color:#a0aec0;padding:60px 0 30px;border-top:1px solid rgba(255,255,255,0.08)}.footer-main-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;align-items:start}.footer-col-brand .footer-desc{color:#94a3b8;font-size:0.92rem;line-height:1.6;margin:16px 0;max-width:320px}.footer-social{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.footer-social a{display:inline-flex;padding:6px 12px;border-radius:8px;background:rgba(255,255,255,0.06);color:#cbd5e1;font-size:0.8rem;font-weight:650;border:1px solid rgba(255,255,255,0.1);transition:all 0.2s ease}.footer-social a:hover{background:#00a88f;color:#ffffff;border-color:#00a88f;text-decoration:none}.footer-col-title{color:#f8fafc;font-size:1.02rem;font-weight:800;margin:0 0 18px;letter-spacing:-0.02em;position:relative;padding-bottom:8px}.footer-col-title::after{content:'';position:absolute;bottom:0;left:0;width:24px;height:2px;background:#00a88f;border-radius:2px}.footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.footer-links li a{color:#94a3b8;font-size:0.88rem;transition:color 0.2s ease,transform 0.2s ease;display:inline-block}.footer-links li a:hover{color:#38bdf8;text-decoration:none;transform:translateX(4px)}.footer-bottom{margin-top:50px;padding-top:24px;border-top:1px solid rgba(255,255,255,0.08);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;color:#64748b;font-size:0.82rem}.footer-bottom p{margin:0}@media (max-width:992px){.footer-main-grid{grid-template-columns:1fr 1fr;gap:30px}}@media (max-width:580px){.footer-main-grid{grid-template-columns:1fr;gap:32px}}
