:root{--bg-app: #FFFBF7;--bg-gradient: radial-gradient(circle at 50% -10%, #FFDbb0 0%, #FFFFFF 45%, #F0F4FF 100%);--bg-surface: #FFFFFF;--bg-input: #F8FAFC;--text-primary: #1F1F1F;--text-secondary: #52525B;--text-tertiary: #A1A1AA;--brand-dark: #000000;--brand-accent: #EA580C;--brand-accent-lt: #FFF7ED;--danger: #DC2626;--success: #16A34A;--info: #2563EB;--r-card: 24px;--r-pill: 999px;--r-sm: 12px;--shadow-card: 0 4px 20px -2px rgba(0,0,0,.04), 0 2px 8px -2px rgba(0,0,0,.03);--shadow-float: 0 20px 25px -5px rgba(0,0,0,.07), 0 10px 10px -5px rgba(0,0,0,.03)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background:var(--bg-gradient);background-color:var(--bg-app);background-attachment:fixed;color:var(--text-primary);min-height:100vh;font-size:14px;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}:root{--auth-accent: #4338CA;--auth-accent-lt: #EEF2FF;--auth-panel-bg: #EDEFFE}.auth-layout{min-height:100vh;display:grid;grid-template-columns:55fr 45fr}@media(max-width:768px){.auth-layout{grid-template-columns:1fr}.auth-hero{display:none!important}}.auth-hero{position:relative;background:linear-gradient(160deg,#edeffe,#e4e8ff 60%,#eef0ff);display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:56px 48px;gap:36px}.auth-hero:before{content:"";position:absolute;width:360px;height:360px;background:radial-gradient(circle,rgba(99,102,241,.18) 0%,transparent 70%);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-55%);pointer-events:none}.auth-illus{position:relative;width:300px;height:300px;flex-shrink:0}.auth-orbit{position:absolute;inset:0;border-radius:50%;border:1.5px dashed rgba(99,102,241,.3)}.auth-orbit-inner{position:absolute;inset:44px;border-radius:50%;border:1.5px dashed rgba(99,102,241,.18)}.auth-shield-wrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.auth-shield{width:148px;height:160px;display:flex;align-items:center;justify-content:center;position:relative;filter:drop-shadow(0 24px 48px rgba(55,48,163,.45)) drop-shadow(0 8px 16px rgba(55,48,163,.25))}.auth-shield-bg{position:absolute;inset:0;width:100%;height:100%}.auth-shield-fg{position:relative;z-index:1;width:72px;height:72px;color:#fff}.auth-float-card{position:absolute;width:54px;height:54px;background:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #4338ca1f,0 2px 6px #0000000f;color:#6366f1}.auth-float-card svg{width:22px;height:22px}.auth-float-card.fc-tl{top:4px;left:18px;border-radius:14px;color:#818cf8}.auth-float-card.fc-ml{top:50%;left:-4px;transform:translateY(-50%);border-radius:14px;color:#c7d2fe;width:58px;height:58px}.auth-float-card.fc-tr{top:52px;right:10px;width:42px;height:42px;border-radius:12px;background:#ffffffa6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#6366f1}.auth-float-card.fc-br{bottom:62px;right:-8px;border-radius:14px;color:#6366f1}.auth-float-card.fc-bl{bottom:28px;left:24px;width:48px;height:48px;border-radius:14px;background:#fff;color:#6366f1}.auth-float-card.fc-bc{bottom:-4px;right:52px;width:40px;height:40px;border-radius:50%;background:#4338ca;color:#fff;box-shadow:0 6px 18px #4338ca66}.auth-hero-text{text-align:center;max-width:380px}.auth-hero-title{font-family:Inter,sans-serif;font-size:1.65rem;font-weight:800;line-height:1.25;margin:0 0 12px;color:#1e1b4b}.auth-hero-sub{color:#6b7280;font-size:.9rem;line-height:1.65;margin:0}.auth-form-panel{background:#fff;display:flex;align-items:center;justify-content:center;padding:56px 64px}.auth-form-box{width:min(380px,100%)}.auth-form-title{font-family:Inter,sans-serif;font-size:2rem;font-weight:800;color:#111827;line-height:1.15;margin:0 0 10px}.auth-welcome{font-size:.92rem;color:#9ca3af;font-weight:400;margin:0 0 36px}.auth-form{display:grid;gap:22px}.auth-field{display:grid;gap:8px}.auth-field label{font-size:.875rem;font-weight:600;color:#374151}.auth-form input{width:100%;border:1.5px solid #E5E7EB;background:#fff;padding:15px 18px;border-radius:10px;font-size:1rem;transition:border-color .15s,box-shadow .15s;outline:none;color:#111}.auth-form input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.auth-form input::placeholder{color:#9ca3af}.auth-submit-btn{margin-top:6px;width:100%;border:none;background:#4338ca;color:#fff;font-weight:700;font-size:1rem;padding:16px;border-radius:10px;cursor:pointer;transition:background .15s,transform .1s;letter-spacing:.01em;box-shadow:0 4px 18px #4338ca66}.auth-submit-btn:hover:not(:disabled){background:#3730a3}.auth-submit-btn:active:not(:disabled){transform:scale(.98)}.auth-submit-btn:disabled{opacity:.55;cursor:not-allowed}.auth-bottom-row{display:flex;align-items:center;justify-content:space-between;margin-top:24px;gap:12px}.auth-bottom-row .divider{color:#d1d5db;font-size:1rem}.link-btn{background:none;border:none;color:#4338ca;font-weight:600;cursor:pointer;font-size:.9rem;padding:0}.link-btn:hover{color:#3730a3;text-decoration:underline}.auth-forgot{background:none;border:none;color:#9ca3af;font-size:.9rem;cursor:pointer;padding:0}.auth-forgot:hover{color:#6b7280}.auth-switch-hint{font-size:.88rem;color:#64748b;text-align:center}.alert{border-radius:10px;padding:10px 12px;font-size:.94rem}.alert.success{background:#ecfdf5;border:1px solid #a7f3d0;color:#166534}.alert.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.docu-app{min-height:100vh}.workspace-layout{display:flex;min-height:100vh}.sidebar{width:260px;flex-shrink:0;background:#000;display:flex;flex-direction:column;padding:24px 16px;position:sticky;top:0;height:100vh;overflow-y:auto}.brand{display:flex;align-items:center;gap:10px;font-size:1.05rem;font-weight:700;color:#fff;padding:4px 12px 0;margin-bottom:36px;letter-spacing:-.02em}.brand-icon{width:32px;height:32px;flex-shrink:0;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center}.brand-icon svg{width:20px;height:20px}.nav-section-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#52525b;font-weight:600;padding:0 12px;margin-bottom:6px;margin-top:20px}.side-nav{display:flex;flex-direction:column;gap:2px}.side-nav button{border:none;background:transparent;text-align:left;color:#a1a1aa;border-radius:999px;padding:11px 16px;cursor:pointer;font-weight:500;font-size:.9rem;display:flex;align-items:center;gap:12px;transition:background .15s,color .15s;width:100%}.side-nav button svg{width:18px;height:18px;flex-shrink:0}.side-nav button:hover{background:#ffffff0f;color:#fff}.side-nav button.active{background:#fff;color:#000;font-weight:600;box-shadow:0 4px 12px #00000040}.sidebar-bottom{margin-top:auto;padding-top:20px;display:flex;align-items:center;gap:8px}.user-card{flex:1;min-width:0;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;border-radius:12px;padding:10px;display:flex;gap:10px;cursor:pointer;text-align:left;transition:background .12s}.user-card:hover{background:#ffffff1a}.user-card>span{display:grid;min-width:0}.user-card strong{font-size:.88rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-card small{color:#71717a;font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.avatar{width:36px;height:36px;border-radius:50%;background:#ea580c;color:#fff;display:grid;place-items:center;font-size:.8rem;font-weight:700;flex-shrink:0;border:2px solid rgba(255,255,255,.2)}.avatar.large{width:52px;height:52px;font-size:1rem;background:#000;border:2px solid #e2e8f0}.logout-icon-btn{flex-shrink:0;width:36px;height:36px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#71717a;display:grid;place-items:center;cursor:pointer;transition:background .12s,color .12s}.logout-icon-btn:hover{background:#dc262626;color:#f87171;border-color:#dc26264d}.logout-icon-btn svg{width:16px;height:16px}.content{flex:1;overflow-y:auto;padding:40px;display:flex;flex-direction:column}.content>.alert{margin-bottom:20px}.page-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}.header-left h1{font-family:Playfair Display,serif;font-size:2rem;font-weight:400;color:#1f1f1f;line-height:1.2}.header-left p{color:#52525b;margin-top:6px;font-size:15px}.page-head{margin-bottom:28px}.page-head h1{font-family:Playfair Display,serif;font-size:2rem;font-weight:400;margin:0}.page-head p{margin:6px 0 0;color:#52525b;font-size:15px}.row-between{display:flex;justify-content:space-between;align-items:center;gap:12px}.user-profile-pill{display:flex;align-items:center;gap:14px;background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:8px 8px 8px 20px;border-radius:999px;box-shadow:0 4px 20px -2px #0000000a;border:1px solid rgba(255,255,255,.5)}.pill-user-info{text-align:right}.pill-user-name{font-size:.88rem;font-weight:600;color:#1f1f1f}.pill-user-plan{font-size:.78rem;color:#ea580c;font-weight:500}.pill-avatar{width:40px;height:40px;border-radius:50%;background:#000;color:#fff;display:grid;place-items:center;font-size:.85rem;font-weight:700;border:2px solid #fff;flex-shrink:0}.card{background:#fff;border-radius:24px;box-shadow:0 4px 20px -2px #0000000a;border:1px solid rgba(0,0,0,.025);padding:24px}.card h2{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:600;margin:0}.sub{margin:6px 0 0;color:#52525b;font-size:14px}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px;margin-bottom:28px}.new-scan-card{background:#fff;border-radius:24px;box-shadow:0 4px 20px -2px #0000000a;border:1px solid rgba(0,0,0,.025);padding:24px;display:flex;flex-direction:column;gap:16px}.new-scan-card h2{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:600}.upload-area{border:2px dashed #E2E8F0;border-radius:16px;padding:48px 24px;text-align:center;background:#fafafa;cursor:pointer;transition:border-color .25s,background .25s;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;flex:1}.upload-area:hover,.upload-area.active{border-color:#ea580c;background:#fff7ed}.upload-icon{width:56px;height:56px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000000f;color:#000}.upload-hint{color:#52525b;font-size:14px;line-height:1.6}.upload-hint strong{color:#000}.upload-hint small{display:block;margin-top:4px;color:#a1a1aa;font-size:12px}.stats-col{display:flex;flex-direction:column;gap:20px}.stat-card{background:#fff;border-radius:24px;box-shadow:0 4px 20px -2px #0000000a;border:1px solid rgba(0,0,0,.025);padding:22px 24px;flex:1;display:flex;flex-direction:column;justify-content:center}.stat-label{display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#52525b;margin-bottom:10px}.stat-label svg{width:16px;height:16px;color:#a1a1aa}.stat-value{font-family:Playfair Display,serif;font-size:2.4rem;font-weight:400;color:#1f1f1f;line-height:1}.stat-trend{margin-top:10px;font-size:12px;font-weight:500;display:flex;align-items:center;gap:5px}.trend-up{color:#16a34a}.trend-down{color:#ea580c}.section-title{font-family:Playfair Display,serif;font-size:1.35rem;font-weight:600;color:#1f1f1f;margin-bottom:16px}.filter-bar{background:#ffffffa6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:6px;border-radius:999px;display:flex;gap:6px;align-items:center;border:1px solid rgba(255,255,255,.5);margin-bottom:16px}.search-input-wrap{flex:1;display:flex;align-items:center;gap:8px;padding:0 16px;color:#a1a1aa}.search-input-wrap input{flex:1;border:none;background:transparent;outline:none;font-size:14px;color:#1f1f1f;padding:10px 0}.search-input-wrap input::placeholder{color:#a1a1aa}.search-input-wrap svg{flex-shrink:0}.filter-pill{height:40px;padding:0 20px;border-radius:999px;display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#52525b;cursor:pointer;border:none;background:transparent;transition:all .2s;white-space:nowrap}.filter-pill.active{background:#fff7ed;color:#ea580c;box-shadow:0 2px 8px #ea580c1f}.filter-pill:not(.active):hover{background:#0000000a;color:#1f1f1f}.result-cards{display:flex;flex-direction:column;gap:14px}.result-card{background:#fff;border-radius:24px;box-shadow:0 4px 20px -2px #0000000a;border:1px solid rgba(0,0,0,.025);padding:24px;display:grid;grid-template-columns:2fr 3fr 1fr;gap:20px;align-items:center;transition:transform .25s cubic-bezier(.25,.8,.25,1),box-shadow .25s}.result-card:hover{transform:translateY(-3px);box-shadow:0 20px 25px -5px #00000012}.doc-info{display:flex;gap:14px;align-items:flex-start}.doc-icon{width:48px;height:48px;border-radius:12px;background:#f8fafc;color:#1f1f1f;display:flex;align-items:center;justify-content:center;flex-shrink:0}.doc-icon svg{width:22px;height:22px}.doc-meta h3{font-size:15px;font-weight:600;color:#1f1f1f;margin-bottom:5px}.doc-meta span{font-size:13px;color:#52525b}.match-viz{display:flex;flex-direction:column;gap:10px}.viz-header{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#a1a1aa;text-transform:uppercase;font-weight:600;letter-spacing:.05em}.timeline-track{height:8px;background:#f1f5f9;border-radius:99px;position:relative;overflow:hidden;width:100%}.match-segment{position:absolute;top:0;bottom:0;background:#ea580c;border-radius:99px;opacity:.9}.match-segment.safe{background:#16a34a}.viz-labels{display:flex;justify-content:space-between;font-size:11px;color:#a1a1aa}.score-box{display:flex;flex-direction:column;align-items:flex-end;gap:14px}.score-val{font-family:Playfair Display,serif;font-size:1.75rem;font-weight:400;color:#1f1f1f;display:flex;align-items:baseline;gap:4px}.score-val small{font-family:Inter,sans-serif;font-size:12px;color:#52525b;font-weight:500}.score-val.high{color:#ea580c}.score-val.medium{color:#d97706}.score-val.low{color:#16a34a}.tag{padding:3px 10px;border-radius:999px;font-size:11px;font-weight:600;display:inline-block}.tag-clean{background:#f0fdf4;color:#16a34a}.tag-review{background:#fff7ed;color:#ea580c}.tag-flagged{background:#fef2f2;color:#dc2626}.btn-action{background:#000;color:#fff;border:none;padding:10px 22px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #0000002e;white-space:nowrap}.btn-action:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0000003d}.drop-area{margin-top:12px;border:2px dashed #E2E8F0;border-radius:16px;min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;background:#fafafa;cursor:pointer;transition:border-color .2s,background .2s;padding:32px}.drop-area.active{border-color:#ea580c;background:#fff7ed}.drop-area p{font-size:15px;color:#1f1f1f}.drop-area span{font-size:13px;color:#a1a1aa}.drop-area button{border:1px solid #cbd5e1;background:#fff;padding:8px 20px;border-radius:10px;cursor:pointer;font-weight:500;font-size:13px;transition:background .15s}.drop-area button:hover{background:#f8fafc}.drop-area small{color:#ea580c;font-weight:500}.upload-actions{margin-top:16px}.full-btn{width:100%;border:none;background:#000;color:#fff;padding:13px;font-weight:600;font-size:14px;cursor:pointer;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .15s,transform .1s;box-shadow:0 4px 12px #0000002e}.full-btn:hover:not(:disabled){background:#1a1a1a;transform:translateY(-1px)}.full-btn:disabled{opacity:.55;cursor:not-allowed}.primary-btn{border:none;background:#000;color:#fff;padding:10px 22px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 4px 10px #00000026;transition:transform .15s,box-shadow .15s}.primary-btn:hover{transform:translateY(-1px);box-shadow:0 6px 14px #0003}.btn-icon{width:16px;height:16px;flex-shrink:0}.hist-card{background:#fff;border-radius:20px;border:1px solid #E2E8F0;box-shadow:0 2px 12px #0000000a;overflow:hidden}.hist-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:24px 28px 20px;border-bottom:1px solid #F1F5F9;flex-wrap:wrap}.hist-card-title{font-size:1rem;font-weight:700;color:#111827;margin-bottom:4px}.hist-card-sub{font-size:13px;color:#9ca3af}.hist-search-wrap{display:flex;align-items:center;gap:10px;border:1.5px solid #E5E7EB;border-radius:999px;padding:9px 18px;background:#fff;color:#9ca3af;min-width:220px}.hist-search-wrap input{border:none;outline:none;background:transparent;font-size:14px;color:#111;flex:1}.hist-search-wrap input::placeholder{color:#9ca3af}.table-wrap{overflow-x:auto}.hist-table{width:100%;border-collapse:collapse}.hist-table th{padding:12px 20px;font-size:12.5px;font-weight:600;color:#9ca3af;text-align:left;border-bottom:1px solid #F1F5F9;white-space:nowrap}.hist-table td{padding:14px 20px;font-size:14px;color:#374151;border-bottom:1px solid #F9FAFB}.hist-row:hover td{background:#fafafa}.hist-row:last-child td{border-bottom:none}.hist-id{color:#9ca3af;font-variant-numeric:tabular-nums;font-size:13px}.hist-doc-name{display:flex;align-items:center;gap:10px;font-weight:500;color:#111827}.hist-doc-name svg{color:#9ca3af;flex-shrink:0}.hist-score-cell{display:flex;align-items:center;gap:12px}.hist-mini-bar{width:80px;height:7px;border-radius:99px;background:#f1f5f9;overflow:hidden;flex-shrink:0}.hist-mini-bar span{display:block;height:100%;border-radius:99px}.hist-status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:4px 14px;font-size:12px;font-weight:600;border:1.5px solid transparent}.hist-status-pill.clean{background:#f0fdf4;color:#16a34a;border-color:#bbf7d0}.hist-status-pill.review{background:#fffbeb;color:#d97706;border-color:#fde68a}.hist-status-pill.flagged{background:#fef2f2;color:#dc2626;border-color:#fecaca}.hist-actions{display:flex;justify-content:flex-end}.hist-report-btn{display:flex;align-items:center;gap:4px;background:none;border:none;color:#374151;font-size:14px;font-weight:500;cursor:pointer;padding:4px 0}.hist-report-btn:hover{color:#ea580c}.hist-footer{display:flex;justify-content:space-between;align-items:center;padding:16px 28px;border-top:1px solid #F1F5F9}.hist-footer>span{font-size:13px;color:#9ca3af}.hist-pagination{display:flex;gap:8px}.hist-page-btn{border:1.5px solid #E5E7EB;background:#fff;color:#374151;padding:7px 18px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s}.hist-page-btn:hover:not(:disabled){border-color:#ea580c;color:#ea580c}.hist-page-btn.active{background:#ea580c;color:#fff;border-color:#ea580c}.hist-page-btn:disabled{opacity:.45;cursor:not-allowed}table{width:100%;border-collapse:collapse}th,td{border-bottom:1px solid #F1F5F9;padding:12px 10px;text-align:left}th{color:#52525b;font-weight:600;font-size:13px}.score-cell{display:flex;align-items:center;gap:8px}.mini-bar{width:80px;height:6px;border-radius:99px;background:#e2e8f0;overflow:hidden}.mini-bar span{display:block;height:100%;background:#16a34a;border-radius:99px}.status-pill{display:inline-flex;border-radius:999px;padding:4px 12px;font-size:.8rem;font-weight:600}.status-pill.clean{background:#f0fdf4;color:#166534}.status-pill.review{background:#fff7ed;color:#9a3412}.status-pill.flagged{background:#fef2f2;color:#991b1b}.rpt-header{display:flex;align-items:center;gap:20px;margin-bottom:28px}.rpt-header h1{font-family:Playfair Display,serif;font-size:2rem;font-weight:400;margin:0;color:#111827}.rpt-header p{margin:5px 0 0;color:#9ca3af;font-size:14px}.rpt-back-btn{width:42px;height:42px;border-radius:10px;border:1.5px solid #E5E7EB;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151;flex-shrink:0;transition:border-color .15s,color .15s;box-shadow:0 1px 4px #0000000f}.rpt-back-btn:hover{border-color:#ea580c;color:#ea580c}.rpt-layout{display:grid;grid-template-columns:1fr 320px;gap:20px;align-items:start}@media(max-width:1024px){.rpt-layout{grid-template-columns:1fr}}.rpt-doc-card{background:#fff;border-radius:20px;border:1px solid #E2E8F0;box-shadow:0 2px 12px #0000000a;padding:28px}.rpt-doc-top{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:8px}.rpt-doc-info{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.rpt-doc-name{font-size:1.15rem;font-weight:700;color:#111827}.rpt-doc-meta{font-size:13px;color:#9ca3af;margin-bottom:24px}.rpt-export-btn{display:flex;align-items:center;gap:8px;border:1.5px solid #E5E7EB;background:#fff;color:#374151;padding:9px 18px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:border-color .15s;white-space:nowrap;flex-shrink:0}.rpt-export-btn:hover{border-color:#ea580c;color:#ea580c}.rpt-section{padding-top:20px;border-top:1px solid #F1F5F9;margin-top:20px}.rpt-section-title{display:flex;align-items:center;gap:10px;font-size:1.05rem;font-weight:700;color:#111827;margin-bottom:18px}.rpt-jaccard-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.rpt-jaccard-label{font-size:15px;font-weight:600;color:#111827}.rpt-jaccard-score{font-family:Playfair Display,serif;font-size:2rem;font-weight:400}.rpt-progress-track{height:10px;background:#f1f5f9;border-radius:99px;overflow:hidden;margin-bottom:14px}.rpt-progress-fill{height:100%;border-radius:99px;transition:width .5s ease}.rpt-desc{font-size:13.5px;line-height:1.6;margin:0}.rpt-match-list{display:grid;gap:12px;margin-top:14px}.rpt-match-item{display:flex;justify-content:space-between;align-items:center;gap:16px;border:1px solid #E5E7EB;border-radius:12px;padding:16px 20px}.rpt-match-name{display:flex;align-items:center;gap:8px;font-weight:600;color:#111827;font-size:14px;margin-bottom:5px}.rpt-match-meta{font-size:12px;color:#9ca3af}.rpt-match-score{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.rpt-match-score strong{font-size:1.3rem;font-weight:700;color:#111827}.rpt-match-score span{font-size:12px;color:#9ca3af}.rpt-sidebar{display:flex;flex-direction:column;gap:16px}.rpt-tech-card{background:#fff;border-radius:20px;border:1px solid #E2E8F0;box-shadow:0 2px 12px #0000000a;padding:24px}.rpt-tech-title{font-size:1rem;font-weight:700;color:#111827;margin-bottom:20px}.rpt-tech-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #F9FAFB;font-size:14px}.rpt-tech-row:last-child{border-bottom:none}.rpt-tech-row span{color:#9ca3af}.rpt-tech-row strong{color:#111827;font-weight:600}.rpt-tech-row code{font-family:Courier New,monospace;font-size:12.5px;color:#374151;background:#f8fafc;padding:2px 8px;border-radius:4px}.rpt-algo-card{background:#fff7ed;border-radius:20px;border:1px solid #FED7AA;padding:24px}.rpt-algo-title{display:flex;align-items:center;gap:10px;font-size:1rem;font-weight:700;color:#111827;margin-bottom:12px}.rpt-algo-desc{font-size:13px;color:#6b7280;line-height:1.6;margin:0 0 12px}.rpt-formula{background:#fff;border:1px solid #FED7AA;border-radius:8px;padding:10px 16px;font-family:Courier New,monospace;font-size:13px;color:#111;text-align:center;margin:12px 0}.report-grid{margin-top:14px;display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px}.formula{display:block;margin:12px 0;padding:12px 16px;border:1px solid #E2E8F0;border-radius:10px;background:#fafafa;font-size:.86rem}textarea{width:100%;border:1px solid #E2E8F0;border-radius:12px;padding:14px;font-size:13px;outline:none;resize:vertical;background:#fafafa;color:#1f1f1f;transition:border-color .15s}textarea:focus{border-color:#ea580c}.settings-card{display:grid;gap:16px}.profile-top{display:flex;align-items:center;gap:14px}.profile-top p{margin:2px 0 0;color:#52525b}.profile-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px}.profile-details div{border:1px solid #F1F5F9;border-radius:12px;padding:12px;display:grid;gap:4px}.profile-details span{color:#52525b;font-size:.85rem}.status-list{margin:14px 0;padding:0;list-style:none;display:grid;gap:12px}.status-list li{display:flex;justify-content:space-between;align-items:center;font-size:.88rem}.status-row{display:flex;align-items:center;gap:8px;color:#334155}.status-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;flex-shrink:0;box-shadow:0 0 0 3px #22c55e33}.status-list b{color:#52525b;font-weight:500;font-size:.82rem}.gauge-card{background:#111;border-radius:24px;padding:24px 20px 20px;display:flex;flex-direction:column;align-items:center;gap:0}.gauge-label{font-size:10px;font-weight:700;letter-spacing:.12em;color:#ffffff59;text-transform:uppercase;align-self:flex-start;margin-bottom:16px}.gauge-circle-wrap{position:relative;width:160px;height:160px;margin-bottom:20px}.gauge-svg{width:100%;height:100%}.gauge-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.gauge-pct{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:400;color:#ea580c;line-height:1}.gauge-pct-label{font-size:10px;font-weight:700;letter-spacing:.1em;color:#fff6;text-transform:uppercase}.gauge-matches-label{font-size:10px;font-weight:700;letter-spacing:.12em;color:#ffffff59;text-transform:uppercase;align-self:flex-start;margin-bottom:10px}.gauge-matches{width:100%;display:flex;flex-direction:column}.gauge-match-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06);gap:12px}.gauge-match-row:last-child{border-bottom:none}.gauge-match-info{display:flex;flex-direction:column;gap:2px;min-width:0}.gauge-match-name{font-size:13px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gauge-match-sub{font-size:11px;color:#ffffff59;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gauge-match-pct{font-size:14px;font-weight:700;color:#ea580c;flex-shrink:0}.gauge-match-empty{font-size:13px;color:#ffffff4d;padding:8px 0;align-self:flex-start}.gauge-btn{margin-top:18px;width:100%;border:none;background:#ffffff0f;color:#ffffffb3;border-radius:999px;padding:13px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .2s,color .2s;border:1px solid rgba(255,255,255,.1)}.gauge-btn:hover{background:#ea580c;color:#fff;border-color:#ea580c}.two-col{display:grid;grid-template-columns:2fr 1.4fr;gap:20px;margin-bottom:28px}.upload-list{margin-top:14px;display:grid;gap:10px}.upload-item{border:1px solid #F1F5F9;border-radius:14px;padding:12px 14px;display:flex;align-items:center;gap:12px;transition:background .12s}.upload-item:hover{background:#fafafa}.upload-file-icon{width:38px;height:38px;border-radius:10px;background:#fff7ed;color:#ea580c;display:grid;place-items:center;flex-shrink:0}.upload-file-icon svg{width:18px;height:18px}.upload-item-meta{flex:1;min-width:0}.upload-item-meta strong{display:block;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upload-item-meta small{display:block;color:#a1a1aa;font-size:.78rem;margin-top:2px}.upload-item-right{display:flex;align-items:center;gap:14px;flex-shrink:0}.score-block{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.score-num{font-size:1rem;font-weight:700}.score-num.clean{color:#16a34a}.score-num.review{color:#ea580c}.score-num.flagged{color:#dc2626}.view-report-btn{background:none;border:none;color:#ea580c;font-size:.875rem;font-weight:600;cursor:pointer;padding:4px 0;white-space:nowrap}.view-report-btn:hover{color:#c2410c;text-decoration:underline}.stat-grid{display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:28px}.stat-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.stat-card h3{margin:0;color:#52525b;font-size:.85rem;font-weight:500;letter-spacing:.01em}.stat-icon{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;flex-shrink:0}.stat-icon svg{width:18px;height:18px}.total-icon{background:#eff6ff;color:#2563eb}.clean-icon{background:#f0fdf4;color:#16a34a}.flagged-icon{background:#fff7ed;color:#ea580c}.time-icon{background:#fdf4ff;color:#9333ea}.stat-card strong{display:block;font-family:Playfair Display,serif;font-size:2rem;font-weight:400;line-height:1;color:#1f1f1f}.stat-sub{display:block;margin-top:6px;font-size:.78rem;color:#a1a1aa}.empty{color:#52525b;text-align:center;padding:24px}.sidebar-overlay{display:none;position:fixed;inset:0;z-index:99;background:#0000008c}.mobile-topbar{display:none;align-items:center;gap:12px;padding:14px 16px;background:#000;color:#fff;border-radius:16px;margin-bottom:20px}.mobile-brand{flex:1;font-weight:700;font-size:1rem;letter-spacing:-.01em}.hamburger{background:none;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:2px;flex-shrink:0}@media(min-width:1121px){.two-col{grid-template-columns:2fr 1.4fr}.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1120px){.two-col{grid-template-columns:1fr}.stat-grid{grid-template-columns:repeat(2,1fr)}.rpt-layout{grid-template-columns:1fr}}@media(max-width:900px){.sidebar-overlay{display:block}.sidebar{position:fixed;left:-280px;top:0;bottom:0;width:260px;height:100vh;z-index:100;transition:left .28s cubic-bezier(.4,0,.2,1);overflow-y:auto}.sidebar.open{left:0}.mobile-topbar{display:flex}.result-card{grid-template-columns:1fr;gap:16px}.score-box{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.hist-card-head{flex-direction:column}.hist-search-wrap{min-width:unset;width:100%}}@media(max-width:768px){.content{padding:16px}.page-head h1{font-size:1.6rem}.header-left h1{font-size:1.5rem}.stat-grid{grid-template-columns:repeat(2,1fr);gap:12px}.two-col{grid-template-columns:1fr;gap:16px}.upload-item-right{gap:8px}.rpt-header{flex-direction:column;align-items:flex-start;gap:10px}.rpt-doc-top{flex-direction:column;align-items:flex-start}.rpt-export-btn{width:100%;justify-content:center}.rpt-match-item{flex-direction:column;align-items:flex-start;gap:8px}.rpt-match-score{align-items:flex-start}.hist-footer{flex-direction:column;gap:12px;align-items:flex-start}}@media(max-width:500px){.content{padding:12px}.mobile-topbar{border-radius:12px;padding:12px}.page-head h1{font-size:1.35rem}.stat-grid{grid-template-columns:1fr 1fr;gap:10px}.stat-card strong{font-size:1.6rem}.card{padding:16px}.gauge-card{padding:18px 14px 14px}.gauge-circle-wrap{width:130px;height:130px}.gauge-pct{font-size:1.8rem}.rpt-doc-card,.rpt-tech-card,.rpt-algo-card{padding:16px}.hist-table th,.hist-table td{padding:10px 12px}.row-between{flex-direction:column;align-items:flex-start;gap:8px}.user-profile-pill{padding:6px 6px 6px 14px}.pill-user-info{display:none}.auth-form-panel{padding:32px 20px}}
