:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#08080b;--bg-soft:#11111a;--card:#171722;--card-2:#1f1f2f;--text:#f4f1ff;--muted:#aaa4bd;--line:#ffffff1a;--accent:#d7b46a;--accent-2:#8c6dfd;--danger:#ff5f73;--success:#58d68d;--shadow:0 24px 80px #00000061}*{box-sizing:border-box}html,body,#root{min-height:100%}body{background:radial-gradient(circle at top left, #8c6dfd42, transparent 32rem), radial-gradient(circle at top right, #d7b46a2e, transparent 28rem), var(--bg);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.topbar{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);background:#08080bc7;justify-content:space-between;align-items:center;gap:1rem;padding:1rem clamp(1rem,3vw,2.5rem);display:flex;position:sticky;top:0}.brand{align-items:center;gap:.85rem;display:flex}.brand-mark{background:linear-gradient(135deg, var(--accent), var(--accent-2));color:#08080b;border-radius:15px;place-items:center;width:42px;height:42px;font-weight:950;display:grid}.brand strong{font-size:1.05rem;display:block}.brand small{color:var(--muted);font-size:.78rem;display:block}.topbar nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.55rem;display:flex}.topbar nav a,.ghost,.topbar nav button{color:var(--text);background:0 0;border:1px solid #0000;border-radius:999px;align-items:center;gap:.4rem;padding:.68rem .85rem;display:inline-flex}.topbar nav a:hover,.ghost:hover{border-color:var(--line);background:#ffffff0f}.primary-link{background:#d7b46a21!important;border-color:#d7b46a40!important}main{min-height:calc(100vh - 140px)}.page{width:min(1180px,100% - 2rem);margin:0 auto;padding:2rem 0 4rem}.page.narrow{width:min(820px,100% - 2rem)}.hero{border:1px solid var(--line);box-shadow:var(--shadow);background:linear-gradient(135deg,#ffffff13,#ffffff06);border-radius:34px;grid-template-columns:1.4fr .8fr;align-items:stretch;gap:1.5rem;padding:2.4rem;display:grid}.hero h1{letter-spacing:-.06em;margin:1rem 0;font-size:clamp(2.2rem,5vw,4.8rem);line-height:.95}.hero p{color:var(--muted);max-width:62ch;font-size:1.08rem;line-height:1.55}.hero-card{border:1px solid var(--line);background:#00000038;border-radius:28px;flex-direction:column;justify-content:flex-end;min-height:220px;padding:1.4rem;display:flex}.hero-card strong{font-size:1.3rem}.hero-actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.2rem;display:flex}.button,.danger-button{background:linear-gradient(135deg, var(--accent), #f0d994);color:#111;border:1px solid #d7b46a59;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.82rem 1.08rem;font-weight:850;display:inline-flex;box-shadow:0 14px 30px #d7b46a1f}.button.secondary{color:var(--text);border-color:var(--line);box-shadow:none;background:#ffffff0f}.button:disabled{opacity:.55;cursor:not-allowed}.danger-button{background:linear-gradient(135deg, var(--danger), #ff9aa8);border-color:#ff5f7380}.badge{border:1px solid var(--line);width:fit-content;color:var(--muted);background:#ffffff0e;border-radius:999px;align-items:center;gap:.35rem;padding:.36rem .65rem;font-size:.78rem;font-weight:750;display:inline-flex}.badge.danger{color:#ffd6dc;background:#ff5f731a;border-color:#ff5f7359}.badge.success{color:#d9ffe9;background:#58d68d1a;border-color:#58d68d52}.badge.soft{color:#ded6ff;background:#8c6dfd1a;border-color:#8c6dfd47}.filters{flex-wrap:wrap;gap:.5rem;margin:1.4rem 0;display:flex}.filters button,.admin-menu button,table button{border:1px solid var(--line);color:var(--text);background:#ffffff0b;border-radius:999px;padding:.62rem .8rem}.filters button.active,.admin-menu button.active{background:#d7b46a2e;border-color:#d7b46a6b}.post-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.post-card,.panel-card,.post-full,.success-box,.comment,.stat{border:1px solid var(--line);background:#171722b8;border-radius:24px;box-shadow:0 16px 45px #00000029}.post-card{flex-direction:column;min-height:240px;padding:1.2rem;transition:transform .16s,border-color .16s,background .16s;display:flex}.post-card:hover{background:#1f1f2fdb;border-color:#d7b46a59;transform:translateY(-3px)}.card-head,.card-foot,.comment-head,.admin-head{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.post-card h2{margin:1rem 0 .6rem;font-size:1.25rem;line-height:1.15}.post-card p{color:var(--muted);-webkit-line-clamp:5;-webkit-box-orient:vertical;line-height:1.45;display:-webkit-box;overflow:hidden}.card-foot{color:var(--muted);margin-top:auto;font-size:.86rem}.card-foot span{align-items:center;gap:.35rem;display:inline-flex}.panel-card,.post-full,.success-box{padding:1.35rem}.post-full h1,.panel-card h1,.success-box h1{letter-spacing:-.045em;margin:.8rem 0 1rem;font-size:clamp(2rem,4vw,3.4rem);line-height:1}.post-full p,.comment p{white-space:pre-wrap;line-height:1.65}.muted{color:var(--muted)}.form{gap:1rem;display:grid}.form label{color:var(--muted);gap:.45rem;font-weight:700;display:grid}input,textarea,select{border:1px solid var(--line);width:100%;color:var(--text);background:#0000003d;border-radius:16px;outline:none;padding:.9rem .95rem}textarea{resize:vertical}input:focus,textarea:focus,select:focus{border-color:#d7b46a8c;box-shadow:0 0 0 4px #d7b46a14}.notice,.empty{border:1px solid var(--line);color:var(--muted);background:#ffffff0d;border-radius:18px;padding:1rem}.notice.error{color:#ffd6dc;background:#ff5f7314;border-color:#ff5f7359}.secret{border:1px solid var(--line);background:#050507;border-radius:16px;margin:1rem 0;padding:1rem;font-size:1.2rem;display:block}.manage-box{margin:1rem 0}.inline-form{grid-template-columns:1fr auto;align-items:center;gap:.7rem;display:grid}.comments{gap:.8rem;margin:1.5rem 0;display:grid}.comment{padding:1rem}.ghost.small,table button{min-height:unset;padding:.45rem .62rem;font-size:.82rem}.admin-layout{grid-template-columns:220px 1fr;gap:1rem;width:min(1440px,100% - 2rem);display:grid}.admin-menu{border:1px solid var(--line);background:#171722b8;border-radius:24px;align-self:start;gap:.55rem;padding:1rem;display:grid;position:sticky;top:90px}.admin-menu strong{align-items:center;gap:.45rem;margin-bottom:.4rem;display:flex}.admin-menu button{text-align:left;border-radius:14px}.admin-content{gap:1rem;min-width:0;display:grid}.stat-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem;display:grid}.stat{padding:1rem}.stat span{color:var(--muted);display:block}.stat strong{margin-top:.35rem;font-size:2rem;display:block}.table-wrap{border:1px solid var(--line);background:#00000026;border-radius:20px;overflow:auto}table{border-collapse:collapse;width:100%;min-width:860px}th,td{text-align:left;border-bottom:1px solid var(--line);vertical-align:top;padding:.8rem}th{color:var(--muted);font-size:.82rem}td small{color:var(--muted);margin-top:.3rem;line-height:1.35;display:block}.actions{flex-wrap:wrap;gap:.35rem;display:flex}.actions .danger,table button.danger{color:#ffd6dc;border-color:#ff5f7359}.inline-admin{grid-template-columns:1fr 1fr 160px auto;align-items:end}.footer{text-align:center;color:var(--muted);border-top:1px solid var(--line);padding:1.5rem}@media (width<=900px){.topbar{flex-direction:column;align-items:flex-start}.hero,.admin-layout,.post-grid,.stat-grid,.inline-form,.inline-admin{grid-template-columns:1fr}.admin-menu{position:static}}.filters,.category-tabs,.categories{white-space:nowrap;scrollbar-width:thin;gap:8px;padding-bottom:6px;display:flex;overflow:auto hidden;flex-wrap:nowrap!important}.filters button,.category-tabs button,.categories button{white-space:nowrap;flex:none}@media (width>=900px){.filters,.category-tabs,.categories{gap:7px}.filters button,.category-tabs button,.categories button{padding-left:15px;padding-right:15px}}.hero{gap:24px!important;min-height:auto!important;padding:28px!important}.hero h1{max-width:9ch!important;margin-bottom:14px!important;font-size:clamp(2.6rem,5vw,4.6rem)!important;line-height:.95!important}.hero p{max-width:620px!important;margin-bottom:16px!important;font-size:1.02rem!important}.hero>:last-child{padding:22px!important}@media (width>=1100px){.hero{grid-template-columns:1.55fr .9fr!important}}@media (width<=900px){.hero{padding:22px!important}.hero h1{font-size:clamp(2.1rem,8vw,3.4rem)!important}}.hero{align-items:center!important;gap:18px!important;min-height:0!important;padding:18px 24px!important}.hero h1{letter-spacing:-.045em!important;max-width:760px!important;margin:0 0 10px!important;font-size:clamp(2.2rem,3.6vw,3.6rem)!important;line-height:1!important}.hero p{max-width:560px!important;margin:0 0 12px!important;font-size:.95rem!important;line-height:1.35!important}.hero-actions{margin-top:0!important}.hero .button{min-height:0!important;padding:10px 18px!important}.hero>:last-child{min-height:0!important;padding:18px!important}.hero>:last-child h2,.hero>:last-child h3{margin-top:0!important;margin-bottom:10px!important}.hero>:last-child p{margin-bottom:0!important}@media (width>=1000px){.hero{grid-template-columns:minmax(0,1.7fr) 340px!important}}@media (width<=900px){.hero{padding:18px!important}.hero h1{max-width:none!important;font-size:clamp(2rem,8vw,3rem)!important}}.hero>:last-child{display:none!important}.hero{flex-direction:column!important;grid-template-columns:1fr!important;justify-content:center!important;align-items:flex-start!important;gap:0!important;max-width:900px!important;min-height:0!important;margin:0 auto 22px!important;padding:26px 30px!important;display:flex!important}.hero h1{letter-spacing:-.045em!important;text-wrap:balance!important;max-width:11ch!important;margin:0 0 14px!important;font-size:clamp(2.8rem,4.6vw,4.4rem)!important;line-height:.96!important}.hero p{opacity:.92!important;max-width:650px!important;margin:0 0 18px!important;font-size:1rem!important;line-height:1.45!important}.hero-actions{justify-content:flex-start!important;align-items:center!important;margin-top:0!important;display:flex!important}.hero .button,.hero a.button{border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:10px!important;min-height:48px!important;padding:12px 22px!important;font-size:1rem!important;font-weight:700!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important}.hero .button svg,.hero a.button svg{vertical-align:middle!important;flex:0 0 18px!important;width:18px!important;min-width:18px!important;height:18px!important;min-height:18px!important;margin:0!important;transform:none!important}@media (width<=900px){.hero{max-width:100%!important;padding:22px 20px!important}.hero h1{max-width:none!important;font-size:clamp(2.2rem,8vw,3.2rem)!important}.hero p{max-width:none!important}}main .hero{width:min(760px,100vw - 48px)!important;max-width:760px!important;min-height:unset!important;box-sizing:border-box!important;height:auto!important;margin:36px auto 22px!important;padding:24px 28px!important;display:block!important}main .hero h1{letter-spacing:-.04em!important;text-align:left!important;text-wrap:auto!important;width:100%!important;max-width:none!important;margin:0 0 12px!important;padding:0!important;font-size:clamp(2.25rem,3.4vw,3.35rem)!important;line-height:1.02!important}main .hero p{text-align:left!important;max-width:620px!important;margin:0 0 16px!important;padding:0!important;font-size:.98rem!important;line-height:1.45!important}main .hero .hero-actions{justify-content:flex-start!important;align-items:center!important;margin:0!important;padding:0!important;display:flex!important}main .hero .button,main .hero a.button{text-align:center!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:0!important;width:auto!important;min-width:0!important;height:42px!important;min-height:0!important;padding:0 22px!important;font-size:.95rem!important;font-weight:800!important;line-height:42px!important;display:inline-flex!important}@media (width<=700px){main .hero{width:calc(100vw - 28px)!important;margin-top:22px!important;padding:20px!important}main .hero h1{font-size:clamp(2rem,9vw,2.8rem)!important}}.rules-page{max-width:860px;margin:34px auto;padding:28px}.rules-page h1{letter-spacing:-.04em;margin-top:0;font-size:clamp(2.2rem,4vw,3.4rem)}.rules-list{gap:14px;margin-top:24px;display:grid}.rules-list article{background:#ffffff09;border:1px solid #ffffff14;border-radius:18px;padding:18px}.rules-list h2{margin:0 0 8px;font-size:1.05rem}.rules-list p{color:var(--muted);margin:0;line-height:1.55}.form-rules-note{color:var(--muted);margin:12px 0 14px;font-size:.92rem}.form-rules-note a,footer a{color:var(--gold);font-weight:700;text-decoration:none}.form-rules-note a:hover,footer a:hover{text-decoration:underline}.form-rules-note{color:var(--muted)!important;text-align:center!important;margin:12px 0 14px!important;font-size:.92rem!important;line-height:1.4!important}.form-rules-note a{color:var(--gold)!important;font-weight:800!important;text-decoration:none!important}.form-rules-note a:hover{text-decoration:underline!important}.brand small{display:none!important}
