:root{--bg:#f6f8fb;--card:#fff;--text:#172033;--muted:#6b7280;--line:#e5e7eb;--red:#ef2b2d;--green:#1fad62;--nav:#111820}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{text-decoration:none;color:inherit}button,input,select{font:inherit}.shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{background:linear-gradient(180deg,#111820,#0c1218);color:#dbe1e8;padding:22px 14px 14px;position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;flex-direction:column}.brand{font-weight:800;font-size:20px;color:#fff;display:flex;align-items:center;gap:8px;margin-bottom:30px;padding:8px;justify-content:center;min-height:92px;border-radius:16px;background:#fff}.brand img{width:190px;height:76px;object-fit:contain;object-position:center}.brand b{color:var(--red)}.nav a{display:flex;align-items:center;gap:10px;padding:12px;border-radius:8px;margin:4px 0;color:#e5e7eb;transition:background .18s,color .18s,transform .18s}.nav a.active,.nav a:hover{background:var(--red);color:#fff;transform:translateX(2px)}.main{padding:0 32px 38px;min-width:0}.admin-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:30px 0 24px;margin-bottom:6px;border-bottom:1px solid var(--line)}.admin-breadcrumb{font-size:10px;letter-spacing:1.5px;font-weight:800;color:var(--red)}.admin-breadcrumb span{color:#cbd5e1;margin:0 6px}.admin-header h1{font-size:30px;line-height:1.1;margin:8px 0 5px;letter-spacing:-.6px}.admin-header p{color:var(--muted);margin:0;font-size:14px}.header-status{display:flex;align-items:center;gap:7px;color:#64748b;font-size:12px;padding-bottom:4px}.header-status span{width:7px;height:7px;background:var(--green);border-radius:50%;box-shadow:0 0 0 4px #dcfce7}.content-actions{display:flex;justify-content:flex-end;margin:18px 0 12px}.sidebar-footer{margin-top:auto;border-top:1px solid #ffffff1c;padding:16px 4px 0}.admin-account{display:flex;align-items:center;gap:9px;position:relative;min-width:0}.admin-avatar{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:10px;background:#fff;color:var(--red);font-weight:800}.admin-account-info{min-width:0;flex:1 1}.admin-account-info b{display:block;color:#fff;font-size:13px}.admin-account-info b,.admin-email{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-email{font-size:10px;color:#8d99a8}.admin-logout{border:0;background:#ffffff12;color:#dbe1e8;border-radius:7px;width:29px;height:29px;cursor:pointer;font-size:18px}.admin-logout:hover{background:var(--red);color:#fff}.admin-account-error{position:absolute;bottom:42px;left:0;color:#fecaca;font-size:10px}.topbar{height:68px;display:flex;align-items:center;justify-content:space-between}.search{background:white;border:1px solid var(--line);border-radius:8px;padding:10px 12px;width:320px}.page-title{font-size:28px;font-weight:800;margin:12px 0 2px}.subtitle{color:var(--muted);margin-bottom:20px}.grid{display:grid;grid-gap:16px;gap:16px}.stats{grid-template-columns:repeat(5,minmax(0,1fr))}.card{background:var(--card);border:1px solid var(--line);border-radius:12px;box-shadow:0 4px 16px rgba(31,41,55,.04);padding:16px}.stat-label{font-size:13px;color:var(--muted)}.stat-value{font-size:28px;font-weight:800;margin-top:6px}.row{display:flex;gap:16px;align-items:center}.between{justify-content:space-between}.btn{border:0;border-radius:8px;padding:10px 14px;font-weight:700;cursor:pointer}.btn-primary{background:var(--red);color:#fff}.btn-green{background:var(--green);color:#fff}.btn-ghost{background:#fff;border:1px solid var(--line)}.table{width:100%;border-collapse:collapse}.table td,.table th{padding:12px 10px;text-align:left;border-bottom:1px solid var(--line);font-size:14px}.table th{font-size:12px;color:#64748b;background:#f8fafc}.badge{display:inline-block;padding:5px 8px;border-radius:999px;font-size:12px;font-weight:700}.green{background:#dcfce7;color:#15803d}.red{background:#fee2e2;color:#b91c1c}.orange{background:#ffedd5;color:#c2410c}.blue{background:#dbeafe;color:#1d4ed8}.filters{display:flex;gap:10px;margin-bottom:14px}.filters input,.filters select,.form input,.form select{border:1px solid var(--line);background:#fff;border-radius:8px;padding:10px 12px}.filters input{flex:1 1}.modal-card{max-width:520px}.form{display:grid;grid-gap:12px;gap:12px}.form label{font-size:13px;font-weight:700}.timeline{position:relative;padding-left:26px}.timeline:before{content:"";position:absolute;left:8px;top:4px;bottom:4px;width:2px;background:#dbe3ea}.timeline-item{position:relative;margin-bottom:18px}.timeline-item:before{content:"";position:absolute;left:-22px;top:5px;width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #e8f8ef}.hero-grid{display:grid;grid-template-columns:1.3fr .7fr;grid-gap:16px;gap:16px}.chart-placeholder{height:240px;border-radius:10px;background:linear-gradient(180deg,#fff,#fafafa);border:1px dashed #d6dbe3;display:flex;align-items:center;justify-content:center;color:#94a3b8}.login-page{min-height:100vh;display:grid;grid-template-columns:1fr 1.2fr;background:linear-gradient(135deg,#071313,#0c2420 55%,#081113);color:#fff}.login-panel{display:flex;align-items:center;justify-content:center;padding:40px}.login-card{background:#fff;color:var(--text);width:100%;max-width:380px;padding:24px;border-radius:14px}.login-card input{width:100%;padding:12px;border:1px solid var(--line);border-radius:8px;margin:6px 0 14px}.login-visual{display:flex;align-items:center;justify-content:center;flex-direction:column}.phone{width:220px;height:440px;border:12px solid #101820;border-radius:40px;background:linear-gradient(180deg,#0b1717,#0a201d);box-shadow:0 30px 80px rgba(0,0,0,.35)}.wave{font-size:56px;color:#26d477;margin-top:170px;text-align:center}.muted{color:var(--muted)}@media (max-width:1000px){.shell{grid-template-columns:72px 1fr}.nav span,.sidebar .brand span{display:none}.stats{grid-template-columns:repeat(2,1fr)}.hero-grid,.login-page{grid-template-columns:1fr}.login-visual{display:none}}.auth-page{min-height:100svh;display:grid;grid-template-columns:1.05fr 1fr;background:#fff;color:#000}.auth-story{background:#000;color:#fff;padding:38px 9% 30px;display:flex;flex-direction:column;position:relative;overflow:hidden}.auth-logo{width:190px;height:auto;object-fit:contain;align-self:flex-start}.auth-story-content{margin:auto 0;padding:44px 0 54px}.auth-eyebrow{font-size:10px;letter-spacing:2px;font-weight:800;display:flex;align-items:center;gap:10px}.auth-eyebrow span{height:6px;width:6px;background:#ed151d;border-radius:50%}.auth-story h1{font-size:clamp(36px,3.7vw,60px);line-height:1.12;letter-spacing:-2.5px;margin:25px 0}.auth-story h1 em{font-style:normal;color:#ed151d}.auth-story-content>p{font-size:15px;line-height:1.8;max-width:380px;color:rgba(255,255,255,.65)}.auth-wave{height:132px;display:flex;align-items:center;gap:7px;margin:30px 0 8px}.auth-wave i{display:block;width:5px;border-radius:5px;background:#ed151d}.auth-wave i:nth-child(3n){background:#fff}.auth-features{display:flex;gap:24px;font-size:10px;color:rgba(255,255,255,.65)}.auth-story footer{display:flex;justify-content:space-between;gap:16px;font-size:9px;letter-spacing:1px;border-top:1px solid #ffffff30;padding-top:22px}.auth-story footer span{letter-spacing:0;color:#ffffff80}.auth-form-panel{padding:44px 12% 30px;display:flex;flex-direction:column}.auth-access{align-self:flex-end;font-size:10px;letter-spacing:1.6px;font-weight:700;display:flex;align-items:center;gap:8px}.auth-access svg{width:17px;height:17px}.auth-form-wrap{width:100%;max-width:400px;margin:auto;padding:42px 0}.auth-lock{display:grid;place-items:center;width:46px;height:46px;border:1px solid #0002;border-radius:12px;margin-bottom:28px}.auth-lock svg{width:22px;color:#ed151d}.auth-form-wrap>.auth-eyebrow{color:#ed151d}.auth-form-wrap h2{font-size:40px;line-height:1.13;letter-spacing:-1.7px;margin:16px 0}.auth-description{font-size:13px;color:#0009;margin:18px 0 34px}.auth-form{display:flex;flex-direction:column}.auth-form label{font-size:12px;font-weight:650;margin-bottom:10px}.auth-form input{height:52px;border:1px solid #0003;border-radius:7px;width:100%;padding:0 15px;background:#fff;color:#000;outline:none;font-size:13px}.auth-form>input{margin-bottom:23px}.auth-form input:focus{border-color:#ed151d;box-shadow:0 0 0 3px #ed151d18}.auth-password{position:relative}.auth-password input{padding-right:50px}.auth-password button{position:absolute;right:4px;top:4px;width:44px;height:44px;background:none;border:0;cursor:pointer;display:grid;place-items:center;color:#0009}.auth-password svg{width:20px}.auth-submit{height:52px;padding:0 20px;margin-top:26px;border:0;background:#e11119;color:#fff;border-radius:7px;display:flex;justify-content:space-between;align-items:center;font-weight:700;cursor:pointer}.auth-submit:hover{background:#b90d13}.auth-submit:disabled{opacity:.6;cursor:wait}.auth-submit svg{width:19px}.auth-error{color:#b90d13;font-size:13px;line-height:1.5;margin:14px 0 0}.auth-help{font-size:11px;line-height:1.9;text-align:center;color:#0009;margin-top:25px}.auth-help strong{font-weight:600;color:#000}.auth-form-panel footer{display:flex;align-items:center;justify-content:center;gap:7px;font-size:10px;color:#0008}.auth-form-panel footer svg{width:12px}.auth-page button:focus-visible{outline:2px solid #000;outline-offset:4px}.page-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin:12px 0 20px}.page-heading .page-title{margin:0}.add-user-button,.add-user-button svg,.section-title,.section-title svg{display:inline-flex;align-items:center}.add-user-button{gap:8px}.add-user-button svg,.section-title svg{width:18px;height:18px}.mobile-users-card{padding:0;overflow:hidden}.users-toolbar{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-bottom:1px solid var(--line);gap:20px}.section-title{font-weight:800;gap:8px;margin-bottom:3px}.user-search{width:280px;border:1px solid var(--line);border-radius:8px;padding:10px 12px}.users-table td,.users-table th{padding:15px 22px}.employee-cell{display:flex;align-items:center;gap:11px}.employee-cell small,.employee-cell strong{display:block}.employee-cell small{font-size:11px;color:var(--muted);margin-top:3px}.avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#fff0f0;color:var(--red);font-weight:800}.mpin{letter-spacing:3px;color:#64748b}.table-actions{display:flex;gap:6px;justify-content:flex-end}.icon-button,.modal-close{display:grid;place-items:center;border:1px solid var(--line);background:#fff;border-radius:7px;width:34px;height:34px;cursor:pointer;color:#64748b}.icon-button svg,.modal-close svg{width:17px;height:17px}.icon-button:hover{color:var(--red);border-color:#fecaca}.icon-button.danger:hover{color:#b91c1c;background:#fff7f7}.empty-state{text-align:center!important;color:var(--muted);padding:36px!important}.modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.5);display:grid;place-items:center;padding:20px;z-index:10}.modal{background:#fff;border-radius:16px;width:min(100%,500px);box-shadow:0 24px 80px #0f172a40}.modal-header{display:flex;justify-content:space-between;gap:18px;padding:23px 25px 18px;border-bottom:1px solid var(--line)}.modal-header h2{font-size:20px;margin:0 0 5px}.modal-header p{font-size:13px;color:var(--muted);margin:0}.modal-close{border:0}.user-form{display:grid;grid-gap:15px;gap:15px;padding:22px 25px 25px}.user-form label{display:grid;grid-gap:7px;gap:7px;font-size:12px;font-weight:750}.user-form input,.user-form select{border:1px solid var(--line);background:#fff;border-radius:8px;padding:11px 12px;outline:none}.user-form input:focus,.user-form select:focus,.user-search:focus{border-color:var(--red);box-shadow:0 0 0 3px #ef2b2d15}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:5px}.inline-error{color:#b91c1c;background:#fff1f2;border:1px solid #fecdd3;padding:10px 12px;border-radius:7px;font-size:13px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:650px){.page-heading,.users-toolbar{align-items:stretch;flex-direction:column}.add-user-button,.user-search{width:100%}.table-wrap{overflow:auto}.users-table{min-width:700px}}.recordings-workspace{display:grid;grid-gap:16px;gap:16px}.recordings-table-card{padding:0;overflow:hidden}.recordings-toolbar{gap:20px;padding:18px 20px;border-bottom:1px solid var(--line)}.recordings-pagination,.recordings-toolbar{display:flex;align-items:center;justify-content:space-between}.recordings-pagination{gap:12px;padding:12px 20px;border-top:1px solid var(--line);background:#fafbfc}.recordings-pagination>div{display:flex;gap:8px}.recordings-pagination .btn{padding:7px 10px;font-size:12px}.recordings-pagination .btn:disabled{opacity:.45;cursor:not-allowed}.recordings-filters{margin:0}.recordings-filters input{min-width:240px}.recordings-table{min-width:1080px}.recordings-table td,.recordings-table th{padding:13px 14px;white-space:nowrap}.recordings-table td:first-child,.recordings-table th:first-child{text-align:center;width:48px}.lead-link{display:flex;flex-direction:column;align-items:flex-start;gap:3px;border:0;background:none;color:var(--text);font-weight:750;cursor:pointer;padding:0;text-align:left}.lead-link:hover{color:var(--red)}.lead-link span{font-size:10px;color:var(--muted);font-weight:500}.number-cell{display:inline-flex;align-items:center;gap:6px}.number-cell svg{width:14px;height:14px;color:var(--muted)}.view-recording-button{display:inline-flex;align-items:center;gap:5px;border:1px solid var(--line);background:#fff;color:#475569;border-radius:7px;padding:7px 10px;font-weight:700;font-size:12px;cursor:pointer}.view-recording-button svg{width:15px;height:15px}.view-recording-button.active,.view-recording-button:hover{color:var(--red);border-color:#fecaca;background:#fff7f7}.selected-recording-row td{background:#fff8f8}.recordings-table .recording-details-row>td{padding:0;width:auto;white-space:normal;text-align:left;background:#fff}.recording-inline-panel{background:#fff;border:1px solid #f3b8ba;border-radius:0;box-shadow:0 8px 25px #1f29370d;overflow:hidden}.inline-panel-header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--line);background:linear-gradient(90deg,#fff8f8,#fff)}.inline-panel-header h2{font-size:22px;margin:4px 0}.inline-panel-header p{margin:0;color:var(--muted);font-size:13px}.eyebrow{color:var(--red);font-size:11px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.inline-panel-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:0;gap:0}.inline-about,.inline-timeline{padding:20px 24px}.inline-timeline{border-left:1px solid var(--line)}.inline-about h3,.inline-timeline h3{font-size:14px;margin:0 0 18px}.inline-detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:15px 28px;gap:15px 28px}.inline-detail-list div{display:grid;grid-gap:5px;gap:5px}.inline-detail-list span:first-child{font-size:11px;color:var(--muted)}.inline-detail-list strong{font-size:13px}.inline-player{display:flex;align-items:center;gap:15px;margin-top:22px;padding-top:16px;border-top:1px solid var(--line)}.inline-player div{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:750}.inline-player div svg{width:16px;height:16px;color:var(--green)}.inline-player audio{height:34px;flex:1 1;min-width:180px}.inline-panel-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding:12px 24px}.inline-panel-footer .btn{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;font-size:12px}.inline-panel-footer svg{width:15px;height:15px}@media (max-width:800px){.recordings-toolbar{align-items:stretch;flex-direction:column}.recordings-filters input{min-width:0}.inline-panel-grid{grid-template-columns:1fr}.inline-timeline{border-left:0;border-top:1px solid var(--line)}}@media (max-width:650px){.recordings-filters{flex-direction:column}.recordings-filters input,.recordings-filters select{width:100%}.inline-detail-list{grid-template-columns:1fr}.inline-about,.inline-panel-header,.inline-timeline{padding:18px}.inline-panel-footer{padding:12px 18px}}@media (min-width:1500px){.auth-story{padding-left:12%;padding-right:12%}}@media (max-width:850px){.auth-page{grid-template-columns:1fr}.auth-story{padding:18px 24px}.auth-logo{width:125px}.auth-story footer,.auth-story-content{display:none}.auth-form-panel{padding:24px;min-height:calc(100svh - 120px)}.auth-form-wrap{padding:30px 0}.auth-form-wrap h2{font-size:36px}.auth-access{font-size:9px}}.auth-form input:-webkit-autofill,.auth-form input:-webkit-autofill:focus,.auth-form input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 1000px #fff;-webkit-text-fill-color:#000;caret-color:#000}.report-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.report-heading .subtitle{margin-bottom:0}.report-heading .btn,.report-leaders a,.report-pagination a{display:inline-flex;align-items:center;text-decoration:none}.report-filters{display:flex;align-items:flex-end;flex-wrap:wrap;gap:14px;margin-bottom:16px}.report-filters label{display:grid;grid-gap:5px;gap:5px;font-size:12px;font-weight:700;color:var(--muted)}.report-filters input,.report-filters select{min-width:160px;padding:9px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#111}.report-stats{grid-template-columns:repeat(6,minmax(0,1fr));margin-bottom:16px}.report-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(240px,1fr);grid-gap:16px;gap:16px;margin-bottom:16px}.report-layout h2,.report-section h2{font-size:18px;margin:0 0 5px}.report-chart{height:225px;display:flex;align-items:flex-end;gap:4px;overflow-x:auto;padding-top:15px;border-bottom:1px solid var(--line)}.report-bar{height:100%;min-width:22px;flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:4px;font-size:10px;color:var(--muted)}.report-bar>div{width:100%;max-width:32px;background:var(--red);border-radius:4px 4px 0 0;min-height:3px}.report-bar small{white-space:nowrap;font-size:9px}.report-leaders{display:grid;grid-gap:8px;gap:8px;margin-top:16px}.report-leaders a{justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;color:inherit}.report-leaders a:hover{border-color:var(--red)}.report-leaders strong{color:var(--red)}.report-section{margin-bottom:16px}.report-section .table-wrap{overflow-x:auto;margin-top:12px}.report-section .table{min-width:800px}.report-pagination{display:flex;align-items:center;justify-content:space-between;margin-top:14px;gap:12px}.report-pagination>div{display:flex;gap:8px}@media(max-width:1100px){.report-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.report-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.report-layout{grid-template-columns:1fr}.report-heading{align-items:flex-start;flex-direction:column}.report-filters input,.report-filters label,.report-filters select{width:100%}}