: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}.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}main .hero{padding:22px 28px!important}main .hero p{margin-top:0!important}@media (width<=760px){.manage-secret{position:static}.manage-popover{width:auto;position:fixed;top:82px;left:12px;right:12px}}.manage-secret{align-items:center;display:inline-flex;position:relative}.manage-popover{z-index:1000;background:#101018fa;border:1px solid #ffffff1f;border-radius:18px;width:min(360px,100vw - 24px);padding:16px;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 20px 70px #00000073}.manage-popover form{gap:10px;margin-top:12px;display:grid}.manage-popover input{width:100%}.managed-post-card{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:16px;gap:10px;margin-top:14px;padding:14px;display:grid}.managed-actions{gap:10px;display:flex}.managed-actions .button,.managed-actions .danger-button{flex:1}.manage-box{display:none!important}@media (width<=760px){.manage-secret{position:static}.manage-popover{width:auto;position:fixed;top:82px;left:12px;right:12px}}.copy-confirm{text-align:center!important;background:#78ffaa14!important;border-color:#78ffaa40!important;margin-top:12px!important;margin-bottom:12px!important}.table-wrap td a{color:var(--gold);text-decoration:none}.table-wrap td a:hover{text-decoration:underline}.admin-search{margin:0 0 14px!important}.admin-search input{width:min(420px,100%)!important;padding:11px 13px!important}body{background:radial-gradient(circle at top,#4b58691a,#0000 420px),radial-gradient(circle at 100% 0,#d2aa500f,#0000 520px),#05070b!important}.home-v2{max-width:1180px!important;margin:0 auto!important;padding:28px 18px 90px!important}.hero-v2{text-align:center!important;background:radial-gradient(circle,#ffffff0f,#0000 360px),linear-gradient(#ffffff09,#ffffff04)!important;border:1px solid #ffffff14!important;border-radius:18px!important;place-items:center!important;width:100%!important;max-width:1100px!important;margin:0 auto 26px!important;padding:36px 28px 34px!important;display:grid!important;box-shadow:0 24px 90px #00000059,inset 0 1px #ffffff0a!important}.hero-mask{width:58px!important;height:58px!important;color:var(--gold,#e4c66f)!important;background:#ffffff09!important;border:1px solid #ffffff1f!important;border-radius:999px!important;place-items:center!important;margin-bottom:18px!important;font-size:1.6rem!important;font-weight:900!important;display:grid!important}.hero-v2 h1{letter-spacing:-.045em!important;text-align:center!important;max-width:760px!important;margin:0 auto 12px!important;font-size:clamp(2rem,3.4vw,3.25rem)!important;line-height:1.04!important}.hero-v2 p{max-width:620px!important;color:var(--muted,#b9b7c8)!important;text-align:center!important;margin:0 auto 22px!important;font-size:1rem!important;line-height:1.45!important}.hero-actions-v2{justify-content:center!important;display:flex!important}.hero-cta{border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:10px!important;min-height:46px!important;padding:0 28px!important;display:inline-flex!important;box-shadow:0 14px 38px #dbb55d2e!important}.filters-v2{white-space:nowrap!important;scrollbar-width:thin!important;flex-wrap:nowrap!important;align-items:center!important;gap:10px!important;max-width:1050px!important;margin:0 auto 18px!important;padding:0 0 8px!important;display:flex!important;overflow:auto hidden!important}.filters-v2 button{color:#ffffffd1!important;background:#ffffff0b!important;border:1px solid #ffffff14!important;border-radius:999px!important;flex:none!important;height:38px!important;padding:0 18px!important;font-weight:700!important}.filters-v2 button.active{color:#111!important;background:linear-gradient(#f0d477,#cfa856)!important;border-color:#f0d477a6!important;box-shadow:0 10px 30px #dbb55d24!important}.feed-v2{gap:10px!important;max-width:980px!important;margin:0 auto!important;display:grid!important}.post-row-v2{color:inherit!important;background:linear-gradient(#ffffff0a,#ffffff06)!important;border:1px solid #ffffff13!important;border-radius:16px!important;grid-template-columns:58px minmax(0,1fr) auto!important;align-items:center!important;gap:18px!important;padding:18px 22px!important;text-decoration:none!important;transition:transform .16s,border-color .16s,background .16s!important;display:grid!important;box-shadow:0 12px 42px #0000002e!important}.post-row-v2:hover{background:linear-gradient(#ffffff0e,#ffffff08)!important;border-color:#f0d47738!important;transform:translateY(-1px)!important}.post-avatar-v2{color:#ffffff80!important;background:#ffffff09!important;border:1px solid #ffffff17!important;border-radius:999px!important;place-items:center!important;width:48px!important;height:48px!important;font-size:1.45rem!important;font-weight:900!important;display:grid!important}.post-main-v2{min-width:0!important}.post-meta-v2{color:var(--muted,#aaa7bb)!important;align-items:center!important;gap:8px!important;margin-bottom:6px!important;font-size:.82rem!important;display:flex!important}.post-meta-v2 strong{color:var(--gold,#e4c66f)!important;letter-spacing:.02em!important}.post-row-v2 h2{color:#fff!important;letter-spacing:-.015em!important;margin:0!important;font-size:clamp(1.05rem,1.45vw,1.35rem)!important;line-height:1.25!important}.post-row-v2 p{color:#ffffffb3!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;margin:6px 0 0!important;line-height:1.45!important;display:-webkit-box!important;overflow:hidden!important}.post-tags-v2{flex-wrap:wrap!important;gap:8px!important;margin-top:10px!important;display:flex!important}.post-stats-v2{min-width:120px!important;color:var(--muted,#aaa7bb)!important;justify-items:end!important;gap:10px!important;font-size:.9rem!important;display:grid!important}.post-stats-v2 span{align-items:center!important;gap:7px!important;display:inline-flex!important}.post-stats-v2 small{color:#ffffff73!important;font-weight:700!important}.topbar{-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;background:#040508db!important;border-bottom:1px solid #ffffff13!important}.brand-mark{color:#12100a!important;background:linear-gradient(135deg,#eed67a,#b8903c)!important;box-shadow:inset 0 0 0 1px #ffffff14!important}.brand small{display:none!important}.footer{background:#040508c7!important;border-top:1px solid #ffffff12!important}@media (width<=760px){.home-v2{padding:18px 12px 80px!important}.hero-v2{padding:28px 18px!important}.hero-v2 h1{font-size:clamp(1.85rem,8vw,2.6rem)!important}.post-row-v2{grid-template-columns:1fr!important;gap:12px!important}.post-avatar-v2{display:none!important}.post-stats-v2{justify-content:space-between!important;justify-items:start!important;min-width:0!important;display:flex!important}}.heat-v2{color:#f0b35a!important;font-weight:800!important}.admin-stats{gap:22px;display:grid}.stats-section{gap:12px;display:grid}.stats-section h2,.panel-card h2{margin-top:0}.stat small{color:var(--muted);margin-top:6px;font-size:.82rem;font-weight:600;display:block}.stats-two-cols{grid-template-columns:1fr 1fr;gap:18px;display:grid}.mini-table{gap:10px;display:grid}.mini-table>div{background:#ffffff09;border:1px solid #ffffff12;border-radius:14px;gap:4px;padding:12px;display:grid}.mini-table code,.mini-table a{color:var(--gold);font-weight:800;text-decoration:none}.mini-table span,.mini-table small{color:var(--muted)}.daily-bars{gap:9px;display:grid}.daily-row{color:var(--muted);grid-template-columns:105px 1fr 55px 90px;align-items:center;gap:10px;font-size:.86rem;display:grid}.daily-row>div{background:#ffffff12;border-radius:999px;height:9px;overflow:hidden}.daily-row i{background:linear-gradient(90deg, var(--gold), #fff0a8);border-radius:999px;height:100%;display:block}.daily-row strong{color:#fff}@media (width<=900px){.stats-two-cols{grid-template-columns:1fr}.daily-row{grid-template-columns:1fr;gap:5px}}@media (width<=760px){html,body{overflow-x:hidden!important}body{font-size:15px!important}.topbar{z-index:900!important;grid-template-columns:1fr!important;gap:10px!important;padding:12px 14px!important;display:grid!important;position:sticky!important;top:0!important}.brand{justify-content:center!important;width:100%!important}.brand strong{font-size:1.05rem!important}.brand-mark{width:38px!important;min-width:38px!important;height:38px!important}.topbar nav{white-space:nowrap!important;scrollbar-width:none!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;width:100%!important;padding-bottom:4px!important;display:flex!important;overflow:auto hidden!important}.topbar nav::-webkit-scrollbar{display:none!important}.topbar nav a,.topbar nav button,.topbar .ghost.small,.topbar .primary-link{border-radius:999px!important;flex:none!important;justify-content:center!important;align-items:center!important;gap:7px!important;height:36px!important;min-height:36px!important;padding:0 13px!important;font-size:.86rem!important;line-height:1!important;display:inline-flex!important}.manage-secret{position:static!important}.manage-popover{z-index:2000!important;width:auto!important;max-width:none!important;padding:16px!important;position:fixed!important;top:96px!important;left:12px!important;right:12px!important}main{padding-left:0!important;padding-right:0!important}.page,.home-v2,.page.narrow{width:100%!important;max-width:100%!important;padding-left:12px!important;padding-right:12px!important}.hero-v2{border-radius:18px!important;margin-top:12px!important;margin-bottom:18px!important;padding:24px 16px!important}.hero-mask{width:48px!important;height:48px!important;margin-bottom:14px!important;font-size:1.35rem!important}.hero-v2 h1{letter-spacing:-.04em!important;margin-bottom:10px!important;font-size:clamp(1.75rem,8vw,2.45rem)!important;line-height:1.04!important}.hero-v2 p{margin-bottom:18px!important;font-size:.95rem!important;line-height:1.42!important}.hero-cta{width:100%!important;max-width:320px!important;height:46px!important}.filters,.filters-v2{scrollbar-width:none!important;flex-wrap:nowrap!important;gap:8px!important;margin:0 0 16px!important;padding:0 2px 8px!important;overflow-x:auto!important}.filters::-webkit-scrollbar{display:none!important}.filters-v2::-webkit-scrollbar{display:none!important}.filters button,.filters-v2 button{height:36px!important;padding:0 14px!important;font-size:.84rem!important}.feed-v2{gap:12px!important}.post-row-v2{border-radius:18px!important;grid-template-columns:1fr!important;gap:10px!important;padding:16px!important}.post-avatar-v2{display:none!important}.post-meta-v2{flex-wrap:wrap!important;font-size:.78rem!important}.post-row-v2 h2{font-size:1.08rem!important;line-height:1.28!important}.post-row-v2 p{-webkit-line-clamp:3!important;font-size:.92rem!important}.post-tags-v2{gap:6px!important}.post-stats-v2{border-top:1px solid #ffffff12!important;justify-content:space-between!important;place-items:center stretch!important;gap:10px!important;width:100%!important;min-width:0!important;padding-top:10px!important;display:flex!important}.post-full,.panel-card,.success-box{border-radius:18px!important;padding:18px!important}.post-full h1,.panel-card h1,.success-box h1{font-size:clamp(1.55rem,7vw,2.2rem)!important;line-height:1.08!important}.form{gap:13px!important}input,textarea,select{font-size:16px!important}textarea{min-height:160px!important}.form .button,.button,.danger-button{justify-content:center!important;width:100%!important}.hero-actions,.hero-actions-v2,.managed-actions,.inline-form{grid-template-columns:1fr!important;gap:10px!important;display:grid!important}.secret{text-align:center!important;width:100%!important;font-size:1.1rem!important;display:block!important;overflow-x:auto!important}.comments{gap:10px!important;display:grid!important}.comment{border-radius:16px!important;padding:15px!important}.comment-head{flex-wrap:wrap!important;gap:8px!important}.footer{text-align:center!important;padding:18px 12px!important;font-size:.86rem!important}.admin-layout{grid-template-columns:1fr!important;gap:14px!important;padding-left:12px!important;padding-right:12px!important}.admin-menu{scrollbar-width:none!important;border-radius:16px!important;gap:8px!important;padding:10px!important;display:flex!important;position:static!important;overflow-x:auto!important}.admin-menu::-webkit-scrollbar{display:none!important}.admin-menu strong{flex:none!important;align-self:center!important;margin-right:4px!important}.admin-menu button{white-space:nowrap!important;flex:none!important;height:36px!important;padding:0 12px!important;font-size:.82rem!important}.admin-content{min-width:0!important}.admin-head{gap:4px!important;display:grid!important}.admin-head h1{font-size:1.5rem!important}.table-wrap{-webkit-overflow-scrolling:touch!important;overflow-x:auto!important}table{min-width:760px!important}.actions{white-space:nowrap!important}.actions button{width:auto!important;margin:2px!important}.stat-grid,.stats-two-cols{grid-template-columns:1fr!important}.daily-row{grid-template-columns:1fr!important;gap:6px!important}.mini-table>div{overflow-wrap:anywhere!important}.admin-search input{width:100%!important}}button:empty{display:none!important}table td:last-child{min-width:260px}table td:last-child>div,table td:last-child .actions,table td:last-child .admin-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}table td:last-child button,table td:last-child a{white-space:nowrap;border-radius:999px;min-height:36px;padding:0 14px}input[placeholder*=Rechercher]{width:min(100%,420px)}table{border-collapse:separate;border-spacing:0}tbody tr:hover td{background:#ffffff05}thead th{z-index:1;background:#0b0d14;position:sticky;top:0}button,input,select{transition:all .15s}button:hover{transform:translateY(-1px)}h1,h2{letter-spacing:-.02em}@media (width<=1200px){table td:last-child{min-width:220px}}@media (width<=900px){table td:last-child>div,table td:last-child .actions,table td:last-child .admin-actions{flex-direction:column;align-items:stretch}table td:last-child button,table td:last-child a{justify-content:center;width:100%}}.admin-layout{align-items:start!important;max-width:1500px!important;margin:0 auto!important}.admin-menu{background:#12131deb!important;border:1px solid #ffffff14!important;box-shadow:0 20px 70px #00000047!important}.admin-menu strong{color:#fff!important;margin-bottom:10px!important}.admin-menu button{text-transform:none!important;justify-content:flex-start!important;font-weight:800!important}.admin-menu button.active{color:#fff!important;background:linear-gradient(#e4c66f33,#e4c66f1a)!important;border-color:#e4c66f61!important}.admin-content{min-width:0!important}.admin-head{margin-bottom:22px!important;padding:0 2px!important}.admin-head h1{text-transform:capitalize!important;letter-spacing:-.035em!important}.admin-head span{color:var(--muted)!important;font-weight:700!important}.admin-search{margin-bottom:18px!important}.admin-search input{background:#ffffff09!important;border-radius:16px!important;width:min(520px,100%)!important;height:46px!important;padding:0 16px!important}.table-wrap{background:#0c0d14d1!important;border:1px solid #ffffff14!important;border-radius:20px!important;overflow:auto!important;box-shadow:0 22px 80px #00000038!important}.table-wrap table{border-collapse:separate!important;border-spacing:0!important;width:100%!important}.table-wrap th{z-index:2!important;color:#e6e1ffc7!important;text-transform:uppercase!important;letter-spacing:.04em!important;background:#0e0f17fa!important;font-size:.78rem!important;position:sticky!important;top:0!important}.table-wrap td,.table-wrap th{vertical-align:top!important;padding:14px 16px!important}.table-wrap tbody tr{transition:background .15s!important}.table-wrap tbody tr:hover td{background:#ffffff06!important}.table-wrap td strong{color:#fff!important;margin-bottom:6px!important;display:block!important}.table-wrap td small{color:#e6e1ffb8!important;max-width:520px!important;line-height:1.45!important;display:block!important}.table-wrap code{color:#f0d477!important;font-weight:900!important}.actions{flex-wrap:wrap!important;gap:8px!important;min-width:260px!important;display:flex!important}.actions button{white-space:nowrap!important;border-radius:999px!important;min-width:0!important;height:34px!important;padding:0 12px!important;font-size:.82rem!important}.actions button:empty,button:empty{display:none!important}.badge.success,.badge.danger{text-transform:lowercase!important}.stat-grid{gap:14px!important}.stat{background:#ffffff0a!important;border:1px solid #ffffff13!important;border-radius:18px!important;box-shadow:0 12px 40px #00000024!important}.panel-card{background:#0e0f17db!important;border:1px solid #ffffff14!important;border-radius:20px!important}@media (width<=900px){.admin-layout{padding:12px!important}.admin-head{margin-bottom:14px!important}.actions{min-width:220px!important}.table-wrap td,.table-wrap th{padding:12px!important}}.admin-toolbar{background:#ffffff09;border:1px solid #ffffff13;border-radius:20px;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:20px;padding:18px;display:flex}.admin-toolbar h2{margin:0 0 5px;font-size:1.15rem}.admin-toolbar p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.4}.admin-toolbar input{border-radius:999px;flex:none;width:min(420px,100%);height:44px;padding:0 16px}.admin-card-list{gap:14px;display:grid}.admin-card-list.compact{gap:10px}.mod-card{background:linear-gradient(#ffffff0b,#ffffff06);border:1px solid #ffffff14;border-radius:22px;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:18px;display:grid;box-shadow:0 18px 60px #0000002e}.mod-card:hover{background:linear-gradient(#ffffff0f,#ffffff07);border-color:#e4c66f38}.mod-card-main{min-width:0}.mod-card-top{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;font-size:.86rem;display:flex}.mod-card-top code,.mod-card-top a{color:var(--gold);font-weight:900;text-decoration:none}.mod-card h3{color:#fff;margin:0 0 8px;font-size:1.08rem;line-height:1.25}.mod-card p{color:#e6e1ffc7;max-width:850px;margin:0;line-height:1.48}.mod-card-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;font-size:.86rem;display:flex}.mod-card-meta code{color:#f0d477}.mod-card-actions{flex-direction:column;gap:8px;min-width:140px;display:flex}.mod-card-actions button{white-space:nowrap;border-radius:999px;justify-content:center;min-height:36px}.mod-card-actions button:empty{display:none!important}.comment-card{border-left:3px solid #e4c66f47}@media (width<=980px){.admin-toolbar{align-items:stretch;display:grid}.admin-toolbar input{width:100%}.mod-card{grid-template-columns:1fr}.mod-card-actions{flex-flow:wrap;min-width:0}.mod-card-actions button{flex:130px}}@media (width<=620px){.mod-card{border-radius:18px;padding:15px}.mod-card-actions{grid-template-columns:1fr;display:grid}.mod-card-actions button{width:100%}}.flame-button{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:0 12px;font-weight:900;display:inline-flex;color:#ffb25f!important;background:#ffb25f13!important;border:1px solid #ffb25f3d!important}.flame-button small{color:#ffffff7a;font-size:.72rem;font-weight:800}.flame-button:hover:not(:disabled){transform:translateY(-1px);background:#ffb25f1f!important;border-color:#ffb25f6b!important}.flame-button.done,.flame-button:disabled{opacity:.72;cursor:not-allowed}.post-actions-line{flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px;display:flex}.flame-click{appearance:none!important;box-shadow:none!important;color:#f0b35a!important;cursor:pointer!important;background:0 0!important;border:0!important;align-items:center!important;gap:4px!important;width:auto!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}.flame-click:hover:not(:disabled){filter:brightness(1.15)!important;transform:scale(1.06)!important}.flame-click.done,.flame-click:disabled{opacity:.78!important;cursor:default!important}.flame-click small{display:none!important}.header-search{flex:1;align-items:center;gap:8px;max-width:520px;margin:0 22px;display:flex}.header-search input{color:#fff;background:#ffffff0b;border:1px solid #ffffff14;border-radius:999px;width:100%;height:38px;padding:0 15px}.header-search input::placeholder{color:#e6e1ff73}.header-search button{border-radius:999px;height:38px;padding:0 15px;font-weight:800}.search-head{max-width:980px;margin:0 auto 18px;padding:18px 2px}.search-head h1{letter-spacing:-.04em;margin:0 0 5px;font-size:clamp(1.8rem,3vw,2.6rem)}.search-head p{color:var(--muted);margin:0}.search-head strong{color:var(--gold)}@media (width<=900px){.topbar{grid-template-columns:1fr}.header-search{order:2;width:100%;max-width:none;margin:6px 0 0}.header-search button{padding:0 12px}.topbar nav{order:3}}@media (width<=520px){.header-search{grid-template-columns:1fr;display:grid}.header-search input,.header-search button{width:100%}}.manage-page{margin-top:24px}.manage-results{margin-top:18px}.manage-results .mod-card-actions a{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.post-meta-v2 time,.comment-head time{color:#e6e1ff80;font-size:.82rem;font-weight:700}.card-head .badge{white-space:nowrap}.page.narrow{max-width:1080px!important}.post-full{background:linear-gradient(#ffffff09,#ffffff05)!important;border:1px solid #ffffff13!important;border-radius:24px!important;padding:30px!important;box-shadow:0 24px 80px #00000038!important}.post-full .card-head{flex-wrap:wrap!important;align-items:center!important;gap:8px!important;margin-bottom:14px!important;display:flex!important}.post-full h1{letter-spacing:-.055em!important;color:#fff!important;text-shadow:none!important;margin:0 0 18px!important;font-size:clamp(2rem,4.4vw,3.3rem)!important;line-height:1.02!important}.post-full p{color:#f5f2ffe0!important;margin-bottom:18px!important;font-size:1.03rem!important;line-height:1.62!important}.post-actions-line{border-top:1px solid #ffffff12!important;padding-top:14px!important}.badge{color:#f5f2ffd1!important;background:#ffffff0e!important;border:1px solid #ffffff16!important}.badge.soft{color:#f5e6b4e6!important;background:#e4c66f14!important;border-color:#e4c66f2e!important}.comments{margin-top:34px!important}.comments h2{letter-spacing:-.035em!important;margin-bottom:16px!important;font-size:1.55rem!important}.comment{background:linear-gradient(#ffffff09,#ffffff05)!important;border:1px solid #ffffff13!important;border-radius:22px!important;padding:20px!important;box-shadow:0 18px 60px #00000029!important}.comment-head{flex-wrap:wrap!important;align-items:center!important;gap:10px!important;margin-bottom:14px!important;display:flex!important}.comment-head strong{color:#fff!important}.comment-head time{color:#e6e1ff7a!important;margin-left:auto!important}.comment p{color:#f5f2ffe0!important;line-height:1.55!important}.panel-card.form{background:linear-gradient(#ffffff09,#ffffff05)!important;border:1px solid #ffffff13!important;border-radius:24px!important;box-shadow:0 20px 70px #0000002e!important}.panel-card.form h2{letter-spacing:-.035em!important}.panel-card.form select,.panel-card.form textarea,.panel-card.form input{background:#0000003d!important;border-color:#ffffff16!important}.ghost.small{color:#f5f2ffc7!important;background:0 0!important;border-color:#0000!important}.ghost.small:hover{background:#ffffff0b!important;border-color:#ffffff14!important}.post-full .flame-click,.post-row-v2 .flame-click{color:#ffae55!important}@media (width<=760px){.post-full{border-radius:20px!important;padding:20px!important}.post-full h1{font-size:clamp(1.8rem,9vw,2.5rem)!important}.comment-head time{width:100%!important;margin-left:0!important}}.post-row-v2,.post-full,.comment,.mod-card{overflow:hidden!important}.post-row-v2 h2,.post-row-v2 p,.post-full h1,.post-full p,.comment p,.mod-card h3,.mod-card p{overflow-wrap:anywhere!important;word-break:break-word!important;white-space:pre-wrap!important;max-width:100%!important}.post-row-v2 p,.mod-card p{-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.post-full p,.comment p{max-height:420px!important;overflow:auto!important}.rich-content{gap:12px;display:grid}.rich-content>p{margin:0}.url-image-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-top:8px;display:grid}@media (width<=620px){.url-image-grid,.rich-content.compact .url-image-grid{grid-template-columns:1fr}}.rich-content{gap:12px;max-width:100%;display:grid}.rich-content>p{margin:0;line-height:1.55;white-space:pre-wrap!important;overflow-wrap:anywhere!important;word-break:break-word!important}.url-image-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;max-width:100%;margin-top:8px;display:grid}.rich-content.compact .url-image-grid{grid-template-columns:repeat(auto-fit,minmax(120px,220px))}.url-image-grid a{background:#ffffff09;border:1px solid #ffffff14;border-radius:16px;display:block;overflow:hidden}.url-image-grid img{object-fit:cover;background:#00000040;width:100%;max-height:340px;display:block}.rich-content.compact .url-image-grid img{max-height:180px}@media (width<=620px){.url-image-grid,.rich-content.compact .url-image-grid{grid-template-columns:1fr}}
