:root{font-family:Microsoft YaHei,PingFang SC,system-ui,-apple-system,sans-serif;color:#2d2730;background:#f7f6f7;font-synthesis:none;text-rendering:optimizeLegibility;letter-spacing:0;--accent: #d94f6b;--accent-strong: #b93653;--accent-soft: #fff0f3;--secondary: #3f8d79;--gold: #e2a232;--blue: #4e83a6;--surface: #ffffff;--surface-alt: #faf8f9;--page: #f6f4f5;--text: #2d2730;--muted: #766e78;--faint: #a59fa7;--border: #e8e2e5;--danger: #c73e50;--success: #2f846c;--shadow: 0 10px 28px rgba(80, 54, 64, .08)}:root[data-theme=seasalt]{--accent: #237f8b;--accent-strong: #17636d;--accent-soft: #e9f7f7;--secondary: #e87863;--gold: #d99b37;--blue: #668ab0;--surface-alt: #f7faf9;--page: #f2f7f6;--border: #dbe7e5;--shadow: 0 10px 28px rgba(36, 91, 88, .08)}:root[data-theme=night]{color-scheme:dark;--accent: #ff8ca1;--accent-strong: #ffadbd;--accent-soft: #402730;--secondary: #5cc3ad;--gold: #f6c85f;--blue: #7fa6d8;--surface: #211d22;--surface-alt: #29242a;--page: #181619;--text: #f7f1f4;--muted: #c5bac0;--faint: #91868c;--border: #3a3338;--danger: #ff8295;--success: #69ccb5;--shadow: 0 10px 28px rgba(0, 0, 0, .28)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;background:var(--page);color:var(--text)}button,input,textarea,select{font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.brand-mark{width:42px;height:42px;display:inline-grid;place-items:center;flex:0 0 auto;border-radius:8px;color:#fff;background:var(--accent)}.button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border:1px solid transparent;border-radius:7px;font-weight:700;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:not-allowed}.button.primary{color:#fff;background:var(--accent)}.button.primary:hover:not(:disabled){background:var(--accent-strong)}.button.secondary{color:var(--accent);background:var(--surface);border-color:var(--border)}.button.secondary:hover:not(:disabled){background:var(--accent-soft);border-color:var(--accent)}.button.ghost{background:transparent;border-color:var(--border)}.button.ghost.danger{color:var(--danger)}.icon-button{width:38px;height:38px;padding:0;display:inline-grid;place-items:center;border:0;border-radius:7px;color:var(--muted);background:transparent;cursor:pointer;flex:0 0 auto}.icon-button:hover{color:var(--accent);background:var(--accent-soft)}.icon-button.danger:hover{color:var(--danger)}.icon-button.bordered{border:1px solid var(--border);background:var(--surface)}.field{display:grid;gap:8px}.field>span{font-size:13px;font-weight:700;color:var(--muted)}.field input,.field textarea,.field select{width:100%;min-height:44px;border:1px solid var(--border);border-radius:7px;padding:10px 12px;color:var(--text);background:var(--surface);outline:none;resize:vertical}.field textarea{min-height:108px;line-height:1.6}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 13%,transparent)}.input-with-icon{min-height:46px;display:flex;align-items:center;gap:10px;padding:0 13px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--faint)}.input-with-icon:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 13%,transparent);color:var(--accent)}.input-with-icon input{min-width:0;border:0;box-shadow:none!important;padding:0;background:transparent}.spinner{width:18px;height:18px;display:inline-block;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(420px,1.08fr) minmax(420px,.92fr);background:var(--surface)}.auth-visual{min-height:100vh;position:relative;overflow:hidden;background:#26383a}.auth-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0f1f2173}.auth-visual img{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover}.auth-brand{position:absolute;z-index:1;left:9%;bottom:11%;color:#fff}.auth-brand .brand-mark{margin-bottom:22px;background:#d94f6b}.auth-brand h1{margin:0;font-size:44px;line-height:1.15;font-weight:800}.auth-brand p{margin:13px 0 0;font-size:18px;color:#ffffffd1}.auth-form-wrap{min-height:100vh;display:grid;place-items:center;padding:42px}.auth-form-panel{width:min(100%,390px)}.auth-mobile-brand{display:none;align-items:center;gap:12px;margin-bottom:30px;font-size:21px}.auth-switch{margin-bottom:30px}.segmented{display:grid;grid-template-columns:repeat(2,1fr);padding:4px;border-radius:8px;background:var(--surface-alt);border:1px solid var(--border)}.segmented button{min-height:38px;border:0;border-radius:6px;color:var(--muted);background:transparent;cursor:pointer;font-weight:700}.segmented button.active{color:var(--accent);background:var(--surface);box-shadow:0 2px 8px #46303914}.auth-form-panel form{display:grid;gap:20px}.auth-submit{width:100%;margin-top:6px}.auth-secure{display:flex;justify-content:center;align-items:center;gap:7px;margin-top:24px;color:var(--faint);font-size:12px}.app-shell{min-height:100vh;display:grid;grid-template-columns:238px minmax(0,1fr)}.sidebar{position:fixed;z-index:20;inset:0 auto 0 0;width:238px;display:flex;flex-direction:column;padding:24px 16px 18px;background:var(--surface);border-right:1px solid var(--border)}.sidebar-brand{height:52px;display:flex;align-items:center;gap:12px;padding:0 10px;font-size:18px;font-weight:800}.sidebar-brand .brand-mark{width:36px;height:36px}.side-nav{display:grid;gap:5px;margin-top:34px}.side-nav a{height:46px;display:flex;align-items:center;gap:12px;padding:0 13px;border-radius:7px;color:var(--muted);font-size:14px;font-weight:700}.side-nav a:hover{background:var(--surface-alt);color:var(--text)}.side-nav a.active{color:var(--accent);background:var(--accent-soft)}.sidebar-user{margin-top:auto;display:grid;grid-template-columns:38px minmax(0,1fr) 38px;gap:9px;align-items:center;padding:14px 6px 0;border-top:1px solid var(--border)}.sidebar-user>div{min-width:0;display:grid;gap:3px}.sidebar-user strong,.sidebar-user span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user strong{font-size:13px}.sidebar-user div span{color:var(--faint);font-size:11px}.sidebar-backdrop{display:none}.main-area{grid-column:2;min-width:0}.topbar{height:92px;display:flex;align-items:center;gap:18px;padding:0 36px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface) 92%,transparent)}.page-heading{min-width:0;display:grid;gap:4px}.page-heading h1{margin:0;font-size:21px;line-height:1.25}.page-heading p{margin:0;color:var(--muted);font-size:12px}.menu-button{display:none}.connection-pill{margin-left:auto;min-height:34px;display:flex;align-items:center;gap:7px;padding:0 11px;border:1px solid var(--border);border-radius:18px;background:var(--surface);color:var(--muted);font-size:12px;font-weight:700}.status-dot{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:var(--faint);box-shadow:0 0 0 3px color-mix(in srgb,var(--faint) 16%,transparent)}.connection-pill.connected{color:var(--success)}.connection-pill.connected .status-dot,.account-strip.connected .status-dot{background:var(--success);box-shadow:0 0 0 3px color-mix(in srgb,var(--success) 16%,transparent)}.page-content{width:min(100%,1320px);margin:0 auto;padding:28px 36px 52px}.mobile-nav{display:none}.dashboard-stack{display:grid;gap:24px}.status-banner{min-height:155px;display:flex;align-items:center;gap:30px;padding:30px 34px;border-radius:8px;color:var(--text);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);overflow:hidden;position:relative}.status-banner:before{content:"";width:7px;position:absolute;inset:0 auto 0 0;background:var(--accent)}.status-copy{min-width:0}.eyebrow{display:flex;align-items:center;gap:7px;color:var(--accent);font-size:12px;font-weight:700}.status-copy h2{margin:13px 0 8px;font-size:22px}.status-copy p{margin:0;color:var(--muted);font-size:13px}.status-banner .button{margin-left:auto;flex:0 0 auto}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.stat-card{min-height:104px;display:flex;align-items:center;gap:14px;padding:18px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.stat-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:8px}.stat-icon.coral{color:var(--accent);background:var(--accent-soft)}.stat-icon.gold{color:#b97c12;background:#fff5dc}.stat-icon.mint{color:var(--secondary);background:color-mix(in srgb,var(--secondary) 12%,var(--surface))}.stat-icon.blue{color:var(--blue);background:color-mix(in srgb,var(--blue) 12%,var(--surface))}.stat-card>div{min-width:0;display:grid;gap:5px}.stat-card strong{font-size:22px;line-height:1}.stat-card span{color:var(--muted);font-size:12px}.dashboard-columns{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.5fr);gap:18px;align-items:stretch}.plain-section{min-width:0}.section-title{display:flex;align-items:center;gap:12px;margin-bottom:15px}.section-title>div{display:grid;gap:3px}.section-title h2{margin:0;font-size:16px}.section-title p{margin:0;color:var(--muted);font-size:12px}.section-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;color:var(--accent);background:var(--accent-soft)}.quick-grid{display:grid;gap:8px}.quick-grid a{min-height:67px;display:grid;grid-template-columns:38px minmax(0,1fr) 20px;align-items:center;gap:12px;padding:10px 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.quick-grid a:hover{border-color:var(--accent)}.quick-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:7px;color:var(--accent);background:var(--accent-soft)}.quick-grid a>div{min-width:0;display:grid;gap:3px}.quick-grid strong{font-size:13px}.quick-grid span{font-size:11px;color:var(--muted)}.quick-grid>a>svg{color:var(--faint)}.daily-note{min-height:230px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:30px;border-radius:8px;color:#463c34;background:#fff4d9;border:1px solid #f0ddad}:root[data-theme=night] .daily-note{color:#f5e6c4;background:#342d21;border-color:#504328}.note-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:50%;color:#c96964;background:#ffffffb3}.daily-note p{margin:20px 0 16px;font-size:15px;line-height:1.8;font-weight:700}.daily-note>span:last-child{font-size:11px;opacity:.68}.list-page{display:grid;gap:18px}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.toolbar.end{justify-content:flex-end}.search-input{width:min(100%,360px);height:42px;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--faint)}.search-input:focus-within{border-color:var(--accent);color:var(--accent)}.search-input input{min-width:0;flex:1;border:0;outline:none;color:var(--text);background:transparent}.friend-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.friend-card{min-width:0;min-height:84px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:13px;padding:15px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.friend-card:hover{border-color:color-mix(in srgb,var(--accent) 50%,var(--border))}.avatar{width:46px;height:46px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;overflow:hidden;color:#fff;background:var(--accent);font-weight:800}.avatar img{width:100%;height:100%;object-fit:cover}.avatar.fallback{width:38px;height:38px;font-size:13px}.friend-main{min-width:0;display:grid;gap:8px}.friend-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.spark{width:fit-content;display:inline-flex;align-items:center;gap:4px;color:var(--faint);font-size:11px}.spark.active{color:var(--accent);font-weight:700}.friend-actions{display:flex;gap:2px}.empty-state{min-height:330px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:13px;border:1px dashed var(--border);border-radius:8px;color:var(--muted);background:var(--surface)}.empty-state>span{width:64px;height:64px;display:grid;place-items:center;border-radius:50%;color:var(--accent);background:var(--accent-soft)}.empty-state strong{color:var(--text);font-size:14px}.task-list{display:grid;gap:8px}.task-row{min-height:82px;display:grid;grid-template-columns:70px 12px 46px minmax(160px,1fr) 74px 40px 38px 38px;align-items:center;gap:12px;padding:13px 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.task-row.disabled{opacity:.62}.task-time{display:grid;gap:4px;text-align:center}.task-time strong{font-size:18px}.task-time span{color:var(--muted);font-size:10px}.timeline-dot{width:9px;height:9px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.task-main{min-width:0;display:grid;gap:5px}.task-main strong,.task-main span,.task-main small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-main strong{font-size:13px}.task-main span{color:var(--muted);font-size:12px}.task-main small{color:var(--danger);font-size:10px}.status-badge{width:fit-content;display:inline-flex;align-items:center;justify-content:center;min-height:25px;padding:0 8px;border-radius:13px;color:var(--muted);background:var(--surface-alt);font-size:10px;font-weight:700;white-space:nowrap}.status-badge.success{color:var(--success);background:color-mix(in srgb,var(--success) 12%,var(--surface))}.status-badge.failed{color:var(--danger);background:color-mix(in srgb,var(--danger) 11%,var(--surface))}.status-badge.running{color:var(--blue);background:color-mix(in srgb,var(--blue) 11%,var(--surface))}.switch{width:38px;height:22px;position:relative;display:inline-block}.switch input{width:0;height:0;opacity:0}.switch span{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;background:var(--border);cursor:pointer;transition:background-color .2s}.switch span:after{content:"";width:16px;height:16px;position:absolute;left:3px;top:3px;border-radius:50%;background:#fff;transition:transform .2s;box-shadow:0 1px 3px #0000002e}.switch input:checked+span{background:var(--accent)}.switch input:checked+span:after{transform:translate(16px)}.log-table{overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.log-head,.log-row{display:grid;grid-template-columns:130px 140px 70px 80px minmax(160px,1fr);gap:14px;align-items:center;min-height:54px;padding:0 18px}.log-head{min-height:42px;color:var(--muted);background:var(--surface-alt);font-size:11px;font-weight:700}.log-row{border-top:1px solid var(--border);font-size:12px}.log-row time{color:var(--muted)}.log-message{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted)}.connect-layout{display:grid;gap:18px}.account-strip{min-height:86px;display:grid;grid-template-columns:50px minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:17px 20px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.account-avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;color:var(--muted);background:var(--surface-alt);overflow:hidden}.account-avatar img{width:100%;height:100%;object-fit:cover}.account-strip>div{display:grid;gap:4px}.account-strip>div span{color:var(--muted);font-size:11px}.account-strip>div strong{font-size:14px}.account-status{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:11px;font-weight:700}.connect-panel{display:grid;grid-template-columns:210px minmax(0,1fr);min-height:450px;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--surface)}.method-tabs{display:flex;flex-direction:column;gap:5px;padding:20px 13px;border-right:1px solid var(--border);background:var(--surface-alt)}.method-tabs button{height:46px;display:flex;align-items:center;gap:11px;padding:0 13px;border:0;border-radius:7px;color:var(--muted);background:transparent;font-weight:700;cursor:pointer}.method-tabs button.active{color:var(--accent);background:var(--accent-soft)}.method-body{display:grid;place-items:center;padding:34px}.qr-method{display:grid;justify-items:center;gap:22px}.qr-frame{width:232px;height:232px;display:grid;place-items:center;padding:14px;border:1px solid var(--border);border-radius:8px;color:var(--faint);background:#fff}.qr-frame img{width:100%;height:100%;object-fit:contain}.verify-notice{max-width:360px;display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid color-mix(in srgb,var(--gold) 38%,var(--border));border-radius:7px;color:var(--text);background:color-mix(in srgb,var(--gold) 12%,var(--surface));font-size:12px;line-height:1.5}.verify-notice svg{flex:0 0 auto;color:var(--gold)}.verification-methods{width:min(100%,360px);display:grid;gap:7px}.verification-methods button{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 12px;border:1px solid var(--border);border-radius:7px;color:var(--text);background:var(--surface);cursor:pointer;font-size:12px;font-weight:700;text-align:left}.verification-methods button.active{color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}.verification-code{width:min(100%,360px);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.verification-code input{min-width:0;min-height:42px;padding:0 12px;border:1px solid var(--border);border-radius:7px;color:var(--text);background:var(--surface);outline:none}.verification-code input:focus{border-color:var(--accent)}.form-stack{width:min(100%,500px);display:grid;gap:18px}.phone-row{display:flex;gap:10px}.field.compact{width:92px;flex:0 0 auto}.field.grow{min-width:0;flex:1}.cookie-method{width:min(100%,580px)}.cookie-method textarea{font-family:Consolas,monospace;font-size:12px}.security-row{display:flex;align-items:flex-start;gap:13px;padding:16px 18px;border-radius:8px;color:var(--success);background:color-mix(in srgb,var(--success) 7%,var(--surface));border:1px solid color-mix(in srgb,var(--success) 23%,var(--border))}.security-row>div{display:grid;gap:4px}.security-row strong{font-size:12px}.security-row span{color:var(--muted);font-size:11px;line-height:1.6}.settings-stack{display:grid;gap:18px}.settings-section{padding:22px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.theme-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.theme-choice{min-height:92px;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;padding:13px;border:1px solid var(--border);border-radius:8px;color:var(--text);background:var(--surface);cursor:pointer;text-align:left}.theme-choice.active{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.theme-preview{grid-column:1 / -1;height:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.theme-preview i{display:block;border-radius:4px}.theme-choice>span:nth-child(2){display:flex;align-items:center;gap:7px;font-size:13px;font-weight:700}.theme-choice>svg{color:var(--accent)}.settings-action{width:100%;min-height:64px;display:grid;grid-template-columns:38px minmax(0,1fr) 18px;gap:12px;align-items:center;padding:8px 0;border:0;border-top:1px solid var(--border);color:var(--text);background:transparent;cursor:pointer;text-align:left}.action-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:7px;color:var(--danger);background:color-mix(in srgb,var(--danger) 10%,var(--surface))}.settings-action>div{display:grid;gap:3px}.settings-action strong{font-size:13px}.settings-action span{color:var(--muted);font-size:11px}.settings-action>svg{color:var(--faint)}.modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#1813168c}.modal{width:min(100%,520px);max-height:calc(100vh - 40px);overflow:auto;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 24px 70px #00000047}.modal>header{height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid var(--border)}.modal h2{margin:0;font-size:16px}.modal-body{display:grid;gap:18px;padding:20px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.toast{position:fixed;z-index:200;left:50%;bottom:28px;max-width:min(90vw,460px);transform:translate(-50%);padding:12px 16px;border-radius:7px;color:#fff;background:#2f846c;box-shadow:0 12px 32px #0000002e;font-size:13px;font-weight:700}.toast.error{background:#b93653}.full-loader,.page-loader{display:grid;place-items:center;color:var(--accent)}.full-loader{min-height:100vh;align-content:center;gap:18px}.page-loader{min-height:340px}@media(max-width:1080px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-columns{grid-template-columns:1fr}.daily-note{min-height:180px}.friend-grid{grid-template-columns:1fr}.task-row{grid-template-columns:64px 10px 42px minmax(130px,1fr) 70px 38px 38px}.task-row .switch{display:none}}@media(max-width:820px){.auth-page{grid-template-columns:1fr}.auth-visual{display:none}.auth-form-wrap{min-height:100vh;padding:26px}.auth-mobile-brand{display:flex}.app-shell{display:block}.sidebar{width:min(82vw,290px);transform:translate(-100%);transition:transform .22s ease;box-shadow:16px 0 40px #0000002e}.sidebar.open{transform:translate(0)}.sidebar-backdrop{display:block;position:fixed;z-index:19;top:0;right:0;bottom:0;left:0;border:0;background:#18131673}.main-area{min-height:100vh}.topbar{height:74px;padding:0 17px;gap:11px}.menu-button{display:grid}.page-heading h1{font-size:18px}.page-heading p{display:none}.connection-pill{min-height:31px;padding:0 9px;font-size:10px}.page-content{padding:18px 16px 92px}.mobile-nav{height:68px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));position:fixed;z-index:18;inset:auto 0 0;padding:6px 8px max(6px,env(safe-area-inset-bottom));border-top:1px solid var(--border);background:color-mix(in srgb,var(--surface) 96%,transparent)}.mobile-nav a{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:7px;color:var(--faint);font-size:9px}.mobile-nav a.active{color:var(--accent);background:var(--accent-soft)}.status-banner{min-height:164px;align-items:flex-start;flex-direction:column;padding:23px}.status-copy h2{font-size:19px}.status-banner .button{margin:auto 0 0}.stats-grid{gap:9px}.stat-card{min-height:88px;padding:13px;gap:10px}.stat-icon{width:37px;height:37px}.stat-card strong{font-size:18px}.connect-panel{grid-template-columns:1fr}.method-tabs{flex-direction:row;padding:8px;border-right:0;border-bottom:1px solid var(--border)}.method-tabs button{flex:1;justify-content:center;height:42px;padding:0 8px;font-size:12px}.method-body{min-height:380px;padding:22px 16px}.account-strip{grid-template-columns:46px minmax(0,1fr) auto;padding:14px}.account-strip .button{grid-column:1 / -1;width:100%}.theme-grid{grid-template-columns:1fr}.log-head{display:none}.log-table{display:grid;gap:8px;border:0;background:transparent}.log-row{min-height:88px;grid-template-columns:1fr auto;gap:7px 12px;padding:13px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.log-row time{order:3}.log-row>strong{order:1}.log-row>span:nth-child(3){order:4;color:var(--muted)}.log-row .status-badge{order:2;justify-self:end}.log-message{order:5;grid-column:1 / -1}}@media(max-width:620px){.toolbar{align-items:stretch}.search-input{min-width:0;flex:1}.toolbar .button{padding:0 13px}.friend-card{grid-template-columns:44px minmax(0,1fr) auto;padding:12px}.avatar{width:42px;height:42px}.friend-actions{flex-direction:column}.task-list{gap:10px}.task-row{min-height:118px;grid-template-columns:58px 9px 40px minmax(0,1fr) 36px 36px;grid-template-rows:auto auto;gap:8px;padding:12px}.task-row .avatar{width:40px;height:40px}.task-row .status-badge{grid-column:3 / 5;grid-row:2}.task-row .icon-button{grid-row:1}.phone-row{display:grid;grid-template-columns:86px minmax(0,1fr)}.field.compact{width:auto}.qr-frame{width:208px;height:208px}.modal-backdrop{align-items:end;padding:0}.modal{width:100%;max-height:90vh;border-radius:8px 8px 0 0;border-bottom:0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
