body{background-color:#f4f4f4;font-family:sans-serif;margin:0}.frontpage{background:#f4f6fb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;min-height:100vh;padding:48px 24px 24px}.fp-header{margin:0 auto 16px;max-width:1100px;position:relative;text-align:left}.fp-container{margin-left:max(12px,calc(25vw - 275px));margin-right:max(12px,calc(75vw - 825px));max-width:1100px}.fp-cta{display:flex;justify-content:center;margin:40px auto 0;max-width:1100px}.fp-start{background:#fff;border:1px solid #000;border-radius:9999px;color:#000;cursor:pointer;font-weight:700;letter-spacing:.2px;padding:12px 22px;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.fp-start:hover{background:#f3f4f6;box-shadow:0 10px 20px #1428501f;transform:translateY(-1px)}.fp-hero-cta{display:flex;gap:8px;position:absolute;right:0;top:0}.fp-header h1{font-size:28px;font-weight:800;letter-spacing:.2px;margin:0}.fp-subtitle{color:#5c6570;margin-top:6px}.fp-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(320px,1fr));margin:12px auto 0;max-width:1100px}.fp-card{align-items:center;background:#fff;border:1px solid #e6e9f0;border-radius:16px;display:flex;flex-direction:row;padding:16px;text-align:left;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.fp-card:hover{border-color:#d8dfea;box-shadow:0 10px 24px #14285014;transform:translateY(-2px)}.fp-ill{font-size:56px;line-height:1;margin-right:14px}.fp-text{display:flex;flex-direction:column}.fp-title{color:#182335;font-size:18px;font-weight:700;margin-bottom:6px}.fp-desc{color:#546072;font-size:14px}@media (max-width:920px){.fp-grid{grid-template-columns:repeat(2,minmax(260px,1fr))}}@media (max-width:560px){.fp-grid{grid-template-columns:1fr}.fp-header h1{font-size:22px}}:root{--gap:10px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dashboard{font-family:Arial,sans-serif;padding:20px}.dashboard h1{font-size:28px;line-height:1.2;margin:0 0 10px}.controls{align-items:center;background:#fff;border:1px solid #e6ebf3;border-radius:12px;box-shadow:0 4px 12px #1428500a;display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 24px;padding:12px 16px}.controls select{min-width:140px}.controls .btn{padding:0 12px}.controls label{align-items:center;color:#333;display:inline-flex;font-size:13px;gap:6px}.controls .controls-right{margin-left:auto}.controls select,.typeahead-input{height:38px;line-height:38px}.controls .btn{height:38px;line-height:1}.typeahead-input{border:1px solid #ddd;border-radius:6px;box-sizing:border-box;padding:8px 10px;width:100%}.btn:focus,.controls select:focus,.typeahead-input:focus{border-color:#9db1d5;box-shadow:0 0 0 3px #5078b42e;outline:none}.typeahead-menu{background:#fff;border:1px solid #e6ebf3;border-radius:10px;box-shadow:0 12px 28px #14285014;left:0;list-style:none;margin:4px 0 0;max-height:260px;overflow-y:auto;padding:6px 0;position:absolute;right:0;z-index:20}.typeahead-menu li{cursor:pointer;overflow:hidden;padding:8px 12px;text-overflow:ellipsis;white-space:nowrap}.typeahead-menu li.active,.typeahead-menu li:hover{background:#f6f8fb}.controls-hint{color:#666;flex:1 1 100%;font-size:13px;margin-top:6px}.level-group{align-items:center;display:inline-flex;gap:8px}.table-responsive{overflow-x:auto;width:100%}.table{border-collapse:collapse;width:100%}.table th{background:#f5f5f5;border-bottom:2px solid #ccc;text-align:left}.table td,.table th{padding:10px;white-space:nowrap}.table td{border-bottom:1px solid #eee}.hdr-tip{display:inline-block;margin-left:6px;position:relative}.hdr-tip-icon{align-items:center;background:#ffeb3b;border:1px solid #e0c200;border-radius:50%;color:#333;cursor:default;display:inline-flex;font-size:11px;height:18px;justify-content:center;line-height:1;width:18px}.hdr-tip-icon svg{height:100%;width:100%}.hdr-tip-tooltip{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;bottom:calc(100% + 16px);box-shadow:0 6px 12px #00000024;color:#000;display:none;font-size:13px;font-weight:500;left:50%;line-height:1.2;padding:8px 12px;pointer-events:none;position:absolute;transform:translateX(-50%);white-space:nowrap;z-index:10000}.hdr-tip:hover .hdr-tip-tooltip:after{border:7px solid #0000;border-top-color:#fff3cd;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.hdr-tip:hover .hdr-tip-tooltip{display:block}.hdr-tip-icon svg{display:none}.hdr-tip-icon:before{content:"🤖";display:block;font-size:17px;line-height:1}.chart-container{height:340px}.ai-box{margin:30px 0}.btn{align-items:center;background:#fff;border:1px solid #ddd;border-radius:8px;cursor:pointer;display:inline-flex;height:38px;justify-content:center;padding:0 12px}.btn:hover{background:#f3f3f3}.btn+.btn{margin-left:8px}.btn:disabled{color:#999;cursor:not-allowed;opacity:.5}.btn:disabled,.btn:disabled:hover{background:#f5f5f5}.btn-reset{background:#000;border-color:#000;color:#fff}.btn-reset:hover{background:#111827}.dropdown{min-width:220px;padding:6px 8px}.ai-box textarea{margin-bottom:10px;padding:10px;width:100%}.hide-sm{display:table-cell}@media (max-width:1024px){.dashboard h1{font-size:24px}.chart-container{height:300px}}@media (max-width:768px){.dashboard{padding:14px}.dashboard h1{font-size:20px}.controls{gap:8px}.controls button,.controls select{flex:1 1 100%}.controls .btn{width:100%}.hide-sm{display:none!important}.chart-container{height:240px}.ai-box textarea{min-height:100px}}@media (max-width:400px){.dashboard{padding:10px}.dashboard h1{font-size:18px}.chart-container{height:200px}}button,input,select,textarea{font:inherit}button,select{-webkit-appearance:none;appearance:none}select{background-image:none}button.btn{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #ddd;border-radius:6px;padding:8px 12px}.controls select{background:#fff;border:1px solid #ddd;border-radius:8px;height:38px;line-height:38px;padding:0 10px}.ai-box textarea{font-size:16px}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}button,input,select,textarea{touch-action:manipulation}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}.select-metro{border-radius:10px;display:block;height:40px;margin:0 auto 12px;max-width:300px;width:90%}button.btn.btn-reset{background:#000;border-color:#000;color:#fff}button.btn.btn-reset:hover{background:#111827}.guide-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:10000}.guide-modal{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:900px;width:100%}.guide-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:20px 24px}.guide-header h2{color:#333;font-size:24px;font-weight:600;margin:0}.guide-close-btn{align-items:center;background:none;border:none;border-radius:4px;color:#666;cursor:pointer;display:flex;font-size:32px;height:32px;justify-content:center;padding:0;transition:all .2s ease;width:32px}.guide-close-btn:hover{background-color:#f0f0f0;color:#333}.guide-tabs{background-color:#f8f9fa;border-bottom:1px solid #e0e0e0;display:flex}.guide-tab{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;flex:1 1;font-size:15px;font-weight:500;padding:16px 20px;transition:all .2s ease}.guide-tab:hover{background-color:#e8e9ea;color:#333}.guide-tab.active{background-color:#fff;border-bottom-color:#007bff;color:#007bff}.guide-content{flex:1 1;overflow-y:auto;padding:24px}.guide-section{margin:0 auto;max-width:800px}.guide-section h3{color:#333;font-size:26px;font-weight:600;margin:0 0 12px}.guide-intro{color:#555;font-size:16px;line-height:1.6;margin-bottom:28px}.guide-topic{border-bottom:1px solid #e8e8e8;margin-bottom:32px;padding-bottom:24px}.guide-topic:last-of-type{border-bottom:none}.guide-topic h4{color:#2c5aa0;font-size:20px;font-weight:600;margin:0 0 12px}.guide-topic p{color:#444;font-size:15px;line-height:1.7;margin:0 0 12px}.guide-topic ol,.guide-topic ul{margin:8px 0 16px;padding-left:24px}.guide-topic li{color:#444;font-size:15px;line-height:1.6;margin:8px 0}.guide-topic strong{color:#333;font-weight:600}.guide-action{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;margin-top:28px;padding:20px}.guide-action p{color:#fff;font-size:15px;line-height:1.6;margin:0}.guide-action strong{font-weight:600}.guide-content::-webkit-scrollbar{width:8px}.guide-content::-webkit-scrollbar-track{background:#f1f1f1}.guide-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.guide-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width:768px){.guide-modal{border-radius:0;max-height:100vh;max-width:100%}.guide-header{padding:16px 20px}.guide-header h2{font-size:20px}.guide-tabs{flex-direction:column}.guide-tab{border-bottom:1px solid #e0e0e0;border-right:none}.guide-tab.active{border-bottom-color:#e0e0e0;border-left:4px solid #007bff}.guide-content{padding:16px}.guide-section h3{font-size:22px}.guide-topic h4{font-size:18px}}.sp-page{color:#142030;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;margin:0 auto;max-width:1100px;padding:24px}.sp-header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:8px}.sp-title{font-size:28px;font-weight:800;letter-spacing:.2px}.sp-sub{color:#5e6a7d;font-size:13px;margin-bottom:8px}.sp-panel{background:#fff;border:1px solid #e6ebf3;border-radius:12px;box-shadow:0 6px 18px #1428500a;margin:12px 0 16px;padding:12px}.sp-filters{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr 1fr}.sp-filters input,.sp-filters select{background:#fff;border:1px solid #dbe1ea;border-radius:10px;outline:none;padding:10px 12px;transition:box-shadow .16s ease,border-color .16s ease}.sp-filters input:focus,.sp-filters select:focus{border-color:#b7c3d8;box-shadow:0 0 0 3px #215edb1f}.sp-disabled{opacity:.6}@media (max-width:900px){.sp-filters{grid-template-columns:1fr}}.sp-table-wrap{background:#fff;border:1px solid #e6ebf3;border-radius:12px;overflow:auto;width:100%}.sp-table{border-collapse:collapse;min-width:760px;width:100%}.sp-table td,.sp-table th{border-bottom:1px solid #eef2f7;padding:10px 12px;text-align:left;vertical-align:top}.sp-table thead th{background:#f6f8fb;color:#2a3a52;font-weight:700;position:-webkit-sticky;position:sticky;top:0;white-space:nowrap;z-index:1}.sp-table tbody tr:nth-child(odd){background:#fcfdff}.sp-table tbody tr:hover{background:#f7faff}.sp-chip{background:#fafcff;border:1px solid #e6ebf3;border-radius:999px;display:inline-block;font-size:12px;margin-right:6px;margin-top:6px;padding:2px 8px}.sp-stars{font-size:14px;white-space:nowrap}.sp-empty{color:#5e6a7d;padding:16px;text-align:center}
/*# sourceMappingURL=main.1a9e8132.css.map*/