: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,input:focus-visible{outline:2px solid rgba(15,155,142,.36);outline-offset:2px}.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 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}.theme-toggle,.settings-shortcut{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--surface-strong);color:var(--accent-dark);box-shadow:var(--soft-shadow)}.settings-shortcut,.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:40px;height:40px;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;outline-color:var(--accent)}.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:#087b72c7;font-size:12px;font-weight:700;line-height:1.4}.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-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}.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,.runner-head,.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}.empty-state{display:grid;justify-items:center;gap:8px;margin:2px 18px 18px;padding:26px 18px;border:1px dashed rgba(15,155,142,.28);border-radius:12px;background:linear-gradient(180deg,rgba(15,155,142,.08),transparent),var(--surface-soft);color:var(--muted);text-align:center}.empty-state svg{color:var(--accent)}.empty-state b{color:var(--heading)}.empty-state small{max-width:340px;line-height:1.6}.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,.runner-actions{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);outline-color:var(--accent)}.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:hidden}.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:86px;height:86px;display:inline-block}.weather-art.small{width:34px;height:34px}.weather-art i{position:absolute;display:block}.weather-art .sun-dot{width:46px;height:46px;left:3px;top:2px;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:2px;bottom:10px;border-radius:28px}.weather-art .cloud-b{width:46px;height:46px;left:18px;bottom:14px;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;box-shadow:0 0 0 3px #ffc9282e}.weather-art.small .cloud-a{width:25px;height:17px;bottom:4px}.weather-art.small .cloud-b{width:18px;height:18px;left:8px;bottom:7px}.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}.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}.weather-card.home-weather .forecast-row{margin-top:0;gap:8px}.forecast-day{display:grid;justify-items:center;gap:5px;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)}.market-strip{padding-bottom:8px}.market-grid{padding:0 12px 12px}.tabs,.category-tabs{display:flex;gap:12px;padding:0 18px 12px;overflow-x:auto}.tabs button,.category-tabs button{border:0;background:transparent;color:#4b5563;font-weight:800;white-space:nowrap}.tabs button.active,.category-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}.entertainment .card-title{padding-bottom:10px}.entertainment-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 10px 10px}.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;gap:6px;min-height:25px;align-items:center;font-size:13px}.compact-row b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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)}.quote-card{width:100%;margin:0;min-height:116px;display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;column-gap:10px;padding:20px 28px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(90deg,#fffffff5,#ffffffb8),linear-gradient(135deg,#0f9b8e1f,#f0974529);box-shadow:var(--soft-shadow)}.home-right>.quote-card,.home-right>.home-card-slot>.quote-card{align-self:stretch}.quote-card span{color:#c8cfd7;font-family:Georgia,serif;font-size:62px;line-height:1}.quote-card p{margin:0;color:#4b5563;font-size:17px}.quote-card small{grid-column:2;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:space-between;gap:10px;min-width:0}.api-field-title>span{min-width:0}.city-setting{grid-column:span 1}.api-base input,.param-form input{width:100%;height:42px;min-width:0;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;outline-color:var(--accent)}.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-module-settings{min-width:0}.home-module-settings .settings-grid{display:flex;flex-wrap:wrap;gap:10px;width:100%;min-width:0;padding:0 14px 14px;overflow:hidden}.home-module-settings .switch-row,.home-module-settings .api-base{box-sizing:border-box;min-width:0;flex:0 0 calc((100% - 20px) / 3);width:calc((100% - 20px) / 3);max-width:100%;min-height:64px;overflow:hidden}.home-module-settings .switch-row{display:grid;grid-template-columns:1fr;align-content:center;justify-items:start;gap:8px;padding:4px 0;border-radius:0;background:transparent}.home-module-settings .switch-row span{color:var(--heading);font-size:13px;font-weight:800}.home-module-settings .switch-row input{width:38px;height:22px}.home-module-settings .switch-row input:after{top:3px;left:3px;width:16px;height:16px}.home-module-settings .switch-row input:checked:after{transform:translate(16px)}.home-module-settings .api-base{grid-column:auto;align-content:center;gap:7px;padding:4px 0;border-radius:8px;color:var(--heading);font-size:13px;font-weight:800}.home-module-settings .api-setting-row{flex:1 0 100%;width:100%;min-height:0}.home-module-settings .api-field-title{align-items:baseline}.home-module-settings .api-base input{width:100%;min-width:0;max-width:100%;box-sizing:border-box;height:34px;padding:0 9px;font-size:13px;font-weight:700}.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(2,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-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-custom{display:grid;place-items:center;background:repeating-linear-gradient(45deg,#f7f9fb,#f7f9fb 8px,#edf1f3 8px,#edf1f3 16px)}.section-block{padding:18px 0 30px}.endpoint-lab{border:1px solid var(--line);border-radius:8px;background:#fffffff0;box-shadow:var(--shadow);overflow:hidden}.settings-stack{display:grid;gap:20px}.section-title{padding:20px;border-bottom:1px solid var(--line)}.section-title small{color:var(--muted)}.category-tabs{padding:14px 20px;border-bottom:1px solid var(--line)}.lab-grid{display:grid;grid-template-columns:380px minmax(0,1fr);min-height:660px}.endpoint-list{max-height:720px;overflow:auto;border-right:1px solid var(--line);background:#fbfcfd}.endpoint-favorites{display:grid}.endpoint-favorites .card-title small{color:var(--muted);font-weight:800}.favorite-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;padding:0 18px 18px}.favorite-card{display:grid;gap:10px;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--surface-strong)}.favorite-card>button{width:100%;display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:center;padding:0;border:0;background:transparent;color:var(--heading);text-align:left}.favorite-card-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:10px;border-top:1px solid var(--line)}.favorite-card-actions a,.favorite-card-actions button,.favorite-card-actions span{min-height:28px;display:inline-flex;align-items:center;gap:5px;border:0;background:transparent;color:var(--accent-dark);font-size:13px;font-weight:800}.favorite-card-actions span,.favorite-card-actions button{color:var(--muted)}.favorite-empty{margin:0;padding:0 18px 18px;color:var(--muted);font-size:14px;line-height:1.7}.endpoint-list-item{display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:stretch;border-bottom:1px solid #edf1f3}.endpoint-list-item.active{background:#eaf8f5;color:var(--accent-dark)}.endpoint-choice{width:100%;min-height:68px;display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:center;padding:12px 0 12px 18px;border:0;background:transparent;color:inherit;text-align:left}.favorite-toggle{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:34px;min-height:34px;border:0;border-radius:999px;background:transparent;color:var(--muted);font-size:13px;font-weight:800}.endpoint-list-item .favorite-toggle{align-self:center;justify-self:center}.favorite-toggle.active{color:#d97706}.favorite-toggle.active svg{fill:currentColor}.endpoint-list b,.endpoint-list small,.favorite-card b,.favorite-card small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.endpoint-list small,.favorite-card small{margin-top:4px;color:var(--muted)}.endpoint-runner{display:grid;grid-template-rows:auto auto minmax(260px,1fr)}.runner-head{padding:18px 20px;border-bottom:1px solid var(--line)}.runner-head b,.runner-head small{display:block}.runner-head small{margin-top:5px;color:var(--muted)}.runner-head a{display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-weight:800}.runner-head-actions{display:inline-flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.disabled-link{display:inline-flex;align-items:center;min-height:24px;color:var(--muted);font-size:13px;font-weight:800}.param-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:18px 20px;border-bottom:1px solid var(--line)}.param-form label{display:grid;gap:7px;color:#4b5563;font-weight:700}.param-form label.disabled{opacity:.55}.runner-actions{grid-column:1 / -1;padding:0}.runner-actions .primary-subtle,.runner-actions .outline-button{min-width:150px}.response-panel{margin:0;padding:20px;overflow:auto;background:#151a20;color:#e6edf3;font-size:13px;line-height:1.55}.tool-workspace{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:stretch}.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-wrap.featured .tool-panel{border-color:#0f9b8e3d;box-shadow:0 10px 30px #0f9b8e14,var(--soft-shadow)}.tool-panel-body{flex:1;display:grid;gap:16px;align-content:start;padding:18px 20px 20px}.tool-form.two-columns{grid-template-columns:repeat(2,minmax(0,1fr));padding:0;border-bottom:0}.tool-checkbox{align-content:center}.tool-checkbox input{width:18px;height:18px;justify-self:start;accent-color:var(--accent)}.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}.palette-groups{display:grid;gap:14px}.palette-group{padding:14px;border:1px solid var(--line);border-radius:12px;background:#fbfcfd}.palette-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-top:12px}.palette-chip{display:grid;gap:8px;padding:10px;border-radius:10px;background:#fff;border:1px solid var(--line)}.palette-chip i{display:block;width:100%;height:56px;border-radius:8px;border:1px solid rgba(15,23,42,.08)}.palette-chip span{color:#344054;font-size:13px;font-weight:700}.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;outline-color:var(--accent);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}.qr-preview{display:grid;justify-items:center;gap:12px;padding:18px;border-radius:12px;background:linear-gradient(180deg,#fff,#f7fafb);border:1px solid var(--line)}.qr-preview img{width:min(220px,100%);aspect-ratio:1 / 1;object-fit:contain;border-radius:12px;background:#fff;padding:10px;border:1px solid var(--line)}.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 .endpoint-lab,.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 .param-form 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 .runner-head b,.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 .param-form label,.theme-dark .quote-card p,.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 .endpoint-list{background:#091412db}.theme-dark .endpoint-list-item{border-bottom-color:var(--line);color:var(--text)}.theme-dark .endpoint-list-item.active,.theme-dark .topbar nav button.active{background:#37d8c51f;color:var(--accent-dark)}.theme-dark .favorite-card{background:var(--surface-strong)}.theme-dark .ghost-button{border:1px solid var(--line);background:var(--surface-soft);color:var(--heading)}.theme-dark .topbar nav button{background:var(--surface-soft);color:var(--heading)}.theme-dark .quote-card{background:linear-gradient(90deg,#0e1d1bf5,#0e1d1bb8),linear-gradient(135deg,#37d8c524,#f097451f)}.theme-dark .response-panel,.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:38px;justify-self:center;justify-content:center;gap:3px;padding:3px;border:1px solid var(--line);border-radius:999px;background:#ffffffa3;overflow:visible}.theme-dark .topbar nav{background:#0e1d1ba8}.topbar nav button{width:32px;height:30px;justify-content:center;padding:0;border:0;border-radius:999px}.topbar nav button.active{background:#0f9b8e1f;border:0}.topbar nav button.active:after{display:none}.topbar nav .nav-label{display:none}.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))}.lab-grid{grid-template-columns:1fr}.endpoint-list{max-height:330px;border-right:0;border-bottom:1px solid var(--line)}}@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}.theme-toggle,.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)}.header-actions .theme-icon{display:none}.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:64px;height:64px}.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,.param-form,.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,.runner-actions{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){.home-module-settings{width:calc(100vw - 24px);max-width:calc(100vw - 24px)}.home-module-settings .settings-grid{width:calc(100vw - 48px);gap:8px;padding:0 12px 12px}.home-module-settings .switch-row,.home-module-settings .api-base{flex-basis:calc((100% - 16px) / 3);width:calc((100% - 16px) / 3);min-height:70px;padding:9px 10px}.home-module-settings .switch-row span,.home-module-settings .api-base{font-size:12px}.home-module-settings .api-base input{height:32px;font-size:12px}.home-module-settings .api-setting-row{flex-basis:100%;width:100%}.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,.runner-head,.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);--accent-focus: rgba(15, 143, 127, .1);--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)}.theme-toggle,.settings-shortcut,.avatar{border:0;background:transparent;box-shadow:none;color:var(--muted)}.theme-toggle:hover,.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(--accent-border);box-shadow:0 0 0 4px var(--accent-focus)}.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,.endpoint-lab,.quote-card,.footer-inner{border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.card-title,.section-title,.runner-head,.tool-panel-head{margin-bottom:12px;padding:0 0 12px;border-bottom:1px solid var(--line)}.card-title>span,.section-title>span,.runner-head>div,.tool-panel-head span{color:var(--heading)}.card-title svg,.section-title svg,.tool-panel-head svg,.runner-head svg{color:var(--accent)}.card-title b,.section-title b,.tool-panel-head span{font-size:18px;font-weight:760}.section-title small,.runner-head 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,.category-tabs,.button-row,.market-grid,.tool-grid,.settings-grid,.compact-settings .settings-grid,.favorite-grid,.tool-panel-body,.tool-form,.tool-output,.param-form,.runner-actions,.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,.runner-actions{padding-top:16px;padding-bottom:0}.news-list li,.rank-list li,.endpoint-list-item{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,.category-tabs{gap:6px;border-bottom:0}.tabs button,.category-tabs button{height:32px;padding:0 8px;border-radius:6px;color:var(--muted);font-weight:680}.tabs button.active,.category-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,.favorite-card,.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)}.quote-card{min-height:104px;grid-template-columns:36px minmax(0,1fr);padding:8px 0 4px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.quote-card span{color:var(--accent-warm);font-size:50px}.quote-card p{color:var(--heading);font-size:17px;line-height:1.65}.quote-card small{color:var(--muted)}.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,.param-form 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}.empty-state{margin:0;border:1px dashed var(--accent-border);border-radius:8px;background:#f6f8fa}.endpoint-lab,.lab-grid{border-top:1px solid var(--line)}.endpoint-list{border-right:1px solid var(--line);background:transparent}.endpoint-list-item.active{background:var(--surface-tint);color:var(--accent-dark)}.endpoint-choice{padding-left:0}.favorite-grid{gap:0}.favorite-card{padding:14px 0;border-bottom:1px solid var(--line);border-radius:0;background:transparent}.favorite-card-actions{border-top-color:var(--line)}.runner-head,.param-form{padding-left:0;padding-right:0}.runner-head{margin-bottom:0}.response-panel{border-radius:8px;background:#0d1117}.tool-panel{height:auto}.tool-panel-wrap.featured .tool-panel{border-color:transparent;box-shadow:none}.tool-panel-wrap.featured .card-title{border-bottom-color:var(--line)}.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 .endpoint-lab,.theme-dark .footer-inner,.theme-dark .quote-card{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 .param-form 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 .empty-state{background:#161b22;border-color:var(--accent-border)}.theme-dark .endpoint-list{background:transparent}.theme-dark .endpoint-list-item.active,.theme-dark .tabs button.active,.theme-dark .category-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:40px;padding:0;border:0;background:transparent}.topbar nav button{width:34px;height:34px;border:0;border-radius:8px}.topbar nav button.active{background:var(--surface-tint)}.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))}.endpoint-list{border-right:0;border-bottom:1px solid var(--line)}}@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,.param-form,.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,.runner-head,.tool-panel-head{padding:0 0 10px}.page-title span{font-size:22px}.quote-card{grid-template-columns:28px minmax(0,1fr);padding:8px 0}.quote-card span{font-size:42px}.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:var(--surface-soft)}.theme-dark .settings-nav button.active{background:#0d1117;color:var(--accent-dark)}@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:var(--surface-soft);color:var(--accent)}.status.icon-status.loading,.status.icon-status.error{background:transparent}.button-row,.runner-actions{gap:8px}.empty-state{min-height:64px;margin:0;padding:18px;border:0;background:transparent;color:var(--accent);opacity:.55}.empty-state b,.empty-state small{display:none}.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)}.empty-state{min-height:112px;padding:30px 18px}.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}.empty-state{min-height:96px;padding:24px 14px}}@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}.endpoint-favorites{padding-inline:0}.endpoint-lab{padding:clamp(20px,2.4vw,30px);border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.endpoint-lab .section-title{margin:0;padding:0 0 14px;border-bottom:1px solid var(--line)}.endpoint-lab .category-tabs{margin-top:12px;padding:0 0 14px;border-bottom:0}.endpoint-lab .lab-grid{grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:24px;min-height:620px;padding-top:16px;border-top:1px solid var(--line)}.endpoint-lab .endpoint-list{max-height:680px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);overflow:auto}.endpoint-lab .endpoint-list-item{border-bottom:1px solid var(--line)}.endpoint-lab .endpoint-list-item:last-child{border-bottom:0}.endpoint-lab .endpoint-choice{min-height:58px;padding:10px 8px 10px 12px}.endpoint-lab .endpoint-runner{min-width:0}.endpoint-lab .runner-head{align-items:flex-start;margin:0;padding:0 0 14px;border-bottom:1px solid var(--line)}.endpoint-lab .runner-head-actions{gap:8px}.endpoint-lab .param-form{grid-template-columns:repeat(3,minmax(160px,1fr));gap:12px;padding:16px 0;border-bottom:0}.endpoint-lab .param-form input{height:42px}.endpoint-lab .runner-actions{gap:8px}.endpoint-lab .runner-actions .primary-subtle,.endpoint-lab .runner-actions .outline-button{height:36px;min-width:0;padding:0 12px;border-radius:7px;font-size:13px}.endpoint-lab .response-panel{min-height:320px;padding:16px;border-radius:8px}@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)}.endpoint-lab .lab-grid{grid-template-columns:minmax(240px,310px) minmax(0,1fr)}}@media(max-width:760px){:root{--page-gutter: 24px}.topbar,.chrome-floating .topbar{padding-right:12px;padding-left:12px}.theme-toggle,.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}.endpoint-favorites{display:none}.endpoint-lab{padding:16px 8px 0}.endpoint-lab .section-title{align-items:flex-start;flex-direction:column;gap:6px}.endpoint-lab .category-tabs{display:flex;flex-wrap:nowrap;gap:6px;overflow-x:auto;padding-bottom:12px}.endpoint-lab .category-tabs button{flex:0 0 auto}.endpoint-lab .lab-grid{grid-template-columns:1fr;gap:18px;min-height:0;padding-top:14px}.endpoint-lab .endpoint-list{max-height:330px}.endpoint-lab .endpoint-choice{min-height:54px}.endpoint-lab .runner-head{display:grid;gap:12px}.endpoint-lab .runner-head-actions{justify-content:flex-start}.endpoint-lab .param-form{grid-template-columns:1fr}.endpoint-lab .response-panel{min-height:260px;max-height:420px}}@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,.endpoint-lab,.endpoint-lab .lab-grid,.endpoint-lab .endpoint-runner{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.market-grid{grid-template-columns:1fr;padding-inline:0}.metric,.metric small,.metric em,.tool-form label,.tool-form input,.tool-form select,.tool-form textarea{min-width:0;overflow-wrap:anywhere}.endpoint-lab{padding-inline:4px}}.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 .endpoint-lab,.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}.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,.theme-dark .endpoint-lab .runner-actions .outline-button{border-color:var(--line);background:var(--input-bg);color:var(--heading)}.theme-dark .tool-actions .primary-subtle:hover,.theme-dark .endpoint-lab .runner-actions .primary-subtle:hover{background:var(--accent-dark)}.tool-panel .tool-checkbox{width:min(180px,100%);min-height:46px;display:inline-flex;flex-direction:row;align-items:center;justify-content:space-between;align-self:end;gap:12px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:var(--input-bg);color:var(--heading)}.tool-panel .tool-checkbox input{width:18px;height:18px;flex:0 0 auto}.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,.endpoint-lab .runner-actions .primary-subtle{background:var(--accent);color:#fff;box-shadow:none}.tool-actions .primary-subtle:hover,.endpoint-lab .runner-actions .primary-subtle:hover{background:var(--accent-dark);color:#fff}.theme-dark .tool-actions .primary-subtle,.theme-dark .endpoint-lab .runner-actions .primary-subtle{background:var(--accent);color:#07100f}.theme-dark .tool-actions .primary-subtle:hover,.theme-dark .endpoint-lab .runner-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(4,minmax(0,1fr))}.avatar-menu-actions button{min-width:0;padding:0 6px;white-space:nowrap}@media(max-width:760px){.theme-toggle{display:none}.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,.page-stack>.endpoint-favorites,.page-stack>.endpoint-lab{width:100%;max-width:100%;padding-right:0;padding-left:0;margin-right:0;margin-left:0;box-sizing:border-box}.tool-workspace.tool-workspace-grid{padding-right:0;padding-left:0}.tool-workspace,.tool-panel-wrap,.tool-panel{min-width:0}.endpoint-favorites{padding:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.endpoint-favorites .card-title{margin:0;padding:14px 0 10px;border-bottom:0}.endpoint-favorites .favorite-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;padding:0 0 14px}.endpoint-favorites .favorite-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 0;border:0;border-radius:0;background:transparent;box-shadow:inset 0 -1px 0 var(--line)}.endpoint-favorites .favorite-card>button{grid-template-columns:24px minmax(0,1fr);gap:8px}.endpoint-favorites .favorite-card-actions{justify-content:flex-end;padding-top:0;border-top:0}.endpoint-favorites .favorite-card-actions a,.endpoint-favorites .favorite-card-actions button,.endpoint-favorites .favorite-card-actions span{min-height:28px;padding:0 6px}@media(max-width:760px){.topbar,.chrome-floating .topbar{height:54px;min-height:calc(54px + env(safe-area-inset-top,0px))}.endpoint-favorites .favorite-grid,.endpoint-favorites .favorite-card{grid-template-columns:1fr}.endpoint-favorites .favorite-card-actions{justify-content:flex-start}}.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}.market-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media(min-width:761px){.app-shell.chrome-floating .topbar{width:min(1120px,calc(100% - clamp(48px,10vw,168px)));height:52px;min-height:52px;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){.market-grid{grid-template-columns:1fr}.app-shell.chrome-floating .topbar{width:100%;margin:0;border-right:0;border-left:0;border-radius:0;box-shadow:none}}.wallpaper-custom{background:transparent}.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 .endpoint-lab,.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 .tool-panel-wrap.featured .tool-panel{border-color:var(--line)}.wallpaper-custom .search-box,.wallpaper-custom .api-base input,.wallpaper-custom .api-guide-field input,.wallpaper-custom .param-form 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 .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 .favorite-card,.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 .metric{min-height:76px;padding:10px 12px;border-left:1px solid var(--line)}.wallpaper-custom .weather-body,.wallpaper-custom .tool-panel-body,.wallpaper-custom .settings-section,.wallpaper-custom .endpoint-lab .lab-grid,.wallpaper-custom .endpoint-lab .endpoint-runner{min-width:0;border-radius:12px}.wallpaper-custom .weather-card .weather-body{padding:0 16px 18px}.wallpaper-custom .endpoint-lab .endpoint-list{border-color:var(--line);border-radius:10px;background:var(--surface-soft);-webkit-backdrop-filter:blur(14px) saturate(1.08);backdrop-filter:blur(14px) saturate(1.08)}.wallpaper-custom .endpoint-lab .endpoint-choice,.wallpaper-custom .endpoint-lab .runner-head,.wallpaper-custom .endpoint-lab .param-form,.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(--accent-border);box-shadow:0 0 0 4px var(--accent-focus),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{width:min(940px,calc(100% - clamp(56px,10vw,168px)));box-shadow:0 14px 38px #1f23281f}}@media(max-width:760px){.wallpaper-custom .card,.wallpaper-custom .settings-panel,.wallpaper-custom .tool-panel,.wallpaper-custom .endpoint-lab{border-radius:12px}.wallpaper-custom .weather-card .weather-body{padding-right:12px;padding-left: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}.page-stack>.market-strip .card-title,.page-stack>.market-strip .market-grid{padding-right:0;padding-left: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}}.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))}}
