:root{--bg:#f7f8fa;--panel:#fff;--ink:#15171a;--muted:#69707a;--line:#e6e8eb;--accent:#5b5bd6;--soft:#f0f0ff;--green:#14804a}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;background:var(--bg);color:var(--ink)}button,textarea{font:inherit}.app{display:flex;min-height:100vh}aside{width:230px;background:#111318;color:#fff;padding:24px 16px;position:fixed;inset:0 auto 0 0}.brand{font-weight:800;font-size:20px;padding:0 10px 24px}.brand span{color:#aaaaff}nav button{width:100%;border:0;background:transparent;color:#aeb3bc;text-align:left;padding:11px 12px;border-radius:9px;margin:2px 0;cursor:pointer}nav button.active,nav button:hover{background:#20232a;color:#fff}.foot{position:absolute;bottom:18px;left:26px;color:#8f96a1;font-size:12px;line-height:1.6}main{margin-left:230px;width:calc(100% - 230px)}header{height:68px;border-bottom:1px solid var(--line);background:#ffffffee;justify-content:space-between;padding:0 34px;position:-webkit-sticky;position:sticky;top:0;z-index:2;color:var(--muted);font-size:14px}.user,header{display:flex;align-items:center}.user{gap:12px}.face,.user b{width:38px;height:38px;border-radius:50%;background:#e8e8ff;display:grid;place-items:center;color:#4949bd}.content{max-width:1120px;margin:auto;padding:38px}h1{font-size:30px;margin:0 0 8px;letter-spacing:-.025em}h2{font-size:19px}.lead{color:var(--muted);margin:0 0 28px;line-height:1.55}.card{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:20px}.clickable{cursor:pointer;transition:.15s}.clickable:hover{border-color:#bdbff1;transform:translateY(-1px)}.grid2,.grid3,.grid4,.stats{display:grid;grid-gap:14px;gap:14px}.grid4{grid-template-columns:repeat(4,1fr)}.grid3{grid-template-columns:repeat(3,1fr)}.grid2{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:repeat(5,1fr);margin-bottom:14px}.stats b{font-size:28px}.card i{display:grid;width:38px;height:38px;place-items:center;border-radius:10px;background:var(--soft);color:var(--accent);font-style:normal;font-weight:800;margin-bottom:20px}.card p{font-size:13px;color:var(--muted);line-height:1.5}.source{margin-top:20px}.between{display:flex;justify-content:space-between}.source textarea{width:100%;height:145px;margin:15px 0;border:1px solid var(--line);border-radius:10px;padding:14px;resize:none}.actions button,.primary,.setting .pill{border:0;border-radius:9px;padding:10px 15px;font-weight:650}.primary{background:var(--ink);color:white;cursor:pointer}.story{display:flex;gap:15px;margin-bottom:12px}.story em{font-style:normal;min-width:34px;height:34px;border-radius:50%;background:var(--soft);display:grid;place-items:center;color:var(--accent);font-weight:700}.person{display:flex;gap:13px;align-items:center;cursor:pointer}.person .face{min-width:44px;height:44px}.check{margin-left:auto;width:22px;height:22px;border:1px solid #cfd2d7;border-radius:6px;display:grid;place-items:center;color:#fff}.selected{border-color:#999bea;background:#fafaff}.selected .check{background:var(--accent)}.mt{margin-top:16px}.draft{min-height:260px}.draft p{font-size:14px;line-height:1.7;color:#353940}.narrow{max-width:720px;margin:auto}.post{width:100%;min-height:260px;border:0;outline:0;resize:none;line-height:1.65;color:#30343a}.notice,.trust{padding:11px 13px;border-radius:9px;font-size:12px;margin:14px 0}.trust{background:#f4f4ff;color:#5353b5}.notice{background:#fff8e8;border:1px solid #f1dfb2}.ok{background:#eef9f3;border-color:#c9ead8;color:#24623f}.actions{display:flex;gap:10px}.actions button{border:1px solid var(--line);background:#fff;cursor:pointer}.actions .accent{background:var(--accent);color:white;border-color:var(--accent)}.bar{display:grid;grid-template-columns:150px 1fr 50px;grid-gap:12px;gap:12px;align-items:center;margin:14px 0;font-size:13px}.bar>div{height:9px;background:#eceef1;overflow:hidden}.bar i,.bar>div{border-radius:9px}.bar i{height:100%;background:var(--accent);display:block}.list{margin-bottom:10px}.setting{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:15px 0;border-top:1px solid var(--line)}.setting:first-of-type{border-top:0}.setting p{margin:5px 0 0}.pill{display:inline-block;padding:6px 9px;border-radius:999px;background:#eef9f3;color:#24623f;font-size:12px;white-space:nowrap}@media(max-width:900px){aside{width:190px}main{margin-left:190px;width:calc(100% - 190px)}.grid2,.grid3,.grid4,.stats{grid-template-columns:1fr 1fr}.content{padding:25px}}@media(max-width:650px){aside{display:none}main{margin-left:0;width:100%}.grid2,.grid3,.grid4,.stats{grid-template-columns:1fr}.content{padding:20px}.bar{grid-template-columns:100px 1fr 40px}}