:root{--bg:#0d0b12;--panel:#15121b;--panel-2:#1b1722;--line:rgba(255,255,255,.09);--ink:#f7f3f5;--muted:#aaa1aa;--red:#df2449;--red-soft:#ff607d;--gold:#f5bb42;--green:#55d68a;--blue:#5bbbf8;--shadow:0 22px 65px rgba(0,0,0,.28)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(ellipse 900px 440px at 78% -15%,rgba(161,21,56,.22),transparent 70%),radial-gradient(ellipse 720px 540px at -8% 48%,rgba(53,48,91,.19),transparent 70%),var(--bg);min-height:100vh}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:10;border-bottom:1px solid var(--line);background:rgba(13,11,18,.86);backdrop-filter:blur(18px)}.nav-wrap,.main-wrap,.site-footer{max-width:1180px;margin:0 auto;padding-left:28px;padding-right:28px}.nav-wrap{min-height:74px;display:flex;align-items:center;gap:42px}.brand{display:flex;align-items:center;gap:9px;letter-spacing:.11em;min-width:max-content}.brand img{height:42px;width:42px;object-fit:contain}.brand span{display:flex;flex-direction:column;line-height:1}.brand b{font-family:Georgia,serif;font-size:1.1rem;color:#fff}.brand small{margin-top:5px;font-size:.53rem;color:var(--muted);font-weight:800}nav{display:flex;gap:26px;margin-right:auto}nav a{font-size:.87rem;color:var(--muted);font-weight:600;transition:color .15s}nav a:hover,nav a.active{color:#fff}.account{display:flex;align-items:center;gap:15px;font-size:.84rem;color:#e6dde1}.new-topic,.primary{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:7px;background:linear-gradient(135deg,#b51234,#e5264e);padding:10px 14px;color:#fff;font-size:.83rem;font-weight:800;box-shadow:0 8px 18px rgba(205,30,69,.22);transition:filter .15s,transform .15s}.new-topic:hover,.primary:hover{filter:brightness(1.1);transform:translateY(-1px)}details{position:relative}summary{cursor:pointer;list-style:none;font-weight:700}summary::-webkit-details-marker{display:none}summary:after{content:"⌄";color:var(--muted);padding-left:5px}.account-menu{position:absolute;right:0;top:29px;width:150px;background:#211c26;border:1px solid var(--line);box-shadow:var(--shadow);padding:10px;border-radius:7px;display:grid;gap:8px}.account-menu span{font-size:.72rem;color:var(--gold)}.account-menu a{font-size:.8rem}.main-wrap{padding-top:43px;padding-bottom:72px;min-height:calc(100vh - 155px)}.flash{padding:13px 16px;border-radius:8px;margin:0 0 24px;font-size:.89rem}.flash.success{background:rgba(35,163,88,.13);border:1px solid rgba(82,214,138,.37);color:#b7f3cc}.flash.info{background:rgba(70,142,218,.13);border:1px solid rgba(91,187,248,.32);color:#c5e9ff}.kicker{margin:0 0 11px;color:var(--red-soft);font-size:.7rem;font-weight:900;letter-spacing:.17em}.hero{padding:42px 0 69px;display:grid;grid-template-columns:minmax(0,1fr) 327px;align-items:center;gap:65px}.hero h1,.rules-hero h1,.auth-copy h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.65rem,5vw,5rem);font-weight:500;letter-spacing:-.055em;line-height:.99;max-width:730px;margin:0}.hero>div>p:not(.kicker),.rules-hero>p:not(.kicker),.auth-copy>p{color:var(--muted);line-height:1.7;max-width:640px;font-size:1rem;margin:21px 0 28px}.hero-actions{display:flex;gap:12px}.secondary{border:1px solid var(--line);border-radius:7px;padding:10px 14px;color:#e7dfe3;font-size:.83rem;font-weight:750}.secondary:hover{border-color:rgba(255,255,255,.33)}.hero-card{border:1px solid rgba(226,37,75,.4);border-radius:11px;padding:26px;background:linear-gradient(150deg,rgba(174,17,57,.19),rgba(25,20,29,.7));box-shadow:var(--shadow);position:relative}.hero-card .pulse{position:absolute;width:8px;height:8px;border-radius:10px;background:var(--green);right:19px;top:19px;box-shadow:0 0 0 5px rgba(85,214,138,.13)}.hero-card p{color:#e1ccd3;font-size:.8rem;margin:0 0 10px}.hero-card strong{font-family:Georgia,serif;display:block;font-size:1.55rem;font-weight:500;line-height:1.2}.hero-card a{display:inline-block;color:var(--red-soft);font-size:.78rem;font-weight:800;margin-top:23px}.section-title{border-top:1px solid var(--line);padding:25px 0 18px;display:flex;justify-content:space-between;align-items:end}.section-title h2{font-family:Georgia,serif;font-weight:500;font-size:1.85rem;letter-spacing:-.03em;margin:0}.text-link{color:var(--red-soft);font-size:.83rem;font-weight:800}.categories-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.category-card{min-height:215px;padding:21px 17px 16px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.025);display:flex;flex-direction:column;transition:.18s transform,.18s border,.18s background}.category-card:hover{transform:translateY(-4px);border-color:rgba(223,36,73,.55);background:rgba(197,26,63,.08)}.category-number{font-size:.67rem;color:var(--red-soft);font-weight:900;letter-spacing:.1em}.category-card h3{font-size:.97rem;line-height:1.25;margin:18px 0 9px}.category-card p{font-size:.77rem;color:var(--muted);line-height:1.55;margin:0}.category-card footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:13px;margin-top:auto;font-size:.7rem;color:#9e949b}.category-card footer b{font-size:1.15rem;color:var(--red-soft)}.recent-title{margin-top:47px}.topic-list{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:rgba(255,255,255,.018)}.topic-row{min-height:86px;display:flex;align-items:center;padding:16px 19px;border-bottom:1px solid var(--line);gap:14px}.topic-row:last-child{border:0}.topic-icon{width:35px;height:35px;border-radius:6px;background:#261621;color:var(--red-soft);display:grid;place-items:center;font-weight:800}.topic-content{min-width:0;flex:1}.topic-meta{display:flex;align-items:center;gap:6px;min-height:16px;font-size:.67rem;font-weight:800;color:var(--red-soft)}.topic-meta a{color:var(--red-soft)}.topic-row h3{font-size:.94rem;line-height:1.3;margin:1px 0 4px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.topic-row h3 a:hover{color:var(--red-soft)}.topic-row p{color:var(--muted);font-size:.74rem;margin:0}.replies{text-align:right;display:flex;flex-direction:column;line-height:1.15;min-width:70px}.replies strong{font-size:1rem}.replies span{color:var(--muted);font-size:.68rem}.pin,.lock,.badge{display:inline-block;border:1px solid;border-radius:4px;padding:2px 5px;font-size:.55rem;font-weight:900;line-height:1.2;text-transform:uppercase;letter-spacing:.055em}.pin{color:#f8d182;border-color:rgba(245,187,66,.64);background:rgba(245,187,66,.09)}.lock{color:#bdafba;border-color:rgba(189,175,186,.4)}.empty-state{margin:38px;text-align:center;padding:32px;border:1px dashed rgba(255,255,255,.16);border-radius:7px}.empty-state h1,.empty-state h3{font-family:Georgia,serif;margin:0 0 8px;font-weight:500}.empty-state p{color:var(--muted);font-size:.9rem;margin:0 0 20px}.category-hero{padding:17px 0 34px;border-bottom:1px solid var(--line);position:relative}.category-hero h1{font-family:Georgia,serif;font-size:2.7rem;font-weight:500;letter-spacing:-.04em;margin:14px 0 7px}.category-hero p{color:var(--muted);font-size:.9rem;margin:0 0 22px}.crumb,.breadcrumbs{color:var(--red-soft);font-size:.77rem;font-weight:700}.category-hero>.primary{position:absolute;right:0;bottom:31px}.category-topics{margin-top:23px}.form-page,.auth-layout{max-width:950px;margin:20px auto;display:grid;grid-template-columns:.75fr 1.25fr;gap:68px;align-items:start}.form-intro,.auth-copy{padding-top:23px}.form-intro h1,.auth-copy h1{font-size:3rem}.form-intro p,.auth-copy p{font-size:.91rem;color:var(--muted);line-height:1.65}.form-intro a,.auth-copy a{color:var(--red-soft);font-size:.8rem;font-weight:800}.form-card{background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:30px;box-shadow:var(--shadow)}.form-card h2{font-family:Georgia,serif;font-size:1.75rem;font-weight:500;margin:0 0 22px}.form-card form,.reply-card form{display:grid;gap:16px}.form-card label{display:grid;gap:7px;font-size:.78rem;font-weight:800;color:#d9d0d4}input,textarea,select{appearance:none;width:100%;font:inherit;color:var(--ink);font-size:.87rem;border:1px solid rgba(255,255,255,.12);background:#0e0c12;border-radius:6px;padding:11px 12px;transition:.16s border,.16s box-shadow}select{background:#0e0c12}textarea{resize:vertical;min-height:195px;line-height:1.55}input:focus,textarea:focus,select:focus{outline:0;border-color:var(--red-soft);box-shadow:0 0 0 3px rgba(224,36,73,.14)}.form-errors{background:rgba(194,29,58,.14);color:#ffc4d1;border:1px solid rgba(224,36,73,.46);border-radius:6px;padding:11px 13px;font-size:.8rem;line-height:1.45;margin:0 0 17px}.form-errors ul{padding-left:16px;margin:4px 0 0}.switch-auth{font-size:.78rem;color:var(--muted);margin:20px 0 0;text-align:center}.switch-auth a{color:var(--red-soft);font-weight:800}.auth-layout{max-width:890px;min-height:430px;align-items:center}.auth-card{padding:32px}.thread-head{padding:12px 0 29px;border-bottom:1px solid var(--line)}.breadcrumbs{display:flex;gap:8px;margin-bottom:16px}.breadcrumbs a:hover{color:#fff}.thread-heading{display:flex;justify-content:space-between;gap:25px;align-items:end}.thread-heading h1{font-family:Georgia,serif;font-weight:500;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05;letter-spacing:-.045em;margin:6px 0}.thread-heading p{margin:0;color:var(--muted);font-size:.81rem}.moderation{display:flex;gap:6px}.moderation button{border:1px solid var(--line);background:var(--panel);border-radius:5px;color:#e6dde1;font:700 .68rem inherit;padding:7px 8px;cursor:pointer}.moderation button:hover{border-color:var(--red-soft)}.post-stack{margin-top:23px;border:1px solid var(--line);border-radius:8px;overflow:hidden}.post{display:grid;grid-template-columns:154px 1fr;background:rgba(255,255,255,.018);border-bottom:1px solid var(--line);min-height:160px}.post:last-child{border:0}.post aside{padding:20px 16px;background:rgba(0,0,0,.13);border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:flex-start;gap:6px;font-size:.78rem}.avatar{width:34px;height:34px;border-radius:7px;display:grid;place-items:center;background:linear-gradient(135deg,#5c1930,#aa173d);font-weight:900;margin-bottom:3px}.post aside span{color:var(--gold);font-size:.65rem}.post-body{min-width:0;padding:0 20px 24px}.post-body header{height:47px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:.69rem}.message{padding-top:19px;font-size:.9rem;line-height:1.7;color:#e8e0e4}.reply-card,.join-note{margin:23px 0 0;background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:23px}.reply-card h2{font-family:Georgia,serif;font-size:1.55rem;font-weight:500;margin:0 0 17px}.reply-card textarea{min-height:130px}.reply-card .primary{justify-self:start}.join-note{display:flex;justify-content:space-between;align-items:center}.join-note p{margin:0;color:var(--muted);font-size:.88rem}.rules-hero{max-width:840px;padding:26px 0 45px}.rules-hero h1{font-size:clamp(3rem,5.6vw,5.25rem)}.rules-alert{padding:14px 15px;border-left:3px solid var(--gold);background:rgba(245,187,66,.08);font-size:.82rem;color:#e6d7b4;line-height:1.55}.rules-layout{display:grid;grid-template-columns:205px minmax(0,1fr);gap:55px;align-items:start}.rules-nav{position:sticky;top:99px;display:grid;gap:3px;border-left:1px solid var(--line);padding-left:14px}.rules-nav span{font-size:.62rem;font-weight:900;letter-spacing:.11em;color:var(--muted);margin-bottom:8px}.rules-nav a{font-size:.75rem;color:var(--muted);padding:5px 0}.rules-nav a:hover{color:#fff}.rules-nav b{color:var(--red-soft)}.rules-section{padding:0 0 54px;margin:0 0 47px;border-bottom:1px solid var(--line);scroll-margin-top:100px}.rules-section header>p{font-size:.68rem;letter-spacing:.13em;color:var(--red-soft);font-weight:900;margin:0 0 6px}.rules-section h2{font-family:Georgia,serif;font-weight:500;font-size:2.5rem;letter-spacing:-.04em;margin:0}.rules-section header>span{display:block;width:58px;height:2px;background:var(--red);margin:16px 0}.rules-section header>div{font-size:.9rem;line-height:1.65;color:var(--muted);max-width:760px}.rule-stack{display:grid;gap:12px;margin-top:26px}.rule{display:grid;grid-template-columns:63px 1fr;gap:15px;border:1px solid var(--line);border-radius:7px;padding:17px 18px;background:rgba(255,255,255,.02)}.rule-code{font-size:.74rem;color:var(--red-soft);font-weight:900;padding-top:3px}.rule h3{font-size:.95rem;margin:0 0 8px}.rule p{font-size:.82rem;line-height:1.65;color:#ccc2c7;margin:0}.badge{margin:0 8px 2px 0;vertical-align:middle}.badge.interzis,.badge.strict-interzis{color:#ff8d9f;border-color:rgba(223,36,73,.63);background:rgba(223,36,73,.1)}.badge.obligatoriu{color:#ffdc81;border-color:rgba(245,187,66,.65);background:rgba(245,187,66,.08)}.badge.restricție{color:#91d6ff;border-color:rgba(91,187,248,.65);background:rgba(91,187,248,.08)}.badge.info{color:#c9bbc4;border-color:rgba(201,187,196,.38)}.final-note{border:1px solid rgba(223,36,73,.5);border-radius:8px;background:linear-gradient(135deg,rgba(165,16,49,.18),rgba(255,255,255,.025));padding:31px;margin-top:-13px}.final-note p{font-weight:900;letter-spacing:.12em;font-size:.67rem;color:var(--red-soft);margin:0 0 9px}.final-note h2{font-family:Georgia,serif;font-size:1.75rem;font-weight:500;margin:0 0 9px}.final-note div{color:#d5cbd0;font-size:.84rem;line-height:1.6}.site-footer{border-top:1px solid var(--line);padding-top:24px;padding-bottom:32px;color:var(--muted);display:flex;justify-content:space-between;font-size:.7rem}.site-footer div{display:flex;gap:13px}.site-footer strong{color:#e4d9de;letter-spacing:.08em}.site-footer a:hover{color:var(--red-soft)}@media(max-width:970px){.categories-grid{grid-template-columns:repeat(3,1fr)}.hero{gap:35px}.rules-layout{grid-template-columns:1fr}.rules-nav{position:static;display:flex;flex-wrap:wrap;gap:8px;border-left:0;border-bottom:1px solid var(--line);padding:0 0 13px}.rules-nav span{width:100%;margin:0}.rules-nav a{border:1px solid var(--line);border-radius:4px;padding:6px 8px}.form-page,.auth-layout{gap:38px}}@media(max-width:700px){.nav-wrap,.main-wrap,.site-footer{padding-left:17px;padding-right:17px}.nav-wrap{min-height:64px;gap:13px}.brand img{width:35px;height:35px}.brand b{font-size:.95rem}.brand small{font-size:.46rem}nav{display:none}.account{margin-left:auto;gap:9px;font-size:.72rem}.new-topic{padding:8px 9px;font-size:.72rem}.main-wrap{padding-top:27px;padding-bottom:46px}.hero{grid-template-columns:1fr;padding:15px 0 44px;gap:30px}.hero h1,.rules-hero h1{font-size:3rem}.hero-card{max-width:350px}.categories-grid{grid-template-columns:1fr 1fr}.category-card{min-height:185px}.topic-row{padding:14px 12px}.topic-icon{display:none}.topic-row h3{font-size:.86rem}.replies{min-width:51px}.category-hero>.primary{position:static;margin-top:5px}.form-page,.auth-layout{grid-template-columns:1fr;margin-top:0;gap:9px}.form-intro,.auth-copy{padding-top:5px}.form-card{padding:22px 17px}.thread-heading{align-items:start;flex-direction:column}.moderation{width:100%;flex-wrap:wrap}.post{grid-template-columns:1fr}.post aside{border-right:0;border-bottom:1px solid var(--line);flex-direction:row;align-items:center;padding:11px 14px}.post aside .avatar{margin:0}.post-body{padding:0 14px 19px}.message{font-size:.84rem}.reply-card,.join-note{padding:17px}.rules-hero{padding:6px 0 33px}.rules-section{padding-bottom:37px;margin-bottom:36px}.rules-section h2{font-size:2rem}.rule{grid-template-columns:1fr;gap:5px;padding:14px}.rule-code{padding:0}.site-footer{display:grid;gap:10px}.site-footer div{flex-wrap:wrap}.empty-state{margin:20px 10px;padding:22px 12px}}@media(max-width:380px){.categories-grid{grid-template-columns:1fr}.account>a:first-child{display:none}.hero h1,.rules-hero h1{font-size:2.5rem}}
