body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary:#1e40af;--primary-hover:#1e3a8a;--primary-light:#3b82f6;--bg:#f8fafc;--bg-alt:#f1f5f9;--surface:#fff;--surface-hover:#f8fafc;--border:#e2e8f0;--border-hover:#cbd5e1;--text:#1e293b;--text-secondary:#475569;--muted:#64748b;--muted2:#94a3b8;--shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-md:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-lg:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--radius:12px;--radiusSm:8px;--radiusLg:16px;--max:1100px}*,:after,:before{box-sizing:border-box}body,html{min-height:100%}body{background-attachment:fixed;background-color:#f8fafc;background-image:url(https://images.unsplash.com/photo-1480714378408-67cf0d13bc1b?w=1920&q=80);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#1e293b;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;margin:0;min-height:100vh}body:before{background:#fff9;content:"";inset:0;pointer-events:none;position:fixed;z-index:-1}.page{margin:0 auto;max-width:1100px;max-width:var(--max);padding:24px 20px 32px}.hero{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:16px;border-radius:var(--radiusLg);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow);padding:24px;position:relative}.hero:before{display:none}.grid-2{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:1fr 1fr}@media (max-width:920px){.grid-2{grid-template-columns:1fr}}.card{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:16px;border-radius:var(--radiusLg);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow);padding:24px}.cardTitle{color:#1e293b;color:var(--text);font-size:18px;font-weight:600;margin:0 0 16px}.card-hover{position:relative;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.card-hover:before{display:none}.card-hover:hover{border-color:#3b82f6;border-color:var(--primary-light);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.muted{color:#64748b;color:var(--muted)}.small{color:#94a3b8;color:var(--muted2);font-size:13px}h1{color:#1e293b;color:var(--text);font-size:28px;font-weight:700;letter-spacing:-.02em;margin:0 0 12px}h2{margin:0}h2,h3{font-weight:600}h3{color:#1e293b;color:var(--text)}p{line-height:1.6}.label,p{color:#475569;color:var(--text-secondary)}.label{display:block;font-size:14px;font-weight:500;margin-bottom:12px}.input,.select,.textarea{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radiusSm);color:#1e293b;color:var(--text);font-size:15px;margin-top:6px;outline:none;padding:12px 14px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.input:focus,.select:focus,.textarea:focus{border-color:#1e40af;border-color:var(--primary);box-shadow:0 0 0 3px #1e40af1a}.input::placeholder{color:#94a3b8;color:var(--muted2)}.textarea{min-height:120px;resize:vertical}.select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%2364748b' d='m2 4 4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.btn,.select{cursor:pointer}.btn{align-items:center;background:#1e40af;background:var(--primary);border:none;border-radius:8px;border-radius:var(--radiusSm);color:#fff;display:inline-flex;font-size:15px;font-weight:600;gap:8px;justify-content:center;padding:12px 24px;transition:background .2s ease,transform .15s ease,box-shadow .2s ease}.btn:hover{background:#1e3a8a;background:var(--primary-hover);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.btn:disabled:hover{background:#1e40af;background:var(--primary);box-shadow:none;transform:none}.btn:focus-visible{outline:2px solid #1e40af;outline:2px solid var(--primary);outline-offset:2px}.btnSecondary{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);color:#1e293b;color:var(--text);font-weight:500}.btnSecondary:hover{background:#f1f5f9;background:var(--bg-alt);border-color:#cbd5e1;border-color:var(--border-hover)}.pillRow{display:flex;flex-wrap:wrap;gap:8px}.pill{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:999px;color:#475569;color:var(--text-secondary);cursor:pointer;font-size:14px;font-weight:500;padding:10px 18px;transition:all .2s ease}.pill:hover{background:#f1f5f9;background:var(--bg-alt);border-color:#cbd5e1;border-color:var(--border-hover);color:#1e293b;color:var(--text)}.pill:focus-visible{outline:2px solid #1e40af;outline:2px solid var(--primary);outline-offset:2px}.pillActive{background:#1e40af;background:var(--primary);border-color:#1e40af;border-color:var(--primary);color:#fff}.pillActive:hover{background:#1e3a8a;background:var(--primary-hover);border-color:#1e3a8a;border-color:var(--primary-hover);color:#fff}.tableWrap{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);overflow-x:auto}table{border-collapse:collapse;width:100%}td,th{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);padding:12px 14px;text-align:left}th{background:#f1f5f9;background:var(--bg-alt);color:#475569;color:var(--text-secondary);font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}tr:last-child td{border-bottom:none}tr:hover td{background:#f1f5f9;background:var(--bg-alt)}.navGlass{background:#fff!important;background:var(--surface)!important;border-bottom:1px solid #e2e8f0!important;border-bottom:1px solid var(--border)!important;box-shadow:0 1px 3px #0000000d}@media (hover:none){.card-hover:active{transform:scale(.98)}}@media (max-width:520px){.page{padding:16px 12px 24px}.card,.hero{border-radius:12px;border-radius:var(--radius);padding:18px}h1{font-size:22px}.cardTitle{font-size:16px}.label{font-size:13px}.input,.select,.textarea{padding:10px 12px}.btn{font-size:14px;padding:10px 18px}.grid-2{gap:14px;grid-template-columns:1fr}.resultRow{align-items:flex-start;flex-direction:column;gap:4px}.resultRow strong{align-self:flex-end}.tableWrap{overflow-x:auto}table{font-size:13px}td,th{padding:10px}}.layoutShell{grid-gap:20px;display:grid;gap:20px;grid-template-columns:170px minmax(0,1fr) 170px;margin:0 auto;max-width:1400px;padding:0 16px}.mainContent{min-width:0}.sideBanner{background:#f1f5f9;background:var(--bg-alt);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);height:calc(100vh - 110px);overflow:hidden;position:-webkit-sticky;position:sticky;top:90px}.sideBanner img{display:block;height:100%;object-fit:contain;padding:4px;width:100%}@media (max-width:1100px){.layoutShell{grid-template-columns:1fr}.sideBanner{display:none}}.adsCarousel,.adsCarousel img{display:block;height:100%;width:100%}.adsCarousel img{-webkit-user-drag:none;object-fit:contain;padding:4px;transition:opacity .35s ease;-webkit-user-select:none;user-select:none}input[type=checkbox]{accent-color:#1e40af;accent-color:var(--primary);cursor:pointer;height:18px;width:18px}.resultRow{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:12px 0}.resultRow:last-child{border-bottom:none}.resultRow strong{color:#1e293b;color:var(--text);font-weight:600}
/*# sourceMappingURL=main.1e7c597f.css.map*/