.navWrap{position:sticky;top:0;z-index:100;background:#0b1220;border-bottom:1px solid rgba(255,255,255,.05)}.navInner{display:flex;align-items:center;justify-content:space-between;height:64px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.brand{display:flex;align-items:center;gap:10px;font-weight:600;font-size:18px;text-decoration:none;color:#fff}.dot{width:10px;height:10px;border-radius:50%;background:#6d5cff}.navLinks{display:flex;align-items:center;gap:18px}.navA{text-decoration:none;color:#9aa4b2;font-size:14px;transition:.2s}.navA:hover,.navA.active{color:#fff}.navA.pill{padding:6px 12px;border-radius:8px;background:#6d5cff26}.navBtn{padding:6px 12px;border-radius:8px;border:none;background:#ffffff14;color:#fff;cursor:pointer}.navBtn:hover{background:#ffffff26}.navLangWrap{display:inline-flex;align-items:center;gap:8px;margin-left:8px}.navLangLabel{font-size:12px;font-weight:700;color:#ffffffb8}.navLangSelect{height:36px;padding:0 10px;border-radius:10px;border:1px solid rgba(148,163,184,.18);background:#ffffff0d;color:#fff;font-size:13px;font-weight:700;outline:none;cursor:pointer}.navLangSelect:hover{border-color:#94a3b857}.navLangSelect option{color:#fff;background:#0f172a}.home{padding-top:6px}.home .muted{color:var(--muted)}.hero{margin-top:10px}.heroLeft{display:flex;align-items:flex-start;justify-content:center;min-height:120px}.heroLeft h1{margin:0;position:relative;display:inline-block;font-size:clamp(42px,7vw,74px);line-height:.96;letter-spacing:-2px;font-weight:900;color:#f8fbff;text-shadow:0 0 18px rgba(59,130,246,.14),0 0 38px rgba(124,92,255,.08);transition:transform .18s ease,text-shadow .22s ease,filter .22s ease;cursor:default;-webkit-user-select:none;user-select:none}.heroLeft h1:before{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;border-radius:999px;background:linear-gradient(90deg,#7c5cff00,#7c5cffcc 18%,#3b82f6f2,#7c5cffcc 82%,#7c5cff00);transform:scaleX(.72);transform-origin:center;opacity:.9;transition:transform .22s ease,opacity .22s ease,box-shadow .22s ease}.heroLeft h1:after{content:"";position:absolute;inset:-10px -14px;border-radius:18px;background:radial-gradient(circle at 20% 30%,rgba(124,92,255,.12),transparent 34%),radial-gradient(circle at 80% 70%,rgba(59,130,246,.1),transparent 36%);opacity:0;pointer-events:none;transition:opacity .22s ease}.heroLeft h1:hover{transform:translateY(-1px) scale(1.015);text-shadow:0 0 24px rgba(59,130,246,.22),0 0 46px rgba(124,92,255,.12);filter:brightness(1.04)}.heroLeft h1:hover:before{transform:scaleX(1);opacity:1;box-shadow:0 0 10px #7c5cff47,0 0 18px #3b82f62e}.heroLeft h1:hover:after{opacity:1}.section{margin-top:28px}.sectionHead{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:14px}.sectionHead h2{margin:0;font-size:24px;line-height:1.1}.link{color:#7c5cfff2;text-decoration:none;font-size:14px;font-weight:600}.link:hover{text-decoration:underline}.homeShowcaseCard{position:relative;display:grid;grid-template-columns:64px minmax(0,1fr) 64px;gap:14px;align-items:stretch;padding:16px;border-radius:22px;border:1px solid var(--stroke);background:radial-gradient(circle at top left,rgba(124,92,255,.14),transparent 36%),radial-gradient(circle at top right,rgba(59,130,246,.12),transparent 32%),linear-gradient(180deg,#ffffff08,#ffffff04);box-shadow:0 14px 34px #0000002e,inset 0 1px #ffffff0a}.homeShowcaseMediaWrap{min-width:0;width:100%;aspect-ratio:16 / 9;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#090c16,#04060c);box-shadow:inset 0 1px #ffffff08,0 10px 28px #00000038;backface-visibility:hidden;transform:translateZ(0);isolation:isolate}.homeShowcaseVideo{width:100%;height:100%;display:block;border:0;background:#000;object-fit:contain;image-rendering:auto;transform:translateZ(0);backface-visibility:hidden}iframe.homeShowcaseVideo{width:100%;height:100%}video.homeShowcaseVideo{width:100%;height:100%;object-fit:contain}.homeShowcaseArrow{appearance:none;align-self:center;justify-self:center;width:52px;height:52px;border-radius:16px;border:1px solid rgba(124,92,255,.22);background:radial-gradient(circle at top left,rgba(124,92,255,.14),transparent 44%),linear-gradient(180deg,#1e243cf5,#101424fa);color:#f8fbff;font-size:34px;line-height:1;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease,opacity .16s ease,box-shadow .16s ease;box-shadow:0 10px 22px #00000029,inset 0 1px #ffffff0a}.homeShowcaseArrow:hover{transform:translateY(-1px);border-color:#7c5cff61;background:radial-gradient(circle at top left,rgba(124,92,255,.18),transparent 46%),linear-gradient(180deg,#242c4afa,#14192e)}.homeShowcaseArrow:disabled{opacity:.45;cursor:not-allowed;transform:none}.homeShowcaseArrow.left{grid-column:1}.homeShowcaseArrow.right{grid-column:3}.homeShowcaseInfo{grid-column:1 / -1;display:flex;flex-direction:column;gap:12px;padding-top:4px}.homeShowcaseTitle{font-size:clamp(24px,3vw,34px);font-weight:900;line-height:1.08;color:#f8fbff;letter-spacing:-.02em;word-break:break-word}.homeShowcaseMeta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:var(--muted);font-size:14px;line-height:1.45}.homeShowcaseDesc{color:#d3d8e6;opacity:.95;font-size:15px;line-height:1.6;max-width:900px;word-break:break-word}.homeShowcaseInfo .btnX{align-self:flex-start;margin-top:2px}.slider{display:flex;flex-wrap:nowrap;gap:14px;overflow-x:auto;overflow-y:hidden;padding:4px 2px 12px;scroll-snap-type:x proximity;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.slider::-webkit-scrollbar{height:10px}.slider::-webkit-scrollbar-track{background:#ffffff08;border-radius:999px}.slider::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:999px}.slider::-webkit-scrollbar-thumb:hover{background:#ffffff29}.slide{flex:0 0 320px;min-width:320px;max-width:320px;min-height:320px;display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:18px;scroll-snap-align:start;text-decoration:none;color:inherit;background:linear-gradient(180deg,#ffffff08,#ffffff04);border:1px solid var(--stroke);box-shadow:0 8px 24px #0000001f;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.slide:hover{transform:translateY(-3px);border-color:#7c5cff52;background:linear-gradient(180deg,#ffffff0b,#ffffff06);box-shadow:0 14px 30px #00000029}.slideImageWrap{width:100%;height:150px;flex:0 0 auto;overflow:hidden;border-radius:14px;border:1px solid var(--stroke);background:#ffffff08}.slideImage{width:100%;height:100%;display:block;object-fit:cover;background:#ffffff08}.slideImagePh{width:100%;height:100%;background:linear-gradient(135deg,#7c5cff29,#3b82f61f)}.slideTop{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.slideTitle{flex:1;font-size:20px;font-weight:900;line-height:1.15;word-break:break-word}.slideSub{display:flex;flex-wrap:wrap;gap:7px;color:var(--muted);font-size:13px;line-height:1.4}.slideDesc{color:#d3d8e6;opacity:.92;font-size:14px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3}.slideMeta{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:10px}.feedHomeCompactList{display:flex;flex-direction:column;gap:14px}.feedHomeCompactCard{display:grid;grid-template-columns:180px minmax(0,1fr);gap:14px;align-items:start;padding:14px;border-radius:16px;text-decoration:none;color:inherit;background:linear-gradient(180deg,#ffffff08,#ffffff04);border:1px solid var(--stroke);box-shadow:0 8px 24px #0000001f;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;cursor:pointer}.feedHomeCompactCard:hover{transform:translateY(-2px);border-color:#7c5cff52;background:linear-gradient(180deg,#ffffff0b,#ffffff06);box-shadow:0 14px 30px #00000029}.feedHomeCompactImageWrap{width:100%;height:120px;overflow:hidden;border-radius:12px;border:1px solid var(--stroke);background:#ffffff08}.feedHomeCompactImage{width:100%;height:100%;object-fit:cover;display:block;background:#0b1120}.feedHomeCompactBody{min-width:0;display:flex;flex-direction:column;gap:10px}.feedHomeCompactTop{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.feedHomeCompactTitle{flex:1;font-size:20px;font-weight:900;line-height:1.12;word-break:break-word;color:#f8fbff}.feedHomeModBadge{display:inline-flex;align-items:center;justify-content:center;padding:7px 11px;border-radius:999px;border:1px solid rgba(148,163,184,.22);background:#94a3b814;color:#e2e8f0e6;font-size:12px;font-weight:700;line-height:1;white-space:nowrap;flex:0 0 auto}.feedHomeSub{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:13px;line-height:1.4}.feedHomeCompactDesc{color:#d3d8e6;opacity:.94;font-size:14px;line-height:1.5;word-break:break-word;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3}.feedHomeTags{display:flex;flex-wrap:wrap;gap:8px}.feedHomeMeta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.feedHomeVotes{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.feedVoteBtn{appearance:none;border:1px solid rgba(148,163,184,.22);background:#94a3b814;color:#e2e8f0e6;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:700;line-height:1;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .12s ease,opacity .16s ease}.feedVoteBtn:hover{border-color:#7c5cff57;background:#7c5cff1f}.feedVoteBtn:active{transform:translateY(1px)}.feedVoteBtn:disabled{opacity:.6;cursor:not-allowed}.feedVoteBtn.is-active{border-color:#7c5cff6b;background:#7c5cff29;color:#fff}.chip{display:inline-flex;align-items:center;justify-content:center;padding:7px 11px;border-radius:999px;border:1px solid rgba(148,163,184,.22);background:#94a3b814;color:#e2e8f0e6;font-size:12px;line-height:1;white-space:nowrap;font-weight:600}.badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;border:1px solid var(--stroke);font-size:12px;font-weight:700;line-height:1;white-space:nowrap}.badge.ok{color:#86efac;background:#4ade8014;border-color:#4ade8033}.badge.bad{color:#fca5a5;background:#ef444414;border-color:#ef444433}.badge.pending{color:#fcd34d;background:#f59e0b14;border-color:#f59e0b33}@media(max-width:1100px){.heroLeft h1{font-size:52px}.slide{flex-basis:300px;min-width:300px;max-width:300px}.homeShowcaseMediaWrap{aspect-ratio:16 / 9}}@media(max-width:900px){.heroLeft{min-height:96px}.heroLeft h1{font-size:44px;letter-spacing:-1.5px}.homeShowcaseCard{grid-template-columns:50px minmax(0,1fr) 50px;gap:10px;padding:14px}.homeShowcaseArrow{width:46px;height:46px;border-radius:14px;font-size:30px}.homeShowcaseTitle{font-size:26px}}@media(max-width:760px){.feedHomeCompactCard{grid-template-columns:1fr}.feedHomeCompactImageWrap{height:180px}.feedHomeCompactTop{flex-direction:column;align-items:stretch}.feedHomeCompactTitle{font-size:18px}.homeShowcaseCard{grid-template-columns:1fr}.homeShowcaseArrow{position:static;width:100%;height:42px;border-radius:12px;font-size:26px}.homeShowcaseArrow.left{order:1;grid-column:auto}.homeShowcaseMediaWrap{order:2;aspect-ratio:16 / 9}.homeShowcaseArrow.right{order:3;grid-column:auto}.homeShowcaseInfo{order:4;grid-column:auto}}@media(max-width:640px){.heroLeft{min-height:84px}.heroLeft h1{font-size:38px;letter-spacing:-1.2px}.sectionHead{align-items:center}.slide{flex-basis:270px;min-width:270px;max-width:270px;min-height:300px}.slideImageWrap{height:135px}.slideTitle{font-size:18px}.feedHomeCompactCard{padding:14px;border-radius:14px}.feedHomeMeta{align-items:flex-start;flex-direction:column}.homeShowcaseCard{padding:12px;border-radius:18px}.homeShowcaseTitle{font-size:22px}.homeShowcaseMeta{font-size:13px}.homeShowcaseDesc{font-size:14px}.homeShowcaseMediaWrap{border-radius:14px;aspect-ratio:16 / 9}.homeShowcaseInfo .btnX{width:100%;align-self:stretch}}.auth{max-width:520px;margin:0 auto}.form label{color:var(--muted);font-size:13px}.error{color:var(--danger)}.muted{color:var(--muted);font-size:13px}.btn.google{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;border:1px solid var(--stroke);background:#ffffff08}.btn.google:hover{background:#ffffff0f}.gIcon{width:22px;height:22px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:900;color:#fff;background:#7c5cff59;border:1px solid rgba(124,92,255,.35)}.divider{margin:12px 0;text-align:center;color:var(--muted);font-size:12px}.formInner{display:flex;flex-direction:column;gap:10px}.msg{color:var(--ok)}.profilePage{max-width:1120px;margin:0 auto;padding:6px 0 24px}.profileTop,.recentBox{border-radius:18px;border:1px solid var(--stroke);background:linear-gradient(180deg,#ffffff06,#ffffff04);box-shadow:0 8px 28px #0000001f}.profileTop h1,.recentBox h2{margin:0 0 10px;line-height:1.1}.profileTop h1{font-size:32px}.recentBox h2{font-size:24px}.profilePage .muted{color:var(--muted)}.profilePage .small{font-size:12px}.profilePage .input{width:100%;min-height:46px;padding:11px 14px;border-radius:12px;border:1px solid var(--stroke);background:#ffffff08;color:inherit;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.profilePage textarea.input{min-height:110px;resize:vertical}.profilePage .input:hover{background:#ffffff0b}.profilePage .input:focus{border-color:#7c5cff8c;box-shadow:0 0 0 3px #7c5cff24;background:#ffffff0d}.profileSettings{display:flex;flex-direction:column;gap:16px}.profileField{display:flex;flex-direction:column;gap:8px}.profileField label{font-size:12px;font-weight:700;color:var(--muted);letter-spacing:.2px}.chips{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 12px}.chip{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;border:1px solid var(--stroke);background:#ffffff08;font-size:12px;font-weight:700;color:var(--muted);line-height:1}.chip.admin{color:#ffd000;border-color:#ffdc0040;background:#ffdc000f}.chip.creator{color:var(--ok);border-color:#33d17a40;background:#33d17a0f}.chip.memer{color:#7c5cff;border-color:#7c5cff59;background:#7c5cff14}.chip.builder{color:#7bdcff;border-color:#7bdcff40;background:#7bdcff0f}.chip.memeLord{color:#ff8bd5;border-color:#ff8bd540;background:#ff8bd50f}.stats,.statsRow{display:flex;gap:14px;margin:16px 0 6px;flex-wrap:wrap}.stat,.statCard{flex:1 1 180px;border:1px solid var(--stroke);background:#ffffff06;border-radius:16px;padding:14px;min-width:0}.stat .num,.statNum{font-size:28px;font-weight:900;line-height:1}.stat .label,.statLabel{color:var(--muted);font-size:13px;margin-top:6px}.actions,.actionsRow{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.hint{margin-top:14px;color:var(--muted);font-size:13px;line-height:1.5}.list{margin-top:10px;display:flex;flex-direction:column;gap:10px}.item{text-decoration:none;color:inherit;border:1px solid var(--stroke);background:#ffffff05;border-radius:14px;padding:10px}.item:hover{background:#ffffff0a}.title{font-weight:800}.pointsSection{margin-top:18px;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px;background:radial-gradient(circle at top right,rgba(124,92,255,.16) 0%,rgba(124,92,255,.05) 24%,transparent 56%),linear-gradient(180deg,#ffffff08,#ffffff05);box-shadow:inset 0 1px #ffffff0a,0 8px 24px #0000001f}.pointsHeader{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.pointsHeader .mutedSmall:first-child{text-transform:uppercase;letter-spacing:.08em}.recentList{margin-top:12px;display:flex;flex-direction:column;gap:12px}.recentItem{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:14px;border:1px solid var(--stroke);border-radius:15px;text-decoration:none;color:inherit;background:linear-gradient(180deg,#ffffff06,#ffffff04);transition:background .18s ease,border-color .18s ease,transform .15s ease,box-shadow .18s ease}.recentItem:hover{background:linear-gradient(180deg,#ffffff0b,#ffffff06);border-color:#7c5cff3d;transform:translateY(-2px);box-shadow:0 10px 26px #0000001f}.recentLeft{min-width:0;flex:1}.recentTitle{font-weight:900;font-size:17px;line-height:1.2;word-break:break-word}.recentSub{margin-top:6px;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.mutedSmall{color:var(--muted);font-size:12px;line-height:1.4}.dot{color:var(--muted)}.badge{display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;line-height:1;padding:4px 9px;border-radius:999px;border:1px solid var(--stroke);color:var(--muted);background:#ffffff08}.badge.approved{color:#7dffb2;border-color:#7dffb240;background:#7dffb20f}.badge.pending{color:#ffd27d;border-color:#ffd27d40;background:#ffd27d0f}.badge.rejected,.badge.declined{color:#ff7d7d;border-color:#ff7d7d40;background:#ff7d7d0f}.badge.draft{color:#9aa4ff;border-color:#9aa4ff40;background:#9aa4ff0f}.recentRight{color:var(--muted);font-size:13px;flex:0 0 auto}.miniLink{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:#ffffffeb;border-radius:10px;padding:7px 11px;cursor:pointer;font-weight:800;transition:background .16s ease,border-color .16s ease,transform .14s ease}.miniLink:hover{background:#ffffff17;border-color:#7c5cff38;transform:translateY(-1px)}.miniDanger{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,99,99,.45);background:#ff63631f;color:#ffb3b3;border-radius:10px;padding:7px 11px;cursor:pointer;font-weight:800;transition:background .16s ease,border-color .16s ease,transform .14s ease}.miniDanger:hover{background:#ff63632e;border-color:#ff636399;transform:translateY(-1px)}.ttModalOverlay{position:fixed;inset:0;background:#00000094;display:flex;align-items:center;justify-content:center;padding:16px;z-index:9999}.ttModal{width:min(560px,calc(100vw - 28px));border-radius:16px;background:#0a1428f5;border:1px solid rgba(255,255,255,.1);box-shadow:0 18px 60px #0000008c;overflow:hidden;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ttModalHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-bottom:1px solid rgba(255,255,255,.08)}.ttModalTitle{color:#fff;font-weight:900;letter-spacing:.2px}.ttModalClose{border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#ffffffeb;border-radius:10px;width:36px;height:32px;cursor:pointer}.ttModalClose:hover{background:#ffffff1a}.ttModalBody{padding:14px}.ttModalFooter{display:flex;align-items:center;gap:10px;padding:14px;border-top:1px solid rgba(255,255,255,.08)}.ttCheckbox{display:flex;gap:10px;align-items:center;color:#ffffffe6;-webkit-user-select:none;user-select:none}.ttBtn{border-radius:12px;padding:10px 14px;font-weight:900;cursor:pointer;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#ffffffeb}.ttBtnGhost:hover{background:#ffffff1a}.ttBtnDanger{border:1px solid rgba(255,99,99,.55);background:#ff636333;color:#fff}.ttBtnDanger:hover{background:#ff636347}.ttBtnDanger.is-disabled,.ttBtnDanger:disabled{opacity:.45;cursor:not-allowed;filter:grayscale(.6)}@media(max-width:760px){.profileTop h1{font-size:28px}.recentBox h2{font-size:22px}.pointsHeader{align-items:flex-start}.recentItem{flex-direction:column;align-items:stretch}.recentRight{width:100%}.recentRight[style]{justify-content:flex-start;flex-wrap:wrap}.actionsRow,.actions,.stats,.statsRow{width:100%}}@media(max-width:520px){.profilePage{padding-bottom:16px}.stat,.statCard{flex:1 1 100%}.miniLink,.miniDanger{flex:1 1 100%;justify-content:center}.ttModalFooter{flex-wrap:wrap}.ttSpacer{display:none}.ttModalFooter .ttBtn{width:100%}}.modsPage{max-width:1120px;margin:0 auto;padding:6px 0 20px}.modsTop{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:8px}.modsTop h1{margin:0;font-size:32px;line-height:1.1}.filters{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.filters .input{min-width:220px;height:44px;padding:0 14px;border-radius:12px;border:1px solid var(--stroke);background:#ffffff08;color:inherit;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.filters .input:hover{background:#ffffff0b}.filters .input:focus{border-color:#7c5cff8c;box-shadow:0 0 0 3px #7c5cff24;background:#ffffff0d}.filters select.input{cursor:pointer}.grid{margin-top:16px;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}.modsList{margin-top:18px;display:flex;flex-direction:column;gap:16px}.cardItem{display:flex;gap:12px;padding:12px;border:1px solid var(--stroke);border-radius:16px;text-decoration:none;color:inherit;background:linear-gradient(180deg,#ffffff06,#ffffff04);box-shadow:0 4px 18px #00000014;transition:background .2s ease,transform .15s ease,border-color .18s ease,box-shadow .18s ease}.cardItem:hover{background:linear-gradient(180deg,#ffffff0d,#ffffff08);border-color:#7c5cff47;box-shadow:0 10px 26px #00000024;transform:translateY(-2px)}.modListItem{display:flex;align-items:flex-start;gap:16px;padding:14px}.thumb{width:56px;height:56px;border-radius:12px;overflow:hidden;flex:0 0 auto;border:1px solid var(--stroke);background:#ffffff08}.modListItem .thumb{width:92px;height:92px;border-radius:14px;flex:0 0 92px}.thumb img{width:100%;height:100%;object-fit:cover;display:block;background:#ffffff08}.thumbPh{width:100%;height:100%;background:linear-gradient(135deg,#7c5cff29,#3b82f61f)}.meta{display:flex;flex-direction:column;gap:7px;min-width:0;flex:1}.title{font-weight:800;font-size:17px;line-height:1.2;color:var(--text, inherit);word-break:break-word}.summary{color:var(--muted);font-size:13px;line-height:1.45;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.grid .summary{-webkit-line-clamp:2;line-clamp:2}.modListItem .summary{font-size:14px;-webkit-line-clamp:3;line-clamp:3}.sub{color:var(--muted);font-size:12px;display:flex;gap:8px;flex-wrap:wrap;align-items:center;line-height:1.4}.modListItem .sub{font-size:12.5px;gap:7px}.tagRow{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.modTag{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;background:#7c5cff1f;border:1px solid rgba(124,92,255,.22);color:#d8ccff;font-size:12px;font-weight:600;line-height:1;white-space:nowrap}.modTag:hover{background:#7c5cff29;border-color:#7c5cff4d}.bottom{margin-top:22px;display:flex;justify-content:center;align-items:center}.paginationBar{display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap}.pageInfo{min-width:190px;text-align:center;color:var(--muted);font-size:13px}.btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:760px){.modsTop{align-items:stretch}.filters{width:100%}.filters .input{min-width:0;width:100%}.modListItem{gap:12px;padding:12px}.modListItem .thumb{width:76px;height:76px;flex-basis:76px}.title{font-size:16px}.modListItem .summary{font-size:13px;-webkit-line-clamp:2;line-clamp:2}}@media(max-width:520px){.modsPage{padding-bottom:14px}.modsTop h1{font-size:28px}.modListItem{flex-direction:column}.modListItem .thumb{width:100%;height:180px;flex-basis:auto}.paginationBar{gap:10px}.pageInfo{min-width:0;width:100%;order:-1}}.modDetail{width:calc(100vw - 32px);max-width:1700px;min-width:0;margin:0 auto;box-sizing:border-box}.modDetail .card.body{margin-top:18px}.modPageGrid{display:grid;grid-template-columns:190px minmax(0,1fr) 190px;gap:14px;align-items:start;margin-top:18px}.modAdsCol,.modMainCol,.modInfoCol{min-width:0}.modAdsCol,.modInfoCol{display:flex;flex-direction:column;gap:18px}.modAdsCol{width:72px;max-width:72px;justify-self:end}.modAdsCol>*{width:72px;max-width:72px}.modMainCol{min-width:0}.modInfoCol{min-width:0;max-width:190px;position:relative}.modInfoCol .sideCard:first-child{position:static}.adCard{min-height:180px}.sideCard{margin-top:0!important}.sideCard+.sideCard{margin-top:0!important}.topBar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-top:18px}.topLeft{min-width:0;flex:1 1 auto}.title{margin:0;font-size:clamp(28px,4vw,34px);line-height:1.08;letter-spacing:.2px;word-break:break-word}.meta{margin-top:10px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.dotSep{margin:0 2px;opacity:.55}.topActions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:flex-end;flex:0 0 auto;max-width:100%;margin-top:14px}.modAuthorLink{appearance:none;display:inline-flex;align-items:center;gap:8px;padding:5px 10px;min-height:30px;border-radius:999px;border:1px solid rgba(123,220,255,.22);background:radial-gradient(circle at top left,rgba(123,220,255,.14),transparent 48%),linear-gradient(180deg,#1e293beb,#0f172afa);color:#dff6ff;font:inherit;font-size:12px;font-weight:800;line-height:1;text-decoration:none;cursor:pointer;white-space:nowrap;transition:transform .12s ease,border-color .14s ease,background .14s ease,box-shadow .14s ease,color .14s ease;box-shadow:inset 0 1px #ffffff0d,0 4px 14px #0003}.modAuthorLink:before{content:"@";font-size:11px;line-height:1;color:#7bdcffe0;opacity:.95}.modAuthorLink:hover{transform:translateY(-1px);border-color:#7bdcff6b;background:radial-gradient(circle at top left,rgba(123,220,255,.2),transparent 50%),linear-gradient(180deg,#243247f5,#162033);color:#fff;box-shadow:inset 0 1px #ffffff12,0 8px 20px #0000003d}.modAuthorLink:active{transform:translateY(0)}.modAuthorLink:focus-visible{outline:none;border-color:#bfefffd9;box-shadow:0 0 0 2px #7bdcff29,0 8px 20px #0000003d}.headerTagsRow{margin-top:12px;margin-bottom:2px;width:100%}.chips{display:flex;flex-direction:row;align-items:center;align-content:flex-start;justify-content:flex-start;gap:8px;flex-wrap:wrap;width:100%}.chip{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;border:1px solid rgba(148,163,184,.22);background:#94a3b814;color:#e2e8f0e6;font-size:11px;line-height:1;white-space:nowrap;flex:0 0 auto;font-weight:600;letter-spacing:.2px;box-shadow:inset 0 1px #ffffff08}.btnX{appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 15px;border-radius:4px;border:1px solid #4b5563;background:linear-gradient(180deg,#1e293b,#0f172a);color:#fff;font-weight:800;letter-spacing:.3px;font-size:13px;line-height:1;text-decoration:none;white-space:nowrap;cursor:pointer;transition:background .14s ease,border-color .14s ease,box-shadow .14s ease,transform 80ms ease,opacity .14s ease;box-shadow:inset 0 1px #ffffff0f,0 2px 8px #00000047;-webkit-user-select:none;user-select:none}.btnX:hover{background:linear-gradient(180deg,#243247,#162033);border-color:#9ca3af;box-shadow:inset 0 1px #ffffff14,0 3px 10px #00000052}.btnX:active{transform:translateY(1px);background:linear-gradient(180deg,#0f172a,#0b1220)}.btnX:focus-visible{outline:none;border-color:#e5e7eb;box-shadow:inset 0 1px #ffffff14,0 0 0 2px #e5e7eb24,0 3px 10px #00000052}.btnX:disabled,.btnX[aria-disabled=true]{opacity:.55;cursor:not-allowed;transform:none;box-shadow:inset 0 1px #ffffff0a,0 1px 4px #0003}.btnGhost{background:linear-gradient(180deg,#374151,#1f2937);border-color:#6b7280;color:#fff}.btnGhost:hover{background:linear-gradient(180deg,#4b5563,#374151);border-color:#d1d5db}.btnPrimary{background:linear-gradient(180deg,#223654,#122033);border-color:#64748b;color:#fff}.btnPrimary:hover{background:linear-gradient(180deg,#2a4469,#162740);border-color:#f3f4f6}.btnApprove{background:linear-gradient(180deg,#223654,#122033);border-color:#94a3b8;color:#fff}.btnApprove:hover{background:linear-gradient(180deg,#2e4a73,#1a2c46);border-color:#fff}.btnDecline{background:linear-gradient(180deg,#4b5563,#1f2937);border-color:#9ca3af;color:#fff}.btnDecline:hover{background:linear-gradient(180deg,#6b7280,#374151);border-color:#fff}.btnDelete{background:linear-gradient(180deg,#374151,#111827);border-color:#9ca3af;color:#fff}.btnDelete:hover{background:linear-gradient(180deg,#4b5563,#1f2937);border-color:#fff}.btnAdminDelete{background:linear-gradient(180deg,#1f2937,#0b1120);border-color:#94a3b8;color:#fff}.btnAdminDelete:hover{background:linear-gradient(180deg,#374151,#111827);border-color:#fff}.btnSmallX{min-height:34px;padding:8px 11px;font-size:12px;border-radius:3px}.notice,.error,.ok{margin-top:12px}.card.body{border-radius:10px;border:1px solid #334155;background:linear-gradient(180deg,#0f172a,#0b1220);box-shadow:inset 0 1px #ffffff08,0 10px 26px #0000003d;padding:16px 18px}.sectionTitle{margin-bottom:12px}.html{min-width:0;color:#fffffff0;line-height:1.6;overflow-wrap:anywhere}.modShowcaseWrap{position:relative;width:100%;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at top left,rgba(123,220,255,.08),transparent 38%),linear-gradient(180deg,#ffffff08,#ffffff04);box-shadow:inset 0 1px #ffffff08,0 18px 42px #0000004d}.modShowcaseVideo{width:100%;display:block;border:0;background:#000}iframe.modShowcaseVideo{aspect-ratio:16 / 9;min-height:320px}video.modShowcaseVideo{max-height:620px}.sideCardHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.sideMetaList{display:flex;flex-direction:column;gap:10px}.sideMetaRow{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.sideMetaLabel{color:#ffffff8c;font-size:12px;white-space:nowrap}.sideMetaValue{color:#ffffffeb;font-size:13px;text-align:right;word-break:break-word}.versionQuickList{display:flex;flex-direction:column;gap:12px}.versionQuickItem{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-radius:6px;border:1px solid #374151;background:#111827}.versionQuickMain{min-width:0;flex:1 1 auto}.versionQuickMc{font-size:13px;font-weight:800;color:#fff}.versionQuickName{margin-top:4px;font-size:12px;color:#ffffffd1;word-break:break-word}.versionQuickDate{margin-top:4px;font-size:11px;color:#ffffff85}.versionQuickActions{flex:0 0 auto}.commentsCard{margin-top:18px}.commentsHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.commentComposer{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.commentInput{min-height:92px;resize:vertical}.commentComposerFooter{display:flex;align-items:center;justify-content:space-between;gap:12px}.commentsList{display:flex;flex-direction:column;gap:12px}.commentThread{display:flex;flex-direction:column;gap:10px}.commentReplies{margin-top:10px;display:flex;flex-direction:column;gap:10px}.commentItem{display:flex;gap:12px;padding:14px;border:1px solid #374151;border-radius:6px;background:#111827;transition:border-color .14s ease,background .14s ease}.commentItem:hover{border-color:#64748b;background:#162033}.commentAvatarWrap{flex:0 0 auto}.commentAvatar{width:42px;height:42px;border-radius:4px;object-fit:cover;display:block;border:1px solid #4b5563;transition:transform .12s ease,border-color .14s ease,box-shadow .14s ease,filter .14s ease}.commentAvatar[role=button],.commentAvatarFallback[role=button]{cursor:pointer}.commentAvatar[role=button]:hover,.commentAvatarFallback[role=button]:hover{transform:translateY(-1px);border-color:#7bdcff;box-shadow:0 0 0 2px #7bdcff24;filter:brightness(1.03)}.commentAvatar[role=button]:focus-visible,.commentAvatarFallback[role=button]:focus-visible{outline:none;border-color:#bfefff;box-shadow:0 0 0 2px #7bdcff2e}.commentAvatarFallback{display:grid;place-items:center;background:#374151;color:#fff;font-weight:800}.commentMain{flex:1 1 auto;min-width:0}.commentTop{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.commentAuthorRow{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.commentAuthor{font-weight:800;color:#fff;overflow-wrap:anywhere}button.commentAuthor{appearance:none;display:inline-flex;align-items:center;gap:6px;padding:4px 9px;min-height:28px;border-radius:999px;border:1px solid rgba(123,220,255,.18);background:radial-gradient(circle at top left,rgba(123,220,255,.12),transparent 46%),linear-gradient(180deg,#1e293bb8,#111827e0);color:#e8fbff;cursor:pointer;transition:transform .12s ease,border-color .14s ease,background .14s ease,box-shadow .14s ease,color .14s ease;box-shadow:inset 0 1px #ffffff0a}button.commentAuthor:before{content:"@";font-size:10px;color:#7bdcffe6;opacity:.95}button.commentAuthor:hover{transform:translateY(-1px);border-color:#7bdcff61;background:radial-gradient(circle at top left,rgba(123,220,255,.18),transparent 48%),linear-gradient(180deg,#243247e0,#162033f5);color:#fff;box-shadow:inset 0 1px #ffffff0d,0 6px 16px #0000002e}button.commentAuthor:active{transform:translateY(0)}button.commentAuthor:focus-visible{outline:none;border-color:#bfefffe0;box-shadow:0 0 0 2px #7bdcff29,0 6px 16px #0000002e}.commentReplyingTo{font-size:11px;color:#ffffff94}.commentRoleBadge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:700;line-height:1;border:1px solid #4b5563;white-space:nowrap;color:#fff;background:#1f2937}.commentRoleBadge.creator{color:#fff;background:#223654;border-color:#64748b}.commentRoleBadge.admin{color:#fff;background:#374151;border-color:#9ca3af}.commentTopRight{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;flex:0 0 auto}.commentDate{font-size:12px;color:#ffffff94;white-space:nowrap}.commentDeleteBtn{appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:7px 10px;border:1px solid #6b7280;border-radius:3px;background:linear-gradient(180deg,#374151,#1f2937);color:#fff;font-size:12px;font-weight:700;cursor:pointer;line-height:1;transition:background .14s ease,border-color .14s ease,box-shadow .14s ease,opacity .14s ease,transform 80ms ease}.commentDeleteBtn:hover{background:linear-gradient(180deg,#4b5563,#374151);border-color:#fff}.commentDeleteBtn:active{transform:translateY(1px)}.commentDeleteBtn:disabled{opacity:.6;cursor:default}.commentText{color:#ffffffeb;line-height:1.55;word-break:break-word;overflow-wrap:anywhere}.commentActionsRow{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:12px}.commentActionBtn{appearance:none;border:1px solid #6b7280;background:linear-gradient(180deg,#374151,#1f2937);color:#fff;font-size:12px;font-weight:700;line-height:1;padding:7px 10px;border-radius:3px;cursor:pointer;transition:background .14s ease,border-color .14s ease,transform 80ms ease,opacity .14s ease}.commentActionBtn:hover{background:linear-gradient(180deg,#4b5563,#374151);border-color:#fff}.commentActionBtn:active{transform:translateY(1px)}.commentActionBtn:disabled{opacity:.6;cursor:not-allowed}.commentActionBtn.is-active{border-color:#94a3b8;background:linear-gradient(180deg,#223654,#122033)}.commentRepliesCount{font-size:12px;color:#fff9}.replyComposer{margin-top:12px;padding:12px;border:1px solid #374151;border-radius:6px;background:#0f172a}.input{width:100%;border-radius:6px;border:1px solid #4b5563;background:linear-gradient(180deg,#1f2937,#111827);color:#fff;padding:14px 15px;font:inherit;box-sizing:border-box;transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.input::placeholder{color:#ffffff6b}.input:hover{border-color:#64748b}.input:focus{outline:none;border-color:#e5e7eb;box-shadow:inset 0 1px #ffffff0a,0 0 0 2px #e5e7eb1f;background:linear-gradient(180deg,#243247,#162033)}@media(max-width:1500px){.modDetail{width:calc(100vw - 24px);max-width:1500px;margin:0 auto}.modPageGrid{grid-template-columns:180px minmax(0,1fr) 180px;gap:12px}.modAdsCol{width:68px;max-width:68px;justify-self:end}.modInfoCol{max-width:180px}}@media(max-width:1250px){.modDetail{width:calc(100vw - 18px);max-width:none;margin:0 auto}.modPageGrid{grid-template-columns:minmax(0,1fr) 190px;gap:12px}.modAdsCol{display:none}.modInfoCol{max-width:190px}}@media(max-width:980px){.modDetail{width:calc(100vw - 16px);margin:0 auto}.modPageGrid{grid-template-columns:1fr}.modInfoCol,.modAdsCol,.modMainCol{display:flex;flex-direction:column;gap:18px}.modAdsCol{display:none}.modInfoCol{order:2;max-width:none}.modMainCol{order:1}.topBar{flex-direction:column;align-items:stretch}.topActions{justify-content:flex-start;margin-top:10px}iframe.modShowcaseVideo{min-height:260px}video.modShowcaseVideo{max-height:420px}}@media(max-width:700px){.card.body{padding:14px;border-radius:8px}.topActions{gap:8px}.btnX{min-height:40px;padding:10px 13px;font-size:12px}.modAuthorLink{max-width:100%;white-space:normal;line-height:1.2}.commentItem,.versionQuickItem,.replyComposer{padding:12px}.commentTop{flex-direction:column;align-items:stretch}.commentTopRight{justify-content:flex-start}.commentComposerFooter{flex-direction:column;align-items:stretch}.commentComposerFooter .btnX{width:100%}.commentActionsRow{gap:8px}.commentActionBtn{min-height:34px}.sideCardHeader{flex-direction:column;align-items:stretch}.sideMetaRow{flex-direction:column;gap:6px}.sideMetaValue{text-align:left}.versionQuickItem{flex-direction:column;align-items:stretch}.versionQuickActions .btnX{width:100%}.modShowcaseWrap{border-radius:14px}iframe.modShowcaseVideo{min-height:220px}video.modShowcaseVideo{max-height:320px}}.feedPage{width:min(1100px,calc(100vw - 32px));margin:0 auto;box-sizing:border-box}.feedTop{margin-top:16px;margin-bottom:16px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.feedTopLeft{min-width:0}.feedTopLeft h1{margin:0 0 6px;font-size:clamp(30px,4vw,40px);line-height:1.02}.feedTopRight{flex:0 0 auto}.feedFiltersCard{border-radius:10px;border:1px solid #334155;background:linear-gradient(180deg,#0f172a,#0b1220);box-shadow:inset 0 1px #ffffff08,0 10px 26px #0000003d;padding:16px 18px}.feedFiltersGrid{display:grid;grid-template-columns:minmax(0,1.3fr) 220px 220px;gap:14px;align-items:end}.feedFilterField{display:flex;flex-direction:column;gap:8px;min-width:0}.feedFilterSearch{min-width:0}.feedFilterSummary{margin-top:12px}.feedStateCard{margin-top:16px;border-radius:10px;border:1px solid #334155;background:linear-gradient(180deg,#0f172a,#0b1220);padding:16px 18px}.feedList{margin-top:18px;display:flex;flex-direction:column;gap:16px}.feedPostCard{border-radius:10px;border:1px solid #334155;background:linear-gradient(180deg,#0f172a,#0b1220);box-shadow:inset 0 1px #ffffff08,0 10px 26px #0000003d;padding:16px 18px}.feedPostTop{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.feedPostAuthorBlock{display:flex;align-items:center;gap:12px;min-width:0}.feedPostAvatar{width:46px;height:46px;border-radius:4px;object-fit:cover;display:block;border:1px solid #4b5563;flex:0 0 auto}.feedPostAvatarFallback{display:grid;place-items:center;background:linear-gradient(180deg,#223654,#122033);color:#fff;font-weight:800;font-size:22px}.feedPostAuthorMeta{min-width:0}.feedPostAuthorName{color:#fff;font-weight:800;line-height:1.1;word-break:break-word}.feedPostTopRight{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.feedPostModBadge{display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border-radius:999px;border:1px solid rgba(148,163,184,.22);background:#94a3b814;color:#e2e8f0e6;font-size:12px;font-weight:700;line-height:1;white-space:nowrap;flex:0 0 auto}.feedDeleteBtn{padding:8px 12px;min-height:36px}.feedPostTitle{margin-top:16px;font-size:clamp(22px,3vw,30px);font-weight:900;line-height:1.08;color:#fff;word-break:break-word}.feedPostImageWrap{margin-top:16px;width:100%;border-radius:10px;overflow:hidden;border:1px solid #334155;background:#111827}.feedPostImage{width:100%;max-height:700px;object-fit:contain;display:block;background:#0b1120}.feedPostText{margin-top:14px;color:#ffffffeb;line-height:1.65;white-space:pre-wrap;word-break:break-word}.feedPostTags{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.feedTagBtn{cursor:pointer}.feedPostBottom{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.feedPostStats{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#ffffffb3;font-size:13px;font-weight:700}.feedReactionBtn{appearance:none;border:1px solid #334155;background:#ffffff0a;color:#ffffffe0;border-radius:10px;padding:8px 12px;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease,color .18s ease,box-shadow .18s ease;font-size:13px;font-weight:800;line-height:1}.feedReactionBtn:hover{background:#ffffff12;border-color:#475569;color:#fff;transform:translateY(-1px)}.feedReactionBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.feedReactionBtn.active.like{border-color:#33d17a73;background:#33d17a1f;color:#d8ffe7;box-shadow:inset 0 0 0 1px #33d17a14}.feedReactionBtn.active.dislike{border-color:#ff6b6b73;background:#ff6b6b1f;color:#ffe0e0;box-shadow:inset 0 0 0 1px #ff6b6b14}.feedCommentsCount{display:inline-flex;align-items:center;min-height:38px;padding:0 2px;color:#ffffffb8;font-size:13px;font-weight:800}.feedCommentsExpandBar{width:100%;margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;border:1px solid rgba(148,163,184,.16);border-radius:10px;background:#ffffff09;color:#ffffffe6;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease,color .18s ease}.feedCommentsExpandBar:hover{background:#ffffff0f;border-color:#475569;color:#fff}.feedCommentsExpandText{font-size:13px;font-weight:800;line-height:1}.feedCommentsExpandArrow{font-size:20px;line-height:1;transition:transform .18s ease;transform:rotate(0)}.feedCommentsExpandBar.open .feedCommentsExpandArrow{transform:rotate(180deg)}.feedCommentsWrap{margin-top:12px;border-top:1px solid rgba(148,163,184,.14);padding-top:14px}.feedCommentsList{display:flex;flex-direction:column;gap:10px}.feedCommentItem{border-radius:10px;border:1px solid rgba(51,65,85,.95);background:linear-gradient(180deg,#ffffff09,#ffffff05);padding:10px 12px}.feedCommentTop{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.feedCommentAuthor{display:flex;align-items:center;gap:9px;min-width:0}.feedCommentAvatar{width:28px;height:28px;border-radius:999px;object-fit:cover;display:block;border:1px solid #475569;flex:0 0 auto}.feedCommentAvatarFallback{display:grid;place-items:center;background:linear-gradient(180deg,#223654,#122033);color:#fff;font-weight:800;font-size:12px}.feedCommentMeta{min-width:0}.feedCommentName{color:#fff;font-size:13px;font-weight:800;line-height:1.2;word-break:break-word}.feedCommentText{color:#ffffffe6;font-size:13px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.feedNoComments{margin-bottom:6px}.feedCommentComposer{margin-top:12px;display:flex;flex-direction:column;gap:10px}.feedCommentInput{min-height:82px;resize:vertical}.feedCommentComposerBottom{display:flex;align-items:center;justify-content:space-between;gap:12px}@media(max-width:980px){.feedPage{width:calc(100vw - 20px)}.feedTop{flex-direction:column;align-items:stretch}.feedFiltersGrid{grid-template-columns:1fr}}@media(max-width:700px){.feedPage{width:calc(100vw - 16px)}.feedFiltersCard,.feedStateCard,.feedPostCard{padding:14px;border-radius:8px}.feedPostTop{flex-direction:column;align-items:stretch}.feedPostTopRight{width:100%;justify-content:space-between}.feedPostBottom{flex-direction:column;align-items:flex-start}.feedPostStats{width:100%}.feedReactionBtn{min-height:38px}.feedCommentComposerBottom{flex-direction:column;align-items:stretch}.feedTopRight .btnX{width:100%}}.createFeedPage{width:min(1280px,calc(100vw - 40px));margin:0 auto;box-sizing:border-box}.createFeedTop{margin-top:16px;margin-bottom:16px}.createFeedTop h1{margin:0 0 6px;font-size:clamp(28px,4vw,36px);line-height:1.05}.createFeedGrid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.createFeedCard{border-radius:10px;border:1px solid #334155;background:linear-gradient(180deg,#0f172a,#0b1220);box-shadow:inset 0 1px #ffffff08,0 10px 26px #0000003d;padding:16px 18px}.createFeedForm{display:flex;flex-direction:column;gap:14px;min-width:0}.createFeedPreview{position:sticky;top:18px;min-width:0}.createFeedSectionTitle{margin-bottom:10px;font-size:13px;font-weight:800;color:#ffffffb8;letter-spacing:.3px;text-transform:uppercase}.createFeedField{display:flex;flex-direction:column;gap:8px}.createFeedTextarea{min-height:180px;resize:vertical}.createFeedUploadBox{display:flex;flex-direction:column;gap:6px;padding:16px;border:1px dashed #64748b;border-radius:8px;background:#94a3b80d;cursor:pointer;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease}.createFeedUploadBox:hover{border-color:#94a3b8;background:#94a3b814}.createFeedUploadBox.is-dragging{border-color:#cbd5e1;background:#3b82f61a;box-shadow:0 0 0 2px #94a3b81f}.createFeedUploadTitle{color:#fff;font-weight:800;font-size:14px}.createFeedUploadSub{color:#ffffff9e;font-size:12px}.createFeedImageMeta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.createFeedTagsPreview,.feedPreviewTags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.createFeedHint{padding:12px 14px;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#94a3b80f;color:#e2e8f0db;font-size:13px;line-height:1.45}.createFeedActions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:4px}.feedPreviewCard{display:flex;flex-direction:column;gap:12px;padding:14px;border-radius:8px;border:1px solid #374151;background:#111827}.feedPreviewTop{display:flex;align-items:center;justify-content:space-between;gap:12px}.feedPreviewAuthor{display:flex;align-items:center;gap:10px;min-width:0}.feedPreviewAvatar{width:42px;height:42px;border-radius:4px;display:grid;place-items:center;border:1px solid #4b5563;background:linear-gradient(180deg,#223654,#122033);color:#fff;font-weight:800;font-size:20px}.feedPreviewAuthorName{color:#fff;font-weight:800;line-height:1.1}.feedPreviewTitle{font-size:22px;line-height:1.15;font-weight:900;color:#fff;word-break:break-word}.feedPreviewTitle.is-placeholder,.feedPreviewText.is-placeholder{color:#ffffff73}.feedPreviewMod{font-size:13px;color:#ffffffad}.feedPreviewImageWrap,.feedPreviewImagePh{width:100%;min-height:220px;border-radius:10px;overflow:hidden;border:1px solid #334155;background:linear-gradient(135deg,#223654cc,#111827f2)}.feedPreviewImage{width:100%;height:100%;min-height:220px;object-fit:cover;display:block}.feedPreviewImagePh{display:grid;place-items:center;color:#ffffff73;font-weight:700}.feedPreviewText{color:#ffffffe6;line-height:1.55;white-space:pre-wrap;word-break:break-word}.feedPreviewBottom{display:flex;align-items:center;gap:16px;color:#ffffffad;font-size:13px;font-weight:700;padding-top:2px}@media(max-width:1150px){.createFeedPage{width:min(980px,calc(100vw - 28px))}.createFeedGrid{grid-template-columns:1fr}.createFeedPreview{position:static}}@media(max-width:700px){.createFeedPage{width:calc(100vw - 18px)}.createFeedCard{padding:14px;border-radius:8px}.createFeedActions{flex-direction:column;align-items:stretch}.createFeedActions .btnX{width:100%}.feedPreviewTitle{font-size:19px}.feedPreviewImageWrap,.feedPreviewImagePh,.feedPreviewImage{min-height:180px}.createFeedImageMeta{flex-direction:column;align-items:stretch}.createFeedImageMeta .btnX{width:100%}}.verticalForm{display:flex;flex-direction:column;gap:16px}.verticalForm>label{color:#e5e7eb;font-weight:600;font-size:14px}.verticalForm>button[type=submit]{background:linear-gradient(180deg,#3b82f6,#2563eb);border:1px solid #60a5fa;color:#fff;border-radius:12px;padding:12px 18px;font-weight:700;font-size:15px;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease,filter .18s ease;box-shadow:0 0 0 1px #3b82f626,0 12px 28px #2563eb38}.verticalForm>button[type=submit]:hover{background:linear-gradient(180deg,#4b90f8,#2f6eed);border-color:#93c5fd;box-shadow:0 0 0 1px #3b82f638,0 16px 34px #2563eb4d;filter:brightness(1.03)}.verticalForm>button[type=submit]:active{transform:translateY(1px)}.verticalForm>button[type=submit]:focus-visible{outline:none;box-shadow:0 0 0 3px #93c5fd33,0 0 0 1px #3b82f647,0 16px 34px #2563eb4d}.verticalForm>button[type=submit]:disabled{background:#1f2937;border-color:#334155;color:#94a3b8;cursor:not-allowed;box-shadow:none;filter:none}.verticalForm input[type=file]::file-selector-button{background:#1f2937;border:1px solid #334155;color:#fff;border-radius:8px;padding:8px 12px;margin-right:10px;cursor:pointer;transition:background .16s ease,border-color .16s ease}.verticalForm input[type=file]::file-selector-button:hover{background:#273244;border-color:#475569}.toolbar{display:flex;flex-wrap:wrap;gap:6px;background:#111827;padding:10px;border-radius:8px;border:1px solid #1f2937}.toolbar button{background:#1f2937;border:1px solid transparent;padding:6px 10px;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;line-height:1}.toolbar button:hover{border-color:#374151}.toolbar button:disabled{opacity:.45;cursor:not-allowed}.toolbar button.is-active{background:#2563eb;border-color:#3b82f6}.toolbar .sep{width:1px;background:#243041;margin:0 6px}.ttEditor{min-height:320px;padding:16px;background:#0f172a;border-radius:10px;color:#fff;border:1px solid #1f2937;outline:none}.ttEditor:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}.ttEditor p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#6b7280;pointer-events:none;height:0}.ttEditor h1,.ttEditor h2,.ttEditor h3{margin:14px 0 8px}.ttEditor p{margin:8px 0}.ttEditor a{color:#93c5fd;text-decoration:underline}.ttEditor code{background:#ffffff14;padding:2px 6px;border-radius:6px}.ttEditor pre{background:#00000059;padding:12px;border-radius:10px;overflow:auto}.ttEditor ul[data-type=taskList]{list-style:none;padding-left:0}.ttEditor li[data-type=taskItem]{display:flex;gap:10px;align-items:flex-start}.ttEditor table{border-collapse:collapse;width:100%;margin:12px 0}.ttEditor th,.ttEditor td{border:1px solid #334155;padding:8px;vertical-align:top}.ttEditor th{background:#ffffff0f}.desc-button{display:inline-block;padding:8px 14px;background:#6366f1;color:#fff!important;border-radius:6px;text-decoration:none!important}.desc-button:hover{filter:brightness(1.05)}.logo-preview{width:150px;border-radius:12px;border:1px solid #1f2937}.editor-meta{display:flex;justify-content:flex-end;color:#9ca3af;font-size:12px;margin-top:-6px}.error{background:#ef44441f;border:1px solid rgba(239,68,68,.35);color:#fecaca;padding:10px 12px;border-radius:10px}.tagSelect{position:relative;width:100%}.tagSelect__control{width:100%;min-height:52px;background:#0f172a;border:1px solid #243041;color:#fff;border-radius:12px;padding:8px 12px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;cursor:pointer;text-align:left;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.tagSelect__control:hover{border-color:#334155;background:#111c33}.tagSelect.is-open .tagSelect__control{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f629}.tagSelect__values{display:flex;flex-wrap:wrap;gap:8px;flex:1;min-width:0}.tagSelect__placeholder{color:#94a3b8;line-height:32px;font-size:14px}.tagSelect__chip{display:inline-flex;align-items:center;gap:8px;max-width:100%;background:linear-gradient(180deg,#2563eb33,#1e40af2e);border:1px solid rgba(96,165,250,.32);color:#dbeafe;border-radius:999px;padding:6px 10px 6px 12px;box-shadow:inset 0 1px #ffffff0a}.tagSelect__chipText{font-size:13px;font-weight:600;line-height:1.2;white-space:nowrap}.tagSelect__chipRemove{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border:none;background:#ffffff14;color:#bfdbfe;border-radius:999px;cursor:pointer;font-size:13px;line-height:1;padding:0;transition:background .16s ease,color .16s ease,transform .16s ease}.tagSelect__chipRemove:hover{background:#ffffff29;color:#fff;transform:scale(1.05)}.tagSelect__arrow{color:#93c5fd;font-size:13px;line-height:32px;flex-shrink:0;transition:transform .18s ease,color .18s ease}.tagSelect.is-open .tagSelect__arrow{transform:rotate(180deg);color:#dbeafe}.tagSelect__dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:60;background:#0b1220;border:1px solid #243041;border-radius:14px;overflow:hidden;box-shadow:0 18px 45px #0000006b;max-height:280px;overflow-y:auto}.tagSelect__dropdown::-webkit-scrollbar{width:10px}.tagSelect__dropdown::-webkit-scrollbar-track{background:#0b1220}.tagSelect__dropdown::-webkit-scrollbar-thumb{background:#243041;border-radius:999px;border:2px solid #0b1220}.tagSelect__dropdown::-webkit-scrollbar-thumb:hover{background:#334155}.tagSelect__option{width:100%;border:none;background:transparent;color:#e5e7eb;text-align:left;padding:12px 14px;cursor:pointer;font-size:14px;transition:background .16s ease,color .16s ease,padding-left .16s ease}.tagSelect__option:hover{background:#3b82f61f;color:#fff;padding-left:18px}.tagSelect__empty{padding:14px;color:#94a3b8;font-size:14px}.tt-popup{margin:12px 0;border:1px solid #243041;border-radius:12px;background:#ffffff08;overflow:hidden}.tt-popup.is-open{border-color:#6366f18c}.tt-popup__header{display:flex;align-items:center;gap:8px;padding:10px;background:#3b82f629;border-bottom:1px solid rgba(59,130,246,.25)}.tt-popup__toggle{background:#00000026;border:1px solid rgba(255,255,255,.12);color:#fff;border-radius:10px;padding:6px 8px;cursor:pointer}.tt-popup__toggle:hover{filter:brightness(1.07)}.tt-popup__caret{display:inline-block;width:14px;text-align:center}.tt-popup__title{flex:1;background:transparent;border:1px solid transparent;color:#e5edff;font-weight:800;text-align:left;cursor:pointer;padding:6px 8px;border-radius:10px}.tt-popup__title:hover{background:#ffffff0f;border-color:#ffffff1a}.tt-popup__actions{display:flex;gap:6px}.tt-popup__miniBtn{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#fff;border-radius:10px;padding:6px 8px;cursor:pointer;font-size:12px}.tt-popup__miniBtn:hover{background:#ffffff1a}.tt-popup__miniBtn.danger{border-color:#ef444459}.tt-popup__titleEdit{flex:1;display:flex;gap:6px;align-items:center}.tt-popup__titleInput{width:100%;background:#0f172a;border:1px solid rgba(255,255,255,.14);color:#fff;border-radius:10px;padding:8px 10px;outline:none}.tt-popup__titleInput:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}.tt-popup__content{padding:12px}.tt-popup__contentInner{padding:2px}.tt-popup .tt-popup{margin:10px 0 10px 10px;border-color:#6366f159}.ttModalOverlay{position:fixed;inset:0;background:#000000a6;display:flex;align-items:center;justify-content:center;padding:18px;z-index:9999}.ttModal{width:min(640px,100%);background:#0b1220;border:1px solid #243041;border-radius:14px;box-shadow:0 15px 60px #00000073;overflow:hidden;color:#fff}.ttModalHeader{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #243041;background:#0c1527}.ttModalTitle{font-weight:700;font-size:15px}.ttModalClose{background:transparent;border:1px solid transparent;color:#cbd5e1;border-radius:8px;cursor:pointer;padding:6px 10px}.ttModalClose:hover{border-color:#334155;background:#ffffff0a}.ttModalBody{padding:16px}.ttModalFooter{display:flex;align-items:center;gap:10px;padding:14px 16px;border-top:1px solid #243041;background:#0c1527}.ttSpacer{flex:1}.ttModalError{margin-top:12px;background:#ef44441f;border:1px solid rgba(239,68,68,.35);color:#fecaca;padding:10px 12px;border-radius:10px}.ttGrid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:540px){.ttGrid2{grid-template-columns:1fr}}.ttField label{display:block;margin-bottom:6px;color:#cbd5e1;font-size:12px}.ttField input,.ttField select{width:100%;background:#0f172a;border:1px solid #243041;color:#fff;border-radius:10px;padding:10px;outline:none}.ttField input:focus,.ttField select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}.ttHint{margin-top:6px;color:#94a3b8;font-size:12px}.ttCheckbox{display:flex;align-items:center;gap:10px;margin-top:12px;color:#cbd5e1;font-size:13px}.ttBtn{border:1px solid transparent;border-radius:10px;padding:10px 12px;cursor:pointer;font-weight:600}.ttBtnPrimary{background:#4f46e5;border-color:#6366f1;color:#fff}.ttBtnPrimary:hover{filter:brightness(1.04)}.ttBtnGhost{background:#ffffff0f;border-color:#334155;color:#fff}.ttBtnGhost:hover{background:#ffffff17}.editPage{max-width:1100px;margin:0 auto}.editTop{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;flex-wrap:wrap}.editActions{display:flex;gap:10px;flex-wrap:wrap}.editCard{padding:16px;margin-top:14px}.editGrid{display:grid;grid-template-columns:1fr 260px;gap:14px}.wide{grid-column:1 / -1}.field{display:flex;flex-direction:column;gap:6px}.ok{color:#7dffb2;margin-top:10px}.ttWrap{border:1px solid var(--stroke);border-radius:12px;overflow:hidden;background:#0000001f}.ttToolbar{display:flex;flex-wrap:wrap;gap:8px;padding:10px;border-bottom:1px solid var(--stroke);background:#ffffff08}.ttGroup{display:flex;gap:6px;align-items:center;padding-right:8px;border-right:1px solid rgba(255,255,255,.06)}.ttGroup:last-child{border-right:0;padding-right:0}.ttBtn{border:1px solid var(--stroke);background:#ffffff05;color:#e9e9ff;padding:6px 10px;border-radius:10px;cursor:pointer;font-size:13px}.ttBtn:hover{background:#ffffff0f}.ttBtn.active{outline:2px solid rgba(124,92,255,.35)}.ttBtn:disabled{opacity:.5;cursor:not-allowed}.ttColorWrap{display:flex;gap:8px;align-items:center}.ttLabel{color:var(--muted);font-size:12px}.ttColor{width:34px;height:28px;border:1px solid var(--stroke);background:transparent;border-radius:10px;padding:2px}.ttEditor{padding:12px;min-height:240px;color:#e9e9ff;outline:none}.ttEditor p{margin:0 0 10px}.ttEditor h1,.ttEditor h2,.ttEditor h3{margin:8px 0 10px}.ttEditor ul,.ttEditor ol{margin:0 0 10px 18px}.ttEditor a{color:#9aa4ff;text-decoration:underline}.ttEditor pre{background:#00000059;border:1px solid rgba(255,255,255,.08);padding:10px;border-radius:12px;overflow:auto}@media(max-width:860px){.editGrid{grid-template-columns:1fr}}.upload{max-width:820px;margin:0 auto}.form{display:flex;flex-direction:column;gap:10px}.row{display:flex;gap:12px;flex-wrap:wrap}.col{flex:1;min-width:200px}.muted{color:var(--muted)}.mutedSmall{color:var(--muted);font-size:12px}.error{color:var(--danger);margin-top:10px}select.input{background:#111827;color:#fff;border:1px solid rgba(120,180,255,.4);appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}select.input{background-image:linear-gradient(45deg,transparent 50%,rgba(255,255,255,.6) 50%),linear-gradient(135deg,rgba(255,255,255,.6) 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% - 4px),calc(100% - 12px) calc(50% - 4px);background-size:6px 6px;background-repeat:no-repeat;padding-right:36px}select.input:hover{border-color:#78b4ffcc}select.input option{background:#111827;color:#fff}.termsPage{min-height:100vh;padding:28px 16px 56px;background:radial-gradient(circle at top left,rgba(58,123,213,.12),transparent 28%),radial-gradient(circle at top right,rgba(123,92,255,.1),transparent 24%),linear-gradient(180deg,#ffffff04,#fff0)}.termsShell{width:min(1220px,100%);margin:0 auto}.termsHero{position:relative;overflow:hidden;padding:28px 28px 24px;border:1px solid var(--stroke);border-radius:24px;background:linear-gradient(180deg,#ffffff09,#ffffff05),#0a0e18b8;box-shadow:0 18px 60px #0000003d,inset 0 1px #ffffff0a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.termsHero:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 12% 14%,rgba(59,130,246,.12),transparent 20%),radial-gradient(circle at 88% 0%,rgba(124,92,255,.16),transparent 18%)}.termsBadge{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;border:1px solid rgba(101,173,255,.2);background:#3b82f614;color:#b8d7ff;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.termsHero h1{margin:14px 0 10px;font-size:clamp(34px,6vw,54px);line-height:1;letter-spacing:-.03em;color:#f7fbff}.termsLead{max-width:900px;margin:0;color:var(--muted);font-size:16px;line-height:1.75}.termsMeta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:22px}.termsMeta>div{padding:14px 16px;border:1px solid var(--stroke);border-radius:16px;background:#ffffff08}.termsMetaLabel{display:block;margin-bottom:6px;color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.termsLayout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:22px;margin-top:22px;align-items:start}.termsToc{position:sticky;top:92px}.termsTocCard{padding:18px;border:1px solid var(--stroke);border-radius:22px;background:linear-gradient(180deg,#ffffff08,#ffffff04),#0c111cb8;box-shadow:0 14px 45px #00000038}.termsTocCard h3{margin:0 0 14px;color:#eef6ff;font-size:16px}.termsTocCard nav{display:flex;flex-direction:column;gap:8px}.termsTocCard a{display:block;padding:10px 12px;border-radius:12px;color:var(--muted);text-decoration:none;line-height:1.4;border:1px solid transparent;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.termsTocCard a:hover{color:#eef6ff;border-color:#65adff29;background:#ffffff0a;transform:translate(2px)}.termsContent{padding:8px 0 0}.termsSection{margin-bottom:18px;padding:22px 22px 18px;border:1px solid var(--stroke);border-radius:22px;background:linear-gradient(180deg,#ffffff08,#ffffff04),#0c111cb3;box-shadow:0 14px 50px #0000002e;scroll-margin-top:92px}.termsSection h2{margin:0 0 14px;color:#f5f9ff;font-size:clamp(20px,2.4vw,28px);line-height:1.2;letter-spacing:-.02em}.termsSection p{margin:0 0 14px;color:#d8e1eb;line-height:1.8}.termsSection ul{margin:0 0 14px 20px;padding:0;color:#d8e1eb}.termsSection li{margin-bottom:10px;line-height:1.7}.termsSection a{color:#8bf;text-decoration:none}.termsSection a:hover{text-decoration:underline}.termsCallout{margin-top:12px;padding:14px 16px;border-radius:16px;border:1px solid rgba(101,173,255,.18);background:#3b82f614;color:#e6f2ff;line-height:1.7}.termsFooter{margin-top:10px;padding:20px 22px;border:1px solid rgba(101,173,255,.15);border-radius:20px;background:#3b82f60f}.termsFooter p{margin:0;color:#eaf4ff;font-weight:600}@media(max-width:980px){.termsLayout{grid-template-columns:1fr}.termsToc{position:static}.termsMeta{grid-template-columns:1fr}}@media(max-width:640px){.termsPage{padding:18px 10px 42px}.termsHero{padding:20px 18px 18px;border-radius:18px}.termsSection{padding:18px 16px 14px;border-radius:18px}.termsTocCard{padding:16px;border-radius:18px}.termsLead,.termsSection p,.termsSection li{font-size:14px}}.adminPage{max-width:1120px;margin:0 auto;padding:6px 0 24px}.adminTop{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;flex-wrap:wrap;margin-bottom:10px}.adminTop h1{margin:0;font-size:32px;line-height:1.1}.adminList{margin-top:16px;display:flex;flex-direction:column;gap:14px}.adminItem{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 18px;border-radius:16px;border:1px solid var(--stroke);background:linear-gradient(180deg,#ffffff06,#ffffff04);box-shadow:0 6px 20px #0000001a}.adminInfo{min-width:0;flex:1;display:flex;flex-direction:column;gap:8px}.adminTitle{font-weight:900;font-size:20px;line-height:1.2;color:var(--text, inherit);word-break:break-word}.adminActions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:flex-end;flex:0 0 auto}.adminActions .btn{min-width:92px;justify-content:center}.adminActions a.btn{text-decoration:none;display:inline-flex;align-items:center}.adminTags{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}.adminTag{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;background:#7c5cff1f;border:1px solid rgba(124,92,255,.22);color:#d8ccff;font-size:12px;font-weight:600;line-height:1;white-space:nowrap}.adminTag:hover{background:#7c5cff29;border-color:#7c5cff4d}.muted{color:var(--muted);text-align:center;margin-top:16px}.mutedSmall{color:var(--muted);font-size:12px;line-height:1.45}.error{color:var(--danger);margin-top:10px;padding:12px 14px;border-radius:12px;border:1px solid rgba(255,80,80,.25);background:#ff50500f}.ok{color:#86efac;margin-top:10px;padding:12px 14px;border-radius:12px;border:1px solid rgba(74,222,128,.22);background:#4ade800f}@media(max-width:820px){.adminItem{flex-direction:column;align-items:stretch}.adminActions{justify-content:flex-start}.adminActions .btn{min-width:0}}@media(max-width:520px){.adminPage{padding-bottom:16px}.adminTop h1{font-size:28px}.adminItem{padding:14px}.adminTitle{font-size:18px}.adminActions{width:100%}.adminActions .btn,.adminActions a.btn{flex:1 1 100%}}:root{--bg: #0b0d10;--panel: #12151b;--text: #e7eaf0;--muted: #a9b1c3;--stroke: #222838;--accent: #7c5cff;--danger: #ff4d4d;--ok: #33d17a}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;background:var(--bg);color:var(--text)}a{color:inherit}.container{width:min(1100px,calc(100% - 32px));margin:0 auto}.containerWide{width:calc(100% - 32px);max-width:1700px;margin:0 auto 0 16px}.card{background:var(--panel);border:1px solid var(--stroke);border-radius:16px;padding:16px}.btn{border:1px solid var(--stroke);background:#ffffff0a;color:var(--text);padding:10px 12px;border-radius:12px;cursor:pointer}.btn:hover{background:#ffffff12}.btn.primary{background:#7c5cff2e;border-color:#7c5cff73}.btn.danger{background:#ff4d4d1f;border-color:#ff4d4d59}.input{width:100%;padding:10px 12px;border-radius:12px;border:1px solid var(--stroke);background:#ffffff08;color:var(--text);outline:none}.input:focus{border-color:#7c5cff8c}.row{display:flex;gap:12px}.badge{display:inline-flex;align-items:center;gap:8px;font-size:12px;padding:6px 10px;border-radius:999px;border:1px solid var(--stroke);color:var(--muted)}.badge.ok{border-color:#33d17a59;color:var(--ok)}.badge.bad{border-color:#ff4d4d59;color:var(--danger)}.badge.pending{border-color:#ffdc004d;color:#ffd000}@media(max-width:800px){.row{flex-direction:column}.container{width:calc(100% - 16px)}.containerWide{width:calc(100% - 16px);margin-left:8px}}
