:root{--red: #E60028;--red-soft: #FEE7EB;--red-hover: #c4001f;--black: #1A1A1A;--grey-900: #2B2B2B;--grey-700: #555;--grey-500: #8a8a8a;--grey-300: #d0d0d0;--grey-200: #e5e5e5;--grey-100: #f3f3f5;--grey-50: #f8f8fa;--green: #16a34a;--green-soft: #dcfce7;--amber: #f59e0b;--amber-soft: #fef3c7;--white: #ffffff;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--radius: 12px;--radius-sm: 8px;--radius-lg: 18px;--font: "Inter", "IBM Plex Sans Arabic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font);color:var(--grey-900);background:var(--grey-50);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea{font-family:inherit;font-size:inherit}a{color:inherit;text-decoration:none}.brand-bar{display:flex;justify-content:flex-end;align-items:center;padding:18px 32px;background:var(--white)}.brand-bar .logo{color:var(--red);font-weight:800;font-size:22px;letter-spacing:-.5px}.bottom-bar{position:fixed;bottom:0;left:0;right:0;height:6px;background:var(--red)}.bottom-internal{position:fixed;bottom:8px;left:0;right:0;text-align:center;font-size:11px;color:var(--grey-500)}.login-page{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 80px);margin:24px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.login-left{background:linear-gradient(135deg,#fdf6f3,#fff 60%);padding:80px 64px;display:flex;flex-direction:column;justify-content:center}.login-left .logo{color:var(--red);font-weight:800;font-size:24px;margin-bottom:32px}.login-left .brand-mark{height:96px;width:auto;max-width:160px;display:block;margin-bottom:32px;object-fit:contain}.brand-bar .brand-mark{height:64px;width:auto;max-width:120px;object-fit:contain}.login-left h1{font-size:56px;font-weight:800;line-height:1.05;color:var(--grey-900);letter-spacing:-2px;margin-bottom:20px}@media (max-width: 900px){.login-page{grid-template-columns:1fr;min-height:auto;margin:12px}.login-left,.login-right{padding:40px 24px}.login-left h1{font-size:36px;letter-spacing:-1px}.login-left .brand-mark{height:72px;max-width:132px}.feature-row{grid-template-columns:1fr}}.login-left .subtitle{font-size:16px;color:var(--grey-700);margin-bottom:40px;max-width:520px}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:40px;max-width:520px}.feature-card{border:1px solid var(--red-soft);background:#fff9;padding:18px;border-radius:var(--radius)}.feature-card h4{color:var(--red);font-size:14px;margin-bottom:6px;font-weight:700}.feature-card p{font-size:13px;color:var(--grey-700)}.feature-pills{display:flex;gap:28px;font-size:12px;color:var(--grey-700)}.feature-pills span:before{content:"•";color:var(--red);margin-right:6px;font-weight:700}.login-right{background:radial-gradient(circle at 20% 30%,rgba(255,80,80,.4),transparent 60%),radial-gradient(circle at 70% 70%,rgba(255,40,40,.5),transparent 60%),#1a0205;padding:80px 64px;display:flex;align-items:center;justify-content:center}.signin-card{background:#141414eb;color:var(--white);padding:36px;border-radius:var(--radius);width:100%;max-width:380px;border:1px solid rgba(255,255,255,.06);box-shadow:0 20px 60px #0006}.signin-card h3{font-size:22px;margin-bottom:6px;font-weight:700}.signin-card p{font-size:13px;color:#fff9;margin-bottom:28px}.btn-uae-pass{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px;background:var(--red);color:#fff;border-radius:var(--radius-sm);font-size:15px;font-weight:600;transition:background .15s}.btn-uae-pass:hover{background:var(--red-hover)}.uae-pass-btn-img{width:100%;background:var(--white);padding:10px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:transform .15s,box-shadow .15s;box-shadow:0 2px 6px #ffffff0d}.uae-pass-btn-img:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ffffff1a}.uae-pass-btn-img img{max-width:100%;height:36px;width:auto;display:block}.signin-card .footer-note{text-align:center;font-size:12px;color:#fff6;margin-top:20px}.shell{display:grid;grid-template-columns:268px 1fr;min-height:100vh}.sidebar{background:linear-gradient(180deg,#fff,#fafafb);border-right:1px solid var(--grey-200);padding:22px 14px 18px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-thumb{background:var(--grey-200);border-radius:2px}.sb-brand{display:flex;align-items:center;gap:12px;padding:0 8px 20px;border-bottom:1px solid var(--grey-200);margin-bottom:16px}.sb-brand-mark{height:56px;width:auto;max-width:96px;object-fit:contain}.sb-brand-meta{display:flex;flex-direction:column;line-height:1.1}.sb-brand-name{font-size:17px;color:var(--grey-900);font-weight:800;letter-spacing:-.2px;line-height:1.2}.sb-brand-sub{font-size:15px;font-weight:700;color:var(--grey-900);letter-spacing:-.2px}.sb-user{display:flex;align-items:center;gap:10px;padding:10px;border-radius:12px;background:linear-gradient(135deg,#fff8f9,#fff);border:1px solid var(--grey-200);margin-bottom:22px;cursor:pointer;transition:border-color .15s,box-shadow .15s}.sb-user:hover{border-color:#f8c5cf;box-shadow:0 2px 8px #e6002814}.sb-user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--red),#ff4458);color:#fff;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 6px #e6002840}.sb-user-meta{flex:1;min-width:0}.sb-user-name{font-size:13px;font-weight:600;color:var(--grey-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sb-user-sub{font-size:11px;color:var(--grey-500);margin-top:2px;font-family:SF Mono,ui-monospace,monospace}.sb-section{margin-bottom:22px}.sb-section-label{font-size:10.5px;color:var(--grey-500);padding:0 12px 8px;letter-spacing:1.2px;font-weight:700}.sb-nav{position:relative;display:flex;align-items:center;gap:12px;padding:9px 12px;border-radius:10px;color:var(--grey-700);font-size:13.5px;font-weight:500;cursor:pointer;transition:background .12s,color .12s;margin-bottom:2px;text-decoration:none}.sb-nav:hover:not(.active){background:var(--grey-100);color:var(--grey-900)}.sb-nav.active{background:linear-gradient(90deg,#fff5f6,#fff8f9);color:var(--red);font-weight:600}.sb-nav-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;flex-shrink:0}.sb-nav-label{flex:1}.sb-nav-active-bar{position:absolute;left:0;top:6px;bottom:6px;width:3px;background:var(--red);border-radius:0 2px 2px 0}.sb-progress{margin-top:auto;padding:14px 14px 12px;border-radius:12px;background:linear-gradient(135deg,#1a1a1a,#2b2b2b);color:#fff;margin-bottom:14px;position:relative;overflow:hidden}.sb-progress:before{content:"";position:absolute;top:-30px;right:-30px;width:100px;height:100px;background:radial-gradient(circle,rgba(230,0,40,.25),transparent 70%);pointer-events:none}.sb-progress-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.sb-progress-title{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#ffffffe6}.sb-progress-pct{font-size:14px;font-weight:700;color:var(--red);letter-spacing:-.5px}.sb-progress-bar{height:5px;background:#ffffff1a;border-radius:3px;overflow:hidden}.sb-progress-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--red),#ff7544);transition:width .3s;box-shadow:0 0 8px #e6002880}.sb-progress-meta{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#fff9;margin-top:8px}.sb-progress-cta{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:#fff;padding:0;transition:color .15s}.sb-progress-cta:hover{color:#f88}.sb-logout{display:flex;align-items:center;gap:10px;padding:9px 12px;color:var(--grey-700);font-size:13px;font-weight:500;border-radius:10px;width:100%;text-align:left;transition:background .12s,color .12s}.sb-logout:hover{background:#fef2f2;color:var(--red)}.sb-copy{font-size:10.5px;color:var(--grey-500);text-align:center;padding-top:10px;border-top:1px solid var(--grey-200);margin-top:8px}.topbar{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;background:var(--white);border-bottom:1px solid var(--grey-200)}.topbar .left{display:flex;align-items:center;gap:12px}.icon-btn{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--grey-700);background:var(--grey-100)}.user-pill{display:flex;align-items:center;gap:10px;padding:4px 14px 4px 4px;border-radius:999px;background:var(--grey-100);cursor:pointer}.avatar{width:32px;height:32px;border-radius:50%;background:#fde68a;color:var(--grey-900);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px}.user-pill .name{font-size:14px;font-weight:500}.mode-pill{font-size:11px;font-weight:700;letter-spacing:.5px;padding:5px 10px;border-radius:12px}.mode-pill.live{background:var(--green-soft);color:#166534}.mode-pill.offline{background:#fee2e2;color:#991b1b}.main{padding:32px}.page-title{font-size:28px;font-weight:700;margin-bottom:24px}.card{background:var(--white);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow-sm);border:1px solid var(--grey-200);margin-bottom:20px}.card-header{display:flex;align-items:center;gap:10px;margin-bottom:18px}.card-header h3{font-size:16px;font-weight:600}.card-header .icon-circle{width:28px;height:28px;border-radius:50%;background:var(--red-soft);color:var(--red);display:flex;align-items:center;justify-content:center;font-size:14px}.dashboard-grid{display:grid;grid-template-columns:1fr 320px;gap:24px;align-items:start}.welcome{font-size:28px;font-weight:700;margin-bottom:24px}.status-card{background:linear-gradient(135deg,#fff,#fef0f2)}.status-card h2{font-size:22px;margin-bottom:8px}.status-card p{color:var(--grey-700);margin-bottom:24px}.session-id-pill{display:inline-flex;align-items:center;background:var(--grey-100);padding:8px 18px;border-radius:var(--radius-sm);font-family:monospace;font-size:13px;margin:10px auto 20px;color:var(--grey-900)}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--red);color:var(--white);padding:12px 24px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;transition:background .15s}.btn-primary:hover:not(:disabled){background:var(--red-hover)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{display:inline-flex;align-items:center;gap:8px;background:var(--white);color:var(--grey-900);padding:12px 24px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;border:1px solid var(--grey-300)}.btn-secondary:hover{background:var(--grey-100)}.btn-row{display:flex;justify-content:space-between;margin-top:28px}.activity-card .item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--grey-100)}.activity-card .item:last-child{border-bottom:none}.activity-card .item .icon-bg{width:36px;height:36px;border-radius:50%;background:var(--grey-100);display:flex;align-items:center;justify-content:center}.activity-card .item .label{font-size:12px;color:var(--grey-500)}.activity-card .item .value{font-weight:600;font-size:13px}.help-card{background:var(--grey-900);color:#fff;border-radius:var(--radius);padding:22px;margin-top:20px}.help-card h4{display:flex;align-items:center;gap:8px;font-size:14px;margin-bottom:10px}.help-card p{font-size:12.5px;color:#ffffffb3;margin-bottom:16px;line-height:1.5}.help-card button{width:100%;background:#fff;color:var(--grey-900);padding:11px;border-radius:var(--radius-sm);font-weight:600;font-size:13px}.task-row{display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid var(--grey-100)}.task-row:last-child{border-bottom:none}.task-icon{width:40px;height:40px;border-radius:var(--radius-sm);background:var(--grey-100);display:flex;align-items:center;justify-content:center;font-size:18px}.task-icon.done{background:var(--green-soft);color:var(--green)}.task-icon.active{background:var(--red);color:#fff}.task-icon.locked{color:var(--grey-300)}.task-info{flex:1}.task-info h5{font-size:14px;font-weight:600;margin-bottom:2px}.task-info .desc{font-size:12px;color:var(--grey-500)}.task-meta{text-align:right;font-size:12px;color:var(--grey-500);margin-right:12px}.task-meta .label{font-size:10px;letter-spacing:.5px;color:var(--grey-500)}.task-meta .date{font-weight:600;color:var(--grey-700)}.task-status{font-size:11px;font-weight:600;padding:4px 10px;border-radius:4px;letter-spacing:.5px;text-transform:uppercase}.status-completed{background:var(--green-soft);color:var(--green)}.status-progress{background:var(--amber-soft);color:var(--amber)}.status-incomplete{color:var(--grey-500);border-bottom:1px dashed var(--grey-500);padding:0;background:none;border-radius:0}.task-lock{color:var(--grey-300);font-size:14px}.progress-squares{display:flex;gap:6px;margin:16px 0}.progress-squares .sq{width:32px;height:28px;border-radius:4px;background:var(--grey-200)}.progress-squares .sq.fill{background:var(--red)}.stepper{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;margin-bottom:32px}.step{display:flex;flex-direction:column;gap:6px;padding-bottom:12px;border-bottom:3px solid var(--grey-200)}.step.active{border-bottom-color:var(--red)}.step.done{border-bottom-color:var(--green)}.step-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.step-pill{font-size:10px;font-weight:700;letter-spacing:.5px;padding:3px 8px;border-radius:4px;text-transform:uppercase}.pill-pending{background:var(--grey-100);color:var(--grey-500)}.pill-progress{background:var(--red-soft);color:var(--red)}.pill-done{background:var(--green-soft);color:var(--green)}.step-num{font-size:22px;font-weight:700;color:var(--grey-300)}.step.active .step-num{color:var(--red)}.step.done .step-num{color:var(--green)}.step-title{font-size:14px;font-weight:600;color:var(--grey-900)}.step-desc{font-size:12px;color:var(--grey-500)}.field-group{margin-bottom:18px}.field-label{display:block;font-size:13px;font-weight:500;color:var(--grey-700);margin-bottom:6px}.field-label .required{color:var(--red)}.field-input{width:100%;padding:14px 16px;border:1px solid var(--grey-200);border-radius:var(--radius-sm);font-size:14px;background:var(--white);display:flex;justify-content:space-between;align-items:center}.field-input.verified{background:#f0fbf4;border-color:var(--green)}.field-input .check{color:var(--green);font-size:18px}.field-input input{border:none;outline:none;flex:1;background:transparent;font-size:14px}.verify-grid{display:grid;grid-template-columns:1fr 280px;gap:32px}.security-aside{background:var(--grey-50);padding:22px;border-radius:var(--radius);border:1px solid var(--grey-200)}.security-aside .icon-circle{width:32px;height:32px;border-radius:var(--radius-sm);background:var(--white);border:1px solid var(--grey-200);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.security-aside h4{font-size:14px;font-weight:600;margin-bottom:10px}.security-aside p{font-size:12px;color:var(--grey-700);margin-bottom:12px;line-height:1.6}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.choice-card{display:flex;gap:12px;padding:18px;border:1px solid var(--grey-200);border-radius:var(--radius-sm);cursor:pointer;transition:border-color .15s,background .15s}.choice-card:hover{border-color:var(--grey-300)}.choice-card.selected{border-color:var(--red);background:#fff8f9}.choice-card .radio{width:18px;height:18px;border-radius:50%;border:2px solid var(--grey-300);flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center}.choice-card.selected .radio{border-color:var(--red)}.choice-card.selected .radio:after{content:"";width:8px;height:8px;border-radius:50%;background:var(--red)}.choice-card .info h5{font-size:14px;font-weight:600;margin-bottom:4px}.choice-card .info p{font-size:12px;color:var(--grey-500)}.dropzone{border:2px dashed var(--grey-300);border-radius:var(--radius);padding:48px 24px;text-align:center;background:var(--grey-50);margin-bottom:16px;transition:border-color .15s,background .15s;cursor:pointer}.dropzone:hover{border-color:var(--red);background:#fff8f9}.dropzone.dragover{border-color:var(--red);background:#fff0f3}.dropzone .upload-ic{font-size:28px;color:var(--grey-500);margin-bottom:10px}.dropzone p{font-size:14px;margin-bottom:4px}.dropzone p .browse{color:var(--red);font-weight:600}.dropzone .desc{font-size:12px;color:var(--grey-500)}.dropzone small{font-size:11px;color:var(--grey-500);display:block;margin-top:8px}.file-pill{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid var(--grey-200);border-radius:var(--radius-sm);margin-top:12px;background:#fff}.file-pill .file-ic{width:40px;height:40px;border-radius:4px;background:var(--red-soft);color:var(--red);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.file-pill .file-info{flex:1}.file-pill .file-info .name{font-size:13px;font-weight:600}.file-pill .file-info .size{font-size:11px;color:var(--grey-500)}.file-pill .remove{color:var(--grey-500);font-size:18px;cursor:pointer}.doc-row{display:grid;grid-template-columns:200px 1fr 140px;gap:16px;align-items:center;margin-bottom:14px}.doc-row .doc-label{font-size:13px}.doc-row .doc-label .required{color:var(--red)}.doc-slot{display:flex;align-items:center;border:1.5px dashed var(--grey-300);border-radius:var(--radius-sm);padding:10px 14px;gap:12px;cursor:pointer;transition:all .15s}.doc-slot:hover{border-color:var(--red);background:#fff8f9}.doc-slot .placeholder{flex:1;font-size:13px;color:var(--grey-500)}.doc-slot .upload-btn{background:var(--grey-900);color:#fff;padding:6px 16px;border-radius:6px;font-size:12px;font-weight:600}.doc-slot.uploaded{border-style:solid;border-color:var(--grey-200);cursor:default}.doc-slot.uploaded:hover{background:#fff}.doc-slot .file-ic-mini{width:32px;height:32px;background:var(--red-soft);color:var(--red);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.doc-status{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;justify-content:flex-end}.doc-status.verified{color:var(--green)}.doc-status.failed{color:var(--red)}.doc-status.uploading{color:var(--grey-500)}.doc-status .dot{width:8px;height:8px;border-radius:50%}.validation-detail{margin-top:8px;padding:14px 16px;background:var(--grey-50);border-left:3px solid var(--grey-300);border-radius:8px;font-size:12px}.validation-detail.error{background:#fef2f2;border-left-color:var(--red)}.validation-detail.warning{background:var(--amber-soft);border-left-color:var(--amber)}.validation-detail.success{background:var(--green-soft);border-left-color:var(--green)}.validation-detail-head{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--grey-700);margin-bottom:10px}.vd-pulse{width:8px;height:8px;border-radius:50%;background:var(--red);position:relative;flex-shrink:0;box-shadow:0 0 #e600288c;animation:vd-pulse 1.6s ease-out infinite}@keyframes vd-pulse{0%{box-shadow:0 0 #e600288c}70%{box-shadow:0 0 0 9px #e6002800}to{box-shadow:0 0 #e6002800}}.validation-steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.validation-step{display:grid;grid-template-columns:22px 1fr;gap:10px;padding:8px 10px;border-radius:8px;background:#ffffff8c;border:1px solid rgba(255,255,255,.9);opacity:0;transform:translateY(4px);transition:opacity .35s ease,transform .35s ease,background-color .25s ease}.validation-step.state-active,.validation-step.state-done{opacity:1;transform:translateY(0)}.validation-step.state-active{background:var(--white);border-color:var(--grey-200)}.validation-step.state-done.tone-success{background:#ffffffd9;border-color:#16a34a2e}.validation-step.state-done.tone-warning{background:#ffffffd9;border-color:#f59e0b33}.validation-step.state-done.tone-error{background:#ffffffd9;border-color:#e600282e}.validation-step .vs-dot{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;align-self:flex-start;background:var(--grey-200);color:var(--grey-500)}.validation-step.tone-success.state-done .vs-dot{background:var(--green-soft);color:var(--green)}.validation-step.tone-warning.state-done .vs-dot{background:var(--amber-soft);color:var(--amber)}.validation-step.tone-error.state-done .vs-dot,.validation-step.state-active .vs-dot{background:var(--red-soft);color:var(--red)}.vs-body{min-width:0}.vs-title{display:flex;align-items:baseline;gap:6px;font-size:12px;color:var(--grey-900);font-weight:600;flex-wrap:wrap}.vs-agent{color:var(--red);font-weight:700;font-size:11.5px}.vs-arrow{color:var(--grey-300);font-weight:400}.vs-detail{font-size:11.5px;color:var(--grey-700);margin-top:2px;line-height:1.5}.terms-box{background:var(--grey-100);padding:24px;border-radius:var(--radius);font-size:13px;line-height:1.8;color:var(--grey-700);max-height:380px;overflow-y:auto}.terms-box h4{color:var(--grey-900);margin-top:12px;margin-bottom:4px;font-size:14px}.terms-box h4:first-child{margin-top:0}.checkbox-row{display:flex;align-items:flex-start;gap:10px;margin-top:18px;cursor:pointer}.checkbox-row input{width:18px;height:18px;accent-color:var(--red);margin-top:2px}.checkbox-row label{font-size:13px;color:var(--grey-700);cursor:pointer}.review-section{margin-bottom:18px}.review-card{background:var(--grey-50);padding:22px;border-radius:var(--radius);border:1px solid var(--grey-200)}.review-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.review-card-head .left{display:flex;align-items:center;gap:10px}.review-card-head h4{font-size:14px;font-weight:600}.review-card-head .edit-link{color:var(--red);font-size:12px;cursor:pointer}.review-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--grey-200);font-size:13px}.review-row:last-child{border-bottom:none}.review-row .label{color:var(--grey-500)}.review-row .value{font-weight:500}.success-state{text-align:center;padding:60px 20px}.success-icon{width:80px;height:80px;border-radius:50%;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-size:36px;margin:0 auto 24px}.success-state h2{font-size:24px;margin-bottom:10px}.success-state p{color:var(--grey-700);margin-bottom:24px}.toast-container{position:fixed;top:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:9999}.toast{background:var(--grey-900);color:#fff;padding:12px 18px;border-radius:var(--radius-sm);box-shadow:var(--shadow-md);font-size:13px;max-width:360px;animation:slide-in .25s ease-out}.toast.success{background:var(--green)}.toast.error{background:var(--red)}.toast.warning{background:var(--amber);color:var(--grey-900)}.toast.info{background:var(--grey-900)}@keyframes slide-in{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;display:flex;align-items:center;justify-content:center;background:#0006}.modal{background:#fff;border-radius:var(--radius);padding:36px;width:100%;max-width:420px;text-align:center;box-shadow:var(--shadow-md);position:relative}.modal-icon{width:64px;height:64px;border-radius:50%;background:var(--red-soft);color:var(--red);display:flex;align-items:center;justify-content:center;font-size:28px;margin:0 auto 20px}.modal-icon.warning{background:var(--amber-soft);color:var(--amber)}.modal-icon.error{background:var(--red-soft);color:var(--red)}.modal-icon.success{background:var(--green-soft);color:var(--green)}.modal h3{font-size:18px;font-weight:700;margin-bottom:8px}.modal p{font-size:14px;color:var(--grey-700);margin-bottom:20px}.modal-close-x{position:absolute;top:16px;right:16px;font-size:18px;color:var(--grey-500);cursor:pointer}.spinner{width:14px;height:14px;border:2px solid var(--grey-200);border-top-color:var(--red);border-radius:50%;animation:spin .7s linear infinite;display:inline-block;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.hidden{display:none!important}.live-progress{display:flex;flex-direction:column;gap:8px}.live-progress-row{display:flex;align-items:flex-start;gap:12px;padding:10px 12px;border:1px solid var(--grey-200);border-radius:10px;background:#ffffff8c}.live-progress-row.skeleton .title{color:var(--grey-500)}.live-progress-divider{height:1px;background:var(--grey-200);margin:6px 0}.live-progress-body{flex:1;min-width:0}.live-progress-body .title{font-size:13px;font-weight:600;color:var(--grey-900, #111)}.live-progress-body .sub{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:11px;color:var(--grey-500);margin-top:4px}.live-progress-body .msg{color:var(--grey-700)}.live-dot{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.live-dot.pending{background:var(--grey-200);color:var(--grey-500)}.live-dot.running{background:var(--red-soft)}.live-dot.verified{background:var(--green-soft);color:var(--green)}.live-dot.warning{background:var(--amber-soft);color:var(--amber)}.live-dot.failed{background:var(--red-soft);color:var(--red)}.live-dot.skipped{background:var(--grey-200);color:var(--grey-500)}.spinner-sm{width:11px;height:11px;border:2px solid transparent;border-top-color:var(--red);border-radius:50%;animation:spin .7s linear infinite}.phase-chip{display:inline-block;padding:1px 8px;border-radius:999px;font-size:10px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;background:var(--grey-200);color:var(--grey-500)}.phase-chip.running{background:var(--red-soft);color:var(--red)}.phase-chip.verified{background:var(--green-soft);color:var(--green)}.phase-chip.warning{background:var(--amber-soft);color:var(--amber)}.phase-chip.failed{background:var(--red-soft);color:var(--red)}.pin-gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;background:radial-gradient(circle at 25% 20%,rgba(230,0,40,.35),transparent 55%),radial-gradient(circle at 75% 80%,rgba(255,60,80,.25),transparent 60%),linear-gradient(135deg,#0e0d0f,#1a0205);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:pin-fade-in .25s ease-out}@keyframes pin-fade-in{0%{opacity:0}to{opacity:1}}.pin-card{width:100%;max-width:460px;background:#141416eb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:40px 36px 32px;text-align:center;box-shadow:0 30px 80px #00000080;animation:pin-card-in .35s cubic-bezier(.4,0,.2,1)}@keyframes pin-card-in{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.pin-card.shake{animation:pin-shake .5s cubic-bezier(.36,.07,.19,.97)}@keyframes pin-shake{10%,90%{transform:translate(-3px)}20%,80%{transform:translate(5px)}30%,50%,70%{transform:translate(-8px)}40%,60%{transform:translate(8px)}}.pin-logo{height:64px;width:auto;max-width:110px;display:block;margin:0 auto 24px;filter:brightness(1.05)}.pin-icon-wrap{width:64px;height:64px;border-radius:50%;background:#e6002826;border:1px solid rgba(230,0,40,.3);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;box-shadow:0 0 30px #e6002833}.pin-title{color:#fff;font-size:22px;font-weight:700;margin-bottom:8px;letter-spacing:-.3px}.pin-sub{color:#ffffff8c;font-size:13.5px;margin-bottom:28px;line-height:1.55}.pin-inputs{display:flex;justify-content:center;gap:8px;margin-bottom:18px}.pin-input{width:42px;height:52px;border:1.5px solid rgba(255,255,255,.15);background:#ffffff0a;border-radius:10px;text-align:center;font-size:22px;font-weight:700;color:#fff;outline:none;transition:border-color .15s,background .15s,transform .12s,box-shadow .15s;font-family:SF Mono,ui-monospace,monospace;caret-color:var(--red)}.pin-input.filled{border-color:#e6002880;background:#e6002814}.pin-input:focus{border-color:var(--red);background:#e600281f;box-shadow:0 0 0 3px #e6002826;transform:translateY(-1px)}.pin-input.error{border-color:#ff4458;background:#ff44581f;color:#ff4458}.pin-error{color:#ff8893;font-size:12.5px;margin:-8px 0 18px;font-weight:500}.pin-foot{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#ffffff59;letter-spacing:.3px;margin-top:8px}.pin-dot{width:6px;height:6px;border-radius:50%;background:#4ade80;box-shadow:0 0 6px #4ade8099}@media (max-width: 480px){.pin-input{width:34px;height:46px;font-size:18px}.pin-inputs{gap:6px}.pin-card{padding:32px 24px 24px}}body{text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}button:focus-visible,input:focus-visible,textarea:focus-visible,[role=button]:focus-visible{outline:2px solid var(--red);outline-offset:2px;border-radius:6px}.btn-primary:focus-visible,.btn-secondary:focus-visible{outline-offset:3px}@keyframes page-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.main>*{animation:page-fade-in .25s ease-out}.card{transition:box-shadow .2s,transform .2s}.card.lift:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-1px)}.btn-primary,.btn-secondary{transition:background .15s,color .15s,transform .12s,box-shadow .15s}.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #e6002840}.btn-primary:active:not(:disabled){transform:translateY(1px)}.btn-secondary:hover:not(:disabled){background:var(--white);border-color:var(--grey-500);box-shadow:0 2px 6px #0000000f}.topbar{position:sticky;top:0;z-index:100;-webkit-backdrop-filter:saturate(180%) blur(10px);backdrop-filter:saturate(180%) blur(10px);background:#ffffffd9}body{background:radial-gradient(circle at 1px 1px,rgba(0,0,0,.025) 1px,transparent 0) 0 0/20px 20px,var(--grey-50)}@keyframes modal-pop{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.modal{animation:modal-pop .18s ease-out}.modal-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f0f1473}.card-header .icon-circle{background:linear-gradient(135deg,#fff,var(--red-soft));box-shadow:0 1px 2px #e6002826}.status-card{background:linear-gradient(135deg,#fff,#fff5f6 60%,#ffe8ec)}.help-card{background:linear-gradient(135deg,#1a1a1a,#2b2b2b);position:relative;overflow:hidden}.help-card:before{content:"";position:absolute;top:-40%;right:-20%;width:200px;height:200px;background:radial-gradient(circle,rgba(230,0,40,.35),transparent 70%);pointer-events:none}@keyframes pulse-dot{0%,to{box-shadow:0 0 #16a34a66}50%{box-shadow:0 0 0 4px #16a34a00}}.mode-pill.live{position:relative}.mode-pill.live:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--green);margin-right:6px;vertical-align:middle;animation:pulse-dot 2s infinite}.nav-item.active{position:relative;box-shadow:inset 3px 0 #ffd9e0}.field-input:not(.verified):hover{border-color:var(--grey-500)}.dropzone{transition:border-color .2s,background .2s,transform .2s}.dropzone:hover{transform:translateY(-1px)}.doc-slot{transition:border-color .15s,background .15s,transform .12s}.doc-slot:hover:not(.uploaded){transform:translateY(-1px);box-shadow:0 2px 8px #e6002814}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.choice-card{transition:border-color .15s,background .15s,transform .12s,box-shadow .15s}.choice-card:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000000d}.step-pill{transition:background .2s,color .2s}.activity-card .item{transition:background .15s,padding-left .15s;padding-left:4px;border-radius:8px}.activity-card .item:hover{background:var(--grey-50);padding-left:8px}.toast{border-left:3px solid rgba(255,255,255,.4);display:flex;align-items:center;gap:10px;font-weight:500}.toast.success,.toast.error{border-left-color:#ffffffb3}.toast.warning{border-left-color:#0006}.notif-shell{position:relative}.notif-badge{position:absolute;top:4px;right:4px;width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 2px var(--white)}.notif-panel{position:absolute;top:44px;right:0;width:340px;background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius);box-shadow:0 12px 32px #0000001f;z-index:200;overflow:hidden;animation:modal-pop .15s ease-out}.notif-panel-head{padding:14px 18px;border-bottom:1px solid var(--grey-200);display:flex;justify-content:space-between;align-items:center}.notif-panel-head h4{font-size:14px;font-weight:700}.notif-panel-head .clear{font-size:12px;color:var(--red);cursor:pointer}.notif-list{max-height:360px;overflow-y:auto}.notif-item{padding:14px 18px;border-bottom:1px solid var(--grey-100);display:flex;gap:12px;cursor:pointer;transition:background .15s}.notif-item:hover{background:var(--grey-50)}.notif-item.unread{background:#fff8f9}.notif-icon-wrap{width:32px;height:32px;border-radius:50%;background:var(--red-soft);color:var(--red);display:flex;align-items:center;justify-content:center;flex-shrink:0}.notif-item .body{flex:1;min-width:0}.notif-item .title{font-size:13px;font-weight:600;margin-bottom:2px}.notif-item .desc{font-size:12px;color:var(--grey-700);line-height:1.4}.notif-item .time{font-size:11px;color:var(--grey-500);margin-top:4px}.notif-empty{padding:40px 20px;text-align:center;font-size:13px;color:var(--grey-500)}.notif-foot{padding:10px;text-align:center;border-top:1px solid var(--grey-200)}.notif-foot button{font-size:12px;font-weight:600;color:var(--red)}.chat-launcher{position:fixed;bottom:28px;right:28px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--red),#ff4458);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #e6002859;z-index:500;transition:transform .2s,box-shadow .2s}.chat-launcher:hover{transform:scale(1.06) translateY(-2px);box-shadow:0 12px 32px #e6002873}.chat-launcher:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;background:#e6002840;z-index:-1;animation:pulse-ring 2.4s infinite}@keyframes pulse-ring{0%{transform:scale(.95);opacity:.8}70%{transform:scale(1.4);opacity:0}to{transform:scale(.95);opacity:0}}.chat-window{position:fixed;bottom:24px;right:24px;width:400px;max-width:calc(100vw - 32px);height:580px;max-height:calc(100vh - 48px);background:var(--white);border-radius:16px;box-shadow:0 20px 50px #00000040;display:flex;flex-direction:column;z-index:500;overflow:hidden;animation:chat-slide-up .25s cubic-bezier(.4,0,.2,1)}@keyframes chat-slide-up{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-header{background:linear-gradient(135deg,#1a1a1a,#2b2b2b);color:var(--white);padding:16px 18px;display:flex;justify-content:space-between;align-items:center}.chat-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--red),#ff4458);display:flex;align-items:center;justify-content:center}.chat-dot{width:6px;height:6px;border-radius:50%;background:#4ade80;display:inline-block;box-shadow:0 0 0 2px #4ade804d}.chat-close{width:28px;height:28px;border-radius:50%;color:#ffffffb3;font-size:14px;display:flex;align-items:center;justify-content:center;transition:background .15s}.chat-close:hover{background:#ffffff1a}.chat-scroll{flex:1;overflow-y:auto;padding:18px;background:var(--grey-50);display:flex;flex-direction:column;gap:10px}.chat-msg{display:flex}.chat-msg.user{justify-content:flex-end}.chat-msg.assistant{justify-content:flex-start}.chat-bubble{max-width:85%;padding:10px 14px;border-radius:14px;font-size:13.5px;line-height:1.65;word-wrap:break-word;white-space:pre-wrap;animation:bubble-in .2s ease-out;font-family:Inter,IBM Plex Sans Arabic,system-ui,sans-serif}.chat-bubble:lang(ar),.voice-strip .voice-live:lang(ar),.voice-strip .voice-status:lang(ar){font-family:IBM Plex Sans Arabic,Noto Sans Arabic,Inter,system-ui,sans-serif;font-feature-settings:"kern" 1,"liga" 1,"calt" 1}.chat-msg.user .chat-bubble{background:var(--red);color:var(--white);border-bottom-right-radius:4px}.chat-msg.assistant .chat-bubble{background:var(--white);color:var(--grey-900);border:1px solid var(--grey-200);border-bottom-left-radius:4px}@keyframes bubble-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.chat-typing{display:inline-flex;gap:4px;align-items:center;padding:4px 0}.chat-typing span{width:6px;height:6px;border-radius:50%;background:var(--grey-500);animation:typing-dot 1.2s infinite}.chat-typing span:nth-child(2){animation-delay:.2s}.chat-typing span:nth-child(3){animation-delay:.4s}@keyframes typing-dot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.chat-starters{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px;padding-top:14px;border-top:1px dashed var(--grey-300)}.chat-starter{padding:6px 12px;background:var(--white);border:1px solid var(--grey-200);border-radius:999px;font-size:12px;color:var(--grey-700);transition:all .15s}.chat-starter:hover{border-color:var(--red);color:var(--red);background:#fff8f9}.chat-input-wrap{padding:12px 14px;border-top:1px solid var(--grey-200);background:var(--white);display:flex;gap:10px;align-items:flex-end}.chat-input{flex:1;padding:10px 12px;border:1px solid var(--grey-200);border-radius:12px;font-size:13px;resize:none;font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s;max-height:120px}.chat-input:focus{border-color:var(--red);box-shadow:0 0 0 3px #e600281f;outline:none}.chat-send{width:38px;height:38px;border-radius:10px;background:var(--red);color:var(--white);font-size:14px;flex-shrink:0;transition:background .15s,transform .12s}.chat-send:hover:not(:disabled){background:var(--red-hover);transform:translateY(-1px)}.chat-send:disabled{opacity:.4;cursor:not-allowed}.chat-mic{position:relative;width:40px;height:40px;border-radius:12px;flex-shrink:0;background:var(--white);border:1px solid var(--grey-200);color:var(--grey-700);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .12s ease,box-shadow .2s ease}.chat-mic:hover:not(:disabled){border-color:var(--red);color:var(--red);background:var(--red-soft);transform:translateY(-1px);box-shadow:0 4px 10px #e600281f}.chat-mic:active:not(:disabled){transform:translateY(0)}.chat-mic:disabled{opacity:.45;cursor:not-allowed}.chat-mic.active{background:var(--red);color:var(--white);border-color:var(--red);box-shadow:0 4px 14px #e6002840}.chat-mic.active:hover:not(:disabled){background:var(--red-hover);border-color:var(--red-hover);color:var(--white);transform:translateY(-1px)}.chat-mic-pulse{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:14px;border:2px solid var(--red);pointer-events:none;animation:mic-pulse 1.4s ease-out infinite}@keyframes mic-pulse{0%{transform:scale(1);opacity:.7}70%{transform:scale(1.4);opacity:0}to{transform:scale(1.4);opacity:0}}.voice-strip{border-top:1px solid var(--grey-200);padding:10px 14px;display:flex;flex-direction:column;gap:6px;background:linear-gradient(180deg,#e6002808,#e6002800)}.voice-strip .voice-status{font-size:12px;font-weight:600;color:var(--grey-700);display:flex;align-items:center;gap:8px}.voice-strip .voice-pulse{display:inline-flex;gap:3px;align-items:flex-end;height:14px}.voice-strip .voice-pulse span{width:3px;background:var(--red);border-radius:2px;animation:voice-bar 1s ease-in-out infinite}.voice-strip .voice-pulse span:nth-child(1){height:6px;animation-delay:-.2s}.voice-strip .voice-pulse span:nth-child(2){height:12px;animation-delay:-.1s}.voice-strip .voice-pulse span:nth-child(3){height:8px;animation-delay:0s}@keyframes voice-bar{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1)}}.voice-strip.thinking .voice-pulse span,.voice-strip.connecting .voice-pulse span{background:var(--grey-500)}.voice-strip .voice-live{font-size:13px;line-height:1.4;color:var(--grey-900, #111);background:var(--white);padding:8px 10px;border-radius:10px;border:1px solid var(--grey-200);max-height:120px;overflow:auto}.voice-strip .voice-error{font-size:11px;color:var(--red)}.agent-grid-modal{background:var(--white)}.agent-grid-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:22px 26px 16px;border-bottom:1px solid var(--grey-200)}.agent-grid-eyebrow{font-size:10px;letter-spacing:.08em;font-weight:800;color:var(--grey-500);margin-bottom:4px}.agent-grid-title{font-size:18px;font-weight:700;color:var(--grey-900);margin:0}.agent-grid-sub{margin-top:6px;font-size:12.5px;color:var(--grey-700);max-width:540px}.agent-grid-stat{text-align:right}.agent-grid-stat .elapsed{font-size:22px;font-weight:800;color:var(--grey-900);font-variant-numeric:tabular-nums}.agent-grid-stat .elapsed-label{font-size:10px;letter-spacing:.08em;font-weight:700;color:var(--grey-500);text-transform:uppercase}.agent-grid-body{padding:18px 22px 22px;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;overflow-y:auto}@media (min-width: 1100px){.agent-grid-body{grid-template-columns:repeat(3,1fr)}}.agent-card{text-align:left;cursor:pointer;border:1px solid var(--grey-200);border-radius:12px;padding:12px 14px;background:var(--white);transition:border-color .15s ease,box-shadow .15s ease,transform .05s ease;display:flex;flex-direction:column;gap:8px}.agent-card:hover{border-color:var(--grey-300);box-shadow:var(--shadow-sm)}.agent-card:active{transform:translateY(1px)}.agent-card.status-running{border-color:var(--red-soft);background:linear-gradient(180deg,#fff,#fff8f9)}.agent-card.status-verified{border-color:#16a34a40}.agent-card.status-warning{border-color:#f59e0b4d}.agent-card.status-failed{border-color:#e600284d}.agent-card.status-skipped{opacity:.85}.agent-card-top{display:flex;align-items:center;gap:10px}.agent-card-name{flex:1;min-width:0;font-size:13px;font-weight:700;color:var(--grey-900);line-height:1.3;word-break:break-word}.agent-card-elapsed{font-size:11px;font-weight:700;color:var(--grey-500);font-variant-numeric:tabular-nums;flex-shrink:0}.agent-card-sub{font-size:12px;color:var(--grey-700);line-height:1.45}.agent-card-pills{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}.mini-chip{display:inline-block;padding:2px 7px;border-radius:999px;font-size:10px;font-weight:600;letter-spacing:.01em;background:var(--grey-100);color:var(--grey-700);border:1px solid var(--grey-200)}.mini-chip.rules{background:var(--grey-50);color:var(--grey-500)}.mini-chip.status-running{background:var(--red-soft);color:var(--red);border-color:#e6002833}.mini-chip.status-verified{background:var(--green-soft);color:var(--green);border-color:#16a34a33}.mini-chip.status-warning{background:var(--amber-soft);color:var(--amber);border-color:#f59e0b40}.mini-chip.status-failed{background:var(--red-soft);color:var(--red);border-color:#e6002833}.mini-chip.status-skipped{background:var(--grey-100);color:var(--grey-500)}.agent-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:11000;background:#0f0f126b;display:flex;align-items:stretch;justify-content:flex-end;animation:pin-fade-in .15s ease-out}.agent-drawer{background:var(--white);width:min(540px,100%);height:100%;display:flex;flex-direction:column;box-shadow:-8px 0 24px #0000002e;animation:drawer-slide .2s ease-out}@keyframes drawer-slide{0%{transform:translate(24px);opacity:0}to{transform:translate(0);opacity:1}}.agent-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px 14px;border-bottom:1px solid var(--grey-200)}.agent-drawer-close{font-size:18px;color:var(--grey-700);width:28px;height:28px;border-radius:6px}.agent-drawer-close:hover{background:var(--grey-100)}.agent-drawer-body{padding:18px 24px 24px;overflow-y:auto;flex:1}.agent-drawer-role{font-size:13px;color:var(--grey-700);margin-bottom:16px;line-height:1.5}.agent-drawer-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-bottom:18px}.agent-drawer-meta-cell{background:var(--grey-50);border:1px solid var(--grey-200);padding:8px 10px;border-radius:8px}.meta-label{font-size:10px;letter-spacing:.08em;font-weight:700;color:var(--grey-500);text-transform:uppercase}.meta-value{font-size:12.5px;font-weight:600;color:var(--grey-900);margin-top:3px}.meta-value.tone-running{color:var(--red)}.meta-value.tone-verified{color:var(--green)}.meta-value.tone-warning{color:var(--amber)}.meta-value.tone-failed{color:var(--red)}.agent-drawer-msg{font-size:12.5px;color:var(--grey-700);background:var(--grey-50);border:1px solid var(--grey-200);padding:10px 12px;border-radius:8px;margin-bottom:16px;line-height:1.5}.agent-drawer-section{margin-bottom:18px}.agent-drawer-section-title{font-size:10px;letter-spacing:.08em;font-weight:800;color:var(--grey-500);text-transform:uppercase;margin-bottom:6px}.agent-drawer-empty{font-size:12.5px;color:var(--grey-500);font-style:italic}.agent-json{font-family:Menlo,Monaco,monospace;font-size:11.5px;line-height:1.5;background:var(--grey-900);color:#f5f5f5;padding:12px 14px;border-radius:8px;max-height:280px;overflow:auto;white-space:pre-wrap;word-break:break-word}.reviewer-shell{min-height:100vh;background:var(--grey-50);display:flex;flex-direction:column}.reviewer-topbar{display:flex;align-items:center;gap:18px;padding:16px 32px;background:var(--white);border-bottom:1px solid var(--grey-200);position:sticky;top:0;z-index:20;-webkit-backdrop-filter:saturate(160%) blur(6px);backdrop-filter:saturate(160%) blur(6px)}.reviewer-brand{display:flex;align-items:center;gap:12px;flex:1}.reviewer-brand img{height:52px}.reviewer-eyebrow{font-size:10px;letter-spacing:.08em;font-weight:800;color:var(--grey-500);text-transform:uppercase}.reviewer-name{font-size:15px;font-weight:700;color:var(--grey-900)}.reviewer-detail-title{flex:1}.reviewer-detail-title h1{font-size:18px;font-weight:700;margin:2px 0 0}.reviewer-detail-status{display:flex;gap:8px}.reviewer-main{flex:1;max-width:1180px;width:100%;margin:0 auto;padding:24px 32px 80px;display:flex;flex-direction:column;gap:18px}.reviewer-detail-main{gap:14px}.stats-overview{display:flex;flex-direction:column;gap:18px}.stats-hero{background:var(--white);border:1px solid var(--grey-200);border-radius:16px;padding:22px 26px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:18px}.stats-hero-top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center}.stats-hero-eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;letter-spacing:.1em;font-weight:700;color:var(--grey-500);text-transform:uppercase}.stats-hero-value{font-size:44px;font-weight:800;color:var(--grey-900);line-height:1.05;font-variant-numeric:tabular-nums;margin-top:6px;letter-spacing:-.02em}.stats-hero-caption{font-size:12.5px;color:var(--grey-700);margin-top:4px;max-width:460px}.stats-hero-legend{display:flex;gap:22px;align-items:stretch;padding-left:24px;border-left:1px solid var(--grey-200)}.legend-cell{display:flex;align-items:flex-start;gap:8px;min-width:84px}.legend-marker{width:4px;align-self:stretch;border-radius:2px;background:var(--grey-300);margin-top:4px}.legend-cell.tone-verified .legend-marker{background:var(--green)}.legend-cell.tone-warning .legend-marker{background:var(--amber)}.legend-cell.tone-failed .legend-marker{background:var(--red)}.legend-label{font-size:10.5px;letter-spacing:.06em;font-weight:700;color:var(--grey-500);text-transform:uppercase}.legend-value{font-size:18px;font-weight:700;color:var(--grey-900);margin-top:2px;font-variant-numeric:tabular-nums}.stats-hero-bar-block{display:flex;flex-direction:column;gap:8px}.stats-hero-bar-head{display:flex;align-items:center;justify-content:space-between;font-size:10.5px;letter-spacing:.08em;font-weight:700;color:var(--grey-500);text-transform:uppercase}.stats-hero-bar-total{color:var(--grey-700);font-weight:700;letter-spacing:.03em;text-transform:none;font-size:11.5px}.stats-hero-bar{position:relative;height:10px;border-radius:999px;background:var(--grey-100);display:flex;overflow:hidden;border:1px solid var(--grey-200)}.stats-hero-bar-segment{height:100%;transition:width .35s ease}.stats-hero-bar-segment.tone-verified{background:var(--green)}.stats-hero-bar-segment.tone-warning{background:var(--amber)}.stats-hero-bar-segment.tone-failed{background:var(--red)}.stats-hero-bar-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:10.5px;color:var(--grey-500);letter-spacing:.04em}@media (max-width: 880px){.stats-hero-top{grid-template-columns:1fr}.stats-hero-legend{padding-left:0;border-left:none;padding-top:14px;border-top:1px solid var(--grey-200)}}.stats-queue-row{display:flex;flex-direction:column;gap:10px}.stats-queue-eyebrow{font-size:10.5px;letter-spacing:.1em;font-weight:700;color:var(--grey-500);text-transform:uppercase;padding-left:2px}.stats-queue-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px}.stats-queue-cell{background:var(--white);border:1px solid var(--grey-200);border-radius:12px;padding:14px 16px;display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:flex-start;position:relative;overflow:hidden}.stats-queue-cell:before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:2px;background:var(--grey-200);border-radius:0 2px 2px 0}.stats-queue-cell.tone-verified:before{background:var(--green)}.stats-queue-cell.tone-warning:before{background:var(--amber)}.stats-queue-cell.tone-failed:before{background:var(--red)}.stats-queue-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:var(--grey-100)}.stats-queue-cell.tone-verified .stats-queue-icon{background:var(--green-soft)}.stats-queue-cell.tone-warning .stats-queue-icon{background:var(--amber-soft)}.stats-queue-cell.tone-failed .stats-queue-icon{background:var(--red-soft)}.stats-queue-body{min-width:0}.stats-queue-label{font-size:10.5px;letter-spacing:.08em;font-weight:700;color:var(--grey-500);text-transform:uppercase}.stats-queue-value{font-size:24px;font-weight:800;color:var(--grey-900);margin-top:2px;line-height:1.1;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.stats-queue-caption{font-size:11.5px;color:var(--grey-700);margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reviewer-card{background:var(--white);border:1px solid var(--grey-200);border-radius:14px;padding:20px 22px;box-shadow:var(--shadow-sm)}.reviewer-card h2,.reviewer-card h3{font-size:16px;font-weight:700;color:var(--grey-900);margin:0 0 4px}.reviewer-card-sub{color:var(--grey-700);font-size:13px;margin-bottom:14px}.reviewer-card-head{display:flex;align-items:flex-start;gap:16px;justify-content:space-between;margin-bottom:16px}.reviewer-search{display:flex;gap:8px;align-items:center}.reviewer-search input{border:1px solid var(--grey-200);padding:9px 12px;border-radius:8px;width:280px;font-size:13px}.reviewer-search input:focus{outline:none;border-color:var(--red)}.reviewer-filters{display:flex;flex-wrap:wrap;gap:18px;margin-bottom:16px}.filter-group{display:flex;align-items:center;gap:8px}.filter-label{font-size:11px;letter-spacing:.08em;font-weight:700;color:var(--grey-500);text-transform:uppercase}.filter-chips{display:flex;gap:6px;flex-wrap:wrap}.filter-chip{padding:5px 11px;border-radius:999px;font-size:12px;font-weight:600;background:var(--grey-100);color:var(--grey-700);border:1px solid var(--grey-200)}.filter-chip:hover{border-color:var(--grey-300)}.filter-chip.active{background:var(--red);color:var(--white);border-color:var(--red)}.reviewer-empty{padding:40px 16px;text-align:center;color:var(--grey-500);background:var(--grey-50);border:1px dashed var(--grey-200);border-radius:10px}.reviewer-error{background:var(--red-soft);color:var(--red);border:1px solid rgba(230,0,40,.2);padding:10px 14px;border-radius:8px;font-size:13px}.reviewer-table{display:flex;flex-direction:column;gap:4px}.reviewer-row{display:grid;grid-template-columns:2fr 1.6fr 1fr 1fr 1fr 28px;align-items:center;gap:12px;padding:12px 14px;border-radius:10px;border:1px solid transparent;text-decoration:none;color:var(--grey-900)}.reviewer-row+.reviewer-row{border-top:1px solid var(--grey-100);border-radius:0}.reviewer-row:hover{background:var(--grey-50);border-color:var(--grey-200)}.reviewer-row-head{font-size:10.5px;letter-spacing:.06em;font-weight:700;color:var(--grey-500);text-transform:uppercase;background:var(--grey-50);border:1px solid var(--grey-200)}.reviewer-row-head:hover{background:var(--grey-50)}.reviewer-row .entity,.reviewer-row .submitter{display:flex;flex-direction:column;min-width:0}.reviewer-row .entity strong,.reviewer-row .submitter strong{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reviewer-row .entity small,.reviewer-row .submitter small{font-size:11px;color:var(--grey-500)}.reviewer-row .when{font-size:12px;color:var(--grey-700)}.reviewer-row .verdict,.reviewer-row .review{font-size:11px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.reviewer-row .chev{color:var(--grey-300);text-align:right}.reviewer-row.reviewer-row-detail{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.reviewer-row.reviewer-row-detail span{display:flex;flex-direction:column;gap:2px}.reviewer-row.reviewer-row-detail small{font-size:10.5px;letter-spacing:.06em;font-weight:700;color:var(--grey-500);text-transform:uppercase}.reviewer-row.reviewer-row-detail strong{font-size:13.5px;font-weight:600}.tone-verified{color:var(--green)}.tone-warning{color:var(--amber)}.tone-failed{color:var(--red)}.tone-neutral{color:var(--grey-700)}.status-pill{display:inline-block;padding:4px 10px;border-radius:999px;font-size:10.5px;font-weight:700;letter-spacing:.03em;background:var(--grey-100);color:var(--grey-700);border:1px solid var(--grey-200);text-transform:uppercase}.status-pill.tone-verified{background:var(--green-soft);color:var(--green);border-color:#16a34a33}.status-pill.tone-warning{background:var(--amber-soft);color:var(--amber);border-color:#f59e0b40}.status-pill.tone-failed{background:var(--red-soft);color:var(--red);border-color:#e6002833}.reviewer-card.hero{padding:22px 24px;border-left:4px solid var(--grey-200)}.reviewer-card.hero.tone-verified{border-left-color:var(--green);background:linear-gradient(0deg,#fff,#fff),#f0fbf4}.reviewer-card.hero.tone-warning{border-left-color:var(--amber);background:#fefbeb}.reviewer-card.hero.tone-failed{border-left-color:var(--red);background:#fff7f8}.hero-verdict{font-size:22px;font-weight:800;margin:4px 0 12px}.hero-summary{font-size:14px;line-height:1.55;color:var(--grey-900);margin-bottom:14px}.hero-actions{background:var(--white);border:1px solid var(--grey-200);border-radius:10px;padding:12px 14px}.hero-actions ul{margin:0;padding-left:18px}.hero-actions li{font-size:13px;color:var(--grey-700);margin-bottom:4px;line-height:1.5}.rule-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.rule{display:grid;grid-template-columns:56px 18px 1fr;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;background:var(--grey-50);border:1px solid var(--grey-200);font-size:13px}.rule-pass{background:var(--green-soft);border-color:#16a34a33}.rule-fail{background:var(--red-soft);border-color:#e6002833}.rule-warning{background:var(--amber-soft);border-color:#f59e0b40}.rule-id{font-weight:700;color:var(--grey-700);font-size:11.5px;letter-spacing:.03em}.rule-pass .rule-icon{color:var(--green);font-weight:700}.rule-fail .rule-icon{color:var(--red);font-weight:700}.rule-warning .rule-icon{color:var(--amber);font-weight:700}.rule-msg{font-size:12.5px;color:var(--grey-900);line-height:1.4}.reviewer-perdoc+.reviewer-perdoc{margin-top:14px;padding-top:14px;border-top:1px solid var(--grey-100)}.reviewer-perdoc-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.reviewer-files{list-style:none;padding:0;margin:0}.reviewer-files li{display:grid;grid-template-columns:200px 1fr auto;align-items:center;gap:12px;padding:8px 0;border-bottom:1px solid var(--grey-100);font-size:13px}.reviewer-files li:last-child{border-bottom:none}.reviewer-files-size{color:var(--grey-500);font-size:11.5px}.audit-list{list-style:none;padding:0;margin:0}.audit-list li{font-size:12.5px;color:var(--grey-700);padding:6px 0;border-bottom:1px solid var(--grey-100);line-height:1.55}.audit-list li:last-child{border-bottom:none}.audit-list .tag{display:inline-block;padding:1px 6px;border-radius:4px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:var(--grey-100);color:var(--grey-700)}.audit-list .tag.tone-verified{background:var(--green-soft);color:var(--green)}.audit-list .tag.tone-failed{background:var(--red-soft);color:var(--red)}.audit-msg{color:var(--grey-700)}.audit-when{color:var(--grey-500)}.audit-note{margin-top:4px;padding:8px 10px;background:var(--grey-50);border-radius:6px;font-size:12.5px;color:var(--grey-900)}.action-panel{border:1px solid rgba(230,0,40,.18)}.reviewer-note{width:100%;min-height:70px;resize:vertical;border:1px solid var(--grey-200);border-radius:8px;padding:10px 12px;font-family:inherit;font-size:13px;margin-bottom:12px}.reviewer-note:focus{outline:none;border-color:var(--red)}.action-buttons{display:flex;gap:10px;flex-wrap:wrap}.action-buttons .btn-secondary.danger{border-color:#e600284d;color:var(--red)}.action-buttons .btn-secondary.danger:hover{background:var(--red-soft)}.agent-grid-static .agent-grid-body{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}@media (min-width: 1200px){.agent-grid-static .agent-grid-body{grid-template-columns:repeat(3,1fr)}}
