:root{color-scheme:light;--rose:#99415f;--ink:#30272b;--muted:#6f5b63;--line:#e1d1d7;--paper:#fff;--canvas:#faf5f7;--tint:#f8e4ec;--danger:#b3261e;--success:#247a5a;font-family:"Microsoft YaHei","PingFang SC",system-ui,sans-serif;color:var(--ink);background:var(--canvas);font-size:15px;line-height:1.65}
*{box-sizing:border-box}body{margin:0}a{color:var(--rose);text-decoration:none}a:hover{text-decoration:underline}button,input,textarea{font:inherit}button,a,input,textarea{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--rose);outline-offset:4px}button:disabled{opacity:.55;cursor:wait}h1,h2,h3,p{margin:0}h1{font-size:32px;line-height:1.3;font-weight:700;letter-spacing:-.7px}h2{font-size:19px;line-height:1.45}h3{font-size:17px;line-height:1.4;overflow-wrap:anywhere}code{font-family:Consolas,monospace;overflow-wrap:anywhere}form{margin:0}.topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:88px;padding:16px max(28px,calc((100vw - 1320px)/2));border-bottom:1px solid var(--line);background:var(--paper)}.brand{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:var(--ink);white-space:nowrap}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--rose);color:white;font-size:20px}.brand-sub{font-size:14px;color:var(--muted);font-weight:400}.topbar nav{display:flex;gap:24px;align-items:center}.topbar nav a{min-height:44px;display:flex;align-items:center;color:var(--muted)}.topbar nav a[aria-current=page]{color:var(--rose);font-weight:700;border-bottom:2px solid var(--rose)}main{max-width:1320px;padding:36px 28px 64px;margin:auto;min-height:calc(100vh - 168px)}.page-heading{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:28px}.page-heading p.muted{margin-top:12px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:1.6px;color:var(--rose);margin-bottom:12px}.muted,.help{color:var(--muted)}.help{font-size:12px;line-height:1.65}.count{display:flex;gap:12px;align-items:center;white-space:nowrap}.count strong{font-size:44px;font-weight:500;color:var(--rose);font-variant-numeric:tabular-nums}.count>span{display:flex;flex-direction:column;font-size:13px}.workspace{display:grid;grid-template-columns:350px minmax(0,1fr);gap:28px;align-items:start}.panel{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:24px}.editor{border-top:3px solid var(--rose)}.stack{display:flex;flex-direction:column;gap:18px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:22px}.section-heading .muted{font-size:12px}.section-heading a{font-size:13px}label{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:600}input:not([type=checkbox]),textarea{width:100%;min-width:0;min-height:48px;border:1px solid #ad969f;border-radius:9px;padding:10px 12px;background:#fffbfc;color:var(--ink);font-weight:400}textarea{resize:vertical;min-height:130px}input::placeholder,textarea::placeholder{color:#816d75}.upload{padding:16px;border:1px dashed #ad969f;border-radius:12px;background:var(--canvas)}input[type=file]{font-size:12px;border:0;padding:0;background:transparent;min-height:40px}input::file-selector-button{padding:9px;border:1px solid var(--line);border-radius:6px;background:white;color:var(--rose);cursor:pointer;margin-right:8px}.upload .help{font-weight:400}.check{flex-direction:row;align-items:center;min-height:44px;font-weight:400;font-size:13px}.check input{width:18px;height:18px;accent-color:var(--rose);flex-shrink:0}.primary,.danger,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:10px 18px;border-radius:9px;border:1px solid var(--line);background:white;font-size:14px;font-weight:600}.primary{background:var(--rose);color:white;border-color:var(--rose)}.primary:hover{background:#81344f}.danger{color:white;background:var(--danger);border-color:var(--danger)}.button:hover{background:var(--canvas);text-decoration:none}.link-button{border:0;background:none;color:var(--rose);padding:10px 0;min-height:44px;font-size:14px}.link-button:hover{text-decoration:underline}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.material{display:flex;flex-direction:column;padding:20px;min-width:0}.material-head{display:flex;align-items:center;gap:14px}.avatar{display:block;width:72px;height:72px;object-fit:cover;flex-shrink:0;border-radius:16px;background:var(--tint)}.avatar.large{width:104px;height:104px}.status{display:inline-block;font-size:11px;padding:2px 8px;border-radius:4px;background:#f0e8eb;color:var(--muted);margin-top:8px}.status.on{background:#e6f2eb;color:#1d6649}.signature{white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;color:var(--muted);margin:20px 0;flex:1;min-height:48px}.material-actions{display:flex;align-items:center;gap:22px;border-top:1px solid var(--line);padding-top:10px;font-size:13px}.material-actions a{display:inline-flex;align-items:center;min-height:44px}.material-actions .link-button{font-size:13px}.delete-link{color:var(--muted);margin-left:auto}.delete-link:hover{color:var(--danger)}.empty{min-height:340px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:18px}.empty-mark{display:grid;place-items:center;border-radius:50%;width:60px;height:60px;font-size:34px;color:var(--rose);background:var(--tint)}.notice{padding:14px 18px;border-radius:9px;margin-bottom:24px;border-left:4px solid;font-size:14px}.notice.error{color:#8c1e18;background:#fceceb}.notice.success{color:#185b42;background:#e6f2eb}.auth{max-width:480px;margin:32px auto;padding:36px}.auth>p{margin-bottom:24px}.auth h1{margin-bottom:12px}.note{background:var(--canvas);border:1px solid var(--line);border-radius:9px;padding:14px;font-size:13px}.connection{max-width:820px}.connection h2:not(:first-child){margin-top:12px}.key{font-family:Consolas,monospace;font-size:13px}.example{border-left:3px solid var(--line);padding-left:14px;overflow-wrap:anywhere}.pagination{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:24px;font-size:13px;color:var(--muted)}footer{max-width:1264px;margin:auto;padding:20px 28px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:12px}
@media(max-width:1050px){.workspace{grid-template-columns:320px minmax(0,1fr)}.cards{grid-template-columns:1fr}.topbar{padding-inline:28px}.brand-sub{display:none}}
@media(max-width:700px){.topbar{padding:12px 18px;gap:10px;flex-wrap:wrap}.topbar nav{gap:20px;font-size:13px}.brand{font-size:16px}.brand-mark{width:32px;height:32px;font-size:17px}main{padding:26px 18px 40px}.page-heading{align-items:flex-start;gap:16px;flex-wrap:wrap}h1{font-size:28px}.workspace{grid-template-columns:1fr;gap:28px}.count strong{font-size:34px}.panel{padding:20px}.auth{margin:12px auto}.page-heading>.button{min-height:44px}.section-heading{flex-wrap:wrap}.cards{grid-template-columns:1fr}.count>span{flex-direction:row;gap:8px}.count{gap:10px}.key{font-size:12px}footer{gap:12px;flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}

.pool-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:24px}.pool-tabs a{display:flex;flex-direction:column;gap:5px;padding:16px 20px;border:1px solid var(--line);border-radius:12px;background:white;color:var(--muted)}.pool-tabs a[aria-current=page]{border:2px solid var(--rose);padding:15px 19px;background:var(--tint);color:var(--rose)}.pool-tabs strong{font-size:17px}.pool-tabs span{font-size:12px}.pool-note{margin-bottom:24px}.pool-avatar{width:100%;height:180px;object-fit:contain;background:var(--canvas);border-radius:10px}.material>.status{align-self:flex-start;margin-bottom:12px}.text-cards .signature{margin-top:0}.avatar-cards{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:1150px){.avatar-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.pool-tabs{gap:6px}.pool-tabs a{padding:12px 9px}.pool-tabs a[aria-current=page]{padding:11px 8px}.pool-tabs strong{font-size:14px}.pool-tabs span{font-size:11px}.avatar-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.avatar-cards .material{padding:12px}.pool-avatar{height:130px}}
