:root{--accent:#ff4e00;--accent-dark:#e64600;--red:#c62828;--ink:#191a1d;--ink-2:#323232;--muted:#757575;--line:#e4e4e7;--bg:#f5f5f6;--card:#ffffff;--chrome:#1e1f23;--chrome-2:#26272c;--green:#01cd74;--radius:8px;--wrap:1000px}*{box-sizing:border-box}body,html{padding:0;margin:0}body{background:var(--bg);color:var(--ink);font-family:var(--font-exo),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{line-height:1.2;margin:0 0 .5em;font-weight:700}.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 20px}.muted{color:var(--muted)}.small{font-size:13px}.center{text-align:center}.site-main{display:block;min-height:60vh;padding-bottom:48px}.site-header{background:var(--chrome);border-bottom:3px solid var(--accent);position:-webkit-sticky;position:sticky;top:0;z-index:50}.header-inner{gap:18px;height:60px}.brand,.header-inner{display:flex;align-items:center}.brand{gap:10px;color:#fff}.brand:hover{text-decoration:none}.brand-x{color:var(--red);font-size:22px;border:2px solid var(--red);border-radius:6px;width:30px;height:30px;display:grid;place-items:center}.brand-name,.brand-x{font-weight:800;line-height:1}.brand-name{display:flex;flex-direction:column;font-size:17px;letter-spacing:.2px}.brand-accent{color:var(--accent)}.brand-sub{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--muted);font-weight:600;margin-top:2px}.nav{display:flex;gap:18px;margin-left:8px}.nav a{color:#d6d6d9;font-weight:600;font-size:14px}.nav a:hover{color:#fff;text-decoration:none}.header-auth{margin-left:auto;display:flex;align-items:center;gap:12px}.who{color:#cfcfd3;font-size:13px;font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-weight:700;font-size:15px;padding:11px 18px;border-radius:var(--radius);border:1px solid transparent;cursor:pointer;transition:.15s ease}.btn,.btn:hover{text-decoration:none}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-dark)}.btn-ghost{background:transparent;border-color:var(--line);color:var(--ink-2)}.btn-ghost:hover{background:#efeff1}.btn-ghost-light{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.35);color:#fff}.btn-ghost-light:hover{background:rgba(255,255,255,.16)}.btn-sm{padding:7px 13px;font-size:13px}.btn-lg{padding:14px 24px;font-size:16px}.btn-block{width:100%}.btn:disabled{opacity:.6;cursor:default}.link-btn{background:none;border:0;color:var(--accent);font-family:inherit;font-weight:600;cursor:pointer;padding:6px 0;font-size:14px}.hero{background:var(--chrome);color:#fff;padding:54px 0 60px;border-bottom:1px solid #000}.hero-inner{text-align:center}.hero-logo-card{background:#fff;border-radius:12px;padding:26px 34px;display:inline-block;margin-bottom:26px;box-shadow:0 10px 30px rgba(0,0,0,.35)}.eyebrow{text-transform:uppercase;letter-spacing:4px;font-size:13px;font-weight:700;color:var(--accent);margin:0 0 10px}.hero-title{font-size:40px;font-weight:800;margin:0 0 16px}.hero-lede{max-width:640px;margin:0 auto 28px;color:#c8c8cd;font-size:18px}.hero-cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.crossed-logo{position:relative;display:inline-block}.crossed-logo img{display:block;width:100%;height:auto}.crossed-logo:after,.crossed-logo:before{content:"";position:absolute;left:-7%;top:50%;width:114%;height:7px;background:var(--red);border-radius:4px;box-shadow:0 0 0 3px rgba(255,255,255,.85)}.crossed-logo:before{transform:translateY(-50%) rotate(13deg)}.crossed-logo:after{transform:translateY(-50%) rotate(-13deg)}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:26px}.story{display:grid;grid-template-columns:1.6fr 1fr;grid-gap:22px;gap:22px;margin-top:36px;align-items:start}.story-card h2,.why-card h2{font-size:22px;border-bottom:2px solid var(--accent);padding-bottom:8px;display:inline-block}.story-card p{margin:0 0 16px;font-size:16.5px;color:var(--ink-2)}.why-card{background:#fffaf7;border-color:#ffd9c7}.why-card p{color:var(--ink-2)}.join{margin-top:26px}.join-card{display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--chrome-2);border-color:#000;color:#fff}.join-card h2{margin:0 0 4px}.join-card .muted{color:#b9b9bf}.forum{padding-top:30px}.forum-head h1{font-size:30px;margin-bottom:4px}.newthread-collapsed{display:flex;align-items:center;gap:14px;margin:18px 0;flex-wrap:wrap}.newthread{display:flex;flex-direction:column;gap:12px;margin:18px 0}.thread-list{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--card);margin-top:14px}.thread-list-head,.thread-row{display:grid;grid-template-columns:1fr 80px 80px;align-items:center}.thread-list-head{background:#fafafb;padding:11px 18px;font-size:12px;text-transform:uppercase;letter-spacing:1px;color:var(--muted);font-weight:700}.thread-list-head,.thread-row{border-bottom:1px solid var(--line)}.thread-row{padding:14px 18px;color:var(--ink)}.thread-row:last-child{border-bottom:0}.thread-row:hover{background:#fafafb;text-decoration:none}.thread-main{display:flex;flex-direction:column;gap:3px;min-width:0}.thread-title{color:var(--accent);font-weight:700;font-size:16px}.thread-meta{color:var(--muted);font-size:13px}.col-stat{text-align:center;font-weight:700;color:var(--ink-2)}.thread-list-head .col-stat{color:var(--muted);font-weight:700}.empty{padding:40px 18px;text-align:center;color:var(--muted)}.thread{padding-top:24px;max-width:820px}.back{display:inline-block;margin-bottom:14px;font-weight:600}.thread-op{margin-bottom:22px}.op-head{display:flex;gap:16px;align-items:flex-start}.op-head h1{font-size:26px;margin:0 0 6px}.op-body p,.reply-body p{margin:0 0 14px;color:var(--ink-2);font-size:16px}.replies-h{font-size:18px;margin:6px 0 14px;color:var(--ink-2)}.replies{display:flex;flex-direction:column;gap:12px}.reply-meta{margin:0 0 8px;font-size:13px;color:var(--muted)}.reply-meta strong{color:var(--ink)}.vote{display:flex;flex-direction:column;align-items:center;gap:2px;background:#f4f4f5;border:1px solid var(--line);border-radius:8px;padding:6px 10px;cursor:pointer;color:var(--muted);font-family:inherit;min-width:46px}.vote.voted,.vote:hover{border-color:var(--accent);color:var(--accent)}.vote.voted{background:#fff1ea}.vote-arrow{font-size:13px;line-height:1}.vote-count{font-weight:800}.input,.vote-count{font-size:15px;color:var(--ink)}.input{width:100%;font-family:inherit;padding:11px 13px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(255,78,0,.12)}.textarea{resize:vertical}.form-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.form-actions .muted{margin-right:auto}.form-err{color:var(--red)}.form-err,.form-ok{font-weight:600;font-size:14px;margin:0}.form-ok{color:var(--green)}.replyform{margin-top:22px;display:flex;flex-direction:column;gap:12px}.replyform h3{margin:0;font-size:17px}.auth{padding-top:40px;display:flex;justify-content:center}.auth-card{width:100%;max-width:420px}.auth-card h1{font-size:24px}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field span{font-weight:600;font-size:14px}.auth-divider{display:flex;align-items:center;text-align:center;color:var(--muted);margin:18px 0;gap:12px}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:var(--line)}.site-footer{background:var(--chrome);color:#b9b9bf;margin-top:50px;padding:30px 0}.footer-inner{display:flex;flex-direction:column;gap:12px}.disclaimer{font-size:13px;line-height:1.6;color:#9a9aa0;margin:0}.disclaimer strong{color:#d6d6d9}@media (max-width:760px){.hero-title{font-size:30px}.story{grid-template-columns:1fr}.nav{display:none}.join-card{flex-direction:column;align-items:flex-start}.thread-list-head,.thread-row{grid-template-columns:1fr 56px 56px}}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/15e555873b2c38f2-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e967e3e11e121e1e-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3f552249f03de128-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c8db6d45c695a7ab-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cd5bec9268da5b8d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/15e555873b2c38f2-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e967e3e11e121e1e-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3f552249f03de128-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c8db6d45c695a7ab-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cd5bec9268da5b8d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/15e555873b2c38f2-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e967e3e11e121e1e-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3f552249f03de128-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c8db6d45c695a7ab-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cd5bec9268da5b8d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/15e555873b2c38f2-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e967e3e11e121e1e-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3f552249f03de128-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c8db6d45c695a7ab-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cd5bec9268da5b8d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/15e555873b2c38f2-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e967e3e11e121e1e-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/3f552249f03de128-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c8db6d45c695a7ab-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/cd5bec9268da5b8d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Exo\ 2 Fallback;src:local("Arial");ascent-override:97.88%;descent-override:19.69%;line-gap-override:0.00%;size-adjust:102.06%}.__className_420a90{font-family:Exo\ 2,Exo\ 2 Fallback;font-style:normal}.__variable_420a90{--font-exo:"Exo 2","Exo 2 Fallback"}