:root{--blue: #1F30D4;--blue-dark: #1826B0;--teal: #00C9B1;--white: #FFFFFF;--gray-50: #F8F9FC;--gray-100: #EEF0F8;--gray-200: #DDE0EC;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-700: #374151;--gray-900: #111827;--green: #10B981;--amber: #F59E0B;--red: #EF4444;--radius: 12px;--shadow: 0 1px 3px rgba(0,0,0,.07), 0 8px 24px rgba(31,48,212,.07)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background:var(--gray-50);color:var(--gray-900);min-height:100vh;-webkit-font-smoothing:antialiased}header{background:var(--white);border-bottom:1px solid var(--gray-100);padding:0 2rem;height:60px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10}.logo{display:flex;align-items:center;gap:10px;text-decoration:none}.logo-word{font-size:1.5rem;font-weight:700;color:var(--blue);letter-spacing:-.02em}.header-badge{font-size:.75rem;font-weight:600;color:var(--gray-500);background:var(--gray-100);padding:4px 10px;border-radius:100px;letter-spacing:.02em}main{max-width:940px;margin:2.5rem auto;padding:0 1.25rem;display:flex;flex-direction:column;gap:1.25rem}.page-header h1{font-size:1.5rem;font-weight:700;letter-spacing:-.025em;color:var(--gray-900)}.page-header p{font-size:.875rem;color:var(--gray-500);margin-top:4px}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.625rem}.mode-toggle{display:flex;background:var(--gray-100);border-radius:8px;padding:3px;width:fit-content;margin-bottom:1.5rem}.mode-btn{padding:6px 18px;border:none;background:transparent;border-radius:6px;font-size:.875rem;font-weight:500;color:var(--gray-500);cursor:pointer;transition:all .15s;font-family:inherit}.mode-btn.active{background:var(--white);color:var(--blue);box-shadow:0 1px 3px #0000001a}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.field-row.full{grid-template-columns:1fr}.field{display:flex;flex-direction:column;gap:5px}label{font-size:.8rem;font-weight:600;color:var(--gray-700);letter-spacing:.01em}label .hint{font-weight:400;color:var(--gray-400)}input[type=text],input[type=number],input[type=password]{height:40px;border:1.5px solid var(--gray-200);border-radius:8px;padding:0 12px;font-size:.875rem;font-family:inherit;color:var(--gray-900);outline:none;transition:border-color .15s,box-shadow .15s;background:var(--white);width:100%}input[type=text]:focus,input[type=number]:focus,input[type=password]:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1f30d414}.file-drop{border:1.5px dashed var(--gray-200);border-radius:8px;padding:20px;text-align:center;cursor:pointer;transition:border-color .15s,background .15s;position:relative}.file-drop:hover,.file-drop.dragover{border-color:var(--blue);background:#1f30d408}.file-drop input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%}.file-drop-icon{font-size:1.5rem;margin-bottom:6px}.file-drop-text{font-size:.8125rem;color:var(--gray-500)}.file-drop-text strong{color:var(--blue)}.file-name{font-size:.8125rem;color:var(--blue);font-weight:500;margin-top:4px}.slider-wrap{display:flex;flex-direction:column;gap:5px}.slider-top{display:flex;justify-content:space-between;align-items:center}.slider-val{font-size:.875rem;font-weight:700;color:var(--blue)}input[type=range]{-webkit-appearance:none;width:100%;height:4px;background:var(--gray-200);border-radius:2px;outline:none;cursor:pointer;margin-top:4px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--blue);cursor:pointer;box-shadow:0 1px 4px #1f30d44d}.toggle-row{display:flex;align-items:center;gap:12px;padding:1rem 0;border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);margin:1.25rem 0 1rem}.switch{position:relative;width:42px;height:24px;flex-shrink:0}.switch input{opacity:0;width:0;height:0}.switch-track{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gray-200);border-radius:24px;cursor:pointer;transition:background .2s}.switch-track:before{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:3px;left:3px;transition:transform .2s;box-shadow:0 1px 3px #0000002e}.switch input:checked+.switch-track{background:var(--blue)}.switch input:checked+.switch-track:before{transform:translate(18px)}.toggle-info strong{display:block;font-size:.875rem;font-weight:600;color:var(--gray-900)}.toggle-info span{font-size:.75rem;color:var(--gray-500)}.warning-box{display:none;background:#fffbeb;border:1px solid #FDE68A;border-radius:8px;padding:10px 14px;font-size:.8125rem;color:#92400e}.warning-box.show{display:block}.btn-run{width:100%;height:46px;background:var(--blue);color:#fff;border:none;border-radius:9px;font-size:.9375rem;font-weight:600;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:1.25rem;transition:background .15s,transform .1s,opacity .15s;letter-spacing:-.01em}.btn-run:hover{background:var(--blue-dark)}.btn-run:active{transform:scale(.985)}.btn-run:disabled{opacity:.45;cursor:not-allowed;transform:none}.progress-meta{display:flex;justify-content:space-between;font-size:.8125rem;color:var(--gray-500);margin-bottom:10px}.progress-track{height:5px;background:var(--gray-100);border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:var(--blue);border-radius:3px;transition:width .4s ease;width:0%}.error-card{background:#fef2f2;border:1px solid #FCA5A5;border-radius:var(--radius);padding:1rem 1.25rem;color:#991b1b;font-size:.875rem}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.875rem}.stat{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.125rem 1rem;text-align:center}.stat-n{font-size:1.875rem;font-weight:700;letter-spacing:-.04em;line-height:1}.stat-l{font-size:.6875rem;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.06em;margin-top:5px}.stat-p{font-size:.75rem;color:var(--gray-400);margin-top:3px}.c-valid{color:var(--green)}.c-risky{color:var(--amber)}.c-invalid{color:var(--red)}.c-unknown{color:var(--gray-400)}.results-actions{display:flex;gap:.75rem;margin-bottom:1.25rem}.btn-dl{flex:1;height:40px;border:1.5px solid var(--gray-200);background:var(--white);border-radius:8px;font-size:.875rem;font-weight:500;font-family:inherit;color:var(--gray-700);cursor:pointer;transition:border-color .15s,color .15s}.btn-dl:hover{border-color:var(--blue);color:var(--blue)}.btn-hs{flex:1;height:40px;background:#ff7a59;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s}.btn-hs:hover{opacity:.88}.btn-hs:disabled{opacity:.4;cursor:not-allowed}.written-msg{font-size:.8125rem;margin-bottom:1rem;padding:8px 12px;border-radius:6px}.table-wrap{border:1px solid var(--gray-100);border-radius:8px;overflow:hidden;max-height:420px;overflow-y:auto}table{width:100%;border-collapse:collapse;font-size:.8125rem}thead th{background:var(--gray-50);padding:9px 14px;text-align:left;font-size:.6875rem;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.06em;position:sticky;top:0;border-bottom:1px solid var(--gray-100)}tbody td{padding:9px 14px;border-top:1px solid var(--gray-100);color:var(--gray-700)}tbody tr:hover td{background:var(--gray-50)}.badge{display:inline-block;padding:2px 9px;border-radius:100px;font-size:.7375rem;font-weight:500}.b-valid{background:#d1fae5;color:#065f46}.b-risky{background:#fef3c7;color:#92400e}.b-invalid{background:#fee2e2;color:#991b1b}.b-unknown{background:var(--gray-100);color:var(--gray-500)}.select-wrap{position:relative}.select-wrap input[type=text]{cursor:pointer;padding-right:32px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239CA3AF' stroke-width='2' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.select-wrap input[type=text].open{border-color:var(--blue);box-shadow:0 0 0 3px #1f30d414;border-radius:8px 8px 0 0}.select-dropdown{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);border:1.5px solid var(--blue);border-top:none;border-radius:0 0 8px 8px;max-height:220px;overflow-y:auto;z-index:100;box-shadow:0 8px 24px #0000001a}.select-dropdown.open{display:block}.list-option{padding:9px 12px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--gray-700);border-bottom:1px solid var(--gray-100)}.list-option:last-child{border-bottom:none}.list-option:hover{background:var(--gray-50);color:var(--blue)}.list-option.selected{background:#1f30d40d;color:var(--blue);font-weight:500}.list-count{font-size:.75rem;color:var(--gray-400);font-weight:400}.select-hint{font-size:.75rem;color:var(--gray-400);margin-top:4px}.report-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem}.report-title{font-size:1rem;font-weight:700;color:var(--gray-900);letter-spacing:-.01em}.report-sub{font-size:.8125rem;color:var(--gray-500);margin-top:3px}.report-score-wrap{text-align:right}.report-score{font-size:2rem;font-weight:700;letter-spacing:-.04em;line-height:1}.report-grade{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-top:3px}.dist-bar{height:10px;border-radius:5px;overflow:hidden;display:flex;margin-bottom:.875rem}.dist-seg{height:100%;transition:width .5s ease}.dist-legend{display:flex;gap:1.25rem;flex-wrap:wrap}.dist-item{display:flex;align-items:center;gap:6px;font-size:.8125rem;color:var(--gray-600)}.dist-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}#login-gate{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--gray-50);display:flex;align-items:center;justify-content:center;z-index:999}.login-card{background:var(--white);border-radius:16px;box-shadow:0 4px 6px #0000000d,0 20px 60px #1f30d41a;padding:2.5rem 2rem;width:100%;max-width:380px;text-align:center}.login-logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:1.75rem}.login-title{font-size:1rem;font-weight:600;color:var(--gray-700);margin-bottom:1.5rem}.login-card input{width:100%;height:44px;border:1.5px solid var(--gray-200);border-radius:9px;padding:0 14px;font-size:.9375rem;font-family:inherit;color:var(--gray-900);outline:none;text-align:left;transition:border-color .15s,box-shadow .15s;margin-bottom:.75rem}.login-card input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1f30d414}.login-card .btn-run{margin-top:0}.login-error{font-size:.8125rem;color:var(--red);margin-top:.5rem;min-height:1.2em}.tab-nav{display:flex;gap:0;border-bottom:2px solid var(--gray-100);margin-bottom:0}.tab-btn{padding:10px 22px;border:none;background:transparent;font-family:inherit;font-size:.875rem;font-weight:500;color:var(--gray-500);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s}.tab-btn.active{color:var(--blue);border-bottom-color:var(--blue);font-weight:600}.hist-empty{text-align:center;padding:3rem 0;color:var(--gray-400);font-size:.875rem}.hist-table-wrap{border:1px solid var(--gray-100);border-radius:8px;overflow-x:auto}.hist-table{width:100%;border-collapse:collapse;font-size:.8125rem;table-layout:fixed;min-width:820px}.hist-table th:nth-child(2),.hist-table td:nth-child(2){width:72px}.hist-table th:nth-child(3),.hist-table td:nth-child(3){width:282px}.hist-table th:nth-child(4),.hist-table td:nth-child(4){width:204px}.hist-table thead th{background:var(--gray-50);padding:9px 14px;text-align:left;font-size:.6875rem;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--gray-100)}.hist-table tbody td{padding:10px 14px;border-top:1px solid var(--gray-100);color:var(--gray-700);vertical-align:middle}.hist-table tbody tr:hover td{background:var(--gray-50)}.hist-source{font-weight:500;color:var(--gray-900);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.hist-date{color:var(--gray-400);font-size:.75rem}.hist-attached{margin-top:4px;font-size:.7rem;font-weight:500;color:#059669;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hist-attached:hover{text-decoration:underline}.hist-bar{display:flex;height:7px;border-radius:4px;overflow:hidden;min-width:200px;max-width:340px}.btn-sm{height:30px;padding:0 10px;border:1.5px solid var(--gray-200);background:var(--white);border-radius:6px;font-size:.75rem;font-weight:500;font-family:inherit;color:var(--gray-700);cursor:pointer;transition:border-color .15s,color .15s;margin-right:4px}.btn-sm:hover{border-color:var(--blue);color:var(--blue)}.hist-refresh{background:none;border:none;cursor:pointer;color:var(--gray-400);font-size:1.1rem;padding:4px 8px;border-radius:6px;line-height:1;transition:color .15s}.hist-refresh:hover{color:var(--blue)}@media(max-width:580px){.stats-grid{grid-template-columns:repeat(2,1fr)}.field-row{grid-template-columns:1fr}}
