*{box-sizing:border-box}body{margin:0;font-family:Arial,"Microsoft YaHei",sans-serif;background:#f5f7fb;color:#111827}.app{display:flex;min-height:100vh}.sidebar{width:240px;background:#fff;border-right:1px solid #eef2f7;padding:18px 14px;position:fixed;left:0;top:0;bottom:0;overflow-y:auto}.home-btn{height:42px;margin-bottom:14px;border-radius:12px;background:linear-gradient(135deg,#ff7a00,#ff9f1a);color:#fff;text-decoration:none;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 8px 18px rgba(255,122,0,.22);transition:.2s}.home-btn:hover{transform:translateY(-1px);filter:brightness(.98)}.home-icon{font-size:18px;line-height:1}.brand{display:flex;align-items:center;gap:12px;margin-bottom:16px}.logo{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#1677ff,#00b578);color:#fff;font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center}.brand h1{font-size:17px;margin:0}.brand p{font-size:12px;color:#8a94a6;margin:4px 0 0}.search{width:100%;height:38px;border:1px solid #e5e7eb;border-radius:10px;padding:0 12px;background:#f8fafc;outline:none}.search:focus{border-color:#1677ff;background:#fff}.nav{margin-top:16px;display:flex;flex-direction:column;gap:4px}.nav a{padding:11px 12px;border-radius:10px;text-decoration:none;color:#6b7280;font-size:14px}.nav a:hover,.nav a.active{background:#eef6ff;color:#1677ff;font-weight:700}.nav a.external:after{content:"↗";float:right;color:#94a3b8}.main{margin-left:240px;flex:1;padding:28px}.top,.content,.tool-card,.tips{background:#fff;border-radius:18px;box-shadow:0 8px 30px rgba(15,23,42,.06);padding:20px}.top{display:flex;justify-content:space-between;gap:16px;align-items:center}.top h2{font-size:26px;margin:0}.top p,.head p,.tips p,.muted{color:#64748b;font-size:14px;line-height:1.7}.actions{display:flex;gap:10px;flex-wrap:wrap}button,.btn{border:0;border-radius:10px;background:#1677ff;color:#fff;padding:10px 15px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-size:14px}button:hover,.btn:hover{filter:brightness(.96)}.actions button:first-child,.btn-gray{background:#eef2f7;color:#334155}.btn-green{background:#16a34a}.btn-red{background:#ef4444}.tabs{margin:22px 0 0;background:#fff;border-radius:18px;box-shadow:0 8px 30px rgba(15,23,42,.06);padding:0 18px;display:flex;gap:24px;overflow-x:auto}.tab{white-space:nowrap;padding:18px 0 15px;border-bottom:3px solid transparent;cursor:pointer;color:#334155}.tab.active{font-weight:700;border-bottom-color:#111827;color:#111827}.content,.tool-card{margin-top:22px}.head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb;padding-bottom:14px;margin-bottom:18px}.head h3{margin:0}.grid{display:grid;grid-template-columns:repeat(2,minmax(320px,1fr));gap:18px}.card{border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#fff}.card-head{background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:13px 16px;display:flex;justify-content:space-between}.card-head span{font-size:13px;color:#64748b}.row{display:grid;grid-template-columns:170px 1fr;border-bottom:1px solid #e5e7eb;min-height:54px;align-items:center}.row:last-child{border-bottom:0}.label{padding:0 14px}.input-wrap{padding:9px 14px}input,select,textarea{outline:none}.input-wrap input,.input,.select{width:100%;height:38px;border:1px solid #e5e7eb;border-radius:8px;padding:0 12px;background:#fff}.textarea{width:100%;min-height:150px;border:1px solid #e5e7eb;border-radius:10px;padding:12px;line-height:1.7;resize:vertical}.input-wrap input:focus,.input:focus,.select:focus,.textarea:focus{border-color:#1677ff;box-shadow:0 0 0 3px rgba(22,119,255,.12)}.page{display:none}.page.active{display:block}.tool-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:16px}.tool-grid-3{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:16px}.form-row{margin-bottom:14px}.form-row label{display:block;font-weight:700;margin-bottom:8px}.result{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:14px;line-height:1.8;white-space:pre-wrap;min-height:58px;overflow:auto}.pills{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0}.pill{background:#eef6ff;color:#1677ff;border-radius:999px;padding:6px 10px;font-size:13px;cursor:pointer}.pill:hover{background:#dbeafe}.toolbar{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0}.small-table{width:100%;border-collapse:collapse;font-size:13px}.small-table th,.small-table td{border-bottom:1px solid #e5e7eb;padding:8px;text-align:left}.toast{position:fixed;left:50%;bottom:32px;transform:translateX(-50%);background:rgba(17,24,39,.92);color:#fff;padding:10px 16px;border-radius:999px;opacity:0;transition:.25s;pointer-events:none}.toast.show{opacity:1;bottom:46px}.hidden{display:none!important}.kbd{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;padding:2px 6px;font-size:12px}.warning{background:#fffbeb;border:1px solid #fde68a;color:#92400e;border-radius:10px;padding:10px;margin:10px 0}.okbox{background:#ecfdf5;border:1px solid #86efac;color:#166534;border-radius:10px;padding:10px;margin:10px 0}@media(max-width:960px){.sidebar{position:static;width:100%;height:auto}.app{display:block}.main{margin-left:0;padding:16px}.top{flex-direction:column;align-items:flex-start}.grid,.tool-grid,.tool-grid-3{grid-template-columns:1fr}.row{grid-template-columns:130px 1fr}}