:root{--orange:#f56600;--ink:#171717;--muted:#77716b;--line:#e7e3dd;--paper:#fff;--canvas:#f5f4f1}*{box-sizing:border-box}body,html{background:var(--canvas)}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}a{color:inherit}.page{width:min(1120px,calc(100% - 40px));margin:auto;min-height:100vh}.page>header{height:92px;justify-content:space-between;border-bottom:1px solid var(--line)}.brand,.page>header{display:flex;align-items:center}.brand{gap:11px;text-decoration:none}.brand img{width:44px;height:44px;border-radius:10px;object-fit:cover}.brand span{display:flex;flex-direction:column;line-height:1.1}.brand b{font-size:17px}.brand small{font-size:12px;color:var(--muted);margin-top:3px}.state{background:#fff1e5;color:#b94700;border:1px solid #ffd4b2;border-radius:99px;padding:8px 12px;font-size:12px;font-weight:800}.title{padding:44px 0 28px}.title>span{font-size:12px;color:var(--orange);font-weight:900;letter-spacing:.14em}.title h1{margin:9px 0 7px;font-size:34px;line-height:1.1;letter-spacing:-.045em}.title p{margin:0;color:var(--muted);font-size:14px}.layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;grid-gap:24px;gap:24px;align-items:start}.thread,aside section{background:var(--paper);border:1px solid var(--line);border-radius:12px}.thread{overflow:hidden}.threadHead{height:58px;padding:0 23px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-size:13px}.threadHead span{color:var(--muted);font-size:12px}.message{display:grid;grid-template-columns:40px 1fr;grid-gap:13px;gap:13px;padding:13px 23px}.message:hover{background:#faf9f7}.avatar{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:var(--orange);color:#fff;font-size:13px;font-weight:800;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.avatar.bot{border:1px solid var(--line)}.meta{height:20px;display:flex;align-items:center;gap:8px}.meta b{font-size:14px}.meta em{font-style:normal;font-size:9px;font-weight:900;letter-spacing:.04em;color:#b94700;background:#fff0e3;border-radius:4px;padding:3px 5px}.meta time{color:#aaa49e;font-size:12px}.message p{margin:3px 0 0;font-size:15px;line-height:1.57;color:#403d3a;white-space:pre-wrap}.attachment{width:max-content;max-width:100%;margin-top:9px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:8px;background:#faf9f7;padding:9px 12px;text-decoration:none}.attachment>b{color:var(--orange)}.attachment span{display:flex;flex-direction:column}.attachment strong{font-size:12px}.attachment small{font-size:10px;color:var(--muted)}.closed{margin:8px 23px 23px;padding-top:19px;border-top:1px solid var(--line);display:flex;align-items:center;gap:11px}.closed>b{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#fff0e3;color:var(--orange)}.closed span{display:flex;flex-direction:column;gap:2px}.closed strong{font-size:13px}.closed small{font-size:12px;color:var(--muted)}aside{display:flex;flex-direction:column;gap:14px}aside section{padding:20px}aside h2{font-size:13px;margin:0 0 18px}dl{margin:0;flex-direction:column;gap:15px}dl,dl div{display:flex}dl div{justify-content:space-between;gap:12px}dd,dt{font-size:12px}dt{color:#88827c}dd{margin:0;font-weight:700;text-align:right;max-width:165px;overflow-wrap:anywhere}aside>p{font-size:12px;line-height:1.5;color:#8c8782;margin:1px 7px}.page>footer{height:84px;margin-top:25px;border-top:1px solid var(--line);display:flex;align-items:center;color:#99938d;font-size:12px}.empty{min-height:100vh;display:grid;place-content:center;text-align:center;padding:24px}.empty img{width:86px;height:86px;object-fit:cover;border-radius:20px;margin:0 auto 22px}.empty>span{color:var(--orange);font-weight:900;letter-spacing:.15em}.empty h1{font-size:28px;margin:0 0 9px}.empty p{max-width:430px;margin:0;color:var(--muted);line-height:1.6}@media(max-width:800px){.layout{grid-template-columns:1fr}.title h1{font-size:28px}}@media(max-width:560px){.page{width:calc(100% - 24px)}.page>header{height:74px}.brand img{width:38px;height:38px}.title{padding:30px 0 22px}.title h1{font-size:25px}.message{grid-template-columns:35px 1fr;padding:11px 15px;gap:10px}.avatar{width:35px;height:35px;border-radius:9px}.message p{font-size:14px}.threadHead{padding:0 15px}.threadHead span{display:none}.closed{margin:8px 15px 20px}}