:root{--sidebar-bg: #1a2332;--sidebar-brand: #34c38f;--primary: #556ee6;--teal: #20c997;--page-bg: #f8f9fa}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--page-bg);color:#495057}.layout-wrapper{display:flex;min-height:100vh}.sidebar{width:250px;min-width:250px;background:var(--sidebar-bg);color:#a6b0cf;padding:0;position:fixed;top:0;left:0;bottom:0;z-index:100}.sidebar-brand{padding:20px 24px;font-size:1.1rem;font-weight:600;color:var(--sidebar-brand);border-bottom:1px solid rgba(255,255,255,.05)}.sidebar-label{padding:16px 24px 8px;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#6a7187}.sidebar-nav{padding:0 12px}.sidebar-link{display:flex;align-items:center;gap:10px;padding:10px 16px;color:#a6b0cf;text-decoration:none;border-radius:6px;margin-bottom:4px;transition:background .2s}.sidebar-link:hover,.sidebar-link.active{background:#ffffff14;color:#fff}.main-content{flex:1;margin-left:250px;display:flex;flex-direction:column;min-height:100vh}.topbar{background:#fff;padding:12px 24px;display:flex;align-items:center;border-bottom:1px solid #e9ecef;position:sticky;top:0;z-index:50}.page-content{flex:1;padding:24px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.page-title{font-weight:600;color:#343a40;margin:0}.footer{padding:16px 24px;background:#fff;border-top:1px solid #e9ecef;display:flex;justify-content:space-between;font-size:.875rem;color:#74788d}.dash-card{background:#fff;border-radius:8px;padding:28px;box-shadow:0 1px 3px #00000014;height:100%;position:relative;transition:box-shadow .2s;color:inherit}.dash-card:hover{box-shadow:0 4px 12px #0000001a}.dash-card.locked{opacity:.85}.dash-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:16px}.lock-badge{position:absolute;top:16px;right:16px;color:#f46a6a;font-size:1.1rem}.upload-label{font-size:.75rem;font-weight:600;letter-spacing:.05em;color:#74788d;margin-bottom:12px}.upload-zone{border:2px dashed #c3c3e5;background:#f0f0ff;border-radius:8px;padding:32px;text-align:center;cursor:pointer;transition:border-color .2s}.upload-zone:hover{border-color:var(--primary)}.upload-icon{width:48px;height:48px;background:var(--primary);color:#fff;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:12px}.empty-state .empty-icon{font-size:4rem;margin-bottom:16px}.empty-state h3{font-family:Georgia,serif;color:#343a40}.progress-dots{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.progress-dots .dot{width:12px;height:12px;border-radius:50%;background:#dee2e6}.progress-dots .dot.active{background:var(--primary)}.progress-dots .dot.done{background:var(--teal)}.form-scroll{max-height:520px;overflow-y:auto;padding-right:4px}.form-scroll::-webkit-scrollbar{width:8px}.form-scroll::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.form-scroll::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.patient-readonly td{padding:8px 0;vertical-align:top}.patient-readonly td:first-child{width:40%}.files-table{font-size:.875rem;white-space:nowrap}.files-table thead th{background:#f8f9fa;font-weight:600;border-bottom:2px solid #dee2e6}.btn-teal{background:var(--teal);color:#fff;border:none}.btn-teal:hover{background:#1aa179;color:#fff}.pagination .page-item.active .page-link{background:var(--teal);border-color:var(--teal)}.card{border:none;box-shadow:0 1px 3px #00000014;border-radius:8px}.btn-primary{background:var(--primary);border-color:var(--primary)}.btn-primary:hover{background:#485ec4;border-color:#485ec4}@media(max-width:768px){.sidebar{transform:translate(-100%)}.main-content{margin-left:0}}.no-select,.patient-readonly{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}
