:root{--bg:#f5f5f7;--surface:#ffffffe0;--surface-solid:#fff;--surface-hover:#fffffff5;--sidebar-bg:#ffffffb8;--border:#00000017;--border-subtle:#0000000d;--divider:#0000000f;--accent:#0071e3;--accent-hover:#0077ed;--accent-pressed:#005bb5;--accent-subtle:#0071e314;--accent-text:#004fac;--text-1:#1d1d1f;--text-2:#6e6e73;--text-3:#adadb8;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 20px #00000014, 0 1px 4px #0000000a;--shadow-lg:0 12px 40px #0000001f, 0 2px 8px #0000000f;--shadow-focus:0 0 0 4px #0071e338;--radius-xs:6px;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--radius-xl:22px;--radius-pill:999px;--header-h:52px;--sidebar-w:180px;--font:"Inter", -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif;--ease-out:cubic-bezier(.25, .46, .45, .94);--ease-spring:cubic-bezier(.34, 1.38, .64, 1);--ease-decel:cubic-bezier(0, 0, .2, 1);--dur-fast:.14s;--dur-base:.22s;--dur-slow:.36s}[data-theme=dark]{--bg:#000;--surface:#1c1c1ed1;--surface-solid:#1c1c1e;--surface-hover:#2c2c2ee6;--sidebar-bg:#121212c7;--border:#ffffff1a;--border-subtle:#ffffff0f;--divider:#ffffff14;--accent:#2997ff;--accent-hover:#47a6ff;--accent-pressed:#006ecd;--accent-subtle:#2997ff1f;--accent-text:#5ac8fa;--text-1:#f5f5f7;--text-2:#98989d;--text-3:#48484a;--shadow-xs:0 1px 2px #00000080;--shadow-sm:0 1px 3px #0000008c, 0 1px 2px #0006;--shadow-md:0 4px 20px #0000008c, 0 1px 4px #0006;--shadow-lg:0 12px 40px #000000a6, 0 2px 8px #00000080}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font);color:var(--text-1);background:var(--bg);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-feature-settings:"kern" 1, "liga" 1, "calt" 1;font-size:16px}body{overscroll-behavior:none;min-height:100dvh;line-height:1.5}:focus-visible{box-shadow:var(--shadow-focus);border-radius:var(--radius-sm);outline:none}::selection{background:var(--accent-subtle);color:var(--accent-text)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-pill);transition:background var(--dur-fast) ease}::-webkit-scrollbar-thumb:hover{background:var(--text-3)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}home-page{flex-direction:column;height:100dvh;display:flex;overflow:hidden}home-page>mobile-home{flex:1;min-height:0}.desktop-shell{flex-direction:column;flex:1;min-height:0;display:flex}.layout-body{flex:1;min-height:0;display:flex}.sidebar{width:var(--sidebar-w,180px);background:var(--sidebar-bg);border-right:1px solid var(--border);top:var(--header-h,52px);height:calc(100dvh - var(--header-h,52px));-webkit-backdrop-filter:blur(20px)saturate(180%);flex-direction:column;flex-shrink:0;display:flex;position:sticky;overflow:hidden}.sidebar nav-sidebar{flex:1;min-height:0}.main-content{overscroll-behavior:contain;scroll-behavior:smooth;flex:1;min-width:0;min-height:0;overflow-y:auto}.content-inner{box-sizing:border-box;max-width:1450px;margin:0 auto;padding:16px 16px 64px}.category-section{scroll-margin-top:56px}.category-section+.category-section{margin-top:24px}.category-title{color:var(--text-1);letter-spacing:-.02em;margin:16px 0 8px;font-size:18px;font-weight:700;line-height:1.3}.category-title em{color:var(--accent);font-style:normal}nav-faq{margin-top:32px;display:block}nav-footer{display:block}.tool-grid{--tool-gap:16px;gap:var(--tool-gap);grid-template-columns:repeat(1,minmax(0,1fr));align-items:stretch;display:grid}nav-tool-card{width:100%;min-width:0;height:100%;display:block}@media (min-width:640px){.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:900px){.tool-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1200px){.tool-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1450px){.tool-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}.empty-favorites{color:var(--text-2);text-align:center;background:var(--surface-solid);border:1px dashed var(--border);border-radius:var(--radius-md,14px);margin:0;padding:22px 16px;font-size:13px}.empty-state{color:var(--text-3);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:64px 24px;display:flex}.empty-state p{color:var(--text-2);letter-spacing:-.01em;font-size:15px;font-weight:500}.reset-btn{background:var(--accent);color:#fff;border-radius:var(--radius-sm);font-size:14px;font-family:var(--font);cursor:pointer;transition:background var(--dur-fast) ease, transform var(--dur-fast) var(--ease-spring);letter-spacing:-.01em;border:none;padding:9px 22px;font-weight:600}.reset-btn:hover{background:var(--accent-hover);transform:scale(1.02)}.reset-btn:active{background:var(--accent-pressed);transform:scale(.98)}@media (max-width:960px){.content-inner{padding:12px 12px 56px}}
