@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=DM+Serif+Display&display=swap);*,:after,:before{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f0f4f8;color:#1a1a2e;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0;padding:0}.app-shell{overflow:hidden}.app-shell,.sidebar{display:flex;height:100vh}.sidebar{background:linear-gradient(180deg,#0f3460,#16213e 60%,#0a1628);flex-direction:column;flex-shrink:0;overflow-x:hidden;overflow-y:auto;width:240px}.sidebar-logo{align-items:center;border-bottom:1px solid #ffffff14;display:flex;gap:10px;padding:20px 20px 16px}.sidebar-logo-icon{flex-shrink:0}.sidebar-logo-icon,.sidebar-logo-icon svg{height:36px;width:36px}.sidebar-logo-text{color:#fff;font-family:"DM Serif Display",serif;font-size:1.2rem;font-weight:400;letter-spacing:-.3px}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;padding:16px 12px}.nav-section-label{color:#ffffff59;font-size:10px;font-weight:700;letter-spacing:1.2px;margin-bottom:6px;padding:0 8px;text-transform:uppercase}.nav-item{align-items:center;background:none;border:none;border-radius:8px;color:#ffffffa6;cursor:pointer;display:flex;font-family:inherit;font-size:.875rem;font-weight:500;gap:10px;margin-bottom:2px;padding:9px 12px;position:relative;text-align:left;transition:background .15s,color .15s;width:100%}.nav-item:hover{background:#ffffff14;color:#fff}.nav-item.active{background:#ffffff26;color:#fff;font-weight:600}.nav-badge{background:#e53e3e;border-radius:10px;color:#fff;font-size:10px;font-weight:700;margin-left:auto;min-width:18px;padding:1px 6px;text-align:center}.sidebar-footer{border-top:1px solid #ffffff14;padding:12px 16px 16px}.sidebar-user{align-items:center;border-radius:8px;display:flex;gap:10px;padding:8px 4px;transition:background .15s}.sidebar-user:hover{background:#ffffff0f}.sidebar-user-avatar{align-items:center;border:2px solid #fff3;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:12px;font-weight:700;height:34px;justify-content:center;width:34px}.sidebar-user-info{display:flex;flex-direction:column;overflow:hidden}.sidebar-user-name{color:#fff;font-size:.8rem;font-weight:600}.sidebar-user-name,.sidebar-user-role{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user-role{color:#ffffff73;font-size:.72rem}.main-content{display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden}.main-header{align-items:center;background:#fff;border-bottom:1px solid #e8edf4;display:flex;flex-shrink:0;height:64px;justify-content:space-between;padding:0 28px}.main-header-left{display:flex;flex-direction:column;gap:1px}.page-title{color:#0f172a;font-family:"DM Serif Display",serif;font-size:1.3rem;font-weight:400;line-height:1.2;margin:0}.page-date{color:#94a3b8;font-size:.72rem;font-weight:400}.main-header-right{align-items:center;display:flex;gap:12px}.header-env-badge{background:#dcfce7;border:1px solid #bbf7d0;border-radius:20px;color:#15803d;font-size:10px;font-weight:700;letter-spacing:1px;padding:3px 10px}.content-area{flex:1 1;overflow-y:auto;padding:24px 28px}.loading-state{align-items:center;color:#64748b;display:flex;flex:1 1;flex-direction:column;gap:16px;justify-content:center}.loading-spinner{border-top-color:#0f3460;height:36px;width:36px}.stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:24px}.stat-card{background:#fff;border:1px solid #e8edf4;border-radius:12px;box-shadow:0 1px 4px #0000000a;display:flex;flex-direction:column;gap:12px;padding:20px;transition:box-shadow .2s}.stat-card:hover{box-shadow:0 4px 16px #00000014}.stat-icon{align-items:center;border-radius:10px;display:flex;height:40px;justify-content:center;width:40px}.stat-blue{background:#eff6ff;color:#1d4ed8}.stat-green{background:#f0fdf4;color:#15803d}.stat-purple{background:#faf5ff;color:#7c3aed}.stat-orange{background:#fff7ed;color:#c2410c}.stat-info{display:flex;flex-direction:column;gap:2px}.stat-value{color:#0f172a;font-size:1.8rem;font-weight:700;line-height:1}.stat-label{color:#64748b;font-size:.78rem;font-weight:500}.stat-sub{color:#94a3b8;font-size:.75rem;margin-top:-4px}.dashboard-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.dash-card,.full-card{background:#fff;border:1px solid #e8edf4;border-radius:12px;box-shadow:0 1px 4px #0000000a;overflow:hidden}.dash-card-header,.full-card-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:16px 20px}.dash-card-header h2,.full-card-header h2{color:#0f172a;font-size:.95rem;font-weight:600;margin:0}.view-all-btn{background:none;border:none;border-radius:6px;color:#0f3460;cursor:pointer;font-family:inherit;font-size:.78rem;font-weight:600;padding:4px 8px;transition:background .15s}.view-all-btn:hover{background:#f0f4f8}.query-legend{align-items:center;display:flex;gap:8px}.dash-table,.data-table{width:100%}.dash-table-head,.data-table-head{grid-gap:12px;background:#f8fafc;border-bottom:1px solid #f1f5f9;color:#94a3b8;display:grid;font-size:.72rem;font-weight:700;gap:12px;letter-spacing:.6px;padding:8px 20px;text-transform:uppercase}.dash-table-head{grid-template-columns:1fr auto auto}.data-table-head{grid-template-columns:repeat(5,1fr)}.dash-table-row,.data-table-row{grid-gap:12px;align-items:center;border-bottom:1px solid #f8fafc;display:grid;font-size:.85rem;gap:12px;padding:12px 20px;transition:background .12s}.dash-table-row{grid-template-columns:1fr auto auto}.data-table-row{grid-template-columns:repeat(5,1fr)}.dash-table-row:hover,.data-table-row:hover{background:#f8fafc}.dash-table-row:last-child,.data-table-row:last-child{border-bottom:none}.row-primary{color:#1a1a2e;font-size:.85rem;font-weight:600}.row-secondary{color:#64748b;font-size:.78rem;margin-top:1px}.query-text{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.empty-state{color:#94a3b8;font-size:.85rem;padding:32px 20px;text-align:center}.phase-badge{align-items:center;background:#f0f4f8;border-radius:6px;color:#475569;display:inline-flex;font-size:.72rem;font-weight:700;padding:3px 8px;white-space:nowrap}.status-pill{background:#f1f5f9;border-radius:20px;color:#64748b;font-weight:700;letter-spacing:.4px;padding:3px 10px;text-transform:uppercase}.status-pill.active{color:#15803d}.status-pill.enrolled{background:#dbeafe;color:#1d4ed8}.status-pill.open{background:#fee2e2;color:#b91c1c}.status-pill.answered{background:#fef9c3;color:#a16207}.status-pill.closed,.status-pill.completed{background:#f0fdf4;color:#15803d}.status-pill.locked{background:#fef2f2;color:#991b1b}.status-pill.screening{background:#eff6ff;color:#1d4ed8}.priority-pill{align-items:center;border-radius:20px;font-weight:700;padding:3px 10px;text-transform:uppercase;white-space:nowrap}.priority-pill.high{color:#b91c1c}.priority-pill.medium{background:#fef9c3;color:#a16207}.priority-pill.low{color:#15803d}.coming-soon{align-items:center;color:#94a3b8;display:flex;flex-direction:column;gap:12px;justify-content:center;padding:80px 20px;text-align:center}.coming-soon h2{color:#64748b;font-size:1.2rem;margin:0}.coming-soon p{font-size:.875rem;margin:0}.coming-soon svg{height:40px;opacity:.4;width:40px}.dentry-loading{align-items:center;color:#94a3b8;flex:1 1;gap:1rem;justify-content:center}.dentry-loading,.dentry-root{display:flex;flex-direction:column;font-family:DM Sans,sans-serif}.dentry-root{background:#f8fafc;height:100%;overflow:hidden}.dentry-header{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;padding:.75rem 1.5rem 1rem}.back-btn{padding:0 0 .75rem}.dentry-title-row{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.dentry-form-icon{align-items:center;background:#eff6ff;border-radius:10px;color:#2563eb;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.dentry-form-icon svg{height:22px;width:22px}.dentry-form-name{color:#0f3460;font-family:"DM Serif Display",serif;font-size:1.3rem;font-weight:400;margin-bottom:.15rem}.dentry-form-oid{color:#94a3b8;font-size:.78rem}.dentry-status-area{align-items:center;display:flex;gap:.75rem;margin-left:auto}.lock-badge,.sign-badge{align-items:center;border-radius:100px;display:flex;font-size:.78rem;font-weight:500;gap:.3rem;padding:.25rem .65rem}.lock-badge{background:#fef3c7;color:#d97706}.sign-badge{background:#dcfce7;color:#16a34a}.lock-badge svg,.sign-badge svg{height:13px;width:13px}.dentry-progress{align-items:center;display:flex;gap:1rem;margin-bottom:.75rem}.dentry-progress-bar{background:#e2e8f0;border-radius:100px;flex:1 1;height:6px;overflow:hidden}.dentry-progress-fill{background:linear-gradient(90deg,#0f3460,#2980b9);border-radius:100px;height:100%;transition:width .5s}.dentry-progress-label{color:#64748b;font-size:.78rem;font-weight:500;white-space:nowrap}.dentry-reg-notice{align-items:center;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;color:#0369a1;display:flex;font-size:.78rem;gap:.5rem;padding:.6rem .85rem}.dentry-reg-notice svg{flex-shrink:0;height:15px;width:15px}.dentry-success-banner{align-items:center;background:#dcfce7;border-bottom:1px solid #bbf7d0;color:#16a34a;display:flex;flex-shrink:0;font-size:.88rem;font-weight:500;gap:.6rem;padding:.75rem 1.5rem}.dentry-success-banner svg{height:16px;width:16px}.dentry-success-banner button{background:none;border:none;color:#16a34a;cursor:pointer;font-size:1rem;margin-left:auto}.dentry-fields{flex:1 1;overflow-y:auto;padding:1.25rem 1.5rem}.dentry-fields-head{grid-gap:1rem;background:#f1f5f9;border-radius:8px;color:#64748b;display:grid;font-size:.72rem;font-weight:600;gap:1rem;grid-template-columns:2fr 1.5fr 1fr 1.5fr 1.5fr;letter-spacing:.06em;margin-bottom:.5rem;padding:.6rem 1rem;text-transform:uppercase}.dentry-empty{color:#94a3b8;font-size:.9rem;padding:3rem;text-align:center}.dentry-field-row{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:.6rem;overflow:hidden;transition:box-shadow .15s}.dentry-field-row:hover{box-shadow:0 2px 8px #0000000f}.dentry-field-row.editing{border-color:#1a5276;box-shadow:0 0 0 3px #1a52761a}.dentry-field-main{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:2fr 1.5fr 1fr 1.5fr 1.5fr;padding:.9rem 1rem}.dentry-field-name{display:flex;flex-direction:column;gap:.2rem}.dentry-field-name span:first-child{color:#0f172a;font-size:.9rem;font-weight:600}.sdtm-tag{color:#94a3b8!important;font-family:monospace;font-size:.7rem!important;font-weight:400!important}.dentry-cdash{color:#475569;font-family:monospace;font-size:.82rem}.dtype-badge{border-radius:6px;display:inline-flex;font-size:.7rem;font-weight:600;letter-spacing:.04em;padding:.2rem .55rem}.dtype-badge.integer{background:#ede9fe;color:#7c3aed}.dtype-badge.float{background:#fef3c7;color:#d97706}.dtype-badge.text{background:#f0fdf4;color:#16a34a}.dtype-badge.date{background:#dbeafe;color:#2563eb}.dtype-badge.boolean{background:#fce7f3;color:#be185d}.dentry-value-cell{align-items:center;display:flex}.dentry-current-val{display:flex;flex-direction:column;gap:.15rem}.val-number{color:#0f172a;font-size:1rem;font-weight:600}.correction-count{color:#d97706;font-size:.7rem;font-weight:500}.val-empty{color:#cbd5e1;font-size:.82rem;font-style:italic}.val-nd{color:#94a3b8;font-size:.82rem}.dentry-actions{display:flex;flex-wrap:wrap;gap:.5rem}.action-btn{align-items:center;border:1px solid;border-radius:6px;cursor:pointer;display:inline-flex;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:500;gap:.3rem;padding:.4rem .75rem;transition:all .15s}.action-btn svg{height:13px;width:13px}.edit-btn{background:#eff6ff;border-color:#bfdbfe;color:#1a5276}.edit-btn:hover{background:#dbeafe}.edit-btn:disabled{cursor:not-allowed;opacity:.5}.history-btn{background:#f8fafc;border-color:#e2e8f0;color:#64748b}.history-btn:hover{background:#f1f5f9;color:#374151}.dentry-edit-panel{background:#f8fafc;border-top:1px solid #e2e8f0;padding:1rem 1.25rem}.dentry-edit-inner{display:flex;flex-direction:column;gap:.75rem}.edit-field-label{color:#374151;font-size:.85rem}.edit-input-row{display:flex;flex-wrap:wrap;gap:1rem}.edit-input-group{display:flex;flex-direction:column;gap:.35rem;min-width:200px}.edit-reason{flex:1 1}.edit-input-group label{color:#374151;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.required-star{color:#dc2626}.dentry-input{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#0f172a;font-family:DM Sans,sans-serif;font-size:.9rem;outline:none;padding:.65rem .85rem;transition:border-color .15s,box-shadow .15s;width:100%}.dentry-input:focus{border-color:#1a5276;box-shadow:0 0 0 3px #1a52761a}.edit-error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;font-size:.82rem;gap:.5rem;padding:.6rem .85rem}.edit-error svg{flex-shrink:0;height:15px;width:15px}.edit-btn-row{display:flex;gap:.6rem;justify-content:flex-end}.save-btn{transition:opacity .15s}.save-btn:disabled{cursor:not-allowed;opacity:.65}.btn-spinner{height:16px;width:16px}.dentry-history-panel{background:#fafafa;border-top:1px solid #e2e8f0;padding:1rem 1.25rem}.history-title{align-items:center;color:#374151;display:flex;font-size:.82rem;font-weight:600;gap:.4rem;margin-bottom:.75rem}.history-title svg{height:15px;width:15px}.history-table{width:100%}.history-head{background:#f1f5f9;color:#94a3b8;font-size:.68rem;font-weight:600;letter-spacing:.05em;margin-bottom:.25rem;padding:.4rem .75rem;text-transform:uppercase}.history-head,.history-row{grid-gap:.5rem;border-radius:6px;display:grid;gap:.5rem;grid-template-columns:1fr 1fr 2fr 1fr 1.5fr .8fr}.history-row{align-items:center;font-size:.8rem;padding:.5rem .75rem}.history-row.current{background:#f0fdf4}.history-row.superseded{background:#fff;color:#94a3b8}.history-val{color:inherit;font-weight:600}.current-tag{background:#dcfce7;color:#16a34a}.current-tag,.old-tag{border-radius:100px;display:inline-flex;font-size:.68rem;font-weight:600;padding:.15rem .5rem}.old-tag{background:#f1f5f9;color:#94a3b8}.status-pill.incomplete{background:#fef3c7;color:#d97706}.status-pill.complete{background:#dcfce7;color:#16a34a}.status-pill.frozen{background:#dbeafe;color:#2563eb}.status-pill.locked{background:#ede9fe;color:#7c3aed}.subject-loading{align-items:center;color:#94a3b8;display:flex;flex:1 1;flex-direction:column;font-family:DM Sans,sans-serif;gap:1rem;justify-content:center}.loading-spinner{height:32px;width:32px}.subject-detail{display:flex;flex-direction:column;font-family:DM Sans,sans-serif;height:100%;overflow:hidden}.subject-header{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0}.back-btn{align-items:center;background:none;border:none;color:#1a5276;cursor:pointer;display:inline-flex;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:500;gap:.4rem;padding:.75rem 1.5rem 0;transition:color .15s}.back-btn svg{height:16px;width:16px}.back-btn:hover{color:#0f3460}.subject-hero{align-items:center;display:flex;justify-content:space-between;padding:1rem 1.5rem .75rem}.subject-hero-left{align-items:center;display:flex;gap:1rem}.subject-avatar{align-items:center;background:linear-gradient(135deg,#0f3460,#1a5276);border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:1rem;font-weight:700;height:52px;justify-content:center;letter-spacing:.05em;width:52px}.subject-number{color:#0f3460;font-family:"DM Serif Display",serif;font-size:1.5rem;font-weight:400;margin-bottom:.35rem}.subject-meta-row{flex-wrap:wrap;gap:1rem}.meta-item,.subject-meta-row{align-items:center;display:flex}.meta-item{color:#64748b;font-size:.8rem;gap:.3rem}.meta-item svg{height:14px;width:14px}.subject-hero-stats{display:flex;gap:1.5rem}.hero-stat{align-items:center;display:flex;flex-direction:column;gap:.1rem}.hero-stat-val{color:#0f172a;font-size:1.6rem;font-weight:600;line-height:1}.hero-stat-warn{color:#d97706}.hero-stat-label{color:#94a3b8;font-size:.72rem;white-space:nowrap}.subject-tabs{border-top:1px solid #f1f5f9;display:flex;gap:0;margin-top:.5rem;padding:0 1.5rem}.subject-tab{align-items:center;background:none;border:none;border-bottom:2.5px solid #0000;color:#64748b;cursor:pointer;display:flex;font-family:DM Sans,sans-serif;font-size:.88rem;font-weight:500;gap:.4rem;margin-bottom:-1px;padding:.7rem 1rem;text-transform:capitalize;transition:color .15s,border-color .15s}.subject-tab svg{height:16px;width:16px}.subject-tab:hover{color:#0f3460}.subject-tab.active{border-bottom-color:#0f3460;color:#0f3460}.tab-badge{background:#e74c3c;border-radius:100px;color:#fff;font-size:.68rem;font-weight:700;min-width:18px;padding:.1rem .4rem;text-align:center}.visits-layout{display:flex;flex:1 1;overflow:hidden}.visit-list{background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;min-width:260px;overflow-y:auto;width:260px}.visit-list-header{background:#fff;border-bottom:1px solid #e2e8f0;color:#94a3b8;flex-shrink:0;font-size:.72rem;font-weight:600;letter-spacing:.08em;padding:.75rem 1rem;text-transform:uppercase}.visit-item{background:none;border:none;border-bottom:1px solid #e2e8f0;cursor:pointer;font-family:DM Sans,sans-serif;padding:.9rem 1rem;text-align:left;transition:background .15s;width:100%}.visit-item:hover{background:#f1f5f9}.visit-item.active{background:#fff;border-left:3px solid #0f3460}.visit-item-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:.3rem}.visit-name{color:#0f172a;font-size:.88rem;font-weight:600}.visit-item-mid{display:flex;justify-content:space-between;margin-bottom:.5rem}.visit-type{color:#64748b;font-size:.75rem}.visit-date{color:#94a3b8;font-size:.75rem}.visit-progress-bar{background:#e2e8f0;border-radius:100px;height:3px;margin-bottom:.25rem;overflow:hidden}.visit-progress-fill{background:linear-gradient(90deg,#1a5276,#2980b9);border-radius:100px;height:100%;transition:width .4s}.visit-progress-label{color:#94a3b8;font-size:.72rem}.forms-panel{display:flex;flex:1 1;flex-direction:column;gap:1rem;overflow-y:auto;padding:1.25rem 1.5rem}.forms-panel-header{align-items:flex-start;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding-bottom:.75rem}.forms-panel-header h3{color:#0f3460;font-family:"DM Serif Display",serif;font-size:1.2rem;font-weight:400;margin-bottom:.2rem}.forms-panel-sub{color:#94a3b8;font-size:.8rem}.visit-window-info{grid-gap:.75rem;background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;display:grid;gap:.75rem;grid-template-columns:repeat(4,1fr);padding:.75rem 1rem}.window-item{display:flex;flex-direction:column;gap:.2rem}.window-label{color:#94a3b8;font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.window-val{color:#0f172a;font-size:.88rem;font-weight:500}.text-green{color:#16a34a}.text-red{color:#dc2626}.crf-forms-label{color:#94a3b8;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.crf-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1rem;transition:box-shadow .15s}.crf-form-card:hover{box-shadow:0 2px 8px #0000000f}.crf-form-top{gap:.75rem;margin-bottom:.75rem}.crf-form-icon,.crf-form-top{align-items:center;display:flex}.crf-form-icon{background:#eff6ff;border-radius:8px;color:#2563eb;flex-shrink:0;height:36px;justify-content:center;width:36px}.crf-form-icon svg{height:18px;width:18px}.crf-form-info{display:flex;flex:1 1;flex-direction:column;gap:.1rem}.crf-form-name{color:#0f172a;font-size:.9rem;font-weight:600}.crf-form-oid{color:#94a3b8;font-size:.75rem}.crf-form-right{align-items:center;display:flex;gap:.5rem}.form-lock,.form-signed{align-items:center;display:flex;font-size:.72rem;font-weight:500;gap:.25rem}.form-lock{color:#d97706}.form-signed{color:#16a34a}.form-lock svg,.form-signed svg{height:12px;width:12px}.crf-form-progress{align-items:center;display:flex;gap:.75rem}.crf-progress-bar{background:#e2e8f0;border-radius:100px;flex:1 1;height:4px;overflow:hidden}.crf-progress-fill{background:linear-gradient(90deg,#1a5276,#2980b9);border-radius:100px;height:100%;transition:width .4s}.crf-progress-label{color:#94a3b8;font-size:.72rem;white-space:nowrap}.crf-form-queries{align-items:center;color:#d97706;display:flex;font-size:.78rem;font-weight:500;gap:.4rem;margin-top:.6rem}.crf-form-queries svg{height:14px;width:14px}.queries-panel{display:flex;flex:1 1;flex-direction:column;gap:.75rem;overflow-y:auto;padding:1.25rem 1.5rem}.query-card{background:#fff;border:1px solid #e2e8f0;border-left-width:3px;border-radius:10px;padding:1rem}.query-card.open{border-left-color:#d97706}.query-card.closed{border-left-color:#94a3b8}.query-card.answered{border-left-color:#7c3aed}.query-card-top{align-items:center;display:flex;gap:.75rem;margin-bottom:.6rem}.query-number{color:#0f172a;font-size:.88rem;font-weight:700}.query-text{color:#374151;font-size:.88rem;line-height:1.5;margin-bottom:.6rem}.query-card-footer{color:#94a3b8;display:flex;font-size:.75rem;gap:1.5rem}.status-pill{white-space:nowrap}.status-pill.active,.status-pill.enrolled{background:#dcfce7;color:#16a34a}.status-pill.screening{background:#dbeafe;color:#2563eb}.status-pill.closed,.status-pill.completed{background:#f1f5f9;color:#64748b}.status-pill.open{background:#fef3c7;color:#d97706}.status-pill.answered{background:#ede9fe;color:#7c3aed}.status-pill.in_progress{background:#dbeafe;color:#2563eb}.status-pill-sm{white-space:nowrap}.status-pill-sm.closed,.status-pill-sm.completed{background:#f1f5f9;color:#64748b}.status-pill-sm.in_progress{background:#dbeafe;color:#2563eb}.status-pill-sm.open{background:#fef3c7;color:#d97706}.status-pill-sm.not_started{background:#f8fafc;color:#94a3b8}.priority-pill{border-radius:100px;display:inline-flex;font-size:.72rem;font-weight:600;padding:.2rem .6rem}.priority-pill.high{background:#fee2e2;color:#dc2626}.priority-pill.medium{background:#fef3c7;color:#d97706}.priority-pill.low{background:#f0fdf4;color:#16a34a}.empty-panel{color:#94a3b8;font-family:DM Sans,sans-serif;font-size:.88rem;padding:2rem;text-align:center}.empty-panel.large{font-size:1rem;padding:4rem}.useradmin-root{background:#f8fafc;display:flex;flex:1 1;font-family:DM Sans,sans-serif;overflow:hidden}.useradmin-list-panel{background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;min-width:280px;overflow:hidden;width:280px}.useradmin-list-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;flex-shrink:0;justify-content:space-between;padding:1rem 1rem .75rem}.useradmin-list-title{align-items:center;color:#0f172a;display:flex;font-size:.95rem;font-weight:600;gap:.5rem}.useradmin-list-title svg{color:#1a5276;height:18px;width:18px}.create-user-btn{align-items:center;background:linear-gradient(135deg,#0f3460,#1a5276);border:none;border-radius:7px;box-shadow:0 2px 6px #0f346033;color:#fff;cursor:pointer;display:inline-flex;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:600;gap:.3rem;padding:.4rem .75rem;transition:opacity .15s}.create-user-btn svg{height:13px;width:13px}.create-user-btn:hover{opacity:.88}.useradmin-search{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;flex-shrink:0;gap:.5rem;padding:.6rem .85rem}.useradmin-search svg{color:#94a3b8;flex-shrink:0;height:15px;width:15px}.useradmin-search input{background:#0000;border:none;color:#0f172a;flex:1 1;font-family:DM Sans,sans-serif;font-size:.85rem;outline:none}.useradmin-search input::placeholder{color:#cbd5e1}.useradmin-loading{display:flex;justify-content:center;padding:2rem}.useradmin-user-list{flex:1 1;overflow-y:auto}.useradmin-user-item{align-items:center;background:none;border:none;border-bottom:1px solid #f8fafc;cursor:pointer;display:flex;font-family:DM Sans,sans-serif;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:background .15s;width:100%}.useradmin-user-item:hover{background:#f8fafc}.useradmin-user-item.active{background:#eff6ff;border-left:3px solid #0f3460}.user-item-avatar{align-items:center;border-radius:9px;color:#fff;display:flex;flex-shrink:0;font-size:.78rem;font-weight:700;height:36px;justify-content:center;letter-spacing:.03em;width:36px}.user-item-info{display:flex;flex:1 1;flex-direction:column;gap:.1rem;min-width:0}.user-item-name{color:#0f172a;font-size:.88rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-item-username{color:#94a3b8;font-size:.75rem}.status-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.status-dot.active{background:#22c55e}.status-dot.inactive{background:#94a3b8}.status-dot.locked{background:#ef4444}.status-dot.suspended{background:#f59e0b}.useradmin-detail-panel{display:flex;flex:1 1;flex-direction:column;overflow-y:auto}.success-banner{align-items:center;background:#dcfce7;border-bottom:1px solid #bbf7d0;color:#16a34a;display:flex;flex-shrink:0;font-size:.88rem;font-weight:500;gap:.6rem;padding:.75rem 1.5rem}.success-banner svg{height:16px;width:16px}.success-banner button{background:none;border:none;color:#16a34a;cursor:pointer;font-size:1rem;margin-left:auto}.create-user-panel{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem}.detail-header{align-items:center;display:flex;justify-content:space-between}.detail-header h2{color:#0f3460;font-family:"DM Serif Display",serif;font-size:1.35rem;font-weight:400}.close-btn{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:1.1rem;transition:color .15s}.close-btn:hover{color:#374151}.create-form-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.create-form-field{display:flex;flex-direction:column;gap:.35rem}.create-form-field label{color:#374151;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.req{color:#dc2626}.create-form-field input,.create-form-field select{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#0f172a;font-family:DM Sans,sans-serif;font-size:.9rem;outline:none;padding:.65rem .85rem;transition:border-color .15s,box-shadow .15s}.create-form-field input:focus,.create-form-field select:focus{border-color:#1a5276;box-shadow:0 0 0 3px #1a52761a}.create-toggles{display:flex;gap:1.5rem}.toggle-label{color:#374151;font-size:.88rem;gap:.6rem;-webkit-user-select:none;user-select:none}.toggle,.toggle-label{align-items:center;cursor:pointer;display:flex}.toggle{border-radius:100px;height:22px;padding:2px;transition:background .2s;width:38px}.toggle.on{background:#0f3460;justify-content:flex-end}.toggle.off{background:#cbd5e1;justify-content:flex-start}.toggle-thumb{background:#fff;border-radius:50%;box-shadow:0 1px 3px #0003;height:18px;width:18px}.create-error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;font-size:.82rem;gap:.5rem;padding:.6rem .85rem}.create-error svg{flex-shrink:0;height:15px;width:15px}.create-form-actions{display:flex;gap:.75rem;justify-content:flex-end}.cancel-btn{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-family:DM Sans,sans-serif;font-size:.88rem;padding:.55rem 1.25rem;transition:all .15s}.cancel-btn:hover{border-color:#cbd5e1;color:#374151}.save-btn{align-items:center;background:linear-gradient(135deg,#0f3460,#1a5276);border:none;border-radius:8px;box-shadow:0 2px 8px #0f346040;color:#fff;cursor:pointer;display:inline-flex;font-family:DM Sans,sans-serif;font-size:.88rem;font-weight:600;gap:.4rem;padding:.55rem 1.25rem}.save-btn svg{height:15px;width:15px}.user-detail{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem}.user-detail-hero{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;gap:1rem;padding-bottom:1.25rem}.user-detail-avatar{align-items:center;border-radius:14px;color:#fff;display:flex;flex-shrink:0;font-size:1.1rem;font-weight:700;height:56px;justify-content:center;width:56px}.user-detail-info{display:flex;flex:1 1;flex-direction:column;gap:.15rem}.user-detail-info h2{color:#0f3460;font-family:"DM Serif Display",serif;font-size:1.35rem;font-weight:400}.user-detail-username{color:#64748b;font-size:.82rem}.user-detail-email{color:#94a3b8;font-size:.82rem}.user-detail-badges{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.feature-badge{align-items:center;border-radius:100px;display:inline-flex;font-size:.72rem;font-weight:600;gap:.3rem;padding:.25rem .65rem}.feature-badge svg{height:12px;width:12px}.feature-badge.esig{background:#ede9fe;color:#7c3aed}.feature-badge.mfa{background:#dcfce7;color:#16a34a}.user-info-grid{grid-gap:.75rem;background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);padding:1rem}.info-item{display:flex;flex-direction:column;gap:.2rem}.info-label{color:#94a3b8;font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.info-value{color:#0f172a;font-size:.88rem;font-weight:500}.user-actions-section,.user-roles-section{display:flex;flex-direction:column;gap:.75rem}.section-title{color:#94a3b8;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.status-actions{display:flex;flex-wrap:wrap;gap:.5rem}.status-action-btn{border:1.5px solid;border-radius:7px;cursor:pointer;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.03em;padding:.45rem 1rem;transition:all .15s}.status-action-btn.active{background:#f0fdf4;border-color:#bbf7d0;color:#16a34a}.status-action-btn.inactive{background:#f8fafc;border-color:#e2e8f0;color:#64748b}.status-action-btn.locked{background:#fef2f2;border-color:#fecaca;color:#dc2626}.status-action-btn.suspended{background:#fffbeb;border-color:#fde68a;color:#d97706}.status-action-btn.current{box-shadow:inset 0 0 0 1.5px currentColor;cursor:default;font-weight:700;opacity:1}.status-action-btn:not(.current):hover{filter:brightness(.95);transform:translateY(-1px)}.status-action-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.roles-loading{display:flex;justify-content:center;padding:1.5rem}.roles-empty{color:#94a3b8;font-size:.85rem;padding:1rem 0}.roles-list{display:flex;flex-direction:column;gap:.5rem}.role-item{background:#fff;border:1px solid #e2e8f0;border-radius:9px;justify-content:space-between;padding:.75rem 1rem}.role-item,.role-item-left{align-items:center;display:flex}.role-item-left{color:#1a5276;gap:.75rem}.role-item-left svg{height:18px;width:18px}.role-id{color:#0f172a;display:block;font-family:monospace;font-size:.82rem;font-weight:600}.role-scope{color:#94a3b8;display:block;font-size:.72rem}.role-item-right{align-items:center;display:flex;gap:.5rem}.training-badge{align-items:center;color:#16a34a;display:flex;font-size:.72rem;font-weight:500;gap:.25rem}.training-badge svg{height:12px;width:12px}.status-pill{align-items:center;border-radius:100px;display:inline-flex;font-size:.72rem;font-weight:600;letter-spacing:.04em;padding:.25rem .65rem}.status-pill.active{background:#dcfce7;color:#16a34a}.status-pill.inactive{background:#f1f5f9;color:#64748b}.status-pill.locked{background:#fee2e2;color:#dc2626}.status-pill.suspended{background:#fef3c7;color:#d97706}.status-pill-sm{border-radius:100px;display:inline-flex;font-size:.68rem;font-weight:600;padding:.15rem .5rem}.status-pill-sm.active{background:#dcfce7;color:#16a34a}.status-pill-sm.inactive{background:#f1f5f9;color:#64748b}.useradmin-empty{align-items:center;color:#94a3b8;display:flex;flex:1 1;flex-direction:column;gap:.75rem;justify-content:center;padding:3rem;text-align:center}.useradmin-empty svg{height:48px;opacity:.3;width:48px}.useradmin-empty h3{color:#64748b;font-size:1rem;font-weight:600;margin:0}.useradmin-empty p{font-size:.85rem;line-height:1.5;max-width:260px}.loading-spinner{animation:spin .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#1a5276;height:28px;width:28px}.btn-spinner{animation:spin .7s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:14px;width:14px}@keyframes spin{to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.d5e6cb8c.css.map*/