@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,400,0,0");

:root { color-scheme: light; --page:#eef7fb; --surface:#fff; --surface-soft:#f3f8fa; --surface-muted:#eaf1f4; --primary:#0b9fc1; --primary-dark:#087b99; --primary-soft:#c9effa; --ink:#20343f; --muted:#78909c; --line:#d9e6eb; --success:#398a68; --error:#b95752; --shadow:0 4px 20px rgba(64,109,126,.10); --icon-track:24px; --icon-gap:10px; --control-height:46px; }
* { box-sizing:border-box; scrollbar-width:none; -ms-overflow-style:none; }
img,.material-symbols,[aria-hidden="true"] { -webkit-touch-callout:none; -webkit-user-select:none; user-select:none; -webkit-user-drag:none; }
*::-webkit-scrollbar { width:0; height:0; display:none; }
html { min-height:100%; background:var(--page); scrollbar-width:none; -ms-overflow-style:none; }
html::-webkit-scrollbar,body::-webkit-scrollbar { width:0; height:0; display:none; }
body { margin:0; min-height:100vh; overflow-x:hidden; overflow-y:auto; color:var(--ink); background:var(--page); font:14px/1.45 Inter,"Microsoft YaHei",sans-serif; }
button,input,select { font:inherit; }
button,a { -webkit-tap-highlight-color:transparent; }
button.employee-row,button.function-item { width:100%; font:inherit; text-align:inherit; cursor:pointer; }
button.back-link,button.nav-item { font:inherit; text-align:inherit; cursor:pointer; }
button.back-link,button.nav-item { border:0; }
button.nav-item { width:auto; background:transparent; }
button { cursor:pointer; }
.material-symbols { width:var(--icon-track); min-width:var(--icon-track); height:var(--icon-track); display:inline-grid; place-items:center; font-family:"Material Symbols Outlined"; font-weight:400; font-style:normal; font-size:20px; line-height:1; letter-spacing:normal; text-align:center; text-transform:none; white-space:nowrap; direction:ltr; font-feature-settings:"liga"; -webkit-font-feature-settings:"liga"; -webkit-font-smoothing:antialiased; }
.hidden { display:none !important; }
.booting #login-view,.booting #workspace,.booting #bottom-nav { visibility:hidden; }
.workspace { position:relative; width:min(680px,calc(100% - 48px)); min-height:calc(100vh - 108px); margin:24px auto 80px; display:flex; flex-direction:column; }
.page-content { padding:24px 24px; outline:none; }
.login-view { min-height:min(640px,calc(100vh - 48px)); display:grid; place-items:center; padding:32px 24px; }
.login-panel { width:min(100%,400px); padding:32px; background:var(--surface); border:1px solid var(--line); border-radius:8px; box-shadow:0 8px 28px rgba(64,109,126,.08); }
.login-heading { margin-bottom:28px; text-align:center; }
.eyebrow { display:block; margin-bottom:8px; color:var(--primary); font-size:12px; font-weight:600; letter-spacing:.08em; }
h1,h2,h3,p { margin-top:0; }
.login-heading h1 { margin-bottom:8px; font:600 28px/1.25 "Hanken Grotesk","Microsoft YaHei",sans-serif; color:var(--ink); }
.login-heading p { margin-bottom:0; color:var(--muted); }
.input-field { display:block; margin-bottom:18px; color:#526b77; font-size:12px; font-weight:600; }
.input-field > span:first-child { display:block; margin:0 0 7px; }
.input-wrap { position:relative; display:flex; align-items:center; }
.input-wrap > .material-symbols { position:absolute; left:10px; color:var(--muted); pointer-events:none; }
.input-wrap input { width:100%; height:var(--control-height); padding:0 42px 0 44px; color:var(--ink); background:var(--surface-soft); border:1px solid var(--line); border-radius:8px; outline:0; transition:border-color .2s,box-shadow .2s,background .2s; }
.input-wrap input:focus { background:var(--surface); border-color:var(--primary); box-shadow:0 0 0 3px rgba(11,159,193,.13); }
.input-wrap input::placeholder { color:#a2b2b9; }
.account-input-wrap { z-index:5; }
.account-history-toggle { position:absolute; right:5px; width:36px; height:36px; display:inline-grid; place-items:center; padding:0; color:var(--muted); background:transparent; border:0; border-radius:50%; cursor:pointer; transition:color .2s,background .2s,transform .2s; }
.account-history-toggle:hover,.account-history-toggle[aria-expanded="true"] { color:var(--primary-dark); background:var(--surface-muted); }
.account-history-toggle[aria-expanded="true"] .material-symbols { transform:rotate(180deg); }
.account-history { position:absolute; z-index:20; top:calc(100% + 6px); left:0; right:0; max-height:190px; overflow:auto; padding:5px; opacity:0; visibility:hidden; pointer-events:none; transform:translateY(-7px) scale(.985); transform-origin:top center; background:var(--surface); border:1px solid var(--line); border-radius:10px; box-shadow:0 10px 24px rgba(64,109,126,.14); transition:opacity .2s ease,transform .24s cubic-bezier(.2,.8,.2,1),visibility 0s linear .24s; }
.account-history.is-open { opacity:1; visibility:visible; pointer-events:auto; transform:translateY(0) scale(1); transition-delay:0s; }
.account-history.is-closing { opacity:0; visibility:hidden; pointer-events:none; transform:translateY(-5px) scale(.985); }
.account-history-item { display:flex; align-items:center; gap:8px; min-height:48px; padding:6px 7px 6px 10px; background:transparent; border-radius:9px; transition:background .18s ease,transform .18s ease; }
.account-history-item:hover { background:var(--surface-muted); transform:translateX(2px); }
.account-history-empty { padding:13px 10px; color:var(--muted); text-align:center; font-size:11px; }
.account-history-value { flex:1; min-width:0; display:flex; flex-direction:column; align-items:flex-start; gap:3px; padding:4px 0; color:var(--ink); background:transparent; border:0; outline:0; text-align:left; cursor:pointer; font:inherit; }
.account-history-value:hover { color:var(--primary-dark); }
.account-history-name { max-width:100%; overflow:hidden; color:var(--ink); font-size:12px; font-weight:600; text-overflow:ellipsis; white-space:nowrap; }
.account-history-account { color:var(--muted); font-size:10px; line-height:1.2; }
.account-history-remove { flex:none; width:25px; height:25px; display:inline-grid; place-items:center; padding:0; color:#9aaeb5; background:transparent; border:0; border-radius:50%; cursor:pointer; font:inherit; font-size:16px; line-height:1; }
.account-history-remove:hover { color:#c65e5e; background:#fff0ed; }
.password-toggle { position:absolute; right:5px; width:36px; height:36px; color:var(--muted); }
.icon-button { display:inline-grid; place-items:center; padding:0; border:0; border-radius:50%; background:transparent; transition:color .2s,background .2s,transform .2s; }
.icon-button:hover { color:var(--primary-dark); background:var(--surface-muted); }
.primary-button { width:100%; min-height:var(--control-height); display:inline-flex; align-items:center; justify-content:center; gap:var(--icon-gap); padding:10px 18px; color:#fff; background:var(--primary); border:0; border-radius:8px; font-size:14px; font-weight:600; box-shadow:0 5px 12px rgba(11,159,193,.18); transition:background .2s,transform .2s,opacity .2s; }
.primary-button > .material-symbols,.secondary-button > .material-symbols,.back-link > .material-symbols { flex:none; }
.primary-button:hover { background:var(--primary-dark); }
.primary-button:active { transform:scale(.985); }
.primary-button:disabled { cursor:wait; opacity:.68; }
.form-message { min-height:18px; margin:12px 0 0; color:var(--error); font-size:12px; text-align:center; }
.user-card { display:flex; align-items:center; justify-content:space-between; gap:16px; min-height:72px; margin-bottom:18px; padding:12px 16px; background:var(--surface-soft); border:1px solid #e1edf1; border-radius:8px; }
.user-identity { min-width:0; display:flex; align-items:center; gap:14px; }
.user-avatar-group { position:relative; width:48px; height:48px; flex:none; }
.avatar-refresh-button { position:absolute; left:50%; bottom:-4px; z-index:2; height:20px; min-height:20px; display:inline-flex; align-items:center; justify-content:center; gap:2px; padding:1px 5px; color:#3172ff; background:#f4f8ff; border:1px solid #b7d0ff; border-radius:6px; box-shadow:0 1px 4px rgba(42,91,160,.12); font-size:10px; font-weight:600; line-height:1; white-space:nowrap; transform:translateX(-50%); transition:background .2s,border-color .2s,color .2s; }
.avatar-refresh-button:hover { color:#245bd1; background:#eaf1ff; border-color:#8fb4ff; }
.avatar-refresh-button:disabled { cursor:wait; opacity:.7; }
.avatar-refresh-button .material-symbols { width:14px; min-width:14px; height:14px; font-size:12px; }
.avatar-refresh-button.is-refreshing .material-symbols { animation:modal-spin .8s linear infinite; }
.user-copy { min-width:0; }
.user-name { display:block; overflow:hidden; color:var(--ink); font:600 20px/1.25 "Hanken Grotesk","Microsoft YaHei",sans-serif; text-overflow:ellipsis; white-space:nowrap; }
.user-state { display:flex; align-items:center; gap:6px; margin-top:5px; color:var(--muted); font-size:11px; }
.online-dot { width:7px; height:7px; border-radius:50%; background:var(--success); }
.user-logout { width:40px; height:40px; flex:none; color:#657d88; }
.avatar { width:48px; height:48px; flex:none; display:grid; place-items:center; overflow:hidden; color:var(--primary-dark); background:var(--primary-soft); border:2px solid #fff; border-radius:50%; box-shadow:0 0 0 1px #b9dce6; font:600 20px "Hanken Grotesk","Microsoft YaHei",sans-serif; }
.avatar img { width:100%; height:100%; display:block; object-fit:cover; }
.avatar-fallback { display:none; width:100%; height:100%; place-items:center; }
.avatar-fallback.is-visible { display:grid; }
.avatar.employee-avatar { width:48px; height:48px; border:0; box-shadow:none; background:#edf4f7; font-size:17px; }
.avatar.employee-avatar img { width:100%; height:100%; object-fit:cover; }
.avatar.employee-avatar img { transform:translateY(6px); }
.avatar.detail-avatar { width:64px; height:64px; font-size:25px; }
.avatar.employee-avatar.avatar-portrait-mia img,
.avatar.employee-avatar.avatar-portrait-wuxin img,
.avatar.detail-avatar.avatar-portrait-mia img,
.avatar.detail-avatar.avatar-portrait-wuxin img { width:100%; height:100%; align-self:center; object-fit:contain; object-position:center center; transform:translateY(-3px) scale(0.68); transform-origin:center center; }
.avatar.detail-avatar.avatar-portrait-jiuer img { width:100%; height:100%; align-self:end; object-fit:contain; object-position:center bottom; transform:none; }
.section-heading { display:flex; align-items:center; justify-content:space-between; gap:12px; min-height:56px; margin-bottom:12px; padding:0 16px; color:#3d7183; background:var(--surface-soft); border:1px solid var(--line); border-radius:8px; }
.section-title { display:flex; align-items:center; gap:var(--icon-gap); font:600 20px/1.3 "Hanken Grotesk","Microsoft YaHei",sans-serif; }
.section-title .material-symbols { color:var(--primary-dark); }
.count-badge { flex:none; padding:5px 10px; color:#587684; background:var(--surface); border:1px solid var(--line); border-radius:999px; font-size:12px; white-space:nowrap; }
.count-badge strong { color:var(--primary-dark); }
.employee-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.employee-row { min-width:0; min-height:76px; display:grid; grid-template-columns:minmax(0,1fr) 32px; align-items:center; gap:10px; padding:12px; color:var(--ink); text-align:left; text-decoration:none; background:var(--surface-soft); border:1px solid transparent; border-radius:8px; transition:background .25s,border-color .25s,box-shadow .25s,transform .25s; }
.employee-row:hover { background:#eaf7fb; border-color:#c6e8f0; box-shadow:0 5px 13px rgba(64,109,126,.08); transform:translateY(-2px); }
.employee-main { min-width:0; display:flex; align-items:center; gap:12px; }
.employee-info { min-width:0; }
.employee-name { display:block; overflow:hidden; font-size:16px; font-weight:600; text-overflow:ellipsis; white-space:nowrap; }
.employee-sub { display:block; margin-top:3px; overflow:hidden; color:var(--muted); font-size:11px; text-overflow:ellipsis; white-space:nowrap; }
.employee-arrow { width:32px; height:32px; flex:none; display:grid; place-items:center; color:#6f8b97; background:var(--surface); border-radius:50%; transition:color .2s,transform .2s; }
.employee-row:hover .employee-arrow { color:var(--primary-dark); transform:translateX(2px); }
.empty { grid-column:1/-1; padding:40px 16px; color:var(--muted); text-align:center; background:var(--surface-soft); border-radius:8px; }
.route-panel,.page-content.page-transition { animation:none; }
.page-content.no-transition .route-panel { animation:none !important; }
.page-content.page-transition .route-panel { animation:page-settle .5s cubic-bezier(.22,.72,.28,1) both; }
@keyframes page-settle { from { opacity:0; transform:translateY(6px); } to { opacity:1; transform:translateY(0); } }
.bottom-nav { position:fixed; right:0; bottom:0; left:0; z-index:10; width:100%; height:56px; display:flex; align-items:center; justify-content:center; gap:clamp(20px,7vw,68px); padding:3px 16px 4px; background:rgba(255,255,255,.98); border-top:1px solid var(--line); box-shadow:0 -2px 10px rgba(64,109,126,.07); transition:opacity .22s ease,transform .22s ease; }
.bottom-nav.nav-collapsed { opacity:0; pointer-events:none; transform:translateY(100%); }
.nav-item { position:relative; flex:0 0 76px; min-width:76px; min-height:46px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:2px; margin:0; padding:0; color:#718792; background:transparent; border:0; text-decoration:none; font-size:11px; line-height:1.2; transition:color .2s,transform .2s; }
.nav-item:hover { color:var(--primary-dark); }
.nav-item .material-symbols { font-size:21px; transition:transform .25s ease; }
.nav-item.active { color:var(--primary-dark); font-weight:600; }
.nav-item.active::after { position:absolute; bottom:-2px; width:20px; height:2px; content:""; background:var(--primary); border-radius:2px; animation:nav-in .25s ease both; }
.nav-item.active .material-symbols { transform:translateY(-2px); }
@keyframes nav-in { from { opacity:0; transform:scaleX(.3); } to { opacity:1; transform:scaleX(1); } }
.page-top { display:flex; align-items:flex-start; justify-content:space-between; gap:14px; margin-bottom:20px; }
.page-top > div:first-child { min-width:0; flex:1; }
.detail-page { width:min(100%,560px); margin:0 auto; }
.page-top h1 { margin:0; font:600 24px/1.3 "Hanken Grotesk","Microsoft YaHei",sans-serif; }
.page-top p { margin:4px 0 0; color:var(--muted); font-size:12px; }
.back-link { display:inline-flex; align-items:center; gap:var(--icon-gap); min-height:40px; padding:8px 12px; color:#356b7b; background:var(--primary-soft); border-radius:8px; text-decoration:none; font-size:12px; font-weight:600; transition:background .2s,transform .2s; }
.back-link:hover { background:#aee3f2; transform:translateX(-2px); }
.detail-identity { display:flex; align-items:center; gap:16px; margin-bottom:20px; padding:16px; background:var(--surface-soft); border:1px solid #e1edf1; border-radius:8px; }
.detail-identity h1 { margin:0; font:600 20px/1.3 "Hanken Grotesk","Microsoft YaHei",sans-serif; }
.detail-identity p { display:flex; align-items:center; gap:var(--icon-gap); margin:5px 0 0; color:var(--muted); font-size:12px; }
.detail-identity p .material-symbols { color:var(--primary); font-size:17px; }
.selector-stack { display:grid; gap:12px; }
.selector-card { padding:16px; background:var(--surface); border:1px solid #e2eef2; border-radius:8px; box-shadow:0 2px 8px rgba(64,109,126,.04); }
.selector-label { display:block; margin:0 0 8px 2px; color:#506a76; font-size:12px; font-weight:600; }
.select-wrap { position:relative; }
.select-wrap select { width:100%; height:var(--control-height); padding:0 48px 0 13px; color:var(--ink); appearance:none; background:var(--surface-soft); border:1px solid var(--line); border-radius:8px; outline:0; cursor:pointer; transition:border-color .2s,background .2s,box-shadow .2s; }
.select-wrap select:focus { background:var(--surface); border-color:var(--primary); box-shadow:0 0 0 3px rgba(11,159,193,.11); }
.custom-select-source { position:absolute !important; width:1px !important; height:1px !important; overflow:hidden !important; opacity:0 !important; pointer-events:none !important; }
.custom-picker-trigger { width:100%; height:var(--control-height); display:flex; align-items:center; justify-content:space-between; padding:0 13px; color:var(--ink); background:var(--surface-soft); border:1px solid var(--line); border-radius:8px; cursor:pointer; text-align:left; transition:border-color .2s,background .2s,box-shadow .2s; }
.time-field .custom-picker-trigger { width:190px; flex:0 1 190px; min-width:150px; }
.custom-picker-trigger:hover,.custom-picker-trigger:focus { background:var(--surface); border-color:var(--primary); box-shadow:0 0 0 3px rgba(11,159,193,.11); outline:0; }
.custom-picker-trigger .material-symbols { color:var(--primary-dark); }
.select-wrap .custom-picker-trigger .material-symbols { position:static; transform:none; pointer-events:none; }
.picker-value { min-width:0; display:flex; align-items:center; gap:8px; }
.picker-value-content { min-width:0; display:inline-flex; align-items:center; gap:8px; }
.picker-value-image { width:30px; height:30px; flex:0 0 30px; display:grid; place-items:center; overflow:hidden; border:1px solid #d5eaee; border-radius:8px; background:#e8f7fa; }
.picker-value-image img { width:100%; height:100%; display:block; object-fit:contain; object-position:center bottom; }
.picker-value-image .outfit-option-avatar { font-size:13px; }
.picker-value-label { min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.select-wrap .material-symbols { position:absolute; top:50%; right:10px; color:var(--primary-dark); pointer-events:none; transform:translateY(-50%); }
.detail-actions { margin-top:20px; display:grid; grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr); gap:10px; }
.detail-actions .save-message,.detail-actions .detail-note { grid-column:1/-1; }
.detail-actions > .primary-button,.detail-actions > .secondary-button { width:100%; min-height:44px; }
.popular-outfit-list { display:grid; gap:9px; }
.popular-outfit-option { width:100%; display:grid; grid-template-columns:30px minmax(0,1fr) 70px; align-items:center; gap:10px; padding:11px; color:#496673; background:#f5fafb; border:1px solid #e1edf0; border-radius:14px; cursor:pointer; text-align:left; transition:.2s ease; }
.popular-outfit-option:hover { transform:translateY(-1px); border-color:#a8dfe8; background:#f0fbfd; }
.popular-outfit-option.is-selected { color:#087b99; border-color:#52c2d5; background:linear-gradient(135deg,#e1f8fc,#f5fdfe); box-shadow:0 6px 15px rgba(11,159,193,.12); }
.popular-outfit-rank { width:30px; height:30px; display:grid; place-items:center; color:#0b91ae; background:#fff; border:1px solid #d5ebef; border-radius:10px; font-size:12px; font-weight:800; }
.popular-outfit-parts { min-width:0; display:flex; align-items:flex-start; justify-content:space-between; gap:4px; }
.popular-outfit-part { min-width:0; flex:1 1 0; display:grid; justify-items:center; gap:5px; }
.popular-outfit-part-label { min-height:12px; padding:2px 5px; color:#327187; background:#e8f7fa; border-radius:5px; font-size:11px; font-weight:700; line-height:1; white-space:nowrap; }
.popular-outfit-image { width:58px; height:58px; flex:0 0 58px; display:grid; place-items:center; overflow:hidden; background:#e8f7fa; border:1px solid #cde8ed; border-radius:12px; }
.popular-outfit-image img { width:100%; height:100%; display:block; object-fit:contain; object-position:center bottom; }
.popular-outfit-image-fallback { color:#087b99; font-size:16px; font-weight:700; }
.popular-outfit-image.is-empty { background:#e1f7fa; }
.popular-outfit-plus { width:14px; height:58px; flex:0 0 14px; display:grid; place-items:center; margin-top:17px; color:#0b91ae; font-size:19px; font-weight:800; line-height:1; }
.popular-outfit-part-name { width:100%; max-width:88px; overflow:hidden; color:#496673; font-size:11px; font-weight:600; line-height:1.2; text-align:center; text-overflow:ellipsis; white-space:nowrap; }
.popular-outfit-copy { min-width:0; width:70px; display:grid; gap:4px; }
.popular-outfit-copy strong,.popular-outfit-values { min-width:0; overflow:hidden; color:inherit; font-size:12px; line-height:1.35; text-overflow:ellipsis; white-space:nowrap; }
.popular-outfit-values { color:#6e8790; font-size:11px; }
.popular-outfit-copy small { color:#8299a2; font-size:10px; }
.picker-empty { min-height:130px; display:grid; place-items:center; color:#8299a2; background:#f5fafb; border:1px dashed #d8e9ec; border-radius:15px; font-size:12px; }
@media (max-width:560px) { .popular-outfit-option { grid-template-columns:28px minmax(0,1fr) 58px; gap:6px; padding:9px 8px; } .popular-outfit-parts { gap:2px; } .popular-outfit-copy { width:58px; } .popular-outfit-image { width:48px; height:48px; flex-basis:48px; } .popular-outfit-plus { width:11px; flex-basis:11px; height:48px; margin-top:17px; font-size:17px; } .popular-outfit-part-name { max-width:68px; font-size:10px; } .popular-outfit-copy strong { font-size:11px; } .popular-outfit-values { font-size:10px; } }
@media (max-width:480px) { .detail-actions { grid-template-columns:1fr; } .detail-actions .save-message,.detail-actions .detail-note { grid-column:1; } }
.save-message { min-height:18px; margin:9px 0 0; color:var(--success); font-size:12px; text-align:center; }
.save-message,.detail-note { display:none !important; }
.save-message.error { color:var(--error); }
.detail-note { margin:12px 2px 0; color:var(--muted); font-size:11px; text-align:center; }
.info-section { padding:20px; background:var(--surface-soft); border:1px solid #e1edf1; border-radius:8px; }
.info-section h2 { display:flex; align-items:center; gap:var(--icon-gap); margin-bottom:8px; font:600 20px/1.3 "Hanken Grotesk","Microsoft YaHei",sans-serif; }
.info-section h2 .material-symbols { color:var(--primary-dark); }
.info-section p { margin-bottom:0; color:var(--muted); line-height:1.7; }
.function-list { display:grid; gap:10px; margin-top:16px; }
.function-item,.function-item * { text-decoration:none !important; text-decoration-line:none !important; }
.function-item { min-height:70px; display:flex; align-items:center; gap:12px; padding:12px 14px; color:var(--muted); background:var(--surface-soft); border:1px solid var(--line); border-radius:8px; transition:background .2s,border-color .2s,transform .2s,box-shadow .2s; }
.function-item:hover { background:var(--surface); border-color:#b9d9e1; box-shadow:0 5px 14px rgba(34,92,108,.07); transform:translateY(-1px); }
.function-icon { width:38px; height:38px; flex:none; display:grid; place-items:center; color:var(--primary-dark) !important; background:var(--primary-soft); border:1px solid #c9e6ec; border-radius:8px; font-size:21px; }
.function-copy { min-width:0; flex:1; }
.function-item strong,.function-item small { text-decoration:none !important; }
.function-item strong { display:block; color:var(--ink); font-size:14px; line-height:1.35; }
.function-item small { display:-webkit-box; overflow:hidden; margin-top:3px; color:var(--muted); font-size:11px; line-height:1.35; text-overflow:ellipsis; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.function-arrow { width:28px; height:28px; flex:none; display:grid; place-items:center; color:#6f8b97 !important; border-left:1px solid var(--line); font-size:20px; }
.signature-page { width:min(100%,680px); }
.signature-query,.signature-result { padding:20px; background:var(--surface); border:1px solid #e1edf1; border-radius:8px; box-shadow:var(--shadow); }
.signature-field { display:block; }
.signature-label { display:flex; align-items:center; gap:var(--icon-gap); color:#587083; font-size:13px; }
.signature-label .material-symbols { color:var(--primary-dark); }
.signature-field input { width:100%; height:46px; margin-top:10px; padding:0 13px; color:var(--ink); background:var(--surface-soft); border:1px solid var(--line); border-radius:8px; outline:0; }
.signature-field input:focus { background:var(--surface); border-color:var(--primary); box-shadow:0 0 0 3px rgba(11,159,193,.13); }
.signature-submit { margin-top:18px; }
.signature-submit:disabled { cursor:wait; opacity:.68; }
.signature-query .form-message { margin-bottom:0; }
.signature-result { margin-top:16px; }
.signature-result-heading { display:flex; align-items:center; justify-content:space-between; gap:12px; padding-bottom:16px; border-bottom:1px solid var(--line); }
.signature-title { display:flex; align-items:center; gap:var(--icon-gap); color:var(--ink); font-size:16px; }
.signature-title .material-symbols { color:var(--success); }
.copy-button { display:inline-flex; align-items:center; gap:5px; padding:8px 12px; color:var(--primary-dark); background:var(--primary-soft); border:1px solid #b9dfe9; border-radius:8px; font-size:12px; font-weight:600; transition:background .2s,color .2s; }
.copy-button:hover { background:#b7e8f3; }
.copy-button .material-symbols { width:18px; min-width:18px; height:18px; font-size:17px; }
.signature-result .signature-label { margin-top:18px; }
.signature-result .signature-label .material-symbols { color:var(--primary-dark); }
.signature-raw { width:100%; min-height:120px; margin-top:10px; padding:13px; resize:vertical; color:#334155; background:#f8fafc; border:1px solid #d7e0e5; border-radius:8px; outline:0; font:12px/1.6 Consolas,monospace; }
.signature-readonly,.signature-hint { display:flex; align-items:center; gap:5px; margin:7px 0 0; color:#9aafbc; font-size:11px; }
.signature-readonly .material-symbols,.signature-hint .material-symbols { width:16px; min-width:16px; height:16px; font-size:14px; }
.preview-label { margin-top:22px !important; }
.signature-preview { min-height:96px; margin-top:10px; padding:22px 16px; display:grid; place-items:center; overflow:auto; color:#fff; background:#191d2c; border-radius:8px; text-align:center; }
.signature-tag { max-width:100%; line-height:1.35; text-align:center; text-shadow:0 1px 2px rgba(16,12,38,.45); white-space:normal; word-break:break-word; }
.signature-tag > * { text-shadow:inherit; }
.signature-preview:empty::before { content:"暂无签名"; color:#94a3b8; }
.signature-edit-preview-box:empty::before { content:none; }
.signature-hint { margin-bottom:0; }
.signature-result-enter { animation:signature-result-in .48s cubic-bezier(.2,.8,.2,1) both; }
.signature-result .copy-button,.signature-result .signature-readonly { display:none; }
.signature-save { width:100%; margin-top:20px; }
.mutual-toolbar { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.mutual-toolbar > div { min-width:0; flex:1 1 auto; }
.mutual-toolbar .primary-button { width:auto; flex:0 0 auto; min-width:156px; white-space:nowrap; }
.mutual-result { margin-top:16px; }
.mutual-result-heading { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:12px; }
.mutual-result-heading h2 { margin:0; color:var(--ink); font-size:20px; }
.mutual-result-heading p { margin:4px 0 0; color:var(--muted); font-size:11px; }
.mutual-actions { display:flex; align-items:center; gap:8px; }
.mutual-actions .secondary-button { min-height:34px; padding:7px 10px; font-size:11px; }
.mutual-check-all { display:flex; align-items:center; gap:6px; color:var(--muted); font-size:11px; cursor:pointer; }
.mutual-check-all input,.mutual-select input { position:absolute; opacity:0; pointer-events:none; }
.mutual-check-all span { white-space:nowrap; }
.mutual-list { display:grid; gap:9px; max-height:620px; overflow:auto; padding:2px; scrollbar-color:#cfe3e8 transparent; }
.mutual-user-card { display:flex; align-items:center; gap:11px; min-height:66px; padding:10px 11px; background:var(--surface); border:1px solid var(--line); border-radius:12px; box-shadow:0 4px 14px rgba(22,76,94,.045); }
.mutual-select { width:20px; flex:none; cursor:pointer; }
.mutual-select > span { display:block; width:16px; height:16px; border:1px solid #b8d0d6; border-radius:5px; background:#fff; transition:.18s; }
.mutual-select input:checked + span { border-color:var(--primary); background:var(--primary); box-shadow:inset 0 0 0 3px #fff; }
.mutual-avatar { width:43px; height:43px; display:grid; place-items:center; flex:none; overflow:hidden; color:#16829a; background:#e7f7fa; border-radius:50%; font-weight:700; }
.mutual-avatar img { width:100%; height:100%; object-fit:cover; }
.mutual-avatar-fallback { display:grid; place-items:center; width:100%; height:100%; }
.mutual-user-copy { min-width:0; flex:1; }
.mutual-user-copy strong,.mutual-user-copy small { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.mutual-user-copy strong { color:var(--ink); font-size:13px; }
.mutual-user-copy small { margin-top:5px; color:var(--muted); font-size:10px; }
.mutual-unfollow-button { min-height:32px; flex:none; padding:7px 11px; color:#a7665c; background:#fff7f4; border-color:#f1d9d3; font-size:11px; }
.mutual-unfollow-button:hover { color:#a33f32; background:#fff0ec; }
.mutual-empty { padding:40px 16px; color:var(--muted); background:var(--surface-soft); border:1px dashed var(--line); border-radius:12px; text-align:center; font-size:12px; }
@media (max-width:560px) { .mutual-toolbar { align-items:stretch; flex-direction:column; } .mutual-toolbar .primary-button { width:100%; } .mutual-result-heading { align-items:flex-start; flex-direction:column; } .mutual-actions { width:100%; justify-content:space-between; } .mutual-user-card { gap:8px; padding:9px 8px; } .mutual-avatar { width:40px; height:40px; } .mutual-unfollow-button { padding-inline:9px; } }
.signature-result .signature-save { display:none; }
@keyframes signature-result-in { from { opacity:0; transform:translateY(16px); } to { opacity:1; transform:translateY(0); } }
.checkin-page .user-card { margin-bottom:14px; }
.checkin-query .signature-label { min-height:28px; }
.checkin-summary { min-height:20px; margin:8px 0 12px; color:var(--muted); font-size:12px; }
.checkin-notice { display:flex; align-items:center; gap:8px; margin:0 0 12px; padding:10px 12px; color:#8a6840; background:#fffaf1; border:1px solid #f0dfc4; border-radius:8px; font-size:12px; line-height:1.45; }
.checkin-notice .material-symbols { width:18px; height:18px; flex:none; color:#b97824; font-size:18px; }
.checkin-status { flex:none; margin-left:auto; padding:5px 8px; color:#718792; background:#edf3f5; border-radius:999px; font-size:10px; white-space:nowrap; }
.checkin-status.is-on { color:#237c63; background:#e3f4ed; }
.checkin-controls { border-top:1px solid var(--line); }
.checkin-switch-row { min-height:58px; display:flex; align-items:center; gap:12px; padding:15px 0; border-bottom:1px solid var(--line); cursor:pointer; }
.checkin-switch-row > span:first-child { min-width:0; flex:1; }
.checkin-switch-row strong,.checkin-switch-row small { display:block; }
.checkin-switch-row strong { color:var(--ink); font-size:14px; }
.checkin-switch-row small { margin-top:3px; color:var(--muted); font-size:11px; }
.checkin-switch-row input { position:absolute; opacity:0; pointer-events:none; }
.switch-ui { position:relative; width:42px; height:24px; flex:none; background:#cbd9de; border-radius:999px; transition:background .2s; }
.switch-ui::after { position:absolute; top:3px; left:3px; width:18px; height:18px; content:""; background:#fff; border-radius:50%; box-shadow:0 1px 3px rgba(32,52,63,.18); transition:transform .2s; }
.checkin-switch-row input:checked + .switch-ui { background:var(--primary); }
.checkin-switch-row input:checked + .switch-ui::after { transform:translateX(18px); }
.time-field { display:flex; align-items:center; justify-content:space-between; gap:16px; min-height:58px; color:#506a76; font-size:12px; font-weight:600; }
.time-field > span { min-width:0; white-space:nowrap; }
.time-field > span strong { white-space:nowrap; }
.time-field strong,.time-field small { display:block; }
.time-field small { margin-top:3px; color:var(--muted); font-size:11px; font-weight:400; }
.time-field input { width:132px; height:38px; padding:0 10px; color:var(--ink); background:var(--surface); border:1px solid var(--line); border-radius:8px; outline:0; }
.time-field input:focus { border-color:var(--primary); box-shadow:0 0 0 3px rgba(11,159,193,.11); }
.checkin-submit { width:100%; margin-top:18px; }
.checkin-history { margin-top:16px; }
.checkin-loading,.checkin-empty { min-height:82px; display:flex; align-items:center; justify-content:center; gap:8px; color:var(--muted); font-size:12px; }
.checkin-empty .material-symbols { color:#8fa6ae; }
.checkin-log-list { max-height:300px; overflow-y:auto; scrollbar-width:none; -ms-overflow-style:none; }
.checkin-log-list::-webkit-scrollbar { display:none; }
.checkin-log-row { display:flex; align-items:center; gap:11px; min-height:58px; padding:10px 0; border-bottom:1px solid var(--line); }
.checkin-log-row:last-child { border-bottom:0; }
.checkin-log-icon { width:28px; height:28px; flex:none; display:grid; place-items:center; border-radius:50%; }
.checkin-log-icon .material-symbols { width:18px; min-width:18px; height:18px; font-size:16px; }
.checkin-log-icon.success { color:var(--success); background:#e2f3eb; }
.checkin-log-icon.failure { color:var(--error); background:#fff0ed; }
.checkin-log-copy { min-width:0; }
.checkin-log-copy strong,.checkin-log-copy small { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.checkin-log-copy strong { color:var(--ink); font-size:12px; font-weight:600; }
.checkin-log-copy small { margin-top:3px; color:var(--muted); font-size:10px; }
.settings-list { display:grid; gap:10px; margin:0 0 22px; }
.settings-switch-row { min-height:66px; display:flex; align-items:center; gap:14px; padding:13px 14px; color:var(--ink); background:var(--surface-soft); border:1px solid #e1edf1; border-radius:12px; cursor:pointer; }
.settings-switch-row > span:first-child { min-width:0; flex:1; }
.settings-switch-row strong,.settings-switch-row small { display:block; }
.settings-switch-row strong { font-size:13px; }
.settings-switch-row small { margin-top:3px; color:var(--muted); font-size:11px; font-weight:400; }
.settings-switch-row input { position:absolute; width:1px; height:1px; opacity:0; pointer-events:none; }
.settings-switch-row .switch-ui { position:relative; width:42px; height:24px; flex:none; background:#cddde2; border-radius:99px; transition:background .2s ease; }
.settings-switch-row .switch-ui::after { position:absolute; top:3px; left:3px; width:18px; height:18px; content:""; background:#fff; border-radius:50%; box-shadow:0 2px 5px rgba(44,79,89,.2); transition:transform .22s cubic-bezier(.2,.8,.2,1); }
.settings-switch-row input:checked + .switch-ui { background:var(--primary); }
.settings-switch-row input:checked + .switch-ui::after { transform:translateX(18px); }
.settings-switch-row:has(input:focus-visible) { outline:3px solid rgba(11,159,193,.14); }
.my-card { display:grid; gap:16px; padding:20px; background:var(--surface-soft); border:1px solid #e1edf1; border-radius:8px; }
.my-card-heading { display:flex; align-items:center; gap:var(--icon-gap); padding-bottom:14px; border-bottom:1px solid var(--line); }
.my-card-heading .material-symbols { color:var(--primary-dark); font-size:25px; }
.my-card-heading h1 { margin:0; font:600 20px/1.3 "Hanken Grotesk","Microsoft YaHei",sans-serif; }
.logout-main { color:#5e747d; background:var(--surface); border:1px solid var(--line); box-shadow:none; }
.logout-main:hover { color:var(--error); background:#fff5f3; border-color:#f0d0cb; }

/* 弹窗始终脱离页面流，移动端也覆盖在当前界面中央。 */
.modal { position:fixed; inset:0; z-index:20; display:grid; place-items:center; width:100vw; height:100vh; height:100dvh; padding:16px; overflow:hidden; background:rgba(20,43,54,.34); backdrop-filter:blur(6px); -webkit-backdrop-filter:blur(6px); }
.modal-card { width:min(100%,380px); max-height:calc(100dvh - 32px); margin:0; padding:28px 24px 22px; overflow:auto; color:var(--ink); background:var(--surface); border:1px solid rgba(255,255,255,.9); border-radius:18px; box-shadow:0 24px 70px rgba(22,76,94,.22),0 4px 16px rgba(22,76,94,.10); text-align:center; }
.modal.modal-reenter { animation:modal-bg-in .22s ease-out both; }
.modal.modal-reenter .modal-card { animation:modal-in .34s cubic-bezier(.2,.8,.2,1) both; }
.modal.modal-exiting .modal-card { animation:modal-card-out .52s cubic-bezier(.55,.08,.8,.35) both; transform-origin:center; }
.modal.modal-exiting { pointer-events:none; }
@keyframes modal-card-out { 0% { opacity:1; transform:rotate(0) scale(1); } 22% { opacity:1; transform:rotate(540deg) scale(1); } 100% { opacity:0; transform:translate(26vw,-24vh) rotate(900deg) scale(.08); } }

@media (prefers-reduced-motion:reduce) { .modal.modal-exiting { opacity:0; } }
.modal-mark { width:48px; height:48px; display:grid; place-items:center; margin:0 auto 13px; color:var(--primary-dark); background:var(--primary-soft); border-radius:50%; font-size:26px; font-weight:700; }
.modal-mark.pending { animation:modal-spin 1s linear infinite; }
.modal-mark.success { color:var(--success); background:#e2f3eb; }
.modal-mark.error { color:var(--error); background:#fff0ed; }
.modal-card h2 { margin-bottom:8px; font:600 18px/1.35 "Hanken Grotesk","Microsoft YaHei",sans-serif; }
.modal-card p { min-height:20px; margin-bottom:18px; color:var(--muted); font-size:13px; white-space:pre-line; }
.modal-actions { display:flex; align-items:stretch; gap:10px; }
.modal-actions > button { flex:1; }
.secondary-button { min-height:var(--control-height); display:inline-flex; align-items:center; justify-content:center; gap:var(--icon-gap); padding:10px 18px; color:#58717c; background:var(--surface-soft); border:1px solid var(--line); border-radius:8px; font-weight:600; }
.secondary-button:hover { color:var(--ink); background:var(--surface-muted); }
.modal.hidden { display:none; }
.picker-modal { z-index:30; padding:16px; background:rgba(20,43,54,.38); backdrop-filter:blur(7px); }
.picker-card { width:min(100%,430px); max-height:min(84vh,680px); padding:0; overflow:hidden; background:linear-gradient(180deg,#fff 0%,#f8fcfd 100%); border:1px solid rgba(255,255,255,.88); border-radius:24px; box-shadow:0 26px 80px rgba(22,76,94,.25),0 4px 16px rgba(22,76,94,.12); }
.picker-header { display:flex; align-items:center; justify-content:center; padding:22px 22px 18px; background:linear-gradient(135deg,#f2fcff 0%,#fff 72%); border-bottom:1px solid #e2f0f3; text-align:center; }
.picker-heading { min-width:0; }
.picker-heading h2 { margin:0; color:var(--ink); font:700 18px/1.3 "Hanken Grotesk","Microsoft YaHei",sans-serif; letter-spacing:.01em; }
.picker-subtitle { margin:4px 0 0 !important; min-height:0 !important; color:#89a0a9 !important; font-size:11px !important; }
.picker-body { max-height:min(49vh,390px); margin:0; padding:20px 22px 8px; overflow:auto; overscroll-behavior:contain; scrollbar-width:thin; scrollbar-color:#c7e7ed #f5fbfc; }
.picker-body::-webkit-scrollbar,.time-choice-list::-webkit-scrollbar { width:7px; height:7px; }
.picker-body::-webkit-scrollbar-track,.time-choice-list::-webkit-scrollbar-track { background:#f5fbfc; border-radius:8px; }
.picker-body::-webkit-scrollbar-thumb,.time-choice-list::-webkit-scrollbar-thumb { background:#c7e7ed; border:2px solid #f5fbfc; border-radius:8px; }
.picker-body::-webkit-scrollbar-thumb:hover,.time-choice-list::-webkit-scrollbar-thumb:hover { background:#a9d8e1; }
.picker-actions { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:10px; padding:14px 22px 20px; background:rgba(248,252,253,.92); border-top:1px solid #e2f0f3; }
.picker-actions > button { min-height:44px; border-radius:13px; }
.picker-actions > .primary-button { width:auto; }
.picker-actions .primary-button { box-shadow:0 7px 16px rgba(11,159,193,.2); }
.picker-actions .secondary-button { background:#fff; }
.time-picker-grid { display:grid; grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr); align-items:center; gap:8px; padding:0 0 8px; }
.time-picker-grid > div { min-width:0; padding:12px 10px 10px; background:#f3f9fa; border:1px solid #e0edf0; border-radius:17px; }
.picker-column-title { display:flex; align-items:center; justify-content:center; gap:5px; margin:0 0 10px; color:#78939d; font-size:11px; font-weight:600; letter-spacing:.08em; }
.picker-column-title::before { width:4px; height:4px; content:""; background:#54bfd1; border-radius:50%; }
.time-choice-list { display:grid; grid-template-columns:repeat(3,1fr); gap:7px; max-height:224px; padding:1px; overflow:auto; }
.time-choice { appearance:none; -webkit-appearance:none; min-height:39px; padding:7px 2px; color:#607984; background:#fff; border:1px solid #e3eef0; border-radius:11px; cursor:pointer; font:600 13px/1.2 Inter,"Microsoft YaHei",sans-serif; text-align:center; transition:color .18s,background .18s,border-color .18s,transform .18s,box-shadow .18s; }
.picker-body button.time-choice { appearance:none !important; -webkit-appearance:none !important; min-height:39px !important; padding:7px 2px !important; color:#607984 !important; background:#fff !important; border:1px solid #e3eef0 !important; border-radius:11px !important; font:600 13px/1.2 Inter,"Microsoft YaHei",sans-serif !important; box-shadow:none; }
.time-choice:hover { color:var(--primary-dark); background:#f0fbfd; border-color:#9edce7; transform:translateY(-1px); }
.time-choice.is-selected { color:#fff; background:linear-gradient(145deg,#18b3ce,#078eae); border-color:#078eae; box-shadow:0 5px 12px rgba(11,159,193,.25); }
.picker-body button.time-choice.is-selected { color:#fff !important; background:linear-gradient(145deg,#18b3ce,#078eae) !important; border-color:#078eae !important; box-shadow:0 5px 12px rgba(11,159,193,.25) !important; }
.time-picker-grid > b { display:grid; place-items:center; padding:12px 0 0; color:#1aa3bb; font-size:25px; }
.outfit-option-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; padding:0; }
.outfit-option { appearance:none; -webkit-appearance:none; min-height:50px; display:grid; grid-template-columns:42px minmax(0,1fr); align-items:center; gap:10px; padding:9px 13px; color:#496673; background:#f5fafb; border:1px solid #e1edf0; border-radius:13px; cursor:pointer; font:500 13px/1.25 Inter,"Microsoft YaHei",sans-serif; text-align:left; transition:color .18s,background .18s,border-color .18s,transform .18s,box-shadow .18s; }
.picker-body button.outfit-option { appearance:none !important; -webkit-appearance:none !important; min-height:50px !important; display:grid !important; grid-template-columns:42px minmax(0,1fr) !important; align-items:center !important; gap:10px !important; padding:9px 13px !important; color:#496673 !important; background:#f5fafb !important; border:1px solid #e1edf0 !important; border-radius:13px !important; font:500 13px/1.25 Inter,"Microsoft YaHei",sans-serif !important; box-shadow:none; }
.outfit-option-image { width:42px; min-width:42px; height:42px; display:grid; place-items:center; overflow:hidden; background:linear-gradient(145deg,#edf9fb,#f8fcfd); border:1px solid #d5eaee; border-radius:10px; pointer-events:none; }
.outfit-option-image img { width:100%; height:100%; object-fit:contain; display:block; }
.outfit-option-image img.outfit-default-portrait-mia,
.outfit-option-image img.outfit-default-portrait-wuxin { width:100%; height:100%; object-fit:contain; object-position:center center; transform:translateY(-3px) scale(.68); transform-origin:center center; }
.outfit-option-avatar { width:100%; height:100%; display:grid; place-items:center; color:#087b99; background:linear-gradient(145deg,#dff7fb,#f4fdfe); font:700 18px/1 "Microsoft YaHei",sans-serif; }
.outfit-option-image.is-empty { background:linear-gradient(145deg,#f3f8f9,#fbfdfd); }
.outfit-option-image.is-empty::after { content:""; width:8px; height:8px; border:2px solid #cfe2e6; border-radius:50%; }
.outfit-option.outfit-option-no-image { display:flex !important; min-height:50px !important; height:auto !important; align-items:center !important; }
.outfit-option.outfit-option-no-image .outfit-option-name { display:block; min-width:0; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; overflow-wrap:normal; }
.picker-body button.outfit-option.outfit-option-no-image { display:flex !important; grid-template-columns:none !important; align-items:center !important; }
.picker-body button.outfit-option.outfit-option-no-image .outfit-option-name { flex:1 1 auto; min-width:0; display:block !important; overflow:hidden !important; white-space:nowrap !important; text-overflow:ellipsis !important; overflow-wrap:normal; }
.picker-value-content.picker-value-no-image { display:flex; align-items:center; min-height:42px; }
.outfit-option-name { min-width:0; overflow:hidden; display:-webkit-box; line-height:1.35; text-overflow:ellipsis; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.outfit-option:hover { color:var(--primary-dark); background:#eefafd; border-color:#a8dfe8; transform:translateY(-2px); box-shadow:0 5px 12px rgba(64,109,126,.08); }
.outfit-option.is-selected { color:#087b99; background:linear-gradient(135deg,#e1f8fc,#f3fdfe); border-color:#52c2d5; box-shadow:0 6px 15px rgba(11,159,193,.13); font-weight:700; }
.picker-body button.outfit-option.is-selected { color:#087b99 !important; background:linear-gradient(135deg,#e1f8fc,#f3fdfe) !important; border-color:#52c2d5 !important; box-shadow:0 6px 15px rgba(11,159,193,.13) !important; font-weight:700 !important; }
.option-check { width:21px; min-width:21px; height:21px; flex:none; color:#a8bdc4; font-size:20px; }
.outfit-option.is-selected .option-check { color:#0b9fc1; }
@media (max-width:480px) { .picker-card { border-radius:20px; } .picker-header { padding:19px 18px 16px; } .picker-body { padding:16px 18px 7px; } .picker-actions { padding:12px 18px 16px; } .outfit-option-list { grid-template-columns:1fr; gap:8px; } .outfit-option { min-height:48px; padding:8px 12px; } .time-field .custom-picker-trigger { width:170px; flex-basis:170px; min-width:140px; } .time-picker-grid { gap:5px; grid-template-columns:minmax(0,1fr) 16px minmax(0,1fr); } .time-picker-grid > div { padding:10px 7px 8px; } .time-choice-list { gap:5px; } }
.picker-modal.modal-reenter { animation:picker-bg-in .28s cubic-bezier(.2,.8,.2,1) both; }
.picker-modal.modal-reenter .picker-card { animation:picker-card-in .38s cubic-bezier(.18,.82,.24,1) both; }
.picker-modal.modal-exiting .picker-card { animation:picker-card-out .28s cubic-bezier(.55,.08,.8,.35) both; }
@keyframes picker-bg-in { from { opacity:0; } to { opacity:1; } }
@keyframes picker-card-in { from { opacity:0; transform:translateY(18px) scale(.94); } 60% { opacity:1; transform:translateY(-3px) scale(1.01); } to { opacity:1; transform:translateY(0) scale(1); } }
@keyframes picker-card-out { from { opacity:1; transform:translateY(0) scale(1); } to { opacity:0; transform:translateY(12px) scale(.96); } }
@keyframes modal-bg-in { from { opacity:0; } to { opacity:1; } }
@keyframes modal-in { from { opacity:0; transform:translateY(8px) scale(.98); } to { opacity:1; transform:translateY(0) scale(1); } }
@keyframes modal-spin { to { transform:rotate(360deg); } }
@media (max-width:640px) { .workspace { width:calc(100% - 32px); min-height:calc(100vh - 92px); margin:16px auto 76px; } .page-content { padding:18px 16px; } .login-view { min-height:calc(100vh - 40px); padding:20px 16px; } .login-panel { padding:26px 20px; } .bottom-nav { width:100%; } }
@media (max-width:480px) { .employee-list { grid-template-columns:1fr; } .user-card { padding:13px; } .section-title { font-size:18px; } .count-badge { font-size:11px; } .page-top { gap:10px; } .page-top h1 { font-size:22px; } .page-top p { max-width:100%; } .back-link { flex:none; min-height:36px; padding:7px 10px; white-space:nowrap; } }
@media (max-width:480px) { .time-field input { width:120px; } }
@media (max-width:480px) {
  .modal { place-items:center; padding:12px; }
  .modal-card { width:min(100%,350px); max-height:calc(100dvh - 24px); padding:24px 18px 18px; border-radius:18px; }
  .picker-modal { place-items:center; }
  .picker-card { width:100%; max-height:calc(100dvh - 24px); }
  .picker-body { max-height:calc(100dvh - 210px); }
}
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; } }

.function-item-disabled { opacity: .55; cursor: not-allowed; pointer-events: none; }

/* 独立装扮预览 */
.detail-top-actions { display:flex; align-items:center; gap:8px; flex:none; }
.preview-link { min-height:36px; padding:8px 12px; color:#087b99; background:#eafafd; border:1px solid #b9e5ec; border-radius:10px; cursor:pointer; font:600 12px/1.2 Inter,"Microsoft YaHei",sans-serif; transition:transform .2s,background .2s,box-shadow .2s; }
.preview-link:hover { background:#dff6fa; box-shadow:0 5px 12px rgba(11,159,193,.12); transform:translateY(-1px); }
.preview-hero { display:flex; align-items:center; gap:14px; margin:18px 0 14px; padding:16px; background:linear-gradient(135deg,#f0fbfd,#fff); border:1px solid #d8edf0; border-radius:16px; }
.preview-hero-avatar { width:64px; height:64px; flex:none; }
.preview-hero strong,.preview-hero span { display:block; }
.preview-hero strong { color:var(--ink); font-size:18px; }
.preview-hero span { margin-top:5px; color:var(--muted); font-size:12px; }
.preview-insights { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)) minmax(150px,1.5fr); gap:9px; margin-bottom:16px; }
.preview-stat,.preview-trend { min-width:0; padding:12px; background:var(--surface-soft); border:1px solid var(--line); border-radius:13px; }
.preview-stat { text-align:center; }
.preview-stat b,.preview-stat span { display:block; }
.preview-stat b { color:var(--primary-dark); font-size:19px; line-height:1.2; }
.preview-stat span { margin-top:4px; color:var(--muted); font-size:10px; white-space:nowrap; }
.preview-trend { display:flex; align-items:center; justify-content:space-between; gap:10px; }
.preview-trend strong,.preview-trend small { display:block; }
.preview-trend strong { color:var(--ink); font-size:12px; }
.preview-trend small { margin-top:4px; color:var(--muted); font-size:10px; white-space:nowrap; }
.preview-trend-count { display:block !important; margin-top:0 !important; color:var(--primary-dark) !important; font-size:19px !important; line-height:1.2; font-weight:700; }
.trend-bars { height:38px; display:flex; align-items:end; gap:5px; padding:3px 0; }
.trend-bars i { display:block; width:8px; min-height:7px; background:linear-gradient(180deg,#55cddd,#0b9fc1); border-radius:5px 5px 2px 2px; animation:trend-rise .7s cubic-bezier(.2,.8,.2,1) both; }
.trend-bars i:nth-child(2) { animation-delay:.08s; background:linear-gradient(180deg,#8edee8,#36afc5); }
.trend-bars i:nth-child(3) { animation-delay:.16s; background:linear-gradient(180deg,#b4e8ed,#5cc2d2); }
.trend-empty { color:var(--muted); font-size:10px; white-space:nowrap; }
.preview-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.preview-groups { display:grid; gap:14px; }
.preview-group { padding:14px; background:rgba(255,255,255,.72); border:1px solid #dcebef; border-radius:16px; }
.preview-group-heading { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:11px; padding-bottom:10px; border-bottom:1px solid #e5f0f2; }
.preview-group-heading strong,.preview-group-heading small { display:block; }
.preview-group-heading strong { color:var(--ink); font-size:14px; }
.preview-group-heading small { margin-top:3px; color:var(--muted); font-size:10px; }
.preview-group-heading > span { padding:5px 7px; color:#6493a0; background:#edf8fa; border-radius:6px; font:600 9px ui-monospace,monospace; letter-spacing:.08em; }
.preview-group .preview-grid { margin:0; }
.preview-skin-card { min-width:0; display:flex; align-items:center; gap:10px; padding:10px; background:#f7fbfc; border:1px solid #e0edf0; border-radius:13px; animation:preview-card-in .55s cubic-bezier(.2,.8,.2,1) both; }
.preview-skin-card:nth-child(2n) { animation-delay:.05s; }
.preview-skin-card:nth-child(3n) { animation-delay:.1s; }
.preview-skin-image { width:54px; min-width:54px; height:54px; display:grid; place-items:center; overflow:hidden; background:#edf8fa; border-radius:10px; }
.preview-skin-image img { width:100%; height:100%; object-fit:contain; }
.preview-skin-image.is-empty::after { content:""; width:8px; height:8px; border:2px solid #cfe2e6; border-radius:50%; }
.preview-skin-copy { min-width:0; }
.preview-skin-copy small,.preview-skin-copy strong,.preview-skin-copy em { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.preview-skin-copy small { color:#8aa1a9; font-size:10px; }
.preview-skin-category { display:inline-block !important; padding:3px 6px; color:#087b99 !important; background:#e8f8fb; border-radius:5px; font-weight:600; }
.preview-skin-copy strong { margin-top:3px; color:var(--ink); font-size:12px; }
.preview-skin-copy em { margin-top:4px; color:#8ca5ad; font:normal 10px ui-monospace,monospace; }
.preview-empty { grid-column:1/-1; padding:28px; color:var(--muted); text-align:center; }
@keyframes preview-card-in { from { opacity:0; transform:translateY(14px) scale(.98); } to { opacity:1; transform:translateY(0) scale(1); } }
@keyframes trend-rise { from { opacity:0; transform:scaleY(.2); transform-origin:bottom; } to { opacity:1; transform:scaleY(1); transform-origin:bottom; } }
@media (max-width:600px) { .detail-top-actions { gap:5px; } .preview-link { padding:8px 9px; } .preview-insights { grid-template-columns:repeat(3,minmax(0,1fr)); } .preview-trend { grid-column:1/-1; } .preview-grid { grid-template-columns:1fr; } }


@media (max-width:480px) { .overview-stats { grid-template-columns:repeat(2,minmax(0,1fr)); } }

.server-overview { width:min(760px,calc(100% - 32px)); margin:48px auto; padding:28px; color:var(--ink); background:#fff; border:1px solid var(--line); border-radius:20px; box-shadow:0 20px 60px rgba(22,76,94,.12); }
.server-overview h1 { margin:20px 0 5px; } .server-overview p { color:var(--muted); }

.dashboard-body { min-height:100vh; margin:0; background:#f4f7fb; color:#1c293b; font-family:Inter,"Microsoft YaHei",sans-serif; }
.dashboard-shell { min-height:100vh; display:flex; }
.dashboard-sidebar { width:232px; flex:none; display:flex; flex-direction:column; padding:27px 17px; color:#d9e3f0; background:linear-gradient(180deg,#111b2b,#0c1422); }
.dashboard-brand { display:flex; align-items:center; gap:11px; padding:0 10px 38px; }.dashboard-brand-mark { width:34px; height:34px; display:grid; place-items:center; color:#fff; background:linear-gradient(135deg,#48b8ff,#6f77ff); border-radius:11px; font-weight:800; box-shadow:0 8px 20px #377fe055; }.dashboard-brand strong,.dashboard-brand small { display:block; }.dashboard-brand strong { color:#fff; font-size:16px; }.dashboard-brand small { margin-top:3px; color:#8292a8; font-size:10px; }
.dashboard-nav { display:grid; gap:8px; }.dashboard-nav a { display:flex; align-items:center; gap:12px; padding:12px 13px; color:#8d9cb0; border-radius:10px; text-decoration:none; font-size:13px; }.dashboard-nav a span { width:18px; text-align:center; font-size:17px; }.dashboard-nav a:hover,.dashboard-nav a.is-active { color:#fff; background:linear-gradient(90deg,#ffffff18,#ffffff08); }.dashboard-nav a.is-active { box-shadow:inset 3px 0 #5abfff; }.dashboard-side-footer { display:flex; align-items:center; gap:8px; margin-top:auto; padding:13px 10px; color:#7d8da2; border-top:1px solid #ffffff12; font-size:11px; }.dashboard-status-dot { width:7px; height:7px; background:#43d49a; border-radius:50%; box-shadow:0 0 0 4px #43d49a1c; }
.dashboard-main { width:min(1280px,100%); box-sizing:border-box; margin:auto; padding:34px 42px 24px; }.dashboard-header { display:flex; align-items:flex-start; justify-content:space-between; gap:20px; }.dashboard-kicker { margin:0 0 9px; color:#8492a6; font:600 10px/1.2 ui-monospace,monospace; letter-spacing:.16em; }.dashboard-header h1 { margin:0; color:#18263a; font-size:28px; }.dashboard-muted { margin:8px 0 0; color:#8693a5; font-size:12px; }.dashboard-user { display:flex; align-items:center; gap:9px; padding:8px 12px 8px 8px; background:#fff; border:1px solid #e5ebf2; border-radius:12px; box-shadow:0 4px 16px #1d385b08; }.dashboard-avatar { width:32px; height:32px; display:grid; place-items:center; color:#fff; background:#536bff; border-radius:10px; }.dashboard-user strong,.dashboard-user small { display:block; }.dashboard-user strong { color:#37475b; font-size:12px; }.dashboard-user small { margin-top:3px; color:#9aa6b6; font-size:10px; }
.dashboard-welcome { position:relative; min-height:112px; display:flex; align-items:center; overflow:hidden; margin:30px 0 18px; padding:20px 26px; color:#fff; background:linear-gradient(105deg,#4057d8,#6676ee 65%,#7586f5); border-radius:18px; box-shadow:0 14px 30px #5369df2e; }.dashboard-welcome h2 { margin:9px 0 6px; font-size:20px; }.dashboard-welcome p { margin:0; color:#dce1ff; font-size:11px; }.dashboard-pill { padding:5px 8px; color:#e6eaff; background:#ffffff20; border:1px solid #ffffff30; border-radius:6px; font:600 9px ui-monospace,monospace; letter-spacing:.1em; }.dashboard-welcome-shape { position:absolute; right:7%; width:145px; height:145px; border:24px solid #ffffff12; border-radius:50%; box-shadow:0 0 0 22px #ffffff08; }
.dashboard-stat-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:13px; }.dashboard-stat { display:flex; align-items:center; gap:12px; min-width:0; padding:17px; background:#fff; border:1px solid #e7edf3; border-radius:14px; box-shadow:0 5px 18px #29436608; }.dashboard-stat-icon { width:38px; height:38px; display:grid; place-items:center; flex:none; border-radius:11px; font-size:20px; }.dashboard-stat-icon.blue { color:#387bff;background:#eaf1ff; }.dashboard-stat-icon.violet { color:#885dff;background:#f0ebff; }.dashboard-stat-icon.orange { color:#f39c37;background:#fff3e5; }.dashboard-stat-icon.green { color:#21b783;background:#e5f8f1; }.dashboard-stat-icon.pink { color:#d95f96;background:#fff0f6; }.dashboard-stat small,.dashboard-stat strong,.dashboard-stat em { display:block; }.dashboard-stat small { color:#8491a3; font-size:11px; }.dashboard-stat strong { margin:4px 0; color:#26374c; font-size:23px; }.dashboard-stat em { color:#a2adba; font:normal 10px sans-serif; }
.dashboard-content-grid { display:grid; grid-template-columns:minmax(0,1.45fr) minmax(280px,1fr); gap:14px; margin-top:16px; }.dashboard-panel { min-width:0; padding:20px; background:#fff; border:1px solid #e7edf3; border-radius:14px; box-shadow:0 5px 18px #29436608; }.dashboard-panel-head { display:flex; align-items:flex-start; justify-content:space-between; gap:10px; }.dashboard-panel h3 { margin:0; color:#334459; font-size:14px; }.dashboard-panel p { margin:5px 0 0; color:#9ba7b5; font-size:10px; }.dashboard-panel-badge { padding:5px 8px; color:#6073dd; background:#eff1ff; border-radius:6px; font-size:10px; }.dashboard-chart { height:205px; display:flex; align-items:end; gap:10px; margin-top:22px; padding:0 4px 2px; border-bottom:1px solid #edf1f5; }.dashboard-bar-wrap { height:100%; flex:1; display:flex; flex-direction:column; align-items:center; justify-content:end; gap:6px; min-width:0; }.dashboard-bar-wrap strong { color:#748399; font-size:10px; }.dashboard-bar-wrap i { width:min(22px,70%); min-height:8px; background:linear-gradient(180deg,#7183ff,#4a61dc); border-radius:7px 7px 2px 2px; animation:dashboard-rise .65s cubic-bezier(.2,.8,.2,1) both; }.dashboard-bar-wrap small { color:#9ba7b5; font-size:9px; }.dashboard-action-list { display:grid; gap:2px; margin-top:21px; }.dashboard-action-list div { display:flex; justify-content:space-between; gap:10px; padding:10px 4px; border-bottom:1px solid #eef2f6; }.dashboard-action-list span { overflow:hidden; color:#708095; font:11px ui-monospace,monospace; text-overflow:ellipsis; white-space:nowrap; }.dashboard-action-list strong { color:#354760; font-size:12px; }.dashboard-empty { padding:50px 0; text-align:center; }.dashboard-footer { display:flex; justify-content:space-between; margin-top:18px; color:#a2adba; font-size:10px; }.dashboard-footer a { color:#6374d9; text-decoration:none; }
.dashboard-role-grid { margin-top:14px; }.dashboard-role-list { display:grid; gap:11px; margin-top:20px; max-height:300px; overflow:auto; padding-right:3px; }.dashboard-role-row { cursor:default; }.dashboard-role-label { display:flex; justify-content:space-between; gap:10px; color:#65758a; font-size:11px; }.dashboard-role-label span { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }.dashboard-role-label strong { color:#354760; font-size:12px; }.dashboard-role-detail { display:grid; grid-template-columns:minmax(0,1fr) 82px; align-items:center; gap:10px; }.dashboard-role-track { height:7px; margin-top:6px; overflow:hidden; background:#edf2f7; border-radius:99px; }.dashboard-role-track i { display:block; height:100%; min-width:4px; background:linear-gradient(90deg,#5bc5d8,#536df0); border-radius:inherit; transition:width .35s ease; }.dashboard-role-spark { height:18px; display:flex; align-items:end; gap:2px; border-bottom:1px solid #edf2f7; }.dashboard-role-spark i { flex:1; min-height:2px; background:#7c8df1; border-radius:2px 2px 0 0; cursor:help; }.dashboard-role-row:hover .dashboard-role-track i,.dashboard-role-row:hover .dashboard-role-spark i { filter:brightness(1.08); }.dashboard-role-trend .dashboard-bar-wrap { cursor:help; }
@keyframes dashboard-rise { from { opacity:0; transform:scaleY(.12); transform-origin:bottom; } to { opacity:1; transform:scaleY(1); transform-origin:bottom; } }
@media (max-width:800px) { .dashboard-sidebar { width:58px; padding:20px 8px; }.dashboard-brand { justify-content:center; padding:0 0 30px; }.dashboard-brand > span:last-child,.dashboard-nav a:not(.is-active)::after,.dashboard-nav a { font-size:0; }.dashboard-nav a { justify-content:center; padding:12px 0; }.dashboard-nav a span { font-size:17px; }.dashboard-side-footer { justify-content:center; padding:13px 0; font-size:0; }.dashboard-main { padding:24px 18px; }.dashboard-stat-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.dashboard-content-grid { grid-template-columns:1fr; } }
@media (max-width:480px) { .dashboard-header { display:block; }.dashboard-user { width:max-content; margin-top:15px; }.dashboard-welcome { margin-top:20px; padding:18px; }.dashboard-welcome-shape { right:-55px; }.dashboard-stat { padding:13px 10px; }.dashboard-stat-icon { width:32px; height:32px; }.dashboard-stat strong { font-size:19px; }.dashboard-chart { gap:4px; }.dashboard-bar-wrap i { width:13px; } }
/* mutual query refinement */
.mutual-page .page-top { margin-bottom:16px; }
.mutual-toolbar { padding:16px 18px; border-radius:14px; background:linear-gradient(135deg,#ffffff 0%,#f4fbfd 100%); }
.mutual-toolbar .signature-label strong { color:var(--ink); font-size:14px; }
.mutual-toolbar .checkin-summary { margin-bottom:0; }
.mutual-result { padding:16px; border:1px solid #e1edf1; border-radius:14px; background:rgba(255,255,255,.72); box-shadow:var(--shadow); }
.mutual-result-heading { margin-bottom:14px; }
.mutual-result-heading h2 { font-size:18px; }
.mutual-list { max-height:560px; padding:0 3px 2px 0; }
.mutual-user-card { cursor:pointer; min-height:68px; border-color:#e3eef1; box-shadow:0 3px 12px rgba(22,76,94,.035); transition:transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.mutual-user-card:hover { transform:translateY(-1px); border-color:#a8dce7; box-shadow:0 7px 18px rgba(22,76,94,.09); }
.mutual-user-card:focus-visible { outline:3px solid rgba(11,159,193,.22); outline-offset:2px; }
.mutual-user-card.is-selected { border-color:#56bdd0; background:#f0fbfd; box-shadow:0 5px 16px rgba(11,159,193,.12); }
.mutual-user-card.is-selected .mutual-select > span { border-color:var(--primary); background:var(--primary); box-shadow:inset 0 0 0 3px #fff; }
.mutual-user-copy small { font-variant-numeric:tabular-nums; }
@media (max-width:560px) { .mutual-result { padding:12px; } .mutual-toolbar { padding:14px; } .mutual-user-copy small { font-size:9px; } }
/* mutual layout and controls */
.mutual-result:empty { display:none; }
.mutual-result:not(:empty) { display:block; }
.mutual-result-heading { align-items:center; padding:0 2px 2px; }
.mutual-actions { flex-wrap:wrap; justify-content:flex-end; }
.mutual-check-all { min-height:34px; padding:0 10px; border:1px solid #d8e8ec; border-radius:9px; background:#f7fbfc; color:#4c7380; }
.mutual-check-all:hover { background:#edf9fb; border-color:#9ed7e2; }
.mutual-actions .secondary-button { min-width:92px; border-radius:9px; }
.mutual-actions .secondary-button:disabled { color:#9aadb4; background:#f3f7f8; border-color:#e1eaed; opacity:1; }
.mutual-user-card { user-select:none; }
.mutual-select { display:grid; place-items:center; min-height:32px; }
@media (max-width:560px) { .mutual-result-heading { gap:10px; } .mutual-actions { width:100%; justify-content:stretch; } .mutual-check-all,.mutual-actions .secondary-button { flex:1; justify-content:center; } }
.mutual-user-copy strong { display:flex; align-items:center; gap:8px; min-width:0; }
.mutual-user-copy strong em { flex:none; color:#6f8b97; font-size:10px; font-style:normal; font-weight:500; white-space:nowrap; }
.mutual-user-copy small { margin-top:6px; }

.mutual-user-copy strong em { display:inline-flex; align-items:center; gap:4px; }
.mutual-copy-account { display:inline-grid; place-items:center; width:20px; height:20px; padding:0; color:#6f8b97; background:transparent; border:0; border-radius:5px; cursor:pointer; }
.mutual-copy-account:hover { color:var(--primary); background:#eaf8fb; }
.mutual-copy-account .material-symbols { font-size:14px; }
.mutual-unfollow-button { min-width:62px; justify-content:center; border-radius:9px; }
@media (max-width:560px) { .mutual-unfollow-button { min-width:58px; padding-inline:8px; } }

/* activity reward card */
.activity-reward-card { padding:20px; background:var(--surface); border:1px solid #e1edf1; border-radius:8px; box-shadow:var(--shadow); }
.activity-reward-heading { display:flex; align-items:center; gap:var(--icon-gap); color:#587083; font-size:14px; font-weight:600; }
.activity-reward-heading .material-symbols { color:var(--primary-dark); font-size:20px; }
.activity-reward-description { margin:10px 0 36px; color:#7892a0; font-size:11px; line-height:1.5; }
.activity-reward-button { width:100%; min-height:48px; margin:0; justify-content:center; border-radius:8px; font-size:13px; font-weight:600; }
.activity-reward-button .material-symbols { font-size:19px; }
@media (max-width:560px) { .activity-reward-card { padding:18px 16px; } .activity-reward-description { margin-bottom:30px; } }

/* mutual query card */
.mutual-query-card { padding:20px; background:var(--surface); border:1px solid #e1edf1; border-radius:8px; box-shadow:var(--shadow); }
.mutual-query-heading { display:flex; align-items:center; gap:var(--icon-gap); color:#587083; font-size:14px; font-weight:600; }
.mutual-query-heading .material-symbols { color:var(--primary-dark); font-size:20px; }
.mutual-query-description { margin:10px 0 36px; color:#7892a0; font-size:11px; line-height:1.5; }
.mutual-query-button { width:100%; min-height:48px; margin:0; justify-content:center; border-radius:8px; font-size:13px; font-weight:600; }
.mutual-query-button .material-symbols { font-size:19px; }
.mutual-secondary-field { display:block; margin:0 0 14px; }
.mutual-secondary-field span { display:block; margin-bottom:8px; color:#587083; font-size:12px; font-weight:600; }
.mutual-secondary-field input { width:100%; height:42px; padding:0 12px; color:var(--ink); background:var(--surface-soft); border:1px solid var(--line); border-radius:8px; outline:0; }
.mutual-secondary-field input:focus { background:var(--surface); border-color:var(--primary); box-shadow:0 0 0 3px rgba(11,159,193,.13); }
@media (max-width:560px) { .mutual-query-card { padding:18px 16px; } .mutual-query-description { margin-bottom:30px; } }
.mutual-stats { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin-bottom:14px; }
.mutual-stat { min-width:0; padding:13px 14px; border:1px solid #dfeef1; border-radius:12px; background:linear-gradient(145deg,#fff,#f5fbfc); }
.mutual-stat span,.mutual-stat small { display:block; color:#78929d; font-size:10px; }
.mutual-stat strong { display:block; margin:3px 0 2px; color:var(--primary-dark); font-size:25px; line-height:1.05; font-variant-numeric:tabular-nums; }
.mutual-stat-wide small { margin-top:9px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; line-height:1.5; }
@media (max-width:560px) { .mutual-stats { grid-template-columns:repeat(2,minmax(0,1fr)); } .mutual-stat-wide { grid-column:1/-1; } }
.dashboard-single-grid { grid-template-columns:minmax(0,1fr); }
.dashboard-single-grid .dashboard-panel { min-height:0; }
.dashboard-single-grid .dashboard-chart { height:150px; margin-top:16px; }
.dashboard-unfollow-layout { display:grid; grid-template-columns:minmax(0,1fr) 190px; gap:20px; align-items:stretch; }
.dashboard-unfollow-trend { min-width:0; }
.dashboard-unfollow-accounts { display:grid; align-content:start; gap:9px; padding:12px; background:#f7f9fc; border:1px solid #e5ebf2; border-radius:12px; }
.dashboard-unfollow-accounts > strong { color:#526278; font-size:12px; }
.dashboard-unfollow-accounts > div { display:flex; align-items:center; justify-content:space-between; gap:10px; padding:9px 10px; color:#617187; background:#fff; border:1px solid #edf0f5; border-radius:8px; font-size:11px; }
.dashboard-unfollow-accounts b { color:#536bff; font-size:13px; font-variant-numeric:tabular-nums; }
.dashboard-unfollow-accounts small { color:#9aa6b6; font-size:11px; }
@media (max-width:760px) { .dashboard-unfollow-layout { grid-template-columns:1fr; gap:14px; } .dashboard-unfollow-accounts { grid-template-columns:repeat(2,minmax(0,1fr)); } .dashboard-unfollow-accounts > strong,.dashboard-unfollow-accounts > small { grid-column:1/-1; } }
@media (max-width:420px) { .dashboard-unfollow-accounts { grid-template-columns:1fr; } }
