:root{color:var(--text);background:var(--app-bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--accent: #0f9b8e;--accent-dark: #087b72;--app-bg: #f6f8f8;--text: #1f2937;--heading: #111827;--line: #e3e8eb;--muted: #7c8796;--surface: rgba(255, 255, 255, .92);--surface-strong: #fff;--surface-soft: #f7f9fb;--surface-tint: #f8fbfd;--input-bg: #fff;--nav-bg: rgba(255, 255, 255, .92);--shadow: 0 10px 30px rgba(31, 41, 55, .08);--soft-shadow: 0 5px 18px rgba(31, 41, 55, .06);--mobile-nav-height: 0px;--shell-width: 1536px;--page-gutter: 56px;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;min-height:100svh;overflow-x:hidden;background:var(--app-bg)}#root{min-height:100vh;min-height:100svh}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}button:focus-visible,a:focus-visible{outline:2px solid rgba(15,155,142,.36);outline-offset:2px}input:focus,textarea:focus,select:focus,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:none}.app-shell{min-height:100vh;min-height:100svh;display:flex;flex-direction:column;background:radial-gradient(circle at 8% 0%,rgba(15,155,142,.08),transparent 28rem),radial-gradient(circle at 92% 16%,rgba(240,151,69,.1),transparent 26rem),var(--app-bg);color:var(--text)}.theme-dark{--accent: #37d8c5;--accent-dark: #78efe0;--app-bg: #07100f;--text: #d8e5e3;--heading: #f4fbfa;--line: rgba(153, 185, 179, .18);--muted: #90a7a3;--surface: rgba(14, 29, 27, .82);--surface-strong: #10201e;--surface-soft: #142421;--surface-tint: #172a27;--input-bg: #0d1b19;--nav-bg: rgba(12, 25, 23, .86);--shadow: 0 18px 46px rgba(0, 0, 0, .36);--soft-shadow: 0 10px 28px rgba(0, 0, 0, .25);color-scheme:dark;background:radial-gradient(circle at 8% 0%,rgba(55,216,197,.16),transparent 28rem),radial-gradient(circle at 92% 16%,rgba(240,151,69,.12),transparent 26rem),linear-gradient(180deg,#07100f,#0b1514 56%,#07100f)}.topbar{position:sticky;top:0;z-index:20;height:60px;display:grid;grid-template-columns:minmax(220px,260px) minmax(420px,1fr) minmax(88px,128px);align-items:center;gap:18px;padding:0 max(32px,calc((100vw - var(--shell-width)) / 2 + 32px));border-bottom:1px solid var(--line);background:var(--nav-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:12px;border:0;background:transparent;padding:0;font-size:22px;color:var(--heading);white-space:nowrap}.brand span{width:44px;height:44px;display:grid;place-items:center;border:3px solid var(--accent);border-radius:50%;color:var(--accent);font-size:16px;font-weight:800}.topbar-weather{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;padding:0;white-space:nowrap;color:var(--heading);margin-left:calc(-1*max(32px,calc((100vw - var(--shell-width)) / 2 + 32px)) + 16px)}.topbar-weather .weather-art.small{width:30px;height:30px;flex-shrink:0}.topbar-weather .weather-art.small .sun-dot{width:15px;height:15px;left:auto;right:1px;top:1px;box-shadow:0 0 0 3px #ffc9282e}.topbar-weather .weather-art.small .cloud-a{width:21px;height:14px;left:0;right:auto;bottom:3px}.topbar-weather .weather-art.small .cloud-b{width:14px;height:14px;left:4px;bottom:6px}.topbar-weather-copy{display:grid;line-height:1.25;text-align:left}.topbar-weather-copy b{font-size:15px;font-weight:800}.topbar-weather-copy small{color:var(--muted);font-size:12px}.topbar nav{height:100%;display:flex;justify-content:center;gap:clamp(12px,1.8vw,28px)}.topbar nav button{display:inline-flex;align-items:center;gap:8px;height:100%;padding:0 4px;border:0;border-bottom:4px solid transparent;background:transparent;color:#252b35;font-weight:700;white-space:nowrap}.topbar nav button.active{color:var(--accent);border-bottom-color:var(--accent)}.chrome-floating .topbar{width:min(var(--shell-width),calc(100% - var(--page-gutter)));grid-template-columns:minmax(220px,260px) minmax(420px,1fr) minmax(88px,128px);margin:14px auto 0;padding:0 26px;border:1px solid var(--line);border-radius:8px;box-shadow:var(--soft-shadow)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.settings-shortcut{width:38px;height:38px;display:none;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--surface-strong);color:var(--accent-dark);box-shadow:var(--soft-shadow)}.mobile-nav{display:none}.mobile-nav button{min-width:0;border:0;background:transparent;color:var(--muted);font-weight:800}.pwa-status-stack{width:min(var(--shell-width),calc(100% - var(--page-gutter)));display:grid;gap:8px;margin:12px auto 0}.pwa-status-strip{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px 9px 14px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--soft-shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.pwa-status-strip span{min-width:0;display:inline-flex;align-items:center;gap:8px;color:var(--heading);font-weight:800}.pwa-status-strip small{color:var(--muted);font-weight:700}.pwa-status-strip svg{color:var(--accent-dark)}.pwa-status-strip.offline svg{color:#c94c4c}.pwa-status-strip button{min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;border:0;border-radius:999px;background:#eaf8f5;color:var(--accent-dark);font-weight:800;white-space:nowrap}.pwa-status-strip button.icon-only{width:30px;padding:0;background:var(--surface-soft);color:var(--muted)}.pwa-status-strip.update{width:fit-content;min-height:36px;justify-self:end;gap:8px;padding:5px 7px 5px 12px;border-radius:999px;background:var(--surface);box-shadow:none}.pwa-status-strip.update span{gap:7px;font-size:13px;font-weight:760}.pwa-status-strip.update button.icon-only{width:28px;min-height:28px;background:transparent;color:var(--accent-dark)}.pwa-status-strip.update button.icon-only:hover{background:var(--surface-tint)}.city-select{height:38px;min-width:132px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:var(--input-bg)}.city-select input,.mini-input input{width:96px;border:0;outline:0;background:transparent;color:var(--heading);font-weight:700}.avatar{width:36px;height:36px;padding:0;overflow:hidden;border-radius:50%;border:2px solid #fff;background:#fff;box-shadow:var(--soft-shadow)}.avatar img{width:100%;height:100%;object-fit:cover;display:block}.avatar-wrap{position:relative}.avatar-popover{position:absolute;top:calc(100% + 12px);right:0;z-index:40;width:306px;display:grid;gap:14px;padding:16px;border:1px solid var(--line);border-radius:10px;background:#fffffffa;box-shadow:0 20px 50px #1f293729;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.avatar-popover:before{content:"";position:absolute;top:-7px;right:18px;width:12px;height:12px;border-left:1px solid var(--line);border-top:1px solid var(--line);background:#fff;transform:rotate(45deg)}.avatar-popover-head,.avatar-popover-head span{display:flex;align-items:center;justify-content:space-between;gap:8px;font-weight:800}.avatar-popover-head button{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:8px;background:#f5f7f9;color:#667085}.avatar-preview{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:12px;padding:10px;border-radius:8px;background:#f8fbfd}.avatar-preview img{width:54px;height:54px;border-radius:50%;object-fit:cover;background:#fff}.avatar-preview small{color:var(--muted);font-weight:700}.avatar-action,.qq-avatar-field button{height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:8px;background:var(--accent);color:#fff;font-weight:800}.avatar-action.subtle{background:#f5f7f9;color:#475467}.qq-avatar-field{display:grid;gap:8px;color:#475467;font-weight:800}.qq-avatar-field div{display:grid;grid-template-columns:minmax(0,1fr) 82px;gap:8px}.qq-avatar-field input{min-width:0;height:40px;padding:0 11px;border:1px solid var(--line);border-radius:8px}.avatar-notice{margin:-2px 0 0;padding:8px 10px;border-radius:8px;background:#fff7ed;color:#b45309;font-size:12px;font-weight:700;line-height:1.45}main{width:min(var(--shell-width),calc(100% - var(--page-gutter)));margin:0 auto;flex:1 0 auto;padding-bottom:calc(20px + var(--mobile-nav-height));min-width:0;overflow-x:clip}.search-band{padding:24px 0 20px}.search-box{width:min(820px,100%);height:68px;margin:0 auto;display:grid;grid-template-columns:32px minmax(0,1fr) 110px;align-items:center;gap:14px;padding:8px 12px 8px 24px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow)}.search-box input{min-width:0;border:0;outline:0;color:#1f2937;font-size:16px}.search-box button,.primary-subtle{height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;background:var(--accent);color:#fff;font-weight:800;box-shadow:0 8px 20px #0f9b8e38}.search-providers{width:min(820px,100%);margin:12px auto 0;display:flex;justify-content:center;gap:8px;padding:4px;border:1px solid rgba(227,232,235,.74);border-radius:8px;background:#ffffff9e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.search-providers button{min-width:84px;height:38px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:6px;background:transparent;color:#596579}.search-providers button.active{background:#fff;color:var(--accent-dark);box-shadow:0 4px 14px #0f172a14}.search-providers b{font-size:13px}.search-providers small{color:var(--muted);font-size:11px;font-weight:700}.quick-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:18px}.quick-chips button{height:40px;display:inline-flex;align-items:center;gap:9px;padding:0 18px;border:1px solid var(--line);border-radius:999px;background:#ffffffc2;color:#4b5563;font-weight:700}.settings-inline-link{display:inline-flex;align-items:center;gap:5px;width:fit-content;color:var(--accent-dark);font-size:12px;font-weight:700;line-height:1.4}.settings-inline-link:hover{color:var(--accent)}.chip-symbol{color:#1677ff;font-weight:900}.chip-symbol.pink{color:#ef4b8d}.home-layout{display:grid;grid-template-columns:minmax(460px,.94fr) minmax(520px,1.06fr);gap:20px;align-items:start}.home-editbar{grid-column:1 / -1;justify-self:end;margin-top:-4px}.home-editbar button{height:32px;display:inline-flex;align-items:center;gap:6px;padding:0 12px;border:1px solid rgba(15,155,142,.16);border-radius:999px;background:#ffffffa8;color:var(--accent-dark);font-size:12px;font-weight:800;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.home-editbar button.active{background:#0f9b8e1f;border-color:#0f9b8e47}.home-hidden-tray{grid-column:1 / -1;display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 12px;border:1px dashed var(--line);border-radius:10px;background:var(--surface-soft)}.home-hidden-tray-label{color:var(--muted);font-size:12px;font-weight:700}.home-hidden-chip{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 10px;border:1px solid var(--line);border-radius:999px;background:var(--surface-strong);color:var(--heading);font-size:12px;font-weight:700;cursor:pointer;transition:border-color .15s ease,color .15s ease}.home-hidden-chip:hover{border-color:var(--accent);color:var(--accent)}.home-left,.home-right{display:grid;gap:20px;min-width:0}.home-card-slot{min-width:0;position:relative;transition:opacity .18s ease,transform .18s ease}.home-card-slot.is-editable{cursor:default;-webkit-user-select:none;user-select:none}.home-card-slot.is-dragging{opacity:.48;pointer-events:none;transform:scale(.985)}.home-card-edit-controls{position:absolute;top:10px;right:10px;z-index:8;display:flex;gap:4px;padding:4px;border:1px solid rgba(214,224,235,.9);border-radius:999px;background:#fffffff0;box-shadow:0 10px 24px #0f172a1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.home-card-edit-controls button{width:30px;height:30px;border:0;border-radius:999px;display:inline-grid;place-items:center;background:transparent;color:#64748b;cursor:pointer;transition:background .16s ease,color .16s ease,transform .16s ease}.home-card-edit-controls button:not(:disabled):hover,.home-card-edit-controls button:not(:disabled):focus-visible{background:#0f9b8e1f;color:var(--accent)}.home-card-edit-controls button:disabled{cursor:not-allowed;opacity:.36}.home-card-drag-handle{cursor:grab;touch-action:none}.home-card-drag-handle:active{cursor:grabbing;transform:scale(.96)}.home-drop-column.is-editing{-webkit-user-select:none;user-select:none}.home-card-slot.is-drop-target:before{content:"";position:absolute;top:-12px;left:10px;right:10px;height:4px;z-index:3;border-radius:999px;background:var(--accent);box-shadow:0 0 0 4px #0f9b8e1f}.home-drop-zone{min-height:0;display:grid;place-items:center;overflow:hidden;border:1px dashed transparent;border-radius:10px;color:var(--muted);font-size:13px;font-weight:800;opacity:0;pointer-events:none;transition:min-height .18s ease,opacity .18s ease,border-color .18s ease,background .18s ease}.home-drop-column.is-editing.is-reordering .home-drop-zone{min-height:48px;border-color:#0f9b8e47;background:#0f9b8e0f;opacity:1;pointer-events:auto}.home-drop-zone.is-drop-target{border-color:var(--accent);background:#0f9b8e1f;color:var(--accent-dark)}.home-right-split{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.82fr);gap:20px;align-items:stretch}.page-stack{display:grid;gap:20px;padding-bottom:28px;min-width:0}.empty-page-placeholder{display:grid;place-items:center;min-height:240px;border:1px dashed var(--line);border-radius:12px;text-align:center}.briefing-page{width:min(920px,100%);margin:0 auto}.briefing-footer{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:4px 10px;padding:14px 0 4px;font-size:12px;text-align:center}.briefing-footer span:not(:last-child):after{content:"·";margin-left:10px;opacity:.6}.briefing-scroll-controls{position:fixed;right:24px;bottom:24px;z-index:15;display:grid;gap:8px}.briefing-scroll-controls button{width:36px;height:36px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--surface-strong);color:var(--muted);box-shadow:var(--soft-shadow);cursor:pointer;transition:color .15s ease,background .15s ease}.briefing-scroll-controls button:hover{background:var(--surface-soft);color:var(--accent)}@media(max-width:760px){.briefing-scroll-controls{right:14px;bottom:14px}}.briefing-sidebar{position:fixed;left:24px;top:150px;display:grid;gap:2px;width:128px}.briefing-sidebar-label{padding:0 10px 8px 14px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;opacity:.7}.briefing-sidebar a{position:relative;display:flex;align-items:center;gap:5px;padding:8px 10px 8px 14px;border-radius:6px;color:var(--muted);font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;transition:background .15s ease,color .15s ease}.briefing-sidebar a:before{content:"";position:absolute;left:0;top:50%;width:2px;height:0;background:var(--accent);border-radius:2px;transform:translateY(-50%);transition:height .15s ease}.briefing-sidebar a small{color:var(--muted);font-size:11px;font-weight:400}.briefing-sidebar a:hover{background:var(--surface-soft);color:var(--heading)}.briefing-sidebar a:hover:before{height:14px}@media(max-width:1500px){.briefing-sidebar{position:static;grid-auto-flow:column;justify-content:start;width:auto;gap:6px}.briefing-sidebar-label{display:none}.briefing-sidebar a{padding-left:10px}.briefing-sidebar a:before{display:none}}.briefing-date-picker{position:fixed;top:88px;right:24px;z-index:15;display:flex;align-items:center;gap:2px;padding:0 2px;border:1px solid var(--line);border-radius:8px;background:var(--surface-strong);box-shadow:var(--soft-shadow)}@media(max-width:760px){.briefing-date-picker{top:74px;right:14px}}.briefing-date-trigger{display:flex;align-items:center;gap:6px;height:30px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-size:12px;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.briefing-date-trigger:hover{background:var(--surface-soft);color:var(--heading)}.briefing-date-reset{display:inline-grid;place-items:center;width:22px;height:22px;border:0;border-radius:50%;background:transparent;color:var(--muted);font-size:14px;line-height:1}.briefing-date-reset:hover{background:var(--surface-soft);color:var(--accent)}.briefing-date-popover{position:absolute;top:calc(100% + 6px);right:0;z-index:20;width:260px;padding:10px 0 6px;border:1px solid var(--line);border-radius:10px;background:var(--surface-strong);box-shadow:var(--soft-shadow)}.briefing-date-nav{justify-content:space-between;padding:0 12px;color:var(--heading);font-size:13px;font-weight:700}.briefing-date-popover .calendar-weekdays{padding:8px 10px 0}.briefing-date-popover .calendar-grid{gap:2px;padding:6px 10px 8px}.briefing-date-popover .calendar-day{font-size:12px}.briefing-date-popover .calendar-day:disabled{color:var(--muted);opacity:.35;cursor:not-allowed}.briefing-date-popover .calendar-day:disabled:hover{background:transparent}.briefing-stocks{display:grid;gap:10px;padding:4px 18px 10px}.briefing-stocks-indices{grid-template-columns:repeat(3,1fr);padding-bottom:0}.briefing-stocks-shares{grid-template-columns:repeat(5,1fr);margin-top:10px}@media(max-width:640px){.briefing-stocks-indices,.briefing-stocks-shares{grid-template-columns:repeat(2,1fr)}}.briefing-stock-row{display:grid;gap:6px;min-width:0;padding:10px;border-radius:8px;background:var(--surface-soft, rgba(255, 255, 255, .04));font-size:13px;overflow:hidden}.briefing-stock-top{display:flex;align-items:baseline;justify-content:space-between;gap:6px}.briefing-stock-top b{font-size:13px;letter-spacing:.01em}.briefing-stock-top .muted{font-size:11px}.briefing-stock-bottom{display:flex;align-items:baseline;justify-content:space-between;gap:6px;font-variant-numeric:tabular-nums}.briefing-stock-close{font-size:15px;font-weight:700;color:var(--heading)}.briefing-stock-up,.briefing-stock-down{display:inline-flex;align-items:center;gap:2px;font-weight:600;font-size:12px}.briefing-stock-up{color:#f87171}.briefing-stock-down{color:#4ade80}.briefing-category,#briefing-cat-stocks{scroll-margin-top:76px}.briefing-items{display:grid;gap:6px;padding:4px 18px 16px}.briefing-item{display:grid;grid-template-columns:20px 1fr;gap:8px;padding:12px 10px;border-radius:8px;color:inherit;text-decoration:none;transition:background .15s ease}.briefing-item:hover{background:var(--surface-soft, rgba(255, 255, 255, .05))}.briefing-item-index{color:var(--muted);font-size:12px;text-align:right;line-height:1.7}.briefing-item-body{min-width:0}.briefing-item-head{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;margin-bottom:10px}.briefing-item-head b{font-size:15px}.briefing-item-source{color:var(--muted);font-size:11px}.briefing-item p{margin:0;max-width:46em;text-indent:2em;color:var(--text);font-size:14px;line-height:1.7}.calendar-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(260px,1fr);gap:20px;align-items:start}.calendar-card{zoom:.85}@media(max-width:860px){.calendar-layout{grid-template-columns:1fr}}.calendar-nav{display:flex;align-items:center;gap:6px}.calendar-today-btn{height:30px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:transparent;color:var(--muted);font-size:12px;font-weight:700}.calendar-today-btn:hover{color:var(--accent);border-color:var(--accent)}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);padding:4px 18px 0;color:var(--muted);font-size:12px;text-align:center}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;padding:8px 18px 18px}.calendar-day{position:relative;display:grid;place-items:center;gap:4px;aspect-ratio:1;border:0;border-radius:10px;background:transparent;color:var(--heading);font-size:13px;font-variant-numeric:tabular-nums;transition:background .15s ease}.calendar-day:hover{background:var(--surface-soft)}.calendar-day.is-outside{color:var(--muted);opacity:.45}.calendar-day.is-today{font-weight:800;color:var(--accent)}.calendar-day.is-selected{background:var(--accent);color:#fff}.calendar-day.is-selected.is-today{color:#fff}.calendar-grid-rich{gap:6px}.calendar-grid-rich .calendar-day{aspect-ratio:auto;min-height:92px;display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:6px 6px 8px;border:1px solid transparent;border-radius:10px;text-align:left}.calendar-grid-rich .calendar-day.is-selected{background:var(--surface-tint);border-color:var(--accent);color:var(--heading)}.calendar-grid-rich .calendar-day-number{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 5px;border-radius:999px;font-size:12px;font-weight:700}.calendar-grid-rich .calendar-day.is-today .calendar-day-number{background:var(--accent);color:#fff}.calendar-grid-rich .calendar-day-todos{display:grid;width:100%;gap:3px;min-width:0}.calendar-grid-rich .calendar-day-todo{overflow:hidden;padding:1px 6px;border-radius:5px;background:var(--surface-soft);color:var(--heading);font-size:11px;font-weight:600;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.calendar-grid-rich .calendar-day-todo.is-done{color:var(--muted);text-decoration:line-through;background:transparent}.calendar-grid-rich .calendar-day-more{padding-left:6px;color:var(--muted);font-size:10.5px;font-weight:700}@media(max-width:640px){.calendar-grid-rich .calendar-day{min-height:68px}.calendar-grid-rich .calendar-day-todo,.calendar-grid-rich .calendar-day-more{display:none}}.calendar-todo-add{display:flex;gap:8px;padding:0 18px 14px}.calendar-todo-add input{flex:1;height:34px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:var(--input-bg);color:var(--heading);font-size:13px}.calendar-todo-add input:focus{outline:none;border-color:var(--accent)}.calendar-todo-list{display:grid;gap:2px;padding:0 10px 16px}.calendar-todo-item{display:flex;align-items:center;gap:10px;padding:9px 8px;border-radius:8px;font-size:13px;cursor:pointer}.calendar-todo-item:hover{background:var(--surface-soft)}.calendar-todo-item:hover .calendar-todo-remove{opacity:1}.calendar-todo-item input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent)}.calendar-todo-item span{flex:1;color:var(--text)}.calendar-todo-item.is-done span{color:var(--muted);text-decoration:line-through}.calendar-todo-remove{display:grid;place-items:center;width:24px;height:24px;border:0;border-radius:6px;background:transparent;color:var(--muted);opacity:0;transition:opacity .15s ease}.calendar-todo-remove:hover{color:#f87171}.single-page{width:min(980px,100%);margin:0 auto 28px}.page-title{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#1f2937}.page-title span,.page-title a{display:inline-flex;align-items:center;gap:10px;font-weight:800}.page-title span{font-size:22px}.page-title small,.page-title a{color:var(--muted)}.card{border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--soft-shadow);max-width:100%;min-width:0;overflow:hidden}.card-title,.section-title,.mini-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.card-title{padding:18px 18px 12px}.card-title>span,.section-title>span{display:inline-flex;align-items:center;gap:10px;min-width:0}.card-title b,.section-title b{font-size:19px}.status,.ghost-button{height:30px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;border:0;border-radius:999px;background:#eaf8f5;color:var(--accent-dark);font-size:13px;font-weight:800}.status.error{background:#fff0f0;color:#c94c4c}.status.loading{background:#f2f6ff;color:#356cc8}.subline{display:flex;gap:18px;padding:0 18px 12px;color:var(--muted)}.news-list,.rank-list{margin:0;padding:0 18px;list-style:none}.news-list li{display:grid;grid-template-columns:8px minmax(0,1fr) 52px;gap:12px;align-items:start;min-height:28px;color:#344054;line-height:1.6}.news-list li:before{content:"";width:7px;height:7px;margin-top:8px;border-radius:50%;background:var(--accent);grid-column:1;grid-row:1}.news-list li span{grid-column:2;min-width:0}.news-list time{grid-column:3;color:#9aa3af;text-align:right}.button-row{display:flex;gap:16px;padding:18px}.outline-button{height:42px;min-width:150px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #cfd8dd;border-radius:8px;background:#fff;color:#344054;font-weight:800}.outline-button:disabled,.primary-subtle:disabled,.ghost-button:disabled,.tool-grid button:disabled{cursor:not-allowed;opacity:.55}.api-guide-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:20px;background:#0f172a5c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.api-guide-dialog{position:relative;width:min(520px,100%);display:grid;gap:18px;padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--surface-strong);box-shadow:0 24px 70px #0f172a38}.api-guide-close{position:absolute;top:12px;right:12px;width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);color:var(--muted)}.api-guide-head{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;padding-right:34px}.api-guide-head>svg{width:42px;height:42px;padding:9px;border-radius:8px;background:#0f9b8e1f;color:var(--accent)}.api-guide-head span,.api-guide-field{display:grid;gap:7px;min-width:0}.api-guide-head b{color:var(--heading);font-size:21px}.api-guide-head small,.api-guide-copy,.api-guide-field span,.api-guide-error{color:var(--muted);line-height:1.6}.api-guide-copy{display:grid;gap:10px}.api-guide-copy p,.api-guide-error{margin:0}.api-guide-copy p{max-width:100%}.api-guide-links{display:inline-flex;align-items:center;flex-wrap:wrap;gap:14px;width:fit-content}.api-guide-links a{width:fit-content;display:inline-flex;align-items:center;gap:6px;color:var(--accent-dark);font-weight:800}.api-guide-field{color:#4b5563;font-weight:800}.api-guide-field input{width:100%;height:44px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:var(--input-bg);color:var(--heading)}.api-guide-error{color:#b42318;font-weight:700}.api-guide-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.api-guide-actions .outline-button,.api-guide-actions .primary-subtle{width:100%;min-width:0;height:40px;box-shadow:none}.weather-body{padding:0 18px 18px;max-width:100%;min-width:0;overflow:visible}.weather-card.home-weather{max-width:82%}.weather-card.home-weather .weather-body{display:grid;grid-template-columns:minmax(280px,1.05fr) minmax(260px,.95fr);gap:14px;align-items:start}.weather-card.home-weather .weather-main,.weather-card.home-weather .weather-metrics,.weather-card.home-weather .forecast-row,.weather-card.home-weather .weather-note{grid-column:1 / -1}.weather-note{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px;color:var(--muted);font-size:13px}.weather-actions{display:inline-flex;align-items:center;gap:14px;min-width:0}.weather-status{white-space:nowrap}.segmented{display:grid;grid-template-columns:86px 86px;height:42px;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff}.segmented button{border:0;background:transparent;color:#697386;font-weight:700}.segmented button.active{background:var(--accent);color:#fff}.weather-main{display:grid;grid-template-columns:100px auto 1fr;align-items:center;gap:16px;min-height:112px}.weather-art{position:relative;width:92px;height:92px;display:inline-block;overflow:visible}.weather-art.small{width:34px;height:34px}.weather-art i{position:absolute;display:block}.weather-art .sun-dot{width:46px;height:46px;left:10px;top:9px;border-radius:50%;background:#ffc928;box-shadow:0 0 0 7px #ffc9282e,0 0 22px #ffc92880}.weather-art .cloud-a,.weather-art .cloud-b{background:linear-gradient(150deg,#dff2ff,#9fcdfb);box-shadow:0 8px 18px #3a80cf2e}.weather-art .cloud-a{width:62px;height:42px;right:4px;bottom:12px;border-radius:28px}.weather-art .cloud-b{width:46px;height:46px;left:24px;bottom:16px;border-radius:50%}.weather-art.sunny .cloud-a,.weather-art.sunny .cloud-b{display:none}.weather-art.cloudy .sun-dot{opacity:.85}.weather-art .rain-a,.weather-art .rain-b{display:none;width:4px;height:12px;border-radius:999px;background:#57a8f5}.weather-art.rainy .rain-a,.weather-art.rainy .rain-b{display:block;bottom:0}.weather-art.rainy .rain-a{left:40px}.weather-art.rainy .rain-b{left:58px}.weather-art.snowy .rain-a,.weather-art.snowy .rain-b{display:block;width:7px;height:7px;background:#9dd7ff}.weather-art.small .sun-dot{width:18px;height:18px;left:4px;top:4px;box-shadow:0 0 0 3px #ffc9282e}.weather-art.small .cloud-a{width:25px;height:17px;right:1px;bottom:5px}.weather-art.small .cloud-b{width:18px;height:18px;left:9px;bottom:8px}.weather-art.small .rain-a,.weather-art.small .rain-b{height:6px;width:2px}.weather-art.small .rain-a{left:16px}.weather-art.small .rain-b{left:24px}.temperature{color:#050505;white-space:nowrap}.temperature strong{font-size:54px;line-height:1;font-weight:500}.temperature span{font-size:24px;vertical-align:top}.weather-main b{display:block;font-size:18px}.weather-main small{display:block;margin-top:8px;color:var(--muted)}.weather-metrics,.market-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.weather-metrics{grid-template-columns:repeat(3,minmax(0,1fr));max-width:none}.weather-card:not(.home-weather) .weather-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.metric{min-height:76px;display:grid;align-content:center;gap:2px;padding:11px 13px;border-radius:8px;background:#f7f9fb}.metric small,.metric em{color:var(--muted);font-size:12px;font-style:normal}.metric b{color:#1f2937;font-size:20px}.metric.green b{color:#198754}.metric.gold b{color:#b7791f}.metric.red b{color:#dc3545}.metric-icon{color:#7b8794}.metric.gold .metric-icon{color:#f2ae2e}.metric.red .metric-icon{color:#e15b64}.forecast-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:8px;margin-top:14px;max-width:100%;min-width:0;overflow-x:auto;overflow-y:visible;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.weather-card.home-weather .forecast-row{margin-top:0;gap:8px}.forecast-row-detached{margin-top:40px}.forecast-day.is-today{border:1px solid var(--accent);background:var(--surface-tint)}.forecast-day.is-today b:first-child{color:var(--accent)}.weather-body .hourly-row{margin-top:14px;padding:0}.forecast-day{display:grid;justify-items:center;gap:5px;min-width:78px;min-height:102px;padding:10px 6px;border-radius:10px;background:#fff;color:#4b5563;text-align:center}.forecast-day span,.forecast-day small{color:var(--muted)}.moyu-card{max-width:82%;padding-bottom:12px}.moyu-body{padding:0 14px;display:grid;gap:10px}.moyu-date-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px}.moyu-date-row b{font-size:16px}.moyu-date-row span{color:var(--muted);font-size:13px}.moyu-status{margin-left:auto;padding:2px 9px;border-radius:999px;background:#0f9b8e1f;color:var(--accent-dark);font-size:12px;font-weight:700}.moyu-quote{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.moyu-progress-row{display:flex;justify-content:space-between;font-size:12.5px;color:var(--muted);margin-bottom:6px}.moyu-progress-track{height:6px;border-radius:999px;background:#0f9b8e1f;overflow:hidden}.moyu-progress-fill{height:100%;border-radius:999px;background:var(--accent)}.server-status-body{display:grid;gap:10px;padding:2px 18px 16px}.mail-digest-body{display:grid;gap:8px;padding:2px 18px 16px}.mail-digest-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.mail-digest-list li{display:grid;gap:2px;padding-bottom:8px;border-bottom:1px solid var(--line)}.mail-digest-list li:last-child{padding-bottom:0;border-bottom:0}.mail-digest-list b{overflow:hidden;color:var(--heading);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.mail-digest-list span{overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.server-table-wrap{overflow-x:auto}.server-table{width:100%;border-collapse:collapse;font-size:13px}.server-table th{padding:0 10px 8px 0;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.02em;text-align:left;white-space:nowrap;border-bottom:1px solid var(--line)}.server-table th.server-table-icon-head{text-align:center;vertical-align:middle;padding-bottom:6px}.server-table td.server-table-metric{text-align:center}.server-table td{padding:8px 10px 8px 0;white-space:nowrap;border-bottom:1px solid var(--line)}.server-table tr:last-child td{border-bottom:0}.server-table-name{color:var(--heading);font-weight:700}.server-bar{--server-tone-fill: rgba(15, 155, 142, .72);position:relative;display:inline-block;width:64px;height:18px;border-radius:5px;background:var(--surface-soft);overflow:hidden;vertical-align:middle}.server-bar.is-warn{--server-tone-fill: rgba(245, 185, 66, .78)}.server-bar.is-critical{--server-tone-fill: rgba(248, 113, 113, .75)}.server-bar-fill{position:absolute;inset:0 auto 0 0;background:var(--server-tone-fill);transition:width .3s ease}.server-bar-value{position:relative;z-index:1;display:flex;align-items:center;height:100%;padding:0 6px;color:var(--heading);font-size:11px;font-weight:700;font-variant-numeric:tabular-nums}.moyu-countdown{display:flex;gap:18px;font-size:12.5px;color:var(--muted)}.tabs{display:flex;gap:12px;padding:0 18px 12px;overflow-x:auto}.tabs button{border:0;background:transparent;color:#4b5563;font-weight:800;white-space:nowrap}.tabs button.active{color:var(--accent)}.rank-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:22px;padding-bottom:16px}.hot-board.wide .rank-list{grid-template-columns:repeat(3,minmax(0,1fr))}.hot-board,.mini-hot-card{overflow:visible}.compact-rank{grid-template-columns:1fr}.rank-list li{display:grid;grid-template-columns:28px minmax(0,1fr) 72px;align-items:start;gap:8px;min-height:32px;padding:4px 0;position:relative}.rank-list li b{color:#8a95a3;font-size:20px;font-style:italic;line-height:1.35}.rank-list li:nth-child(1) b,.rank-list li:nth-child(2) b,.rank-list li:nth-child(3) b{color:#f97316}.rank-list a{overflow:visible;text-overflow:clip;white-space:normal;word-break:break-word;line-height:1.45}.rank-list span{color:#8a95a3;font-size:13px;line-height:1.45;text-align:right}@media(min-width:761px){.rank-list li{align-items:center;padding:0}.rank-list a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:normal}.rank-list li[data-rank-title]:hover,.rank-list li[data-rank-title]:focus-within{z-index:20}.rank-list li[data-rank-title]:hover:after,.rank-list li[data-rank-title]:focus-within:after{content:attr(data-rank-title);position:absolute;z-index:21;top:calc(100% + 8px);left:36px;width:max-content;max-width:min(520px,calc(100vw - 96px));padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 14px 34px #0f172a29;color:var(--heading);font-size:14px;font-style:normal;font-weight:700;line-height:1.5;text-align:left;white-space:normal;word-break:break-word;pointer-events:none}.rank-list li[data-rank-title]:nth-last-child(-n+3):hover:after,.rank-list li[data-rank-title]:nth-last-child(-n+3):focus-within:after{top:auto;bottom:calc(100% + 8px)}}.entertainment{padding-bottom:8px;max-width:427px;zoom:1.3}.entertainment .card-title{padding-bottom:10px}.entertainment-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 10px 10px}.entertainment-sections-single{grid-template-columns:minmax(0,1fr)}.entertainment-sections-single .mini-section{padding:8px 10px}.entertainment-sections-single .mini-heading{justify-content:flex-end;margin-bottom:4px}.entertainment-sections-single .mini-heading small{font-size:12.5px}.entertainment-sections-single .compact-row{min-height:20px;font-size:12.5px}.mini-heading-actions{display:inline-flex;align-items:center;gap:4px}.mini-refresh.outline-button.icon-button{width:20px;min-width:20px;height:20px}.mini-section{margin:0 12px 10px;padding:10px;border-radius:8px;background:#f8fbfd}.entertainment-sections .mini-section{margin:0}.mini-heading{margin-bottom:10px}.mini-heading small,.muted{color:var(--muted)}.compact-row{display:grid;grid-template-columns:20px minmax(0,1fr) 62px 50px;gap:6px;min-height:25px;align-items:center;font-size:13px}.compact-row-rate{text-align:right;color:var(--muted)}.compact-row b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:400}.compact-row small{text-align:right;color:#6b7280}.game-row{display:grid;grid-template-columns:78px minmax(0,1fr);gap:8px;min-height:60px;align-items:center}.game-row+.game-row{margin-top:10px}.game-row img{width:78px;height:52px;object-fit:cover;border-radius:6px}.game-row b,.game-row small{display:block}.game-row b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-row small{margin-top:4px;color:var(--accent)}.tool-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 14px 12px}.multi-board-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.mini-hot-card .card-title b{font-size:17px}.mini-hot-card .rank-list{grid-template-columns:1fr;padding-bottom:14px}.news-page-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:20px}.feed-card{min-height:320px}.weather-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;min-width:0}.hourly-card{padding-bottom:16px}.hourly-row{display:grid;grid-template-columns:repeat(12,minmax(78px,1fr));gap:10px;padding:0 18px;overflow-x:auto;max-width:100%;min-width:0}.hourly-item{min-height:112px;display:grid;justify-items:center;align-content:center;gap:6px;padding:10px 8px;border-radius:8px;background:#f8fbfd}.hourly-item span,.hourly-item small{color:var(--muted)}.hourly-item b{font-size:20px}.tool-card{display:flex;flex-direction:column}.tool-card .tool-grid{flex:1;grid-auto-rows:minmax(70px,1fr);align-content:stretch}.tool-grid a,.tool-grid button{min-height:70px;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:8px;padding:10px 12px;border:0;border-radius:10px;background:#f1f7f5;color:inherit;text-align:left}.tool-grid a:nth-child(2),.tool-grid button:nth-child(2){background:#eef5ff}.tool-grid a:nth-child(3),.tool-grid button:nth-child(3){background:#fff7ef}.tool-grid a:nth-child(4),.tool-grid button:nth-child(4){background:#f7efff}.tool-grid b,.tool-grid small{display:block}.tool-grid small{margin-top:4px;color:var(--muted)}.settings-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:0 14px 14px}.compact-settings .settings-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.compact-settings .api-base{grid-column:span 3}.compact-settings .switch-row{gap:8px;padding:0 10px}.switch-row{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;border-radius:8px;background:#f7f9fb;font-weight:700}.switch-row span{white-space:nowrap}.switch-row input{width:44px;height:24px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:999px;background:#cbd5df;position:relative}.switch-row input:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s ease}.switch-row input:checked{background:var(--accent)}.switch-row input:checked:after{transform:translate(20px)}.api-base{grid-column:span 3;display:grid;gap:8px;color:#4b5563;font-weight:700}.api-field-title{display:flex;align-items:center;justify-content:flex-start;gap:8px;min-width:0}.api-field-title>span{min-width:0}.city-setting{grid-column:span 1}.api-base input{width:100%;height:42px;min-width:0;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff}.api-control-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px}.api-compact-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0}.api-control-row .outline-button{min-width:88px;padding-inline:12px}.api-compact-row .outline-button{min-width:68px;height:34px;padding-inline:10px}.api-inline-notice{color:var(--muted);font-size:12px;font-weight:700;line-height:1.4}.settings-notice,.config-notice{display:flex;align-items:center;gap:7px;margin:0;color:var(--muted);font-size:13px;font-weight:700;line-height:1.45}.settings-notice.success,.config-notice.success{color:#0f766e}.settings-notice.error,.config-notice.error{color:#b42318}.settings-notice.checking{color:#936218}.settings-panel .primary-subtle{align-self:end}.home-card-settings{border-top:1px solid var(--line)}.settings-subtitle{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 14px 12px;border-top:1px solid var(--line)}.settings-subtitle span{display:inline-flex;align-items:center;gap:8px;color:#1f2937;font-weight:800}.settings-subtitle small{color:var(--muted)}.appearance-settings{border-top:1px solid var(--line)}.home-card-manager{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:0 14px 12px}.home-card-column{display:grid;gap:10px;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--surface-strong)}.home-card-column>b{color:var(--heading);font-size:14px}.home-card-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:8px;background:#f7f9fb}.home-card-item span,.home-card-item b,.home-card-item small{display:block;min-width:0}.home-card-item b{color:var(--heading);font-size:14px}.home-card-item small{margin-top:3px;color:var(--muted);line-height:1.45}.home-card-item em{flex:0 0 auto;padding:4px 8px;border-radius:999px;background:#0f9b8e1a;color:#0f766e;font-size:12px;font-style:normal;font-weight:800}.home-card-actions{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px;max-width:228px}.home-card-actions button,.home-card-toolbar button{height:28px;padding:0 9px;border:1px solid var(--line);border-radius:999px;background:var(--surface-strong);color:var(--heading);font-size:12px;font-weight:800}.home-card-actions button:disabled{cursor:not-allowed;opacity:.36}.home-card-item.is-hidden{opacity:.62}.home-card-item.is-hidden em{background:#64748b1f;color:var(--muted)}.home-card-note{margin:0;padding:0 14px 16px;color:var(--muted);font-size:13px;line-height:1.6}.home-card-toolbar{display:flex;justify-content:flex-end;padding:0 14px 10px}.home-card-toolbar button{height:34px;padding-inline:14px;color:var(--accent-dark)}.color-theme-grid,.chrome-theme-grid,.mobile-nav-mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:0 14px 16px}.color-theme-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.color-theme-grid button,.chrome-theme-grid button,.mobile-nav-mode-grid button{display:grid;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:12px;min-height:82px;padding:10px;border:1px solid var(--line);border-radius:8px;background:var(--surface-strong);color:var(--heading);text-align:left}.color-theme-grid button.active,.chrome-theme-grid button.active,.mobile-nav-mode-grid button.active{border-color:#0f9b8e61;background:#f2fbf9;box-shadow:0 8px 22px #0f9b8e14}.color-theme-grid b,.color-theme-grid small,.chrome-theme-grid b,.chrome-theme-grid small,.mobile-nav-mode-grid b,.mobile-nav-mode-grid small{display:block}.color-theme-grid small,.chrome-theme-grid small,.mobile-nav-mode-grid small{margin-top:4px;color:var(--muted)}.color-preview,.chrome-preview,.mobile-nav-preview{width:76px;height:52px;display:grid;gap:8px;align-content:space-between;padding:7px;border-radius:8px;background:#f6f8f8;border:1px solid rgba(15,23,42,.08)}.color-preview span,.color-preview b,.chrome-preview span,.chrome-preview b{display:block;height:9px;border-radius:999px;background:#cfd8dd}.color-preview b,.chrome-preview b{width:58%;justify-self:end;background:var(--accent)}.color-preview-light{background:linear-gradient(135deg,#fff,#eef8f6)}.color-preview-system{background:linear-gradient(135deg,#fff 0,#fff 49%,#10201e 51%,#10201e)}.color-preview-system span{background:#aab7b5}.color-preview-dark{background:linear-gradient(135deg,#06110f,#17302c);border-color:#ffffff1f}.color-preview-dark span{background:#58736d}.chrome-preview-floating{background:#eef8f6;box-shadow:inset 0 0 0 5px #fff}.chrome-preview-single{grid-template-columns:1fr auto;background:#f8fbfd}.chrome-preview-single span{width:28px}.chrome-preview-single b{width:18px}.wallpaper-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;padding:0 14px 16px}.wallpaper-grid button{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:10px;min-height:76px;padding:10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#1f2937;text-align:left}.wallpaper-grid button.active{border-color:#0f9b8e61;background:#f2fbf9;box-shadow:0 8px 22px #0f9b8e14}.wallpaper-grid b,.wallpaper-grid small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wallpaper-grid small{margin-top:4px;color:var(--muted)}.wallpaper-preview{width:54px;height:54px;overflow:hidden;border-radius:8px;border:1px solid rgba(15,23,42,.08);background:#f6f8f8}.wallpaper-preview img{width:100%;height:100%;object-fit:cover}.quick-settings{border-top:1px solid var(--line)}.quick-settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;padding:0 14px 12px}.quick-settings-grid button{display:grid;grid-template-columns:28px minmax(0,1fr) 24px;align-items:center;gap:10px;min-height:68px;padding:11px 12px;border:1px solid var(--line);border-radius:8px;background:var(--surface-strong);color:var(--heading);text-align:left}.quick-settings-grid button.active{border-color:#0f9b8e61;background:#f2fbf9;box-shadow:0 8px 22px #0f9b8e14}.quick-settings-grid b,.quick-settings-grid small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-settings-grid small{margin-top:4px;color:var(--muted)}.quick-star{justify-self:end;color:var(--muted)}.quick-settings-grid button.active .quick-star{fill:currentColor;color:#d97706}.mobile-nav-preview{position:relative;border:1px solid rgba(15,155,142,.22);border-radius:12px;background:linear-gradient(180deg,#fff,#eef6f4);overflow:hidden}.mobile-nav-preview span{width:44px;height:6px;position:absolute;left:50%;transform:translate(-50%);border-radius:999px;background:#0f9b8eb8}.mobile-nav-preview b{width:56px;height:20px;position:absolute;left:50%;transform:translate(-50%);border:1px solid rgba(15,155,142,.2);border-radius:8px;background:#ffffffdb}.mobile-nav-auto span,.mobile-nav-top span{top:8px}.mobile-nav-auto b,.mobile-nav-bottom b{bottom:7px}.mobile-nav-top b{top:20px}.mobile-nav-bottom span{bottom:8px}.config-settings{border-top:1px solid var(--line)}.config-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:0 14px 14px}.config-action-grid button{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px;min-height:72px;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--surface-strong);color:var(--heading);text-align:left}.config-action-grid button.danger{color:#b42318}.config-action-grid b,.config-action-grid small{display:block}.config-action-grid small{margin-top:4px;color:var(--muted)}.config-notice{padding:0 14px 16px}.wallpaper-default{background:radial-gradient(circle at 20% 15%,rgba(15,155,142,.28),transparent 32px),radial-gradient(circle at 82% 35%,rgba(240,151,69,.3),transparent 30px),#f6f8f8}.wallpaper-mint{background:linear-gradient(135deg,#dff7ef,#ecf5ff 58%,#fff)}.wallpaper-paper{background:linear-gradient(180deg,#fff,#f6f8f8)}.wallpaper-dawn{background:linear-gradient(135deg,#fff1df,#ecf8f5 62%,#fff)}.wallpaper-preview.wallpaper-custom{display:grid;place-items:center;background:repeating-linear-gradient(45deg,#f7f9fb,#f7f9fb 8px,#edf1f3 8px,#edf1f3 16px)}.section-block{padding:18px 0 30px}.settings-stack{display:grid;gap:20px}.section-title{padding:20px;border-bottom:1px solid var(--line)}.section-title small{color:var(--muted)}.tool-workspace{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}.tool-column{display:grid;gap:18px;align-content:start}.tool-switcher{display:none}.tool-panel{height:100%;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:8px;background:#fffffff5;box-shadow:var(--soft-shadow);overflow:hidden}.tool-panel-body{flex:1;display:grid;gap:16px;align-content:start;padding:18px 20px 20px}.sticky-note-area{width:100%;min-height:440px;padding:12px 14px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);color:var(--text);font:inherit;line-height:1.6;resize:vertical}.sticky-note-area::placeholder{color:var(--muted)}.sticky-note-area:focus{outline:none;border-color:var(--accent)}.calc-display{width:100%;max-width:320px;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:2px;margin:0 auto;padding:8px 14px;border:1px solid var(--line);border-radius:10px;background:var(--surface-soft);overflow-x:auto;white-space:nowrap}.calc-display-expression{min-height:13px;color:var(--muted);font-size:10px;font-weight:600;font-variant-numeric:tabular-nums}.calc-display-result{color:var(--heading);font-size:19px;font-weight:600;font-variant-numeric:tabular-nums}.calc-keys{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;width:100%;max-width:320px;box-sizing:border-box;margin:12px auto 0}.calc-key{aspect-ratio:1;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--surface-strong);color:var(--heading);font-size:16px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .08s ease}.calc-key:hover{background:var(--surface-soft)}.calc-key:active{background:var(--surface-tint);transform:scale(.94)}.calc-key-func{color:var(--muted)}.calc-key-op{border-color:var(--accent);color:var(--accent)}.calc-key-op:hover{background:var(--surface-tint)}.calc-key-equals{background:var(--accent);border-color:var(--accent);color:#fff}.calc-key-equals:hover{background:var(--accent-dark)}.calc-key-zero{grid-column:span 2;aspect-ratio:auto;justify-self:stretch}.tool-form.two-columns{grid-template-columns:repeat(2,minmax(0,1fr));padding:0;border-bottom:0}.tool-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.tool-empty{width:100%;padding:18px;border:1px dashed #cfd8dd;border-radius:12px;background:#fff;color:var(--muted);text-align:center}.tool-result-card.highlight{background:linear-gradient(180deg,#111827,#1f2937);border-color:transparent;color:#f9fafb}.tool-result-card.highlight b,.tool-result-card.highlight small,.tool-result-card.highlight em{color:inherit}.tool-query-tip{padding-bottom:14px;grid-column:1 / -1}.tool-query-tip p{margin:0;padding:0 18px 4px;color:#4b5563;line-height:1.7}.tool-query-tip p span{color:var(--accent-dark);font-weight:800}.tool-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--line)}.tool-panel-head span{display:inline-flex;align-items:center;gap:10px;font-weight:800}.tool-panel-head small{color:var(--muted)}.tool-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:18px 20px;border-bottom:1px solid var(--line)}.tool-form label{display:grid;gap:7px;color:#4b5563;font-weight:700}.tool-form input,.tool-form textarea,.tool-form select{width:100%;min-width:0;border:1px solid var(--line);border-radius:10px;background:#fff;color:#1f2937}.tool-form input,.tool-form select{height:42px;padding:0 12px}.tool-form textarea{min-height:108px;padding:12px;resize:vertical;font:inherit}.tool-form .span-2{grid-column:span 2}.tool-form .span-3{grid-column:1 / -1}.tool-actions{display:flex;flex-wrap:wrap;gap:12px;grid-column:1 / -1}.tool-output{display:grid;gap:14px;padding:18px 20px 20px}.tool-result-card{padding:16px;border:1px solid var(--line);border-radius:12px;background:#fbfcfd}.tool-result-card b,.tool-result-card small{display:block}.tool-result-card small{margin-top:6px;color:var(--muted)}.tool-inline-fields,.tool-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.tool-kpi{padding:14px;border-radius:10px;background:#f7f9fb}.tool-kpi small,.tool-kpi em{display:block;color:var(--muted);font-style:normal}.tool-kpi b{display:block;margin-top:6px;font-size:20px;color:#111827}.password-output{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:12px;background:#111827;color:#f9fafb}.password-output code{overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:15px}.swatch-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:12px}.swatch{display:grid;gap:8px;padding:12px;border:1px solid var(--line);border-radius:12px;background:#fff}.swatch-color{width:100%;height:76px;border-radius:10px;border:1px solid rgba(15,23,42,.08)}.soft-note{color:var(--muted);font-size:13px}footer{flex:0 0 auto;width:min(var(--shell-width),calc(100% - var(--page-gutter)));margin:0 auto 18px;color:#596579;font-size:14px}.footer-inner{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 4px;border:1px solid var(--line);border-radius:8px;background:#ffffffb8;box-shadow:var(--soft-shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}footer strong{margin-left:0;color:#111827}.footer-left,.footer-right{display:flex;align-items:center;flex-wrap:wrap;gap:10px;min-width:0;padding:0 14px}.footer-left a,.footer-right a{color:inherit}.footer-text-link,.footer-meta{display:inline-flex;align-items:center;gap:8px;font-weight:700;white-space:nowrap}.footer-text-link small{color:var(--muted);font-size:12px;font-weight:700}.footer-meta{color:#697386}.footer-meta.api-link{max-width:240px;overflow:hidden;text-overflow:ellipsis}.footer-text-link:hover{color:var(--accent-dark)}.footer-separator{width:1px;height:18px;background:#dbe3e7}.footer-dot{width:4px;height:4px;border-radius:50%;background:#c5cdd5}.footer-meta strong{color:#111827;font-size:13px}.footer-meta.ok{color:var(--accent-dark)}.footer-meta.error{color:#c94c4c}.footer-meta.version{color:#5363c9}.footer-meta.runtime{color:#a15c13}.source-badge{width:22px;height:22px;display:grid;place-items:center;border:1px solid var(--accent);border-radius:50%;color:var(--accent);font-size:11px;font-weight:800}.theme-dark .chrome-floating .topbar,.theme-dark .api-guide-dialog,.theme-dark .avatar-popover,.theme-dark .card,.theme-dark .footer-inner,.theme-dark .mobile-nav,.theme-dark .pwa-status-strip,.theme-dark .search-box,.theme-dark .tool-panel{background:var(--surface);border-color:var(--line)}.theme-dark .avatar-popover:before{background:var(--surface-strong)}.theme-dark .avatar,.theme-dark .api-guide-close,.theme-dark .avatar-preview,.theme-dark .avatar-action.subtle,.theme-dark .city-select,.theme-dark .config-action-grid button,.theme-dark .forecast-day,.theme-dark .hot-source-grid button,.theme-dark .hourly-item,.theme-dark .metric,.theme-dark .mini-section,.theme-dark .outline-button,.theme-dark .palette-chip,.theme-dark .pwa-status-strip button.icon-only,.theme-dark .qr-preview,.theme-dark .quick-chips button,.theme-dark .quick-settings-grid button,.theme-dark .search-providers,.theme-dark .search-providers button.active,.theme-dark .switch-row,.theme-dark .tool-empty,.theme-dark .tool-grid a,.theme-dark .tool-grid button,.theme-dark .tool-kpi,.theme-dark .tool-result-card,.theme-dark .wallpaper-grid button{background:var(--surface-soft);border-color:var(--line);color:var(--text)}.theme-dark .api-base input,.theme-dark .api-guide-field input,.theme-dark .qq-avatar-field input,.theme-dark .search-box input,.theme-dark .tool-form input,.theme-dark .tool-form select,.theme-dark .tool-form textarea{background:var(--input-bg);border-color:var(--line);color:var(--heading)}.theme-dark .home-card-item{background:#ffffff0e}.theme-dark .home-card-edit-controls{background:#0f172ae6;border-color:var(--line)}.theme-dark .home-card-edit-controls button{color:var(--muted)}.theme-dark .home-card-edit-controls button:not(:disabled):hover,.theme-dark .home-card-edit-controls button:not(:disabled):focus-visible{background:#37d8c524;color:var(--accent-dark)}.theme-dark .home-card-item em{background:#59d1c226;color:#8ff2e6}.theme-dark .home-drop-column.is-reordering .home-drop-zone{background:#37d8c514;border-color:#37d8c547}.theme-dark .home-drop-zone.is-drop-target{background:#37d8c529;color:var(--accent-dark)}.theme-dark .home-editbar button{background:#0e1d1ba8;border-color:#37d8c52e;color:var(--accent-dark)}.theme-dark .home-editbar button.active{background:#37d8c51f;border-color:#37d8c54d}.theme-dark .home-card-actions button,.theme-dark .home-card-toolbar button{background:#ffffff0f;border-color:var(--line);color:var(--heading)}.theme-dark .brand,.theme-dark .card-title b,.theme-dark .compact-row b,.theme-dark .footer-meta strong,.theme-dark .game-row b,.theme-dark .metric b,.theme-dark .mobile-nav button.active,.theme-dark .page-title,.theme-dark .palette-chip span,.theme-dark .section-title b,.theme-dark .settings-subtitle span,.theme-dark .swatch,.theme-dark .temperature,.theme-dark .tool-kpi b,.theme-dark .topbar nav button,.theme-dark footer strong{color:var(--heading)}.theme-dark .mobile-nav button{color:var(--muted)}.theme-dark .news-list li,.theme-dark .tool-form label,.theme-dark .tool-query-tip p{color:var(--text)}.theme-dark .chrome-theme-grid button,.theme-dark .config-action-grid button,.theme-dark .color-theme-grid button,.theme-dark .hot-source-grid button,.theme-dark .mobile-nav-mode-grid button,.theme-dark .quick-settings-grid button,.theme-dark .wallpaper-grid button{background:var(--surface-strong);color:var(--heading)}.theme-dark .chrome-theme-grid button.active,.theme-dark .color-theme-grid button.active,.theme-dark .hot-source-grid button.active,.theme-dark .mobile-nav-mode-grid button.active,.theme-dark .quick-settings-grid button.active,.theme-dark .wallpaper-grid button.active{background:#37d8c51f;border-color:#37d8c561}.theme-dark .config-action-grid button.danger,.theme-dark .settings-notice.error,.theme-dark .config-notice.error{color:#ffb4a8}.theme-dark .settings-notice.success,.theme-dark .config-notice.success{color:var(--accent-dark)}.theme-dark .ghost-button{border:1px solid var(--line);background:var(--surface-soft);color:var(--heading)}.theme-dark .password-output,.theme-dark .tool-result-card.highlight{background:#050908;color:#ecfffb}.theme-dark .status{background:#37d8c51f;color:var(--accent-dark)}.theme-dark .status.loading{background:#60a5fa29;color:#9cc8ff}.theme-dark .status.error{background:#ef444429;color:#ffb3b3}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1180px){.topbar{grid-template-columns:minmax(190px,1fr) auto auto;height:58px;gap:14px;padding:0 18px}.chrome-floating .topbar{width:min(100% - 56px,var(--shell-width));grid-template-columns:minmax(190px,1fr) auto auto;height:58px;padding:0 18px}.topbar nav{width:auto;height:100%;justify-self:center;justify-content:center;gap:2px;padding:0;border:0;border-radius:0;background:transparent;overflow:visible}.theme-dark .topbar nav{background:transparent}.topbar nav button{width:auto;height:100%;justify-content:center;padding:0 8px;border:0;border-bottom:2px solid transparent;border-radius:0}.topbar nav button.active{background:transparent;border-bottom-color:var(--accent)}.topbar nav button.active:after{display:none}.topbar nav .nav-label{display:inline}.header-actions{position:static;justify-self:end}.home-layout,.home-right-split,.weather-card.home-weather .weather-body,.news-page-grid{grid-template-columns:1fr}.multi-board-grid,.hot-board.wide .rank-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){:root{--page-gutter: 24px}.app-shell.mobile-nav-bottom{--mobile-nav-height: calc(78px + env(safe-area-inset-bottom, 0px)) }.topbar{height:auto;min-height:calc(58px + env(safe-area-inset-top,0px));grid-template-columns:minmax(0,1fr) auto;gap:4px 8px;padding:calc(6px + env(safe-area-inset-top,0px)) 10px 6px}.brand{min-width:0}.brand span{width:30px;height:30px;border-width:2px;font-size:11px}main{width:min(100% - 24px,1536px)}.brand strong{overflow:hidden;font-size:15px;text-overflow:ellipsis}.header-actions{position:static;grid-column:2;grid-row:1;justify-self:end;gap:6px}.settings-shortcut{display:grid}.city-select{min-width:84px;height:30px;padding:0 8px;font-size:12px}.city-select input{width:44px}.settings-shortcut{width:30px;height:30px}.topbar nav{display:none}.mobile-top-nav{position:sticky;top:calc(58px + env(safe-area-inset-top,0px));z-index:19;width:min(100% - 24px,1536px);display:flex;gap:8px;margin:8px auto 0;padding:5px;border:1px solid rgba(15,155,142,.16);border-radius:999px;background:#ffffffe6;box-shadow:var(--soft-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overflow-x:auto}.mobile-top-nav button{flex:1 0 62px;min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 10px;border-radius:999px;font-size:12px;white-space:nowrap}.mobile-top-nav button.active{background:#eaf8f5;color:var(--accent-dark)}.mobile-top-nav svg{width:17px;height:17px}.mobile-bottom-nav{position:fixed;left:10px;right:10px;bottom:8px;bottom:max(8px,env(safe-area-inset-bottom,0px));z-index:30;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;min-height:58px;padding:6px 7px;border:1px solid rgba(15,155,142,.16);border-radius:18px;background:#ffffffe6;box-shadow:0 16px 40px #0f172a29;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform:translateY(0);transition:opacity .22s ease,transform .22s ease;will-change:transform}.mobile-bottom-nav.is-hidden{opacity:0;pointer-events:none;transform:translateY(calc(100% + 20px + env(safe-area-inset-bottom,0px)))}.mobile-bottom-nav button{min-height:46px;display:grid;place-items:center;align-content:center;gap:3px;border-radius:14px;font-size:11px;line-height:1}.mobile-bottom-nav button.active{background:#eaf8f5;color:var(--accent-dark)}.pwa-status-stack{width:min(100% - 24px,1536px);margin-top:8px}.pwa-status-strip{align-items:flex-start;flex-direction:column;padding:10px 12px}.pwa-status-strip span{display:grid;grid-template-columns:20px minmax(0,1fr);gap:2px 8px}.pwa-status-strip span svg{grid-row:span 2;margin-top:2px}.pwa-status-strip small{grid-column:2;line-height:1.45}.pwa-status-strip button{align-self:flex-end}.pwa-status-strip.update{max-width:calc(100vw - 24px);align-items:center;flex-direction:row;padding:5px 7px 5px 12px}.pwa-status-strip.update span{display:inline-flex;grid-template-columns:none;gap:7px}.pwa-status-strip.update span svg{grid-row:auto;margin-top:0}.pwa-status-strip.update button{align-self:center}.theme-dark .mobile-nav{border-color:var(--line);background:#0c1917e6}.theme-dark .mobile-nav button.active{background:#37d8c524;color:var(--accent-dark)}.avatar{width:30px;height:30px}.avatar-popover{position:fixed;top:66px;left:12px;right:12px;width:auto}.avatar-popover:before{display:none}.search-box{grid-template-columns:20px minmax(0,1fr) 58px;height:46px;min-height:46px;gap:8px;padding:6px 8px 6px 12px;border-radius:12px}.search-box input{font-size:14px}.search-box button{grid-column:auto;width:auto;height:32px;padding:0 10px;font-size:12px}.search-providers{justify-content:flex-start;margin-top:8px;overflow-x:auto}.search-providers button{flex:0 0 auto;min-width:68px;height:30px}.search-providers small{display:none}.quick-chips{flex-wrap:nowrap;justify-content:flex-start;gap:8px;margin:10px -12px 0;padding:0 12px 4px;overflow-x:auto}.quick-chips button{flex:0 0 auto;height:32px;padding:0 12px;font-size:12px}.weather-main{grid-template-columns:68px minmax(0,1fr);gap:12px;min-height:auto}.weather-main>div:last-child{grid-column:1 / -1}.weather-art{width:68px;height:68px}.weather-art:not(.small) .sun-dot{width:34px;height:34px;left:7px;top:7px;box-shadow:0 0 0 5px #ffc9282e,0 0 16px #ffc92875}.weather-art:not(.small) .cloud-a{width:46px;height:31px;right:2px;bottom:8px;border-radius:22px}.weather-art:not(.small) .cloud-b{width:34px;height:34px;left:18px;bottom:11px}.weather-art:not(.small).rainy .rain-a,.weather-art:not(.small).rainy .rain-b{bottom:2px}.weather-art:not(.small).rainy .rain-a{left:32px}.weather-art:not(.small).rainy .rain-b{left:46px}.temperature strong{font-size:42px}.weather-body{padding:0 14px 14px}.weather-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.mini-input,.mini-input input{width:100%;min-width:0}.page-city,.page-city input{width:100%}.market-grid,.tool-grid,.settings-grid,.compact-settings .settings-grid,.home-card-manager,.color-theme-grid,.chrome-theme-grid,.config-action-grid,.mobile-nav-mode-grid,.quick-settings-grid,.wallpaper-grid,.weather-detail-grid,.multi-board-grid,.tool-switcher,.tool-form,.tool-form.two-columns,.tool-inline-fields,.tool-kpis,.tool-result-grid{grid-template-columns:1fr}.home-card-item{align-items:stretch;flex-direction:column}.home-card-actions{justify-content:flex-start;max-width:none}.home-card-toolbar{justify-content:stretch}.home-card-toolbar button{width:100%}.weather-metrics,.weather-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.forecast-row{display:flex;overflow-x:auto;max-width:100%;width:100%;padding-bottom:4px}.forecast-day{flex:0 0 78px;min-width:78px}.hourly-row{display:flex;width:100%;max-width:100%;padding:0 14px 14px}.hourly-item{flex:0 0 76px;min-width:76px;min-height:104px}.rank-list,.hot-board.wide .rank-list{grid-template-columns:1fr}.api-base{grid-column:1}.api-control-row{grid-template-columns:minmax(0,1fr) auto auto;gap:8px}.api-field-title{align-items:flex-start;flex-direction:column;gap:6px}.api-control-row .outline-button{width:auto;min-width:0;height:38px;padding-inline:10px}.api-compact-row{grid-template-columns:1fr}.api-compact-row .outline-button{width:100%}.button-row{flex-direction:column}.tool-workspace{grid-template-columns:1fr}footer{width:min(100% - 24px,1536px);margin-bottom:calc(12px + var(--mobile-nav-height))}.chrome-floating .topbar{height:auto;min-height:calc(58px + env(safe-area-inset-top,0px));width:min(100% - 20px,1536px);margin-top:6px;padding:calc(8px + env(safe-area-inset-top,0px)) 8px 8px;border-radius:16px}.chrome-floating .topbar nav{display:none}.chrome-floating .brand strong{max-width:118px}.chrome-floating .header-actions{gap:6px}.theme-dark .topbar nav button,.theme-dark.chrome-floating .topbar nav button{background:var(--surface-soft);color:var(--heading)}.theme-dark .topbar nav button.active,.theme-dark.chrome-floating .topbar nav button.active{background:#37d8c524;color:var(--accent-dark)}.footer-inner{height:auto;min-height:44px;flex-wrap:nowrap;gap:10px;padding:10px 0}.footer-left,.footer-right{width:auto;flex-wrap:nowrap;gap:8px;padding:0}.footer-right{justify-content:flex-end;margin-left:auto}.footer-separator,.footer-meta.api-link{display:none}.footer-meta,.footer-text-link{font-size:12px}footer strong{margin-left:0}}@media(max-width:520px){.entertainment-sections{gap:8px;padding:0 10px 10px}.entertainment-sections .mini-section{padding:10px}.entertainment-sections .mini-heading{align-items:flex-start;gap:6px}.entertainment-sections .mini-heading b{font-size:13px}.entertainment-sections .mini-heading small{font-size:11px}.entertainment-sections .compact-row{grid-template-columns:18px minmax(0,1fr);gap:2px 6px;min-height:34px;font-size:12px}.entertainment-sections .compact-row small{grid-column:2;text-align:left;font-size:11px}.entertainment-sections .game-row{grid-template-columns:1fr;gap:7px;min-height:0}.entertainment-sections .game-row img{width:100%;height:64px}.search-band{padding:10px 0 12px}.api-guide-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.api-guide-actions .outline-button,.api-guide-actions .primary-subtle{width:100%}.page-title{display:grid;grid-template-columns:1fr;align-items:start;gap:8px}.page-title span{font-size:24px;line-height:1.2}.page-title small,.page-title a{justify-self:start;line-height:1.6}.brand strong{max-width:112px}.card-title,.section-title,.tool-panel-head{align-items:flex-start;flex-direction:column}.card-title{padding:16px 14px 10px}.news-list,.rank-list{padding-inline:14px}.news-list li{grid-template-columns:7px minmax(0,1fr) 38px;gap:9px}.rank-list li{grid-template-columns:24px minmax(0,1fr) 58px}.hot-board.wide .rank-list{grid-template-columns:1fr}.market-grid,.weather-metrics{gap:8px}.metric{min-height:68px;padding:10px 11px}.footer-left,.footer-right{padding:0}}:root{--accent: #0f8f7f;--accent-dark: #08776d;--accent-teal: #12a594;--accent-warm: #ff7a45;--app-bg: #ffffff;--canvas: #f6f8fa;--text: #24292f;--heading: #111827;--line: rgba(31, 35, 40, .1);--line-strong: rgba(31, 35, 40, .18);--muted: #57606a;--surface: transparent;--surface-strong: #ffffff;--surface-soft: #f6f8fa;--surface-tint: rgba(15, 143, 127, .12);--accent-soft: rgba(15, 143, 127, .08);--accent-border: rgba(15, 143, 127, .32);--input-bg: #ffffff;--nav-bg: rgba(255, 255, 255, .88);--shadow: none;--soft-shadow: none;--shell-width: 1440px;--page-gutter: 64px}body{background:var(--app-bg)}.app-shell{position:relative;background:linear-gradient(180deg,#fff,#fff 46%,#f6f8fa)}.topbar,.chrome-floating .topbar{height:64px;margin:0;padding:0 max(32px,calc((100vw - var(--shell-width)) / 2 + 32px));border:0;border-bottom:1px solid var(--line);border-radius:0;background:var(--nav-bg);box-shadow:none;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.topbar{grid-template-columns:minmax(220px,280px) minmax(420px,1fr) minmax(84px,116px);gap:20px}.brand{gap:10px;font-size:18px;font-weight:760;letter-spacing:0}.brand img{width:28px;height:28px}.brand span{border-color:var(--accent);color:var(--accent)}.topbar nav{justify-content:center;gap:4px}.topbar nav button{position:relative;height:100%;padding:0 12px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);font-weight:680}.topbar nav button:hover{color:var(--heading)}.topbar nav button.active{border-bottom-color:var(--accent);color:var(--accent)}.settings-shortcut,.avatar{border:0;background:transparent;box-shadow:none;color:var(--muted)}.settings-shortcut:hover{background:var(--surface-soft);color:var(--accent)}main{padding-top:0}.search-band{margin-bottom:30px;padding:40px 0 34px;border-bottom:1px solid var(--line)}.search-box{position:relative;width:min(900px,100%);height:64px;grid-template-columns:28px minmax(0,1fr) 92px;gap:14px;padding:0 8px 0 22px;border:1px solid var(--line-strong);border-radius:12px;background:#fff;box-shadow:none;transition:border-color .16s ease,box-shadow .16s ease}.search-box:before{content:"";position:absolute;top:14px;bottom:14px;left:0;width:3px;border-radius:0 999px 999px 0;background:linear-gradient(180deg,var(--accent),var(--accent-teal))}.search-box:focus-within{border-color:var(--line);box-shadow:none}.search-box svg{color:var(--accent)}.search-box input{color:var(--heading);font-size:17px;font-weight:520}.search-box button,.primary-subtle{height:44px;border:0;border-radius:8px;background:var(--heading);box-shadow:none;color:#fff;font-weight:760}.search-box button:hover,.primary-subtle:hover{background:var(--accent)}.api-guide-actions .outline-button{border-color:var(--line);background:var(--surface-soft);color:var(--heading)}.api-guide-actions .primary-subtle{border:1px solid transparent;background:var(--accent);color:#fff}.api-guide-actions .primary-subtle:hover{background:var(--accent-dark)}.search-providers{width:min(900px,100%);margin-top:12px;padding:0;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.search-providers button{min-width:72px;height:32px;padding:0 10px;border-radius:6px;color:var(--muted);font-weight:680}.search-providers button.active{background:var(--surface-tint);box-shadow:none;color:var(--accent-dark)}.quick-chips{gap:8px;margin-top:16px}.quick-chips button{height:34px;padding:0 10px;border:0;border-radius:8px;background:transparent;color:var(--text);font-weight:680}.quick-chips button:hover{background:var(--surface-soft);color:var(--accent)}.chip-symbol{color:var(--accent)}.chip-symbol.pink{color:#bf3989}.pwa-status-strip.offline{border-color:var(--line);border-radius:999px;background:var(--surface);box-shadow:none}.home-layout{grid-template-columns:minmax(420px,.95fr) minmax(500px,1.05fr);gap:34px}.home-left,.home-right,.page-stack,.settings-stack{gap:28px}.home-right-split,.news-page-grid,.tool-workspace,.multi-board-grid{gap:24px}.card,.tool-panel,.footer-inner{border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.card-title,.section-title,.tool-panel-head{margin-bottom:12px;padding:0 0 12px;border-bottom:1px solid var(--line)}.card-title>span,.section-title>span,.tool-panel-head span{color:var(--heading)}.card-title svg,.section-title svg,.tool-panel-head svg{color:var(--accent)}.card-title b,.section-title b,.tool-panel-head span{font-size:18px;font-weight:760}.section-title small,.tool-panel-head small,.card-title small{color:var(--muted);font-weight:680}.page-title{color:var(--heading)}.page-title span{font-size:24px;font-weight:760}.page-title svg{color:var(--accent)}.status,.ghost-button{height:28px;border:0;border-radius:999px;background:var(--surface-tint);color:var(--accent-dark);font-size:12px;font-weight:760}.ghost-button:hover,.outline-button:hover{color:var(--accent)}.status.loading{background:var(--surface-tint);color:var(--accent-dark)}.status.error{background:#ffebe9;color:#cf222e}.subline,.news-list,.rank-list,.tabs,.button-row,.market-grid,.tool-grid,.settings-grid,.compact-settings .settings-grid,.tool-panel-body,.tool-form,.tool-output,.weather-body,.hourly-row,.config-action-grid,.quick-settings-grid,.wallpaper-grid,.color-theme-grid,.chrome-theme-grid,.mobile-nav-mode-grid,.home-card-manager{padding-left:0;padding-right:0}.subline{padding-top:0;padding-bottom:12px;color:var(--muted);font-size:13px;font-weight:680}.button-row{padding-top:16px;padding-bottom:0}.news-list li,.rank-list li{border-bottom:1px solid var(--line)}.news-list li{grid-template-columns:8px minmax(0,1fr) 48px;min-height:34px;padding:5px 0;color:var(--text)}.news-list li:before{width:4px;height:4px;margin-top:10px;background:var(--accent-teal)}.news-list time,.rank-list span{color:var(--muted);font-variant-numeric:tabular-nums}.rank-list{column-gap:28px;padding-bottom:0}.rank-list li{min-height:34px;padding:6px 0}.rank-list li b{color:#8c959f;font-size:15px;font-style:normal;font-weight:760}.rank-list li:nth-child(1) b,.rank-list li:nth-child(2) b,.rank-list li:nth-child(3) b{color:var(--accent-warm)}.rank-list a{color:var(--heading)}.rank-list a:hover,.news-list li:hover span{color:var(--accent)}.tabs{gap:6px;border-bottom:0}.tabs button{height:32px;padding:0 8px;border-radius:6px;color:var(--muted);font-weight:680}.tabs button.active{background:var(--surface-tint);color:var(--accent-dark)}.metric{min-height:72px;padding:4px 12px;border-left:2px solid var(--line-strong);border-radius:0;background:transparent}.metric b{color:var(--heading);font-size:21px;font-weight:720}.metric small,.metric em{color:var(--muted)}.metric.green b{color:#1a7f37}.metric.gold b{color:#9a6700}.metric.red b{color:#cf222e}.metric-icon{color:var(--muted)}.weather-metrics,.market-grid,.weather-detail-grid{gap:18px}.weather-main{min-height:108px}.temperature{color:var(--heading)}.temperature strong{font-weight:620}.forecast-row{gap:10px}.forecast-day,.hourly-item,.mini-section,.tool-grid a,.tool-grid button,.switch-row,.home-card-item,.tool-result-card,.tool-kpi,.palette-group,.palette-chip,.qr-preview,.tool-empty,.swatch,.color-theme-grid button,.chrome-theme-grid button,.mobile-nav-mode-grid button,.quick-settings-grid button,.wallpaper-grid button,.config-action-grid button,.home-card-column{border:0;border-radius:8px;background:var(--surface-soft);box-shadow:none}.forecast-day,.hourly-item{border-radius:6px}.mini-section{margin:0}.entertainment-sections{gap:12px;padding:0}.tool-grid{gap:8px}.tool-grid a,.tool-grid button{min-height:64px;background:var(--surface-soft)}.tool-grid a:nth-child(2),.tool-grid button:nth-child(2){background:#eff6ff}.tool-grid a:nth-child(3),.tool-grid button:nth-child(3){background:#fff7ed}.tool-grid a:nth-child(4),.tool-grid button:nth-child(4){background:#f5f0ff}.tool-grid svg,.tool-card .card-title svg{color:var(--accent)}.outline-button{min-width:132px;border:1px solid var(--line-strong);border-radius:8px;background:#fff;color:var(--heading);box-shadow:none}.api-base input,.tool-form input,.tool-form textarea,.tool-form select,.api-guide-field input,.qq-avatar-field input,.city-select{border-color:var(--line-strong);border-radius:8px;background:#fff;color:var(--heading)}.city-select,.mini-input{border:1px solid var(--line-strong);background:#fff}.city-select input,.mini-input input{color:var(--heading)}.home-editbar{margin-top:-8px}.home-editbar button,.home-card-edit-controls{border:1px solid var(--line);border-radius:999px;background:#ffffffe6;box-shadow:none}.home-drop-zone{border-radius:8px}.tool-panel{height:auto}.tool-panel-body{padding-top:0;padding-bottom:0}.tool-form{border-bottom:0}.tool-result-grid,.tool-kpis,.tool-inline-fields,.palette-row,.swatch-grid{gap:10px}.tool-result-card.highlight,.password-output{border:0;border-radius:8px;background:var(--heading)}.settings-subtitle,.appearance-settings,.quick-settings,.config-settings,.home-card-settings{border-top-color:var(--line)}.settings-subtitle{padding-left:0;padding-right:0}.color-theme-grid button.active,.chrome-theme-grid button.active,.mobile-nav-mode-grid button.active,.quick-settings-grid button.active,.wallpaper-grid button.active{border:0;background:var(--surface-tint);box-shadow:none;color:var(--accent-dark)}.home-card-actions button,.home-card-toolbar button{border-color:var(--line-strong);background:#fff;box-shadow:none}.api-guide-dialog,.avatar-popover{border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 24px 60px #1f232824}.avatar-preview,.avatar-popover-head button,.avatar-action.subtle{background:var(--surface-soft)}footer{margin-top:36px;padding-top:14px;border-top:1px solid var(--line)}.footer-inner{min-height:44px;padding:0;-webkit-backdrop-filter:none;backdrop-filter:none}.footer-left,.footer-right{padding:0}.footer-separator,.footer-dot{background:var(--line-strong)}.source-badge{border-color:var(--accent);color:var(--accent)}.mobile-top-nav,.mobile-bottom-nav{border:1px solid var(--line);background:#ffffffeb;box-shadow:none}.mobile-nav button.active,.mobile-top-nav button.active,.mobile-bottom-nav button.active{background:var(--surface-tint);color:var(--accent-dark)}.theme-dark{--accent: #39d0c8;--accent-dark: #7ee7dd;--accent-teal: #42d6be;--accent-warm: #ff9b72;--app-bg: #0d1117;--canvas: #161b22;--text: #c9d1d9;--heading: #f0f6fc;--line: rgba(240, 246, 252, .12);--line-strong: rgba(240, 246, 252, .2);--muted: #8b949e;--surface: transparent;--surface-strong: #0d1117;--surface-soft: #161b22;--surface-tint: rgba(57, 208, 200, .16);--input-bg: #0d1117;--nav-bg: rgba(13, 17, 23, .88);background:linear-gradient(180deg,#0d1117,#0d1117 54%,#111826)}.theme-dark .card,.theme-dark .tool-panel,.theme-dark .footer-inner{border-color:transparent;background:transparent;box-shadow:none}.theme-dark .topbar,.theme-dark.chrome-floating .topbar{border-bottom-color:var(--line);background:var(--nav-bg)}.theme-dark .topbar nav button,.theme-dark.chrome-floating .topbar nav button{background:transparent;color:var(--muted)}.theme-dark .topbar nav button.active,.theme-dark.chrome-floating .topbar nav button.active{background:transparent;color:var(--accent-dark)}.theme-dark .search-box,.theme-dark .api-base input,.theme-dark .api-guide-field input,.theme-dark .qq-avatar-field input,.theme-dark .tool-form input,.theme-dark .tool-form select,.theme-dark .tool-form textarea,.theme-dark .city-select,.theme-dark .outline-button,.theme-dark .home-card-actions button,.theme-dark .home-card-toolbar button{background:#0d1117;border-color:var(--line-strong);color:var(--heading)}.theme-dark .forecast-day,.theme-dark .hourly-item,.theme-dark .metric,.theme-dark .mini-section,.theme-dark .switch-row,.theme-dark .home-card-item,.theme-dark .tool-grid a,.theme-dark .tool-grid button,.theme-dark .tool-result-card,.theme-dark .tool-kpi,.theme-dark .palette-group,.theme-dark .palette-chip,.theme-dark .qr-preview,.theme-dark .tool-empty,.theme-dark .swatch,.theme-dark .color-theme-grid button,.theme-dark .chrome-theme-grid button,.theme-dark .hot-source-grid button,.theme-dark .mobile-nav-mode-grid button,.theme-dark .quick-settings-grid button,.theme-dark .wallpaper-grid button,.theme-dark .config-action-grid button,.theme-dark .home-card-column{background:var(--surface-soft);border-color:var(--line);color:var(--text)}.theme-dark .pwa-status-strip.update,.theme-dark .pwa-status-strip.offline{background:var(--surface);border-color:var(--line)}.theme-dark .pwa-status-strip.update button.icon-only{background:transparent;color:var(--accent-dark)}.theme-dark .pwa-status-strip.update button.icon-only:hover{background:var(--surface-tint)}.theme-dark .tabs button.active,.theme-dark .search-providers button.active,.theme-dark .mobile-nav button.active,.theme-dark .mobile-top-nav button.active,.theme-dark .mobile-bottom-nav button.active{background:var(--surface-tint);color:var(--accent-dark)}.theme-dark .mobile-top-nav,.theme-dark .mobile-bottom-nav{background:#0d1117eb;border-color:var(--line)}.theme-dark .api-guide-dialog,.theme-dark .avatar-popover{background:#0d1117;border-color:var(--line);box-shadow:0 24px 60px #00000057}@media(max-width:1180px){.topbar,.chrome-floating .topbar{grid-template-columns:minmax(190px,1fr) auto auto;padding:0 18px}.topbar nav{height:100%;padding:0;border:0;border-radius:0;background:transparent}.topbar nav button{width:auto;height:100%;padding:0 8px;border:0;border-bottom:2px solid transparent;border-radius:0}.topbar nav button.active{background:transparent;border-bottom-color:var(--accent)}.home-layout,.home-right-split,.weather-card.home-weather .weather-body,.news-page-grid{grid-template-columns:1fr}.multi-board-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){:root{--page-gutter: 24px}.topbar,.chrome-floating .topbar{min-height:calc(56px + env(safe-area-inset-top,0px));padding:calc(6px + env(safe-area-inset-top,0px)) 12px 6px}.brand img{width:24px;height:24px}.search-band{margin-bottom:22px;padding:18px 0 22px}.search-box{height:48px;grid-template-columns:20px minmax(0,1fr) 58px;border-radius:10px}.search-box:before{top:10px;bottom:10px}.search-box button{height:34px;padding:0 10px}.home-layout,.home-right-split,.news-page-grid,.tool-workspace{grid-template-columns:1fr;gap:24px}.multi-board-grid,.weather-detail-grid,.tool-form,.tool-form.two-columns,.tool-inline-fields,.tool-kpis,.tool-result-grid{grid-template-columns:1fr}.weather-metrics,.market-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-top-nav,.mobile-bottom-nav{border-radius:12px}.footer-inner{padding:0}}@media(max-width:520px){.card-title,.section-title,.tool-panel-head{padding:0 0 10px}.page-title span{font-size:22px}.news-list li{grid-template-columns:7px minmax(0,1fr) 38px}}.settings-panel .color-theme-grid button,.settings-panel .chrome-theme-grid button,.settings-panel .mobile-nav-mode-grid button,.settings-panel .hot-source-grid button,.settings-panel .quick-settings-grid button,.settings-panel .wallpaper-grid button,.settings-panel .config-action-grid button{border:0;border-radius:0;background:transparent;box-shadow:inset 0 -1px 0 var(--line)}.settings-panel .hot-source-grid button,.settings-panel .quick-settings-grid button{min-height:60px;padding:10px 12px}.settings-panel .color-theme-grid button.active,.settings-panel .chrome-theme-grid button.active,.settings-panel .mobile-nav-mode-grid button.active,.settings-panel .wallpaper-grid button.active,.settings-panel .hot-source-grid button.active,.settings-panel .quick-settings-grid button.active{background:linear-gradient(90deg,var(--surface-tint),transparent 78%);box-shadow:inset 3px 0 0 var(--accent),inset 0 -1px 0 var(--line);color:var(--accent-dark)}.settings-panel .hot-source-grid,.settings-panel .quick-settings-grid,.settings-panel .config-action-grid,.settings-panel .wallpaper-grid,.settings-panel .color-theme-grid,.settings-panel .chrome-theme-grid,.settings-panel .mobile-nav-mode-grid{gap:0 14px}.settings-dashboard{width:min(1080px,100%);margin:0 auto 42px;padding:0 clamp(8px,2vw,22px)}.settings-dashboard>.card-title{margin-bottom:18px}.settings-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-bottom:22px;padding:6px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft)}.settings-nav button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;background:transparent;color:var(--muted);font-weight:760}.settings-nav button.active{background:#fff;color:var(--accent-dark);box-shadow:inset 0 0 0 1px var(--line)}.settings-section{display:grid;gap:18px;padding-bottom:28px}.settings-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px solid var(--line)}.settings-section-head span{display:inline-flex;align-items:center;gap:8px;color:var(--heading);font-size:18px;font-weight:780}.settings-section-head svg{color:var(--accent)}.settings-section-head small{color:var(--muted);font-weight:680;line-height:1.5}.connection-grid{grid-template-columns:minmax(0,1fr) minmax(220px,280px);gap:14px;padding:0}.accent-theme-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0 14px}.accent-theme-grid button,.accent-custom-field{min-height:72px;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;padding:10px 12px;border:0;border-radius:0;background:transparent;box-shadow:inset 0 -1px 0 var(--line);color:var(--heading);text-align:left}.accent-theme-grid button.active,.accent-custom-field.active{background:linear-gradient(90deg,var(--surface-tint),transparent 78%);box-shadow:inset 3px 0 0 var(--accent),inset 0 -1px 0 var(--line);color:var(--accent-dark)}.accent-preview,.accent-custom-field input{width:36px;height:36px;border:1px solid var(--line);border-radius:50%}.accent-custom-field input{padding:0;overflow:hidden;background:transparent;cursor:pointer}.accent-theme-grid b,.accent-theme-grid small,.accent-custom-field b,.accent-custom-field small{display:block}.accent-theme-grid small,.accent-custom-field small{margin-top:4px;color:var(--muted)}.module-toggle-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.settings-dashboard .settings-subtitle{padding-top:8px}.theme-dark .settings-panel .color-theme-grid button,.theme-dark .settings-panel .chrome-theme-grid button,.theme-dark .settings-panel .mobile-nav-mode-grid button,.theme-dark .settings-panel .hot-source-grid button,.theme-dark .settings-panel .quick-settings-grid button,.theme-dark .settings-panel .wallpaper-grid button,.theme-dark .settings-panel .config-action-grid button,.theme-dark .accent-theme-grid button,.theme-dark .accent-custom-field{background:transparent;box-shadow:inset 0 -1px 0 var(--line)}.theme-dark .settings-panel .color-theme-grid button.active,.theme-dark .settings-panel .chrome-theme-grid button.active,.theme-dark .settings-panel .hot-source-grid button.active,.theme-dark .settings-panel .mobile-nav-mode-grid button.active,.theme-dark .settings-panel .quick-settings-grid button.active,.theme-dark .settings-panel .wallpaper-grid button.active,.theme-dark .accent-theme-grid button.active,.theme-dark .accent-custom-field.active{background:linear-gradient(90deg,var(--surface-tint),transparent 78%);box-shadow:inset 3px 0 0 var(--accent),inset 0 -1px 0 var(--line)}.theme-dark .settings-nav{background:transparent}.theme-dark .settings-nav button.active{background:transparent;color:var(--accent-dark);box-shadow:none}@media(max-width:760px){.settings-dashboard{padding:0}.settings-nav{grid-template-columns:repeat(4,max-content);overflow-x:auto}.settings-nav button{min-width:78px}.settings-section-head{align-items:flex-start;flex-direction:column;gap:6px}.connection-grid,.accent-theme-grid,.module-toggle-grid{grid-template-columns:1fr}}.topbar{grid-template-columns:minmax(150px,220px) minmax(360px,1fr) minmax(84px,116px)}.brand{gap:9px;font-size:18px;line-height:1}.brand .brand-copy{width:auto;height:auto;display:grid;place-items:start;gap:3px;border:0;border-radius:0;color:inherit;font-size:inherit;font-weight:inherit}.brand .brand-copy small{color:var(--muted);font-size:11px;font-weight:680;letter-spacing:0}.topbar nav{gap:8px}.topbar nav button{padding:0 10px;font-weight:720}.search-band{margin-bottom:24px;padding:28px 0 24px}.search-box{height:56px;width:min(780px,100%);grid-template-columns:26px minmax(0,1fr) 76px}.search-meta-row{width:min(780px,100%);display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 14px;margin:10px auto 0}.search-providers{width:auto;margin:0;gap:4px}.search-providers button{min-width:0;height:28px;padding:0 9px;border-radius:6px;font-size:12px}.quick-drawer{position:relative;color:var(--muted);font-size:12px;font-weight:760}.quick-drawer summary{height:28px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;border-radius:6px;cursor:pointer;list-style:none}.quick-drawer summary::-webkit-details-marker{display:none}.quick-drawer summary:hover,.quick-drawer[open] summary{background:var(--surface-tint);color:var(--accent-dark)}.quick-drawer .quick-chips{position:absolute;top:calc(100% + 8px);right:0;z-index:12;width:min(520px,calc(100vw - 40px));justify-content:flex-start;margin:0;padding:10px;border:1px solid var(--line);border-radius:10px;background:var(--surface-strong);box-shadow:0 16px 38px #1f23281f}.quick-drawer .quick-chips button{height:30px;padding:0 9px;background:var(--surface-soft)}.status.icon-status,.ghost-button.icon-button,.outline-button.icon-button{width:30px;min-width:30px;height:30px;padding:0;display:inline-grid;place-items:center;border:0;border-radius:8px;background:transparent;color:var(--muted);box-shadow:none}.status.icon-status{opacity:.78}.status.icon-status:hover,.ghost-button.icon-button:hover,.outline-button.icon-button:hover{background:transparent;color:var(--accent)}.status.icon-status.loading,.status.icon-status.error{background:transparent}.button-row{gap:8px}.weather-status{white-space:normal}footer{margin-top:28px;margin-bottom:10px;padding-top:10px;font-size:12px}.footer-inner{min-height:32px;align-items:center;gap:10px}.footer-left,.footer-right{gap:8px}.footer-text-link,.footer-meta{gap:0;font-weight:680}.footer-separator,.footer-dot{opacity:.6}.footer-meta.api-link{max-width:180px}.theme-dark .quick-drawer .quick-chips{background:var(--surface-strong);border-color:var(--line);box-shadow:0 18px 42px #00000057}@media(max-width:1180px){.topbar{grid-template-columns:minmax(136px,1fr) auto auto}}@media(max-width:760px){.brand .brand-copy small{font-size:10px}.mobile-top-nav{gap:4px;border-radius:10px}.mobile-top-nav button{flex-basis:auto;min-width:56px;min-height:30px;padding:0 8px}.search-band{padding:14px 0 18px}.search-box{height:44px;grid-template-columns:20px minmax(0,1fr) 52px}.search-meta-row{justify-content:flex-start;margin-top:8px}.search-providers{max-width:calc(100% - 76px);overflow-x:auto}.quick-drawer{margin-left:auto}.quick-drawer .quick-chips{right:0}.footer-inner,.footer-left,.footer-right{align-items:center}.footer-inner{flex-wrap:nowrap;justify-content:space-between;gap:10px}.footer-left,.footer-right{width:auto;flex-wrap:nowrap}.footer-right{margin-left:auto}}.mobile-menu-wrap{position:relative;display:none}.mobile-menu-toggle{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:var(--muted)}.mobile-menu-toggle:hover,.mobile-menu-toggle[aria-expanded=true]{background:var(--surface-soft);color:var(--accent)}.mobile-menu-popover{position:absolute;top:calc(100% + 10px);right:0;z-index:45;width:min(220px,calc(100vw - 24px));display:grid;gap:2px;padding:8px;border:1px solid var(--line);border-radius:12px;background:var(--surface-strong);box-shadow:0 18px 44px #1f232824}.mobile-menu-popover button{height:42px;display:flex;align-items:center;padding:0 12px;border:0;border-radius:8px;background:transparent;color:var(--heading);font-weight:740;text-align:left}.mobile-menu-popover button.active{background:var(--surface-tint);color:var(--accent-dark)}.home-layout,.page-stack{padding-inline:clamp(18px,2.3vw,42px)}.search-band{padding-inline:clamp(8px,1.6vw,28px)}.search-box{grid-template-columns:26px minmax(0,1fr) auto;padding-right:10px}.search-box .search-enter{min-width:52px;height:30px;padding:0 10px;border:0;border-radius:6px;background:var(--surface-soft);color:var(--muted);box-shadow:none;font-size:12px;font-weight:760;letter-spacing:0}.search-box .search-enter:hover,.search-box .search-enter:focus-visible{background:var(--surface-tint);color:var(--accent-dark)}.api-guide-head{align-items:center}.api-guide-copy{margin-top:-4px}.settings-dashboard .settings-section-head small,.settings-dashboard .settings-subtitle small,.settings-dashboard .color-theme-grid small,.settings-dashboard .accent-theme-grid small,.settings-dashboard .accent-custom-field small,.settings-dashboard .chrome-theme-grid small,.settings-dashboard .wallpaper-grid small,.settings-dashboard .quick-settings-grid small,.settings-dashboard .config-action-grid small{display:none}.theme-dark .mobile-menu-popover{background:var(--surface-strong);border-color:var(--line);box-shadow:0 18px 44px #00000057}@media(max-width:760px){.topbar,.chrome-floating .topbar{grid-template-columns:minmax(118px,1fr) auto;gap:8px}.topbar nav{display:none}.header-actions{gap:4px}.settings-shortcut{display:none}.mobile-menu-wrap{display:block}.search-box{grid-template-columns:20px minmax(0,1fr) auto;padding-left:16px;padding-right:7px}.search-box .search-enter{min-width:48px;height:30px;padding:0 8px;font-size:11px}.home-layout,.page-stack{padding-inline:8px}.search-band{padding-inline:2px}}@media(max-width:520px){.home-layout,.page-stack{padding-inline:4px}.search-providers{max-width:100%}}html{scrollbar-gutter:stable}.topbar{grid-template-columns:minmax(150px,220px) minmax(280px,1fr) minmax(132px,164px)}.settings-shortcut{display:grid}.settings-shortcut.active{background:var(--surface-tint);color:var(--accent-dark)}.search-band{border-bottom:0;margin-bottom:18px}.search-box,.search-meta-row{width:min(640px,100%)}.settings-dashboard{min-height:calc(100vh - 220px)}.connection-grid{grid-template-columns:minmax(0,640px) minmax(170px,220px);justify-content:center}.settings-dashboard .api-control-row{grid-template-columns:minmax(220px,420px) auto auto;justify-content:start}.settings-dashboard .api-base input{max-width:420px}.settings-dashboard .city-setting input{max-width:180px}.tool-panel{padding:clamp(16px,1.8vw,24px)}.tool-panel .card-title{margin-bottom:16px}.tool-panel-body{gap:18px;padding:0}.tool-form,.tool-form.two-columns{max-width:760px;gap:12px;padding:0}.tool-panel .tool-form:not(.two-columns){grid-template-columns:minmax(260px,520px)}.tool-panel .tool-form.two-columns{grid-template-columns:repeat(2,minmax(180px,1fr))}.tool-form input,.tool-form select{height:46px}.tool-form textarea{min-height:124px}.tool-actions{gap:8px}.tool-actions .primary-subtle,.tool-actions .outline-button{height:36px;min-width:0;padding:0 12px;border-radius:7px;font-size:13px}.tool-result-grid,.tool-kpis,.qr-preview,.palette-groups{margin-top:2px}@media(max-width:1180px){.topbar,.chrome-floating .topbar{grid-template-columns:minmax(136px,1fr) minmax(0,auto) minmax(132px,164px)}.search-box,.search-meta-row{width:min(680px,100%)}}@media(max-width:760px){.topbar,.chrome-floating .topbar{grid-template-columns:minmax(104px,1fr) auto}.settings-shortcut{display:grid}.search-box,.search-meta-row{width:100%}.connection-grid,.tool-form,.tool-form.two-columns{grid-template-columns:1fr}.settings-dashboard .api-control-row{grid-template-columns:minmax(0,1fr) auto auto;gap:8px}.settings-dashboard .api-control-row .outline-button{width:auto;min-width:0;height:38px;padding-inline:10px}.settings-dashboard .api-base input,.settings-dashboard .city-setting input{max-width:none}.tool-panel{padding:14px}}:root{--page-gutter: 108px}.topbar{padding-right:max(56px,calc((100vw - var(--shell-width)) / 2 + 56px));padding-left:max(56px,calc((100vw - var(--shell-width)) / 2 + 56px))}.chrome-floating .topbar{width:min(var(--shell-width),calc(100% - var(--page-gutter)));padding-right:34px;padding-left:34px}.home-layout,.page-stack{padding-inline:clamp(32px,4vw,72px)}main>.home-layout:first-child,main>.page-stack:first-child{padding-top:clamp(28px,3vw,48px)}.search-box:before{content:none;display:none}.search-box{padding-left:18px}@media(max-width:1180px){:root{--page-gutter: 72px}.topbar,.chrome-floating .topbar{padding-right:32px;padding-left:32px}.home-layout,.page-stack{padding-inline:clamp(20px,3vw,44px)}}@media(max-width:760px){:root{--page-gutter: 24px}.topbar,.chrome-floating .topbar{padding-right:12px;padding-left:12px}.settings-shortcut,.mobile-menu-toggle,.avatar{width:34px;height:34px}.home-layout,.page-stack{padding-inline:8px}main>.home-layout:first-child,main>.page-stack:first-child{padding-top:20px}.search-band{margin-bottom:18px;padding-inline:0}.search-box{padding-left:14px}}@media(max-width:520px){:root{--page-gutter: 18px}.home-layout,.page-stack{padding-inline:4px}.market-strip,.market-grid,.tool-panel,.tool-panel-body,.tool-form,.tool-output,.tool-result-grid,.tool-kpis{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.metric,.metric small,.metric em,.tool-form label,.tool-form input,.tool-form select,.tool-form textarea{min-width:0;overflow-wrap:anywhere}}.app-shell{position:relative;isolation:isolate}.app-shell:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-3;pointer-events:none;background-image:var(--wallpaper-image, none);background-position:center;background-size:cover;background-repeat:no-repeat;opacity:var(--wallpaper-image-opacity, 0);filter:blur(var(--wallpaper-image-blur, 0));transform:scale(1.03)}.app-shell:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-2;pointer-events:none;background:var(--wallpaper-overlay, transparent)}.wallpaper-custom .topbar,.wallpaper-custom.chrome-floating .topbar{background:var(--nav-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.wallpaper-custom .card,.wallpaper-custom .settings-panel,.wallpaper-custom .tool-panel,.wallpaper-custom .api-guide-dialog,.wallpaper-custom .avatar-popover,.wallpaper-custom .mobile-menu-popover{background:var(--surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.daily-actions{display:inline-flex;align-items:center;gap:4px}.daily-card>.button-row{display:none}@media(max-width:760px){.hot-board .card-title,.mini-hot-card .card-title,.daily-card .card-title{align-items:center;flex-direction:row}.hot-board .card-title>span,.mini-hot-card .card-title>span,.daily-card .card-title>span{flex:1 1 auto;min-width:0}.hot-board .card-title>.status,.mini-hot-card .card-title>.status,.daily-actions{flex:0 0 auto;margin-left:auto}}.settings-nav{display:flex;gap:2px;margin-bottom:24px;padding:0;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;overflow-x:auto}.settings-nav button{position:relative;min-height:40px;flex:0 0 auto;padding:0 14px;border-radius:0;color:var(--muted)}.settings-nav button:after{content:"";position:absolute;right:14px;bottom:-1px;left:14px;height:2px;border-radius:999px;background:transparent}.settings-nav button.active{background:transparent;box-shadow:none;color:var(--accent-dark)}.settings-nav button.active:after{background:var(--accent)}.settings-notice.warning{align-items:center;background:#ffc1071a;color:#8a5a00}.settings-notice button{width:24px;height:24px;margin-left:auto;display:inline-grid;place-items:center;border:0;border-radius:6px;background:transparent;color:inherit}.settings-notice button:hover{background:#8a5a001a}.wallpaper-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;padding-top:4px}.range-row{min-width:0;display:grid;grid-template-columns:72px minmax(0,1fr) 48px;align-items:center;gap:10px;min-height:38px;color:var(--muted);font-size:13px;font-weight:720}.range-row input[type=range]{width:100%;accent-color:var(--accent)}.range-row b{color:var(--heading);font-size:12px;text-align:right}.hot-source-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.hot-source-grid button{min-height:48px;display:grid;align-content:center;gap:3px;padding:8px 10px;border:0;border-radius:0;background:transparent;box-shadow:inset 0 -1px 0 var(--line);color:var(--muted);text-align:left}.hot-source-grid button.active{box-shadow:inset 3px 0 0 var(--accent),inset 0 -1px 0 var(--line);color:var(--accent-dark)}.hot-source-grid span{color:var(--heading);font-weight:760}.hot-source-grid small{overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.mini-input,.city-select{border:1px solid var(--line);background:var(--input-bg)}.mini-input{height:34px;display:inline-flex;align-items:center;padding:0 10px;border-radius:8px}.mini-input input{height:30px}.theme-dark .mini-input,.theme-dark .city-select,.theme-dark .tool-panel .tool-checkbox,.theme-dark .tool-actions .outline-button{border-color:var(--line);background:var(--input-bg);color:var(--heading)}.theme-dark .tool-actions .primary-subtle:hover{background:var(--accent-dark)}.avatar-popover{width:286px;gap:10px;padding:12px}.avatar-popover-head{padding-bottom:2px}.avatar-preview{grid-template-columns:42px minmax(0,1fr);gap:10px;padding:8px}.avatar-preview img{width:42px;height:42px}.avatar-preview span,.avatar-preview b,.avatar-preview small{min-width:0;display:block}.avatar-preview b{color:var(--heading);font-size:14px}.avatar-menu-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.avatar-menu-actions button,.avatar-action,.qq-avatar-field div button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:8px;background:var(--surface-soft);color:var(--heading);font-size:13px;font-weight:740}.avatar-action{width:100%}.qq-avatar-field{display:grid;gap:6px;color:var(--muted);font-size:12px;font-weight:720}.qq-avatar-field div{display:grid;grid-template-columns:minmax(0,1fr) 70px;gap:6px}.qq-avatar-field input{min-width:0;height:34px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:var(--input-bg);color:var(--heading)}.avatar-notice{margin:0;color:#cf222e;font-size:12px}.theme-dark .settings-notice.warning{background:#ffc10724;color:#f5d06f}@media(max-width:760px){.settings-shortcut{display:none}.header-actions{gap:3px}.mobile-menu-popover{width:min(236px,calc(100vw - 24px))}.mobile-menu-popover button{height:38px}.wallpaper-controls,.hot-source-grid{grid-template-columns:1fr}.range-row{grid-template-columns:64px minmax(0,1fr) 44px}.settings-nav button{padding:0 12px}}.settings-section-head{display:none}.settings-nav{overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.settings-nav::-webkit-scrollbar{display:none}.metric{min-height:68px;padding:8px 0 10px;border-left:0;border-radius:0;background:transparent;box-shadow:inset 0 -1px 0 var(--line)}.metric-icon{width:30px;height:30px;display:inline-grid;place-items:center;border-radius:8px;background:var(--surface-tint);color:var(--accent)}.metric b{font-size:20px}.metric small,.metric em{line-height:1.35}.weather-metrics,.market-grid,.weather-detail-grid{gap:14px 22px}.tool-actions .primary-subtle{background:var(--accent);color:#fff;box-shadow:none}.tool-actions .primary-subtle:hover{background:var(--accent-dark);color:#fff}.theme-dark .tool-actions .primary-subtle{background:var(--accent);color:#07100f}.theme-dark .tool-actions .primary-subtle:hover{background:var(--accent-dark);color:#07100f}.rank-list li[data-rank-title]:hover,.rank-list li[data-rank-title]:focus-within{z-index:auto}.rank-list li[data-rank-title]:hover:after,.rank-list li[data-rank-title]:focus-within:after{content:none;display:none}@media(min-width:761px){.hot-board .rank-list a{overflow:visible;text-overflow:clip;white-space:normal;word-break:break-word}.hot-board .rank-list li{align-items:start;min-height:38px}}.avatar-menu-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.avatar-menu-actions button{min-width:0;padding:0 6px;white-space:nowrap}.avatar-theme-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.avatar-theme-picker button{min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 6px;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:12px;font-weight:740}.avatar-theme-picker button.active{background:var(--surface-tint);color:var(--accent-dark)}@media(max-width:760px){.avatar-popover{position:fixed;top:calc(64px + env(safe-area-inset-top,0px));right:12px;left:12px;width:auto;max-width:none}.avatar-popover:before{display:none}.avatar-menu-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}.topbar{height:56px}.chrome-floating .topbar{min-height:56px}.hot-board .rank-list,.hot-board.wide .rank-list{grid-template-columns:1fr}.metric-icon{width:auto;height:auto;display:inline-flex;justify-self:start;place-items:initial;border-radius:0;background:transparent;color:var(--muted)}.metric.gold .metric-icon{color:#b7791f}.metric.red .metric-icon{color:#cf222e}.page-stack>.market-strip,.page-stack>.tool-workspace{width:100%;max-width:100%;padding-right:0;padding-left:0;margin-right:0;margin-left:0;box-sizing:border-box}.tool-workspace,.tool-panel-wrap,.tool-panel{min-width:0}@media(max-width:760px){.topbar,.chrome-floating .topbar{height:54px;min-height:calc(54px + env(safe-area-inset-top,0px))}}.search-providers button.active,.theme-dark .search-providers button.active,.hot-board .tabs button.active,.theme-dark .hot-board .tabs button.active{background:transparent;box-shadow:none;color:var(--accent-dark)}.hot-board .rank-list a,.mini-hot-card .rank-list a,.compact-rank a{overflow:visible;text-overflow:clip;white-space:normal;word-break:break-word}.hot-board .rank-list li,.mini-hot-card .rank-list li,.compact-rank li{align-items:start;min-height:38px}@media(min-width:761px){.app-shell.chrome-floating .topbar{width:min(1120px,calc(100% - clamp(48px,10vw,168px)));height:52px;min-height:52px;top:10px;margin:10px auto 0;padding-right:24px;padding-left:24px;border:1px solid var(--line);border-radius:999px;background:var(--nav-bg);box-shadow:0 10px 28px #1f23281a}}@media(max-width:760px){.app-shell.chrome-floating .topbar{width:100%;margin:0;border-right:0;border-left:0;border-radius:0;box-shadow:none}}.card:not(.settings-panel):not(.tool-panel){padding:clamp(16px,1.6vw,22px)}.card:not(.settings-panel):not(.tool-panel),.tool-panel{overflow:hidden}.card-title{margin-bottom:12px;padding:0 0 12px}.subline,.news-list,.rank-list,.tabs,.market-grid,.weather-body,.weather-detail-grid,.hourly-row,.tool-grid,.entertainment-sections{padding-right:0;padding-left:0}.subline{padding-bottom:12px}.weather-card .weather-body{padding:0}.metric{min-height:76px;padding:10px 12px;border-left:0;border-radius:10px;box-shadow:none}.app-shell.wallpaper-custom{background:transparent}.app-shell.wallpaper-custom:before{transform:scale(1.015)}.wallpaper-custom .topbar{overflow:visible;border-color:var(--line);background:var(--nav-bg);box-shadow:0 12px 34px #1f23281f;-webkit-backdrop-filter:blur(22px) saturate(1.12);backdrop-filter:blur(22px) saturate(1.12)}.wallpaper-custom .card,.wallpaper-custom .settings-panel,.wallpaper-custom .tool-panel,.wallpaper-custom .quick-drawer .quick-chips,.wallpaper-custom .api-guide-dialog,.wallpaper-custom .avatar-popover,.wallpaper-custom .mobile-menu-popover{border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:0 18px 48px #1f23281f;-webkit-backdrop-filter:blur(20px) saturate(1.12);backdrop-filter:blur(20px) saturate(1.12)}.wallpaper-custom .settings-panel{padding:18px 22px 22px}.wallpaper-custom .search-box{border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:0 18px 48px #1f23281f;-webkit-backdrop-filter:blur(20px) saturate(1.12);backdrop-filter:blur(20px) saturate(1.12)}.wallpaper-custom .search-box input{background:transparent;box-shadow:none}.wallpaper-custom .api-base input,.wallpaper-custom .api-guide-field input,.wallpaper-custom .qq-avatar-field input,.wallpaper-custom .tool-form input,.wallpaper-custom .tool-form select,.wallpaper-custom .tool-form textarea,.wallpaper-custom .city-select,.wallpaper-custom .mini-input,.wallpaper-custom .outline-button,.wallpaper-custom .home-card-actions button,.wallpaper-custom .home-card-toolbar button,.wallpaper-custom .tool-panel .tool-checkbox,.wallpaper-custom .accent-custom-field{border:1px solid var(--line-strong);border-radius:10px;border-color:var(--line-strong);background:var(--input-bg);color:var(--heading);-webkit-backdrop-filter:blur(16px) saturate(1.08);backdrop-filter:blur(16px) saturate(1.08)}.wallpaper-custom .outline-button.icon-button,.wallpaper-custom .outline-button.icon-button:hover{border-color:transparent;background:transparent;box-shadow:none}.wallpaper-custom .forecast-day,.wallpaper-custom .hourly-item,.wallpaper-custom .metric,.wallpaper-custom .mini-section,.wallpaper-custom .tool-grid a,.wallpaper-custom .tool-grid button,.wallpaper-custom .switch-row,.wallpaper-custom .home-card-item,.wallpaper-custom .tool-result-card,.wallpaper-custom .tool-kpi,.wallpaper-custom .palette-group,.wallpaper-custom .palette-chip,.wallpaper-custom .qr-preview,.wallpaper-custom .tool-empty,.wallpaper-custom .swatch,.wallpaper-custom .color-theme-grid button,.wallpaper-custom .chrome-theme-grid button,.wallpaper-custom .hot-source-grid button,.wallpaper-custom .mobile-nav-mode-grid button,.wallpaper-custom .quick-settings-grid button,.wallpaper-custom .wallpaper-grid button,.wallpaper-custom .config-action-grid button,.wallpaper-custom .home-card-column,.wallpaper-custom .avatar-preview,.wallpaper-custom .avatar-popover-head button,.wallpaper-custom .avatar-action.subtle,.wallpaper-custom .empty-state{border:1px solid var(--line);border-radius:10px;background:var(--surface-soft);box-shadow:none;-webkit-backdrop-filter:blur(14px) saturate(1.08);backdrop-filter:blur(14px) saturate(1.08)}.wallpaper-custom .weather-body,.wallpaper-custom .tool-panel-body,.wallpaper-custom .settings-section{min-width:0;border-radius:12px}.wallpaper-custom .settings-nav{border-color:var(--line)}.wallpaper-custom .tool-grid a:nth-child(2),.wallpaper-custom .tool-grid button:nth-child(2),.wallpaper-custom .tool-grid a:nth-child(3),.wallpaper-custom .tool-grid button:nth-child(3),.wallpaper-custom .tool-grid a:nth-child(4),.wallpaper-custom .tool-grid button:nth-child(4){background:var(--surface-soft)}.wallpaper-custom .search-box:focus-within{border-color:var(--line);box-shadow:0 16px 42px #1f23281f}.wallpaper-custom .settings-panel .color-theme-grid button.active,.wallpaper-custom .settings-panel .chrome-theme-grid button.active,.wallpaper-custom .settings-panel .mobile-nav-mode-grid button.active,.wallpaper-custom .settings-panel .quick-settings-grid button.active,.wallpaper-custom .settings-panel .wallpaper-grid button.active,.wallpaper-custom .hot-source-grid button.active,.wallpaper-custom .accent-custom-field.active{background:linear-gradient(90deg,var(--surface-tint),transparent 82%);color:var(--accent-dark)}@media(min-width:761px){.app-shell.chrome-floating .topbar{width:min(960px,calc(100% - clamp(48px,10vw,168px)));grid-template-columns:minmax(170px,220px) minmax(360px,1fr) minmax(88px,120px);gap:16px;padding-right:22px;padding-left:22px}.wallpaper-custom.chrome-floating .topbar{box-shadow:0 14px 38px #1f23281f}}@media(max-width:760px){.wallpaper-custom .card,.wallpaper-custom .settings-panel,.wallpaper-custom .tool-panel{border-radius:12px}}.rank-list li.no-hot-value{grid-template-columns:28px minmax(0,1fr)}.rank-list li.no-hot-value a{min-width:0}.footer-text-link svg{flex:0 0 auto;color:currentColor}.config-action-grid a{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px;min-height:72px;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--surface-strong);color:var(--heading);text-align:left}.config-action-grid a:hover{color:var(--accent-dark)}.config-action-grid a b,.config-action-grid a small{display:block}.config-action-grid a small{margin-top:4px;color:var(--muted)}.github-link-grid{grid-template-columns:minmax(0,360px)}.settings-subtitle.first-subtitle{padding-top:0;border-top:0}.wallpaper-custom .config-action-grid a{border:1px solid var(--line);border-radius:10px;background:var(--surface-soft);box-shadow:none;-webkit-backdrop-filter:blur(14px) saturate(1.08);backdrop-filter:blur(14px) saturate(1.08)}@media(max-width:760px){.github-link-grid{grid-template-columns:1fr}}@media(min-width:761px)and (max-width:1180px){.topbar,.chrome-floating .topbar,.app-shell.chrome-floating .topbar{grid-template-columns:minmax(132px,180px) minmax(280px,1fr) minmax(132px,180px);gap:clamp(8px,1.5vw,14px)}.topbar nav,.theme-dark .topbar nav,.theme-dark.chrome-floating .topbar nav{background:transparent}.topbar nav{width:auto;min-width:0;height:100%;justify-self:center;justify-content:center;gap:2px;padding:0;border:0;border-radius:0;background:transparent}.topbar nav button{width:auto;min-width:0;height:100%;padding:0 clamp(6px,.9vw,10px);border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:var(--muted)}.theme-dark .topbar nav button,.theme-dark.chrome-floating .topbar nav button{background:transparent;color:var(--muted)}.topbar nav button.active,.chrome-floating .topbar nav button.active,.theme-dark .topbar nav button.active,.theme-dark.chrome-floating .topbar nav button.active{border-bottom:2px solid var(--accent);background:transparent;color:var(--accent)}.topbar nav button.active:after{display:none}.topbar nav .nav-label{display:inline}}.app-shell.chrome-single .topbar{grid-template-columns:minmax(160px,1fr) auto}.app-shell.chrome-single .topbar nav{display:none}@media(min-width:761px){.app-shell.chrome-single .topbar{padding-right:max(44px,calc((100vw - var(--shell-width)) / 2 + 44px));padding-left:max(44px,calc((100vw - var(--shell-width)) / 2 + 44px))}}
