*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Noto Sans SC",Arial,sans-serif;background:#f4f6fb;color:#1d2738}
.site-shell{max-width:1320px;margin:0 auto;padding:28px 20px 40px}
.hero{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.hero__icon{width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,var(--accent-start),var(--accent-end));display:grid;place-items:center;font-size:28px;box-shadow:0 14px 36px rgba(91,124,255,.24)}
.hero__logo-wrap{width:64px;height:64px;border-radius:18px;display:grid;place-items:center;background:#fff;box-shadow:0 14px 36px rgba(91,124,255,.18);border:1px solid #e6ecf7;overflow:hidden;padding:6px}
.hero__logo{max-width:100%;max-height:100%;object-fit:contain;display:block}
.hero h1{margin:0;font-size:42px;font-weight:900;letter-spacing:.4px}
.hero p{margin:6px 0 0;color:#67758d;font-size:18px}
.panel{background:#fff;border-radius:26px;padding:24px;box-shadow:0 18px 46px rgba(27,39,67,.08)}
.notice-bar{padding:12px 16px;background:#f0f4ff;border:1px solid #dce5ff;border-radius:14px;color:#45557a;font-weight:600;margin-bottom:18px}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.field{display:flex;flex-direction:column;gap:8px}
.field.full{grid-column:1/-1}
label{font-size:17px;font-weight:800;color:#1e2a3d}
small{color:#7f8aa1}
.checkline{display:flex;align-items:center;gap:10px}
.checkline input{width:20px;height:20px}
input[type=text],input[type=number],select,input[type=file]{height:54px;border:1px solid #d9e2ef;border-radius:14px;padding:0 16px;font-size:16px;outline:none;transition:.2s;background:#fff}
input[type=text]:focus,input[type=number]:focus,select:focus,input[type=file]:focus{border-color:#8ea7ff;box-shadow:0 0 0 4px rgba(91,124,255,.12)}
.launch-btn{height:56px;border:0;border-radius:16px;background:var(--button-color);color:#1f1f1f;font-weight:900;font-size:18px;cursor:pointer;box-shadow:0 12px 28px rgba(240,185,11,.25)}
.launch-btn:disabled{opacity:.55;cursor:not-allowed}
.launch-btn--ghost{margin-left:12px;background:#eef2fa;color:#1d2738;box-shadow:none}
.stats{margin-top:20px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-radius:18px;background:linear-gradient(90deg,var(--accent-start),var(--accent-end));padding:22px 16px;color:#fff}
.stats div{text-align:center}
.stats span{display:block;font-size:15px;opacity:.9;margin-bottom:10px}
.stats strong{font-size:40px;font-weight:900;line-height:1}
.results-wrap{margin-top:20px;padding-top:12px;border-top:1px solid #ecf0f7}
.results-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.results-head h2{margin:0;font-size:30px}
.toolbar{display:flex;gap:10px;flex-wrap:wrap}
.tool-btn{border:1px solid #d7deea;background:#fff;border-radius:14px;height:46px;padding:0 16px;font-size:15px;font-weight:800;cursor:pointer;color:#36445d}
.results-list{display:flex;flex-direction:column;gap:14px}
.result-card{background:#fbfcff;border:1px solid #e6ecf7;border-radius:18px;padding:20px}
.result-top{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px;flex-wrap:wrap}
.badges{display:flex;gap:8px;flex-wrap:wrap}
.badge{padding:6px 12px;border-radius:999px;color:#fff;font-size:13px;font-weight:800}
.badge--purple{background:#914fd6}
.badge--green{background:#28b463}
.result-line{display:grid;grid-template-columns:110px 1fr auto;gap:12px;align-items:center;padding:10px 0;border-top:1px dashed #e5ebf5}
.result-line:first-of-type{border-top:0}
.result-line label{font-size:15px}
.code-text{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,"Courier New",monospace;font-size:15px;color:#2a3e67;word-break:break-all}
.code-text--red{color:#ff6b57}
.copy-btn{border:1px solid #dce4f0;background:#fff;border-radius:12px;padding:10px 14px;font-weight:800;cursor:pointer}
.copy-btn:hover,.tool-btn:hover{transform:translateY(-1px)}
.bottom-grid{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.info-card{background:#fff;border-radius:22px;box-shadow:0 18px 42px rgba(17,28,47,.06);padding:22px}
.info-card h3{margin:0 0 14px;font-size:28px}
.info-card ul{margin:0;padding-left:18px;color:#5a6780;line-height:1.9}
.info-card--warn{border:2px solid #f2cc5c;background:#fff8db}
.footer{text-align:center;color:#7d879a;margin-top:18px;font-size:14px}
.empty{padding:30px 12px;color:#7b879e;text-align:center;border:1px dashed #d9e3f2;border-radius:16px;background:#fafcff}
.toast{position:fixed;right:20px;bottom:20px;padding:14px 16px;background:#1d2738;color:#fff;border-radius:14px;box-shadow:0 12px 28px rgba(0,0,0,.18);z-index:1000}
@media (max-width:980px){.hero h1{font-size:34px}.stats strong{font-size:30px}.form-grid,.bottom-grid,.stats{grid-template-columns:1fr 1fr}.result-line{grid-template-columns:90px 1fr}}
@media (max-width:680px){.site-shell{padding:18px 14px 34px}.hero{align-items:flex-start}.hero h1{font-size:28px}.hero p{font-size:15px}.hero__logo-wrap{width:56px;height:56px}.panel{padding:16px}.form-grid,.bottom-grid,.stats{grid-template-columns:1fr}.stats{gap:18px}.results-head{flex-direction:column;align-items:flex-start}.result-line{grid-template-columns:1fr;gap:8px}.launch-btn--ghost{margin-left:0;margin-top:10px;width:100%}.launch-btn{width:100%}}
