:root{--ink:#10233f;--blue:#145df5;--blue2:#0b46c7;--line:#dfe8f4;--muted:#667892;--bg:#f4f7fb;--green:#10a56d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);margin:0;font:16px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.landing{background:radial-gradient(circle at 72% 28%,#e6f2ff,#0000 32%),linear-gradient(#fff,#f6f9ff 72%,#fff);min-height:100vh;overflow:hidden}.top{border-bottom:1px solid #13365e17;justify-content:space-between;align-items:center;width:min(1180px,100% - 40px);height:86px;margin:auto;display:flex}.brand{letter-spacing:-.04em;align-items:center;gap:11px;font-size:1.22rem;font-weight:850;display:flex}.brand i{color:#fff;background:var(--blue);border-radius:13px 13px 13px 4px;place-items:center;width:41px;height:41px;font-style:normal;display:grid;box-shadow:0 8px 25px #145df53d}.brand img{object-fit:contain;width:41px;height:41px}.nav,.hero-actions,.trust{align-items:center;gap:20px;display:flex}.nav>a:first-child{color:#48617f;font-size:.94rem;font-weight:650}.button{cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:0 19px;font-weight:760;transition:all .18s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.6;cursor:wait}.primary{background:var(--blue);color:#fff;box-shadow:0 9px 22px #145df538}.primary:hover{background:var(--blue2)}.large{border-radius:15px;min-height:54px;padding:0 25px}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:70px;width:min(1180px,100% - 40px);min-height:650px;margin:auto;padding:50px 0 70px;display:grid}.eyebrow{color:var(--blue);text-transform:uppercase;letter-spacing:.08em;background:#ebf3ff;border:1px solid #d7e7ff;border-radius:99px;align-items:center;gap:8px;padding:8px 12px;font-size:.77rem;font-weight:800;display:inline-flex}.hero h1{letter-spacing:-.075em;margin:24px 0 20px;font-size:clamp(3.4rem,6.5vw,5.8rem);font-weight:900;line-height:.93}.hero h1 em{color:var(--blue);font-style:normal}.hero>div>p{color:#5f718b;max-width:600px;font-size:1.13rem;line-height:1.72}.hero-actions{margin-top:30px}.hero-actions>span{color:#7b8ca3;font-size:.86rem}.trust{color:#3f5877;gap:24px;margin-top:42px;font-size:.82rem;font-weight:680}.trust span{align-items:center;gap:7px;display:flex}.trust svg{width:18px}.signal-stage{place-items:center;height:530px;display:grid;position:relative}.rings{border:1px solid #bcd7ff;border-radius:50%;width:430px;height:430px;position:absolute;box-shadow:0 0 0 70px #dfedff8c,0 0 0 140px #ebf4ff73}.preview{z-index:1;background:#fffffff5;border:1px solid #dbe7f5;border-radius:22px;width:min(430px,90%);padding:25px;transform:rotate(-1deg);box-shadow:0 24px 60px #1d4a7d24}.preview header,.preview footer{align-items:center;gap:12px;display:flex}.preview header div{flex-direction:column;display:flex}.preview small{color:#71829a}.preview mark{color:#0b9060;background:#e7f9f2;border-radius:99px;margin-left:auto;padding:5px 8px;font-size:.65rem;font-weight:900}.preview p{color:#344b68;margin:22px 0}.bars{background:#eff6ff;border-radius:14px;justify-content:center;align-items:end;gap:9px;height:108px;padding:18px;display:flex}.bars i{background:linear-gradient(#3c85ff,#145df5);border-radius:10px 10px 3px 3px;width:16px}.preview footer{color:#72839a;justify-content:space-between;margin-top:17px;font-size:.78rem;font-weight:700}.avatar{color:#fff;background:linear-gradient(145deg,#1d74ff,#0e44ae);border-radius:50%;flex:none;place-items:center;width:43px;height:43px;font-size:.72rem;font-style:normal;font-weight:900;display:grid}.features{border:1px solid var(--line);background:#fff;border-radius:20px;grid-template-columns:repeat(3,1fr);width:min(1180px,100% - 40px);margin:0 auto 70px;display:grid;box-shadow:0 20px 50px #19406e0f}.features div{border-right:1px solid var(--line);flex-direction:column;gap:7px;padding:25px 28px;display:flex}.features div:last-child{border:0}.features span{color:var(--muted);font-size:.84rem}.site-footer{border-top:1px solid var(--line);color:#8290a4;justify-content:space-between;width:min(1180px,100% - 40px);margin:auto;padding:25px 0 35px;font-size:.8rem;display:flex}.card{border:1px solid var(--line);background:#fff;border-radius:18px;box-shadow:0 8px 30px #1b416d0b}.auth-shell{background:radial-gradient(circle at 50% 10%,#ddebff,transparent 35%),var(--bg);place-items:center;min-height:100vh;padding:30px;display:grid}.auth-card{width:min(620px,100%);padding:34px}.auth-card .brand{margin-bottom:30px}.auth-card h1,.section h1,.welcome h1{letter-spacing:-.03em;font-family:Georgia,serif}.auth-card h1{margin:0 0 8px;font-size:2rem}.auth-card>p{color:var(--muted);margin:0 0 25px}.auth-card form{gap:16px;display:grid}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-grid label,.auth-card label,.section>label{color:#405a77;flex-direction:column;gap:7px;font-size:.79rem;font-weight:800;display:flex}.full{grid-column:1/-1;width:100%}input,textarea{width:100%;color:var(--ink);background:#fbfdff;border:1px solid #dbe5f0;border-radius:11px;outline:0;padding:12px 13px}input:focus,textarea:focus{border-color:#72a5ff;box-shadow:0 0 0 3px #e3edff}textarea{resize:vertical;min-height:100px}label small{color:#7d8da1;font-weight:500}.alert{border-radius:10px;margin-bottom:16px;padding:11px 13px;font-size:.84rem}.error{color:#b82038;background:#fff0f2}.success{color:#087d54;background:#eaf9f2}.auth-links{color:#6c8098;justify-content:space-between;margin-top:20px;font-size:.83rem;display:flex}.auth-links a{color:var(--blue);font-weight:750}.floating-note{color:#087d54;background:#eaf9f2;border-radius:12px;padding:12px 18px;position:fixed;top:20px;left:50%;transform:translate(-50%);box-shadow:0 8px 25px #0002}.app-shell{min-height:100vh}.app-top{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);background:#fffffff5;grid-template-columns:240px minmax(280px,520px) 1fr;align-items:center;gap:28px;height:72px;padding:0 max(24px,50vw - 620px);display:grid;position:sticky;top:0}.app-top .brand i{border-radius:11px 11px 11px 4px;width:37px;height:37px}.search{position:relative}.search svg{color:#7e8da1;width:18px;position:absolute;top:13px;left:15px}.search input{background:#f4f7fb;height:44px;padding-left:43px}.profile-chip{justify-content:flex-end;align-items:center;gap:12px;font-size:.82rem;display:flex}.profile-chip>svg{color:#68809b;width:19px}.profile-chip .avatar{width:38px;height:38px}.app-grid{grid-template-columns:220px minmax(0,650px) 290px;gap:28px;width:min(1240px,100% - 40px);margin:auto;padding:28px 0 60px;display:grid}.side{flex-direction:column;align-self:start;gap:6px;display:flex;position:sticky;top:100px}.side button{color:#516781;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;min-height:46px;padding:0 14px;font-size:.91rem;font-weight:700;display:flex}.side button:hover,.side .active{color:var(--blue);background:#e8f1ff}.side svg{width:20px}.side .side-bottom{border-top:1px solid var(--line);border-radius:0;margin-top:24px;padding-top:12px}.feed{flex-direction:column;gap:18px;display:flex}.notice{color:#087d54;background:#eaf9f2;border-radius:12px;justify-content:space-between;padding:12px 15px;font-size:.84rem;display:flex}.notice button{color:inherit;cursor:pointer;background:0 0;border:0}.welcome{justify-content:space-between;align-items:center;display:flex}.welcome h1{margin:0;font-size:1.9rem}.welcome p{color:var(--muted);margin:3px 0 0;font-size:.85rem}.welcome>span{color:var(--muted);font-size:.83rem}.composer{padding:20px}.composer>div{gap:13px;display:flex}.composer textarea{box-shadow:none;border:0;min-height:74px;padding:9px 0}.composer footer{border-top:1px solid #edf1f6;justify-content:space-between;align-items:center;padding-top:14px;display:flex}.composer footer>span{color:#70859d;align-items:center;gap:6px;font-size:.76rem;display:flex}.composer svg,.post footer svg,.button svg{width:16px}.post{padding:22px}.post header{align-items:center;gap:11px;display:flex}.post header div{flex-direction:column;display:flex}.post header strong{font-size:.92rem}.post header strong b{color:var(--blue)}.post header small{color:#788aa1}.post>p{color:#314963;white-space:pre-wrap;margin:18px 0;line-height:1.66}.post footer{border-top:1px solid #edf1f6;gap:8px;padding-top:13px;display:flex}.post footer button{color:#6b7f97;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:6px;padding:8px 11px;font-size:.8rem;font-weight:700;display:flex}.post footer .reacted{color:var(--blue)}.empty{text-align:center;color:var(--muted);padding:45px}.empty>svg{width:30px}.section{padding:24px}.section h1{margin:0 0 8px;font-size:1.8rem}.sub{color:var(--muted);margin:0 0 24px;font-size:.9rem}.actions{justify-content:flex-end;margin-top:20px;display:flex}.member-grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.member-grid article{border:1px solid var(--line);border-radius:15px;align-items:center;gap:12px;padding:17px;display:flex}.member-grid article div{flex-direction:column;display:flex}.member-grid b{color:var(--blue);font-size:.72rem}.member-grid small{color:var(--muted)}.rail{flex-direction:column;gap:18px;display:flex}.rail>.card{padding:19px}.rail h3{align-items:center;gap:8px;margin:0 0 16px;font-size:.9rem;display:flex}.rail h3 svg{width:17px;color:var(--blue)}.rail-member{align-items:center;gap:9px;margin:13px 0;display:flex}.rail-member .avatar{width:38px;height:38px}.rail-member div{flex-direction:column;min-width:0;display:flex}.rail-member strong{font-size:.8rem}.rail-member small{color:var(--muted)}.rail-member>b{color:var(--blue);background:#edf4ff;border-radius:7px;margin-left:auto;padding:4px 6px;font-size:.66rem}.rail>.card>p{color:#526b85;border-bottom:1px solid #edf1f5;padding-bottom:9px;font-size:.79rem}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid #edf1f5;padding:12px 10px;font-size:.78rem}th{color:#708198;text-transform:uppercase;font-size:.7rem}.table-wrap{overflow:auto}td mark{color:#0b8d60;background:#e9f8f2;border-radius:99px;padding:5px 8px;font-size:.68rem;font-weight:800;display:inline-flex}.icon{cursor:pointer;border:0;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.icon svg{width:16px}.danger{color:#bd2239;background:#fff0f2}@media (max-width:1050px){.app-grid{grid-template-columns:78px minmax(0,650px) 260px}.side span{display:none}.side button{justify-content:center}.app-top{grid-template-columns:90px minmax(260px,1fr) auto}.app-top .brand>span{display:none}}@media (max-width:850px){.hero{grid-template-columns:1fr;padding-top:60px}.hero>div:first-child{text-align:center}.hero>div>p{margin-left:auto;margin-right:auto}.hero-actions,.trust{justify-content:center}.signal-stage{height:450px}.app-grid{grid-template-columns:72px minmax(0,1fr)}.rail{display:none}.app-top{grid-template-columns:64px 1fr auto}.features{grid-template-columns:1fr}.features div{border-right:0;border-bottom:1px solid var(--line)}}@media (max-width:620px){.top{height:72px}.nav>a:first-child{display:none}.hero{gap:20px;width:calc(100% - 28px);padding-top:42px}.hero h1{font-size:3.35rem}.hero-actions{flex-direction:column}.trust{flex-wrap:wrap}.signal-stage{height:400px}.features,.site-footer{width:calc(100% - 28px)}.site-footer{flex-direction:column;gap:8px}.auth-shell{padding:15px}.auth-card{padding:25px 20px}.form-grid,.member-grid{grid-template-columns:1fr}.full{grid-column:auto}.app-top{grid-template-columns:48px 1fr auto;gap:8px;padding:0 12px}.profile-chip>svg,.profile-chip>b{display:none}.app-grid{width:100%;padding:14px 12px 85px;display:block}.side{z-index:30;border-top:1px solid var(--line);background:#fff;flex-direction:row;justify-content:space-around;height:70px;padding:7px;position:fixed;inset:auto 0 0}.side button,.side .side-bottom{border:0;border-radius:12px;flex:1;height:54px;min-height:54px;margin:0;padding:0}.welcome h1{font-size:1.55rem}.welcome>span{display:none}.section{padding:20px 16px}.auth-links{flex-direction:column;gap:10px}}
.community-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.community-grid>.empty{grid-column:1/-1}.community-card{flex-direction:column;padding:21px;display:flex}.community-icon{width:48px;height:48px;color:var(--blue);background:#e9f2ff;border-radius:15px;place-items:center;margin-bottom:15px;display:grid}.community-icon svg{width:23px}.community-meta{color:var(--blue);text-transform:uppercase;letter-spacing:.04em;justify-content:space-between;gap:10px;font-size:.7rem;font-weight:800;display:flex}.community-meta small{color:var(--muted);text-transform:none;letter-spacing:0;font-weight:600}.community-card h2{margin:9px 0 7px;font-size:1.22rem}.community-card>p{color:var(--muted);flex:1;font-size:.84rem;line-height:1.55}.community-card footer{border-top:1px solid #edf1f6;justify-content:space-between;align-items:center;margin-top:9px;padding-top:14px;display:flex}.community-card footer>span{color:var(--muted);align-items:center;gap:6px;font-size:.75rem;display:flex}.community-card footer svg{width:15px}.community-card footer>b{color:var(--blue);font-size:.75rem}.card-actions{align-items:center;gap:8px;display:flex}.card-actions>b{color:var(--blue);font-size:.75rem}.community-heading{align-items:flex-start;gap:17px;display:flex}.community-heading .community-icon{flex:none;margin:0}.community-heading h1{margin:2px 0 5px}.community-heading p{color:var(--muted);margin:0}.community-heading small{color:var(--blue);font-weight:750}.back-button{align-self:flex-start}.ghost{color:var(--blue);background:#edf4ff}.danger-soft{color:#b82038;background:#fff0f2}.verify-card{background:#f8fbff;border-color:#bcd5ff;align-items:flex-start;gap:17px;display:flex}.verify-card>svg{width:29px;color:var(--blue);flex:none}.verify-card h2{margin:0;font-size:1.15rem}.verify-card p{color:var(--muted);margin:5px 0 14px;font-size:.84rem}.verify-card>div{width:100%}.code-row{flex-wrap:wrap;gap:9px;display:flex}.code-row input{letter-spacing:.25em;text-align:center;width:150px;font-size:1.2rem;font-weight:850}.table-actions{align-items:center;gap:7px;display:flex}.mini{color:var(--blue);cursor:pointer;background:#edf4ff;border:0;border-radius:8px;padding:7px 9px;font-size:.72rem;font-weight:750}td mark.status-bad{color:#b82038;background:#fff0f2}@media (max-width:620px){.community-grid{grid-template-columns:1fr}.verify-card{flex-direction:column}.code-row input{width:100%}}
