*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f3f4f6;--surface: #ffffff;--border: #e5e7eb;--accent: #204b7f;--accent-lt: #dbeafe;--accent-text: #fff;--hover-bg: #e5e7eb;--link: #204b7f;--text: #111827;--muted: #6b7280;--dark: #1a3a5c;--red: #dc2626}html[data-theme=dark]{--bg: #0d1117;--surface: #161b22;--border: #30363d;--accent: #58a6ff;--accent-lt: #1f3350;--accent-text: #0d1117;--hover-bg: #21262d;--link: #58a6ff;--text: #e6edf3;--muted: #8b949e;--dark: #388bfd;--red: #f85149}html[data-theme=dim]{--bg: #22272e;--surface: #2d333b;--border: #444c56;--accent: #539bf5;--accent-lt: #2d3f54;--accent-text: #22272e;--hover-bg: #373e47;--link: #539bf5;--text: #cdd9e5;--muted: #768390;--dark: #6cb6ff;--red: #e5534b}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}.theme-picker{display:flex;gap:4px;align-items:center}.theme-btn{width:28px;height:28px;border-radius:50%;border:2px solid transparent;cursor:pointer;font-size:13px;display:flex;align-items:center;justify-content:center;background:var(--surface);transition:border-color .15s}.theme-btn:hover,.theme-btn.active{border-color:var(--accent)}header{background:var(--surface);border-bottom:1px solid var(--border);padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:64px;position:sticky;top:0;z-index:100;box-shadow:0 1px 4px #0000000f}.logo{display:flex;align-items:center}.logo-img{height:48px;display:block}.header-right{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--muted)}.header-text{white-space:nowrap}.page-wrap{display:flex;max-width:1200px;margin:0 auto;padding:28px 24px;gap:24px;align-items:flex-start}.sidebar{width:180px;flex-shrink:0}.sidebar-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:6px;margin-top:20px}.sidebar-title:first-child{margin-top:0}.sidebar ul{list-style:none;margin-bottom:0}.sidebar ul li{margin-bottom:2px}.sidebar ul li a{display:block;padding:6px 10px;border-radius:6px;font-size:13px;font-weight:500;color:var(--text);transition:background .1s,color .1s}.sidebar ul li a:hover{background:var(--hover-bg);color:var(--text);text-decoration:none}.sidebar ul li a.active{background:var(--accent);color:var(--accent-text, #fff);font-weight:600}.sidebar-note{margin-top:16px;padding:12px 14px;background:var(--surface);border:1px solid var(--border);border-radius:8px;font-size:11.5px;color:var(--muted);line-height:2}.layout{flex:1;display:flex;gap:24px;min-width:0}.content{flex:1;min-width:0}.breadcrumb{font-size:12px;color:var(--muted);margin-bottom:14px}.breadcrumb a{color:var(--muted)}.breadcrumb a:hover{color:var(--text);text-decoration:none}h1{font-size:20px;font-weight:700;color:var(--text);margin-bottom:4px}.tool-desc{font-size:13px;color:var(--muted);margin-bottom:20px}.tool-box{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:14px;overflow:hidden}.tool-header{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);padding:10px 14px;border-bottom:1px solid var(--border);background:var(--bg)}.tool-body{padding:14px}.label{font-size:12px;font-weight:600;color:var(--text);margin-bottom:6px;display:block}textarea,input[type=text],input[type=number],input[type=color],input[type=datetime-local],select{width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:6px;font-family:Fira Code,Cascadia Code,Courier New,monospace;font-size:13px;outline:none;background:var(--surface);color:var(--text);transition:border-color .15s,box-shadow .15s}textarea{resize:vertical;min-height:100px}textarea:focus,input:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #204b7f1a}select{font-family:Inter,system-ui,sans-serif;cursor:pointer;appearance:auto}.row{display:flex;gap:8px;margin:8px 0;flex-wrap:wrap;align-items:center}button{padding:7px 14px;font-size:13px;font-family:inherit;font-weight:500;border:1px solid var(--border);border-radius:6px;background:var(--surface);cursor:pointer;color:var(--text);white-space:nowrap;transition:background .1s,border-color .1s}button:hover{background:var(--hover-bg);border-color:var(--border)}button.primary{background:var(--accent);color:#fff;border-color:var(--accent)}button.primary:hover{background:var(--dark);border-color:var(--dark)}button.danger{background:var(--red);color:#fff;border-color:var(--red)}.output-wrap{position:relative}.copy-btn{position:absolute;top:6px;right:6px;font-size:11px;padding:3px 10px}.result-box{background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:12px;font-family:Fira Code,Cascadia Code,Courier New,monospace;font-size:13px;min-height:36px;word-break:break-all;white-space:pre-wrap}.status{font-size:12px;color:var(--muted);margin-top:6px;min-height:16px}.status.error{color:var(--red)}.status.success{color:#16a34a}.result-row{border:1px solid var(--border);border-radius:6px;display:flex;align-items:center;margin-bottom:8px;overflow:hidden}.result-name{font-size:11px;color:#fff;background:var(--dark);padding:8px 10px;width:120px;flex-shrink:0;font-weight:600;text-align:center}.result-val{font-family:Fira Code,Cascadia Code,Courier New,monospace;font-size:12px;padding:8px 10px;flex:1;word-break:break-all}.copy-small{padding:6px 12px;font-size:11px;border:none;border-left:1px solid var(--border);background:none;cursor:pointer;color:var(--link);flex-shrink:0;font-family:inherit}.copy-small:hover{background:var(--bg);text-decoration:none}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mt{margin-top:14px}.how{margin-top:16px}.how-body{padding:14px;font-size:13px;color:var(--muted);line-height:1.7}.how-body ol,.how-body ul{padding-left:20px}.how-body li{margin-bottom:4px}.related{margin-top:12px}.related-body{padding:14px;display:flex;gap:12px;flex-wrap:wrap}.related-body a{font-size:13px;color:var(--link);padding:5px 10px;border:1px solid var(--border);border-radius:6px;background:var(--surface);transition:border-color .15s}.related-body a:hover{border-color:var(--accent);text-decoration:none}.content-body h2{font-size:15px;font-weight:700;color:var(--text);margin:20px 0 8px}.content-body p{margin-bottom:12px;color:var(--muted)}.content-body ul,.content-body ol{padding-left:20px;margin-bottom:12px;color:var(--muted)}.content-body li{margin-bottom:6px}.content-body a{color:var(--link)}.content-box{border:1px solid var(--border);padding:14px;background:var(--surface);border-radius:6px;margin-bottom:14px;font-size:13px;color:var(--muted)}footer{background:var(--surface);border-top:1px solid var(--border);padding:16px 24px;text-align:center;font-size:12px;color:var(--muted);margin-top:20px}footer a{color:var(--muted)}footer a:hover{color:var(--text)}@media (max-width: 768px){header{height:auto;padding:8px 16px;gap:8px;flex-wrap:wrap}.logo-img{height:36px}.header-text{display:none}.page-wrap{flex-direction:column;padding:12px;gap:10px;align-items:stretch}.layout{flex-direction:column;gap:10px}.sidebar{width:100%}.sidebar-title,.sidebar-note{display:none}.sidebar ul{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:6px;margin-bottom:4px;padding-bottom:4px;scrollbar-width:none}.sidebar ul::-webkit-scrollbar{display:none}.sidebar ul li{flex-shrink:0}.sidebar ul li a{padding:5px 13px;border:1px solid var(--border);border-radius:20px;font-size:12px;background:var(--surface);white-space:nowrap}.sidebar ul li a.active{background:var(--accent);color:#fff;border-color:var(--accent)}.sidebar ul li a:hover{background:var(--bg)}.tool-box{overflow-x:auto}.tool-body{padding:10px}.two-col{grid-template-columns:1fr}.row{flex-wrap:wrap}textarea{min-height:80px}h1{font-size:18px}}
