html,body,#root{width:100%;min-height:100%;margin:0}body{overflow-x:hidden}:root{--pg-primary:#b94b7b;--pg-primary-dark:#89345a;--pg-primary-deep:#3a1427;--pg-primary-soft:#fff6fa;--pg-primary-softer:#fffbfd;--pg-sidebar:#a43d6e;--pg-sidebar-dark:#7c2a52;--pg-border:#efd3df;--pg-border-soft:#f6e4ec;--pg-text:#24111b;--pg-muted:#7e6a74;--pg-white:#fff;--pg-page:#fff9fc;--pg-success:#2f8b62;--pg-danger:#b34b5d;--pg-shadow:0 12px 30px #89345a1a;--pg-shadow-soft:0 8px 22px #89345a12;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}img{max-width:100%}.login-page{background:linear-gradient(135deg,#b94b7b,#8b315d);grid-template-columns:minmax(380px,.9fr) minmax(420px,1.1fr);min-height:100vh;display:grid}.login-left{color:var(--pg-white);justify-content:center;align-items:center;padding:44px;display:flex}.login-brand-card{background:#ffffff1f;border:1px solid #ffffff2e;border-radius:28px;width:min(500px,100%);padding:36px;box-shadow:0 22px 55px #320a1e2e}.hero-logo{object-fit:contain;background:var(--pg-white);border-radius:22px;width:82px;height:82px;padding:10px}.login-brand-card h2{letter-spacing:-.8px;margin:24px 0 0;font-size:34px;font-weight:800;line-height:1.1}.login-feature-list{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.login-feature-list span{color:var(--pg-white);background:#ffffff24;border:1px solid #ffffff29;border-radius:999px;padding:9px 13px;font-size:13px;font-weight:700}.login-right{background:var(--pg-white);justify-content:center;align-items:center;padding:36px 22px;display:flex}.login-card{background:var(--pg-white);border:1px solid var(--pg-border);width:min(430px,100%);box-shadow:var(--pg-shadow);border-radius:26px;padding:34px}.login-logo-box{background:var(--pg-primary-soft);border:1px solid var(--pg-border);border-radius:20px;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 16px;display:flex}.login-logo-box img{object-fit:contain;width:60px;height:60px}.login-card h1{text-align:center;letter-spacing:-.4px;color:var(--pg-text);margin:0;font-size:28px;font-weight:800}.login-card>p{text-align:center;color:var(--pg-muted);margin:8px 0 26px;font-size:14px}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:var(--pg-text);font-size:13px;font-weight:700}.form-group input,.form-group select{border:1px solid var(--pg-border);background:var(--pg-primary-softer);min-height:46px;color:var(--pg-text);border-radius:12px;outline:none;padding:0 13px;transition:all .18s}.form-group input::placeholder{color:#ad92a0}.form-group input:focus,.form-group select:focus{border-color:var(--pg-primary);background:var(--pg-white);box-shadow:0 0 0 3px #b94b7b1a}.login-card .form-group{margin-bottom:16px}.login-submit,.primary-btn,.secondary-btn,.dark-btn,.view-btn,.cancel-btn{white-space:nowrap;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-size:14px;font-weight:700;transition:all .18s;display:inline-flex}.login-submit,.primary-btn{color:var(--pg-white);background:var(--pg-primary);box-shadow:0 10px 22px #b94b7b29}.login-submit{width:100%;min-height:48px;margin-top:4px}.secondary-btn{color:var(--pg-primary-dark);background:var(--pg-white);border:1px solid var(--pg-border)}.dark-btn{color:var(--pg-white);background:var(--pg-primary-deep)}.cancel-btn{color:var(--pg-primary-dark);background:var(--pg-primary-soft);border:1px solid var(--pg-border)}.view-btn{min-height:34px;color:var(--pg-white);background:var(--pg-primary);border-radius:999px;padding:0 14px;font-size:13px}.login-submit:hover,.primary-btn:hover,.view-btn:hover,.secondary-btn:hover,.cancel-btn:hover,.dark-btn:hover{transform:translateY(-1px)}.admin-layout{background:var(--pg-page);grid-template-columns:270px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:linear-gradient(180deg, var(--pg-sidebar), var(--pg-sidebar-dark));height:100vh;color:var(--pg-white);flex-direction:column;justify-content:space-between;padding:24px 22px;display:flex;position:sticky;top:0;box-shadow:14px 0 35px #89345a1f}.sidebar-brand{border-bottom:1px solid #ffffff2e;align-items:center;gap:13px;padding-bottom:22px;display:flex}.sidebar-brand img{object-fit:contain;background:var(--pg-white);border-radius:18px;width:58px;height:58px;padding:8px}.sidebar-brand h2{word-break:break-word;margin:0;font-size:17px;font-weight:800;line-height:1.15}.sidebar-brand p{color:#ffffffc7;margin:6px 0 0;font-size:13px;font-weight:500}.sidebar-nav{gap:10px;margin-top:26px;display:grid}.sidebar-nav button{text-align:left;width:100%;min-height:48px;color:var(--pg-white);background:#ffffff1f;border:0;border-radius:13px;padding:0 16px;font-weight:700;transition:all .18s}.sidebar-nav button:hover{background:#ffffff2e}.sidebar-nav button.active{color:var(--pg-primary-dark);background:var(--pg-white)}.sidebar-footer{color:var(--pg-white);background:#ffffff1f;border:1px solid #ffffff24;border-radius:18px;padding:16px}.sidebar-footer p{color:#ffffffbd;margin:0 0 6px;font-size:12px}.sidebar-footer strong{margin-bottom:9px;font-size:16px;font-weight:800;display:block}.sidebar-footer span{color:var(--pg-primary-dark);background:var(--pg-white);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.dashboard-area{flex-direction:column;min-width:0;display:flex}.dashboard-header{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--pg-border-soft);background:#ffffffeb;justify-content:space-between;align-items:center;gap:22px;padding:22px 30px;display:flex;position:sticky;top:0}.eyebrow{color:var(--pg-primary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:7px;font-size:11px;font-weight:800;display:inline-flex}.dashboard-header h1{color:var(--pg-text);letter-spacing:-.6px;margin:0;font-size:clamp(26px,2.3vw,34px);font-weight:800;line-height:1.1}.dashboard-header p{display:none}.header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.dashboard-content{min-width:0;padding:24px 30px 36px}.stats-grid{grid-template-columns:repeat(4,minmax(140px,1fr));gap:14px;margin-bottom:18px;display:grid}.stat-card{background:var(--pg-white);border:1px solid var(--pg-border-soft);min-height:96px;box-shadow:var(--pg-shadow-soft);border-radius:18px;flex-direction:column;justify-content:center;padding:16px 18px;display:flex}.stat-card p{color:var(--pg-muted);margin:0 0 8px;font-size:13px;font-weight:700}.stat-card strong{color:var(--pg-text);letter-spacing:-.5px;font-size:26px;font-weight:800;line-height:1}.stat-icon{display:none}.filter-card,.report-card{background:var(--pg-white);border:1px solid var(--pg-border-soft);box-shadow:var(--pg-shadow-soft);border-radius:22px}.filter-card{margin-bottom:18px;padding:18px}.filters-grid{grid-template-columns:repeat(4,minmax(160px,1fr));gap:14px;display:grid}.filter-actions{justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.report-card{padding:20px;overflow:hidden}.report-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.report-head h2{color:var(--pg-text);letter-spacing:-.3px;margin:0;font-size:22px;font-weight:800}.report-head p{color:var(--pg-muted);margin:6px 0 0;font-size:14px}.report-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.table-shell{border:1px solid var(--pg-border-soft);background:var(--pg-white);border-radius:16px;width:100%;overflow:auto}table{border-collapse:separate;border-spacing:0;width:100%;min-width:980px}thead th{z-index:1;text-align:left;background:var(--pg-primary-soft);color:var(--pg-text);border-bottom:1px solid var(--pg-border-soft);white-space:nowrap;padding:14px 16px;font-size:13px;font-weight:800;position:sticky;top:0}tbody td{border-bottom:1px solid var(--pg-border-soft);color:#4a3340;vertical-align:middle;padding:14px 16px;font-size:14px}tbody tr:hover{background:var(--pg-primary-softer)}tbody tr:last-child td{border-bottom:0}.employee-cell{align-items:center;gap:10px;min-width:180px;display:inline-flex}.employee-cell span{display:none}.employee-cell strong{color:var(--pg-text);font-weight:800}.pill{min-height:28px;color:var(--pg-primary-dark);background:var(--pg-primary-soft);border:1px solid var(--pg-border-soft);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.empty-state{text-align:center;color:var(--pg-muted);padding:36px 20px;font-size:14px;font-weight:700}.files-card{min-height:58vh}.file-search-panel,.recording-control-panel{grid-template-columns:minmax(280px,1fr) 280px;align-items:end;gap:16px;margin-bottom:18px;display:grid}.search-field input{min-height:48px}.file-note{border:1px solid var(--pg-border-soft);background:var(--pg-primary-softer);min-height:58px;color:var(--pg-muted);border-radius:14px;align-items:center;padding:14px;font-size:13px;font-weight:600;line-height:1.4;display:flex}.file-name-cell{max-width:360px;color:var(--pg-text);overflow-wrap:anywhere;font-weight:800}.files-table{min-width:1100px}.call-filter-grid{margin-bottom:18px}.recording-control-panel{background:var(--pg-primary-softer);border:1px solid var(--pg-border-soft);border-radius:18px;grid-template-columns:.75fr 1.25fr;align-items:start;padding:18px}.recording-control-panel h3{letter-spacing:-.2px;margin:0;font-size:20px;font-weight:800}.recording-control-panel p{display:none}.recording-control-grid{grid-template-columns:repeat(2,minmax(180px,1fr));gap:12px;display:grid}.recording-control-actions{flex-wrap:wrap;grid-column:1/-1;gap:10px;display:flex}.recording-status-list{flex-wrap:wrap;grid-column:1/-1;gap:9px;margin-top:2px;display:flex}.recording-status-chip{border:1px solid var(--pg-border-soft);background:var(--pg-white);color:var(--pg-text);text-align:left;border-radius:13px;gap:3px;padding:9px 11px;display:grid}.recording-status-chip strong{font-size:13px;font-weight:800}.recording-status-chip small{color:var(--pg-muted);font-weight:600}.recording-status-chip.active{background:#f1fbf6;border-color:#2f8b6242}.recording-audio{width:250px;height:36px}.modal-overlay{z-index:100;background:#24111b6b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.employee-modal{background:var(--pg-white);border:1px solid var(--pg-border-soft);border-radius:22px;width:min(760px,100%);max-height:calc(100vh - 48px);padding:24px;overflow:auto;box-shadow:0 24px 70px #24111b33}.modal-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:20px;display:flex}.modal-head h2{letter-spacing:-.3px;margin:0;font-size:24px;font-weight:800}.modal-head p{color:var(--pg-muted);margin:6px 0 0;font-size:14px}.modal-head button{width:38px;height:38px;color:var(--pg-primary-dark);background:var(--pg-primary-soft);border:0;border-radius:999px;font-size:22px;line-height:1}.modal-grid{grid-template-columns:repeat(2,minmax(220px,1fr));gap:14px;display:grid}.modal-footer{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.table-shell::-webkit-scrollbar{width:9px;height:9px}.employee-modal::-webkit-scrollbar{width:9px;height:9px}body::-webkit-scrollbar{width:9px;height:9px}.table-shell::-webkit-scrollbar-track{background:#fff0f6}.employee-modal::-webkit-scrollbar-track{background:#fff0f6}body::-webkit-scrollbar-track{background:#fff0f6}.table-shell::-webkit-scrollbar-thumb{background:#d99ab9;border-radius:999px}.employee-modal::-webkit-scrollbar-thumb{background:#d99ab9;border-radius:999px}body::-webkit-scrollbar-thumb{background:#d99ab9;border-radius:999px}.table-shell::-webkit-scrollbar-thumb:hover{background:var(--pg-primary)}.employee-modal::-webkit-scrollbar-thumb:hover{background:var(--pg-primary)}body::-webkit-scrollbar-thumb:hover{background:var(--pg-primary)}@media (width<=1180px){.admin-layout{grid-template-columns:245px minmax(0,1fr)}.sidebar{padding:20px 16px}.dashboard-header{flex-direction:column;align-items:flex-start}.header-actions{justify-content:flex-start}.stats-grid,.filters-grid{grid-template-columns:repeat(2,minmax(170px,1fr))}.file-search-panel,.recording-control-panel{grid-template-columns:1fr}}@media (width<=860px){.login-page{grid-template-columns:1fr}.login-left{display:none}.admin-layout{grid-template-columns:1fr}.sidebar{height:auto;padding:18px;position:relative}.sidebar-brand{padding-bottom:16px}.sidebar-nav{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}.sidebar-nav button{text-align:center}.sidebar-footer{margin-top:18px}.dashboard-header{padding:22px 18px;position:relative}.dashboard-content{padding:18px 14px 30px}.stats-grid,.filters-grid,.modal-grid,.recording-control-grid{grid-template-columns:1fr}.recording-control-actions,.filter-actions,.report-actions,.modal-footer{justify-content:stretch}.recording-control-actions button,.filter-actions button,.report-actions button,.modal-footer button,.header-actions button{width:100%}.report-head{flex-direction:column}.login-card{border-radius:22px;padding:28px 20px}}@media (width<=520px){.sidebar-nav{grid-template-columns:1fr}.dashboard-header h1{font-size:26px}.report-card{padding:14px}.employee-modal{border-radius:18px;padding:18px}}
