:root{color-scheme:light;--bg: #f5f7f4;--ink: #1f2933;--muted: #607080;--line: #d8dfdc;--panel: #ffffff;--green: #147a54;--green-soft: #dff4ea;--red: #b42318;--red-soft: #fde8e5;--blue: #2454a6;--blue-soft: #e5efff;--amber: #8a5b00;--amber-soft: #fff3d6;--shadow: 0 18px 50px rgba(31, 41, 51, .1)}*{box-sizing:border-box}body{margin:0;min-height:100vh;color:var(--ink);background:var(--bg);font-family:Microsoft YaHei,PingFang SC,system-ui,sans-serif}button,input,select,.link-button{min-height:42px;border-radius:8px;font:inherit}input,select{width:100%;min-width:0;border:1px solid var(--line);padding:0 12px;color:var(--ink);background:#fff}button{border:0;padding:0 16px;color:#fff;background:var(--blue);cursor:pointer;font-weight:700;white-space:nowrap}.link-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;color:#fff;background:var(--blue);text-decoration:none;font-weight:700;white-space:nowrap}.link-button img{width:22px;height:22px;object-fit:contain}.gpt-link img{width:33px;height:33px;filter:invert(1)}.gpt-link{min-height:63px;padding:0 24px;font-size:1.5em;gap:12px}button:disabled{cursor:not-allowed;opacity:.45}h1,h2,h3,p{margin:0;letter-spacing:0}h1{margin-top:4px;font-size:clamp(34px,5vw,56px);line-height:1.02}h2{font-size:26px}h3{font-size:20px}.auth-view{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card,.panel,.account-card,.user-card{background:#fffffff0;border:1px solid rgba(216,223,220,.95);border-radius:8px;box-shadow:var(--shadow)}.auth-card{width:min(420px,100%);padding:28px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:22px 0 16px}.auth-tabs button,.page-tabs button,.filters button,.text-button,.notify-button{color:var(--blue);background:var(--blue-soft)}.auth-tabs button.active,.page-tabs button.active,.filters button.active{color:#fff;background:var(--blue)}.stack{display:grid;gap:10px}.notice{margin:0 0 12px;padding:10px 12px;border-radius:8px;border:1px solid var(--line);line-height:1.5;font-size:14px;outline:none}.notice.error{color:var(--red);border-color:#b4231859;background:var(--red-soft)}.notice.info{color:var(--blue);border-color:#2454a647;background:var(--blue-soft)}.hint,.eyebrow,.section-title p,.empty-text,.history-list span,.chat-message span,.account-card-head span{color:var(--muted);font-size:14px;line-height:1.5}.hint{margin-top:12px}.workspace{width:min(1280px,calc(100% - 32px));margin:0 auto;padding:32px 0 56px}.topbar,.brand,.top-actions,.title-actions,.page-tabs,.section-title,.account-card-head,.person-row,.filters,.chat-compose,.history-list li{display:flex;align-items:center;gap:12px}.topbar{justify-content:space-between;padding-bottom:20px}.brand{align-items:center;min-width:0}.brand img{width:76px;height:76px;object-fit:contain;border-radius:8px;background:#fff;border:1px solid var(--line)}.brand-name{color:var(--ink);font-family:Microsoft YaHei UI,Microsoft YaHei,PingFang SC,system-ui,sans-serif;font-size:clamp(26px,4vw,42px);font-weight:900;line-height:1.05}.brand-line{margin-top:8px;color:#3b4a57;font-family:KaiTi,STKaiti,Microsoft YaHei,serif;font-size:clamp(15px,2vw,20px);line-height:1.45}.top-actions{justify-content:flex-end}.account-menu{position:relative}.user-chip{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;border-radius:999px;color:var(--ink);background:#fff;border:1px solid var(--line)}.menu-trigger{color:var(--ink);background:#fff}.user-chip:before{content:"";width:10px;height:10px;border-radius:999px;background:var(--user-color)}.profile-menu{position:absolute;right:0;top:calc(100% + 10px);z-index:20;width:min(420px,calc(100vw - 32px));display:grid;gap:14px;padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.profile-block{display:grid;gap:10px;padding-bottom:14px;border-bottom:1px solid var(--line)}.profile-block h3{font-size:16px}.profile-block p{color:var(--muted);font-size:14px;line-height:1.5}.profile-form{display:grid;gap:10px}.danger-zone{border-bottom:0}.danger-button,.logout-button{background:#e60000}.logout-button{width:100%}.page-tabs{flex-wrap:wrap;padding:12px;margin-bottom:24px;border:1px solid var(--line);border-radius:8px;background:#ffffffb8}.page-tabs button{min-height:38px}.page-section{display:grid;gap:20px}.page-section.narrow{width:min(920px,100%)}.section-title{align-items:flex-end;justify-content:space-between}.section-title p{max-width:680px}.overview-title{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.overview-title h2{justify-self:start}.overview-title .gpt-link{justify-self:center}.title-actions{align-items:center}.account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.account-card{padding:22px;display:grid;gap:20px;border-top:5px solid var(--account-color)}.account-card-head{justify-content:space-between}.account-card-head i{width:18px;height:18px;border-radius:999px;background:var(--account-color)}.people-list{display:grid;gap:10px;min-height:116px}.person-row{min-height:44px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fff}.person-row strong{flex:1}.person-row em{color:var(--muted);font-style:normal;font-variant-numeric:tabular-nums}.color-dot{flex:0 0 auto;width:12px;height:12px;border-radius:999px}.filters{flex-wrap:wrap}.panel{padding:22px}.calendar-panel{overflow:hidden}.fc{font-size:14px}.fc .fc-button{border:0;border-radius:8px;background:var(--blue)}.user-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.member-groups{display:grid;gap:18px}.member-group{padding:20px;border:1px solid var(--line);border-radius:8px;background:#ffffffb8;box-shadow:var(--shadow)}.member-group h3{margin-bottom:14px}.user-card{padding:16px;display:flex;align-items:center;gap:14px}.user-card strong,.user-card span{display:block}.user-card span{margin-top:4px;color:var(--muted);font-size:14px}.user-color-block{width:36px;height:36px;border-radius:8px}.notify-button{width:fit-content}.chat-compose{align-items:stretch}.chat-compose input{flex:1}.chat-list,.history-list{margin:0;padding:0;display:grid;gap:12px}.chat-list.relaxed,.history-list.relaxed{margin-top:4px}.chat-columns{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.85fr);gap:18px;align-items:start}.chat-column{min-width:0;padding:18px;border:1px solid var(--line);border-radius:8px;background:#ffffffb8;box-shadow:var(--shadow)}.chat-column h3{margin-bottom:12px}.system-column{background:#fff7e0ad}.chat-message,.history-list li{padding:14px;border:1px solid var(--line);border-radius:8px;background:#fff}.chat-message.system{color:var(--amber);background:var(--amber-soft)}.chat-message div,.history-list strong,.history-list span{display:block}.chat-message p{margin-top:8px;line-height:1.55;overflow-wrap:anywhere}.history-list{list-style:none}.history-list li{align-items:flex-start}.history-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.history-column{padding:20px;border:1px solid var(--line);border-radius:8px;background:#ffffffb8;box-shadow:var(--shadow)}.history-column h3{margin-bottom:14px}@media(max-width:900px){.topbar,.brand,.section-title{align-items:flex-start;flex-direction:column}.overview-title{display:flex}.account-grid,.user-grid,.chat-columns,.history-columns{grid-template-columns:1fr}}@media(max-width:640px){.workspace{width:min(100% - 24px,1280px);padding-top:20px}.top-actions,.chat-compose,.person-row{align-items:stretch;flex-direction:column}button{width:100%;text-align:center}}
