@import"https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&family=Inter:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@700;800&display=swap";:root{--font-app: "DM Sans", "Inter", ui-sans-serif, system-ui, sans-serif;--font-app-strong: "DM Sans", "Inter", ui-sans-serif, system-ui, sans-serif;--type-page-title-size: 22px;--type-page-title-line: 28px;--type-page-title-weight: 700;--type-section-title-size: 15px;--type-section-title-line: 20px;--type-section-title-weight: 700;--type-label-size: 10.5px;--type-label-line: 13px;--type-label-weight: 700;--type-label-tracking: .08em;--type-body-size: 13px;--type-body-line: 20px;--type-body-weight: 400;--type-body-compact-size: 12px;--type-body-compact-line: 16px;--type-value-size: 13.5px;--type-value-line: 18px;--type-value-weight: 600;--type-value-strong-weight: 700;--type-small-size: 11.5px;--type-small-line: 16px;--type-kpi-size: 44px;--type-kpi-line: 1;--type-kpi-weight: 700}html,body{font-family:var(--font-app);font-size:var(--type-body-size);line-height:var(--type-body-line);font-weight:var(--type-body-weight)}.type-page-title{font-family:var(--font-app-strong);font-size:var(--type-page-title-size);line-height:var(--type-page-title-line);font-weight:var(--type-page-title-weight);letter-spacing:0}.type-section-title{font-family:var(--font-app-strong);font-size:var(--type-section-title-size);line-height:var(--type-section-title-line);font-weight:var(--type-section-title-weight);letter-spacing:0}.type-label{font-size:var(--type-label-size);line-height:var(--type-label-line);font-weight:var(--type-label-weight);letter-spacing:var(--type-label-tracking);text-transform:uppercase}.type-body{font-size:var(--type-body-size);line-height:var(--type-body-line);font-weight:var(--type-body-weight)}.type-value{font-size:var(--type-value-size);line-height:var(--type-value-line);font-weight:var(--type-value-weight)}:root{--db-ref-bg: #f4f6f8;--db-ref-surface: #ffffff;--db-ref-border: #e8eaed;--db-ref-dark: #111827;--db-ref-body: #374151;--db-ref-muted: #6b7280;--db-ref-hint: #9ca3af;--db-ref-teal: #0d9488;--db-ref-teal-bg: #f0fdfa;--db-ref-green: #16a34a;--db-ref-green-bg: #f0fdf4;--db-ref-amber: #d97706;--db-ref-amber-bg: #fffbeb;--db-ref-red: #dc2626;--db-ref-red-bg: #fef2f2;--db-ref-blue: #2563eb;--db-ref-blue-bg: #eff6ff;--db-ref-purple: #7c3aed;--db-ref-radius: 12px;--db-ref-radius-sm: 8px}body:has(.db-ref){--cb-page-bg: var(--db-ref-bg);background:var(--db-ref-bg)}body:has(.db-ref) .cb-navbar{height:56px;border-bottom-color:var(--db-ref-border);background:var(--db-ref-surface);padding-left:28px;padding-right:28px}body:has(.db-ref) .cb-navbar-bg{height:56px;background:var(--db-ref-surface)}body:has(.db-ref) .cb-main-content{min-height:100vh;padding-top:80px;padding-right:28px;padding-bottom:100px;background:var(--db-ref-bg)}body:has(.db-ref) .cb-sidebar-brand{height:56px;border-bottom:1px solid var(--db-ref-border);margin-bottom:12px}body:has(.db-ref) .cb-brand-mark{width:32px;height:32px;border-radius:50%;background:var(--db-ref-teal);color:#fff;font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:12px;font-weight:700}body:has(.db-ref) .cb-brand-name{color:var(--db-ref-dark);font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:14px;font-weight:700}body:has(.db-ref) .cb-sidebar-user{display:none}body:has(.db-ref) .cb-menu-header{display:none}body:has(.db-ref) #app-sidebar{background:var(--db-ref-surface);border-right-color:var(--db-ref-border)}.db-ref,.db-ref *{box-sizing:border-box}.db-ref{width:100%;max-width:none;color:var(--db-ref-dark);font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif;-webkit-font-smoothing:antialiased}.db-ref__page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.db-ref__page-title{margin:0;color:var(--db-ref-dark);font-size:22px;line-height:1;font-weight:700;letter-spacing:-.02em}.db-ref__page-sub{margin:4px 0 0;color:var(--db-ref-muted);font-size:13px;line-height:18px}.db-ref__actions{display:flex;flex-wrap:wrap;gap:8px}.db-ref-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;border-radius:20px;padding:8px 16px;font-size:13px;line-height:16px;text-decoration:none;transition:border-color .15s ease,opacity .15s ease}.db-ref-btn--ghost{border:1px solid var(--db-ref-border);background:var(--db-ref-surface);color:var(--db-ref-body);font-weight:500}.db-ref-btn--ghost:hover{border-color:var(--db-ref-teal)}.db-ref-btn--teal{border:0;background:var(--db-ref-teal);color:#fff;font-weight:600}.db-ref-btn--teal:hover{opacity:.88}.db-ref-btn svg{width:14px;height:14px}.db-ref__stat-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:16px}.db-ref-stat{position:relative;overflow:hidden;min-height:109px;border:1px solid var(--db-ref-border);border-radius:var(--db-ref-radius);background:var(--db-ref-surface);padding:14px 16px;transition:box-shadow .2s ease}.db-ref-stat:hover{box-shadow:0 4px 16px #0000000f}.db-ref-stat__accent{position:absolute;top:0;left:0;right:0;height:3px;border-radius:var(--db-ref-radius) var(--db-ref-radius) 0 0;background:var(--db-ref-border)}.db-ref-stat--teal .db-ref-stat__accent{background:var(--db-ref-teal)}.db-ref-stat--green .db-ref-stat__accent{background:var(--db-ref-green)}.db-ref-stat--amber .db-ref-stat__accent{background:var(--db-ref-amber)}.db-ref-stat--red .db-ref-stat__accent{background:var(--db-ref-red)}.db-ref-stat__top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.db-ref-stat__label{color:var(--db-ref-hint);font-size:10px;line-height:14px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.db-ref-stat__icon{display:flex;align-items:center;justify-content:center;width:26px;height:26px;flex-shrink:0;border-radius:7px;background:var(--db-ref-bg);color:var(--db-ref-muted)}.db-ref-stat--teal .db-ref-stat__icon{background:var(--db-ref-teal-bg);color:var(--db-ref-teal)}.db-ref-stat--green .db-ref-stat__icon{background:var(--db-ref-green-bg);color:var(--db-ref-green)}.db-ref-stat--amber .db-ref-stat__icon{background:var(--db-ref-amber-bg);color:var(--db-ref-amber)}.db-ref-stat--red .db-ref-stat__icon{background:var(--db-ref-red-bg);color:var(--db-ref-red)}.db-ref-stat__icon svg{width:14px;height:14px}.db-ref-stat__value{margin:0 0 4px;color:var(--db-ref-dark);font-size:28px;line-height:1;font-weight:700;letter-spacing:-.02em}.db-ref-stat--green .db-ref-stat__value{color:var(--db-ref-green)}.db-ref-stat--amber .db-ref-stat__value{color:var(--db-ref-amber)}.db-ref-stat--red .db-ref-stat__value{color:var(--db-ref-red)}.db-ref-stat__desc{margin:0;color:var(--db-ref-muted);font-size:11px;line-height:15px}.db-ref__main-grid,.db-ref__bottom-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:12px}.db-ref__main-grid{margin-bottom:12px}.db-ref__bottom-grid{margin-bottom:80px}.db-ref-card{border:1px solid var(--db-ref-border);border-radius:var(--db-ref-radius);background:var(--db-ref-surface);padding:18px}.db-ref-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--db-ref-border)}.db-ref-card__title{margin:0;color:var(--db-ref-dark);font-size:15px;line-height:19px;font-weight:700;letter-spacing:-.015em}.db-ref-card__sub{margin:3px 0 0;color:var(--db-ref-muted);font-size:11.5px;line-height:15px}.db-ref-toggle{display:flex;flex-shrink:0;border-radius:20px;background:var(--db-ref-bg);padding:2px}.db-ref-toggle__btn{border:0;border-radius:18px;background:transparent;color:var(--db-ref-muted);cursor:pointer;padding:5px 14px;font-family:inherit;font-size:11.5px;line-height:15px;font-weight:500;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.db-ref-toggle__btn.is-active{background:var(--db-ref-surface);color:var(--db-ref-dark);box-shadow:0 1px 4px #00000014}.db-ref-chart{display:flex;align-items:flex-end;gap:8px;height:86px;margin-bottom:14px}.db-ref-chart__col{display:flex;flex:1;flex-direction:column;align-items:center;gap:6px;min-width:0}.db-ref-chart__bar{display:block;width:100%;min-height:3px;border-radius:4px 4px 0 0;background:var(--db-ref-border)}.db-ref-chart__bar.is-active{background:var(--db-ref-teal)}.db-ref-chart__bar.is-muted{background:#dfe4ea}.db-ref-chart__label{color:var(--db-ref-hint);font-size:10px;line-height:14px}.db-ref-chart-foot{display:flex;gap:24px;border-top:1px solid var(--db-ref-border);padding-top:12px}.db-ref-chart-foot span{display:block;margin-bottom:2px;color:var(--db-ref-hint);font-size:10px;line-height:13px}.db-ref-chart-foot strong{color:var(--db-ref-dark);font-size:13px;line-height:17px;font-weight:600}.db-ref-chart-foot strong.is-teal{color:var(--db-ref-teal)}.db-ref-chart-foot strong.is-green{color:var(--db-ref-green)}.db-ref-behaviour{display:flex;flex-direction:column;gap:12px}.db-ref-behaviour__top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:5px}.db-ref-behaviour__top span{color:var(--db-ref-body);font-size:12.5px;line-height:16px}.db-ref-behaviour__top strong{color:var(--db-ref-muted);font-size:12px;line-height:16px;font-weight:600}.db-ref-behaviour__track{height:5px;overflow:hidden;border-radius:3px;background:var(--db-ref-bg)}.db-ref-behaviour__track span{display:block;height:100%;border-radius:3px}.db-ref-behaviour__track .is-danger{background:#e24b4a}.db-ref-behaviour__track .is-amber{background:var(--db-ref-amber)}.db-ref-behaviour__track .is-neutral{background:var(--db-ref-purple)}.db-ref-behaviour__empty{margin-top:2px;border-radius:var(--db-ref-radius-sm);background:var(--db-ref-bg);padding:10px 12px;color:var(--db-ref-muted);font-size:11.5px;line-height:17px}.db-ref-card--oversight{min-height:328px}.db-ref-table-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--db-ref-border)}.db-ref-sort{display:flex;align-items:center;gap:4px;border:0;background:none;color:var(--db-ref-teal);cursor:pointer;font-family:inherit;font-size:11.5px;line-height:15px;font-weight:500}.db-ref-sort svg{width:12px;height:12px}.db-ref-table-wrap{overflow-x:auto}.db-ref-table{width:100%;border-collapse:collapse}.db-ref-table th{border-bottom:1px solid var(--db-ref-border);padding:0 8px 10px;color:var(--db-ref-hint);font-size:10px;line-height:13px;font-weight:600;letter-spacing:.06em;text-align:left;text-transform:uppercase}.db-ref-table td{border-bottom:1px solid var(--db-ref-border);padding:11px 8px;color:var(--db-ref-body);font-size:13px;line-height:18px;vertical-align:middle}.db-ref-table tr:last-child td{border-bottom:0}.db-ref-table td.is-muted{color:var(--db-ref-hint)}.db-ref-person{display:inline-flex;align-items:center;gap:10px;color:inherit;text-decoration:none}.db-ref-person span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;border-radius:50%;background:var(--db-ref-blue-bg);color:var(--db-ref-blue);font-size:10px;font-weight:700}.db-ref-person strong{color:var(--db-ref-dark);font-size:13px;font-weight:500}.db-ref-pill{display:inline-flex;align-items:center;gap:4px;border-radius:20px;padding:3px 10px;font-size:11px;line-height:14px;font-weight:600;white-space:nowrap}.db-ref-pill--success,.db-ref-pill--neutral{background:var(--db-ref-teal-bg);color:#0f766e}.db-ref-pill--warning{background:var(--db-ref-amber-bg);color:#b45309}.db-ref-pill--danger{background:var(--db-ref-red-bg);color:#b91c1c}.db-ref-pill__dot{width:6px;height:6px;border-radius:50%;background:currentColor}.db-ref-task-title{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--db-ref-border)}.db-ref-task-list{display:flex;flex-direction:column;gap:6px}.db-ref-task{display:flex;align-items:center;gap:10px;border-radius:var(--db-ref-radius-sm);padding:10px 12px;color:inherit;text-decoration:none}.db-ref-task--danger{background:var(--db-ref-red-bg)}.db-ref-task--primary{background:var(--db-ref-blue-bg)}.db-ref-task--neutral{background:var(--db-ref-bg)}.db-ref-task__icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0;border-radius:8px;background:var(--db-ref-border);color:var(--db-ref-muted)}.db-ref-task--danger .db-ref-task__icon{background:#fecaca;color:var(--db-ref-red)}.db-ref-task--primary .db-ref-task__icon{background:#bfdbfe;color:var(--db-ref-blue)}.db-ref-task__icon svg{width:15px;height:15px}.db-ref-task__label{flex:1;min-width:0;color:var(--db-ref-dark);font-size:12.5px;line-height:16px;font-weight:500}.db-ref-task__count{border-radius:20px;background:var(--db-ref-border);color:var(--db-ref-muted);padding:2px 9px;font-size:11.5px;line-height:15px;font-weight:700}.db-ref-task--danger .db-ref-task__count{background:#fecaca;color:#991b1b}.db-ref-task--primary .db-ref-task__count{background:#bfdbfe;color:#1e40af}.db-ref-system-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}.db-ref-system{border-radius:var(--db-ref-radius-sm);background:var(--db-ref-bg);padding:10px 12px}.db-ref-system span{display:block;margin-bottom:4px;color:var(--db-ref-hint);font-size:10px;line-height:13px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.db-ref-system strong{display:block;color:var(--db-ref-dark);font-size:18px;line-height:22px;font-weight:700;letter-spacing:-.02em}.db-ref-system strong.is-green{color:var(--db-ref-green)}.db-ref-system small{display:block;margin-top:2px;overflow:hidden;color:var(--db-ref-muted);font-size:10.5px;line-height:14px}.db-ref-empty{border:1.5px dashed var(--db-ref-border);border-radius:var(--db-ref-radius-sm);background:var(--db-ref-bg);padding:18px;color:var(--db-ref-hint);font-size:13px;line-height:18px;text-align:center}.db-ref-fab{position:fixed;bottom:24px;left:50%;z-index:35;display:flex;gap:6px;border-radius:40px;background:var(--db-ref-dark);padding:8px 10px;box-shadow:0 8px 32px #00000038,0 2px 8px #0000001f;transform:translate(-50%)}.db-ref-fab__btn{display:flex;align-items:center;gap:7px;border-radius:30px;background:#ffffff14;padding:9px 18px;color:#fff;font-size:13px;line-height:16px;font-weight:600;text-decoration:none;white-space:nowrap;transition:background .15s ease}.db-ref-fab__btn:hover{background:#ffffff24}.db-ref-fab__btn.is-urgent{background:var(--db-ref-red)}.db-ref-fab__btn.is-urgent:hover{background:#b91c1c}.db-ref-fab__btn svg{width:15px;height:15px;flex-shrink:0}.db-ref-fab__divider{width:1px;margin:6px 2px;background:#ffffff26}@media(max-width:1439px){.db-ref__stat-row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1279px){.db-ref__main-grid,.db-ref__bottom-grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:767px){body:has(.db-ref) .cb-main-content{padding-top:72px;padding-right:16px}body:has(.db-ref) .cb-navbar{padding-left:16px;padding-right:16px}.db-ref__page-header,.db-ref-card__header,.db-ref-table-head{flex-direction:column;align-items:flex-start}.db-ref__actions,.db-ref-btn,.db-ref-toggle,.db-ref-fab{width:100%}.db-ref__stat-row,.db-ref-system-grid,.db-ref-chart-foot{grid-template-columns:minmax(0,1fr)}.db-ref__stat-row{display:grid}.db-ref-chart-foot{display:grid;gap:10px}.db-ref-table{min-width:640px}.db-ref-fab{right:16px;left:16px;bottom:16px;justify-content:stretch;transform:none}.db-ref-fab__btn{flex:1;justify-content:center;padding:9px 10px;font-size:12px}}:root{--cr-ref-bg: #f4f6f8;--cr-ref-surface: #ffffff;--cr-ref-border: #e8eaed;--cr-ref-dark: #111827;--cr-ref-body: #374151;--cr-ref-muted: #6b7280;--cr-ref-hint: #9ca3af;--cr-ref-teal: #0d9488;--cr-ref-teal-bg: #f0fdfa;--cr-ref-green: #16a34a;--cr-ref-green-bg: #f0fdf4;--cr-ref-amber: #d97706;--cr-ref-amber-bg: #fffbeb;--cr-ref-red: #dc2626;--cr-ref-red-bg: #fef2f2;--cr-ref-blue: #2563eb;--cr-ref-blue-bg: #eff6ff;--cr-ref-radius: 14px;--cr-ref-radius-sm: 9px}body:has(.cr-ref){--cb-page-bg: var(--cr-ref-bg);background:var(--cr-ref-bg)}body:has(.cr-ref) .cb-navbar{height:56px;border-bottom-color:var(--cr-ref-border);background:var(--cr-ref-surface);padding-left:28px;padding-right:28px}body:has(.cr-ref) .cb-navbar-bg{height:56px;background:var(--cr-ref-surface)}body:has(.cr-ref) .cb-main-content{min-height:100vh;padding-top:80px;padding-right:28px;padding-bottom:100px;background:var(--cr-ref-bg)}body:has(.cr-ref) .cb-sidebar-brand{height:56px;border-bottom:1px solid var(--cr-ref-border);margin-bottom:12px}body:has(.cr-ref) .cb-brand-mark{width:32px;height:32px;border-radius:50%;background:var(--cr-ref-teal);color:#fff;font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:12px;font-weight:700}body:has(.cr-ref) .cb-brand-name{color:var(--cr-ref-dark);font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:14px;font-weight:700}body:has(.cr-ref) .cb-sidebar-user{display:none}body:has(.cr-ref) .cb-menu-header{display:none}body:has(.cr-ref) #app-sidebar{background:var(--cr-ref-surface);border-right-color:var(--cr-ref-border)}.cr-ref,.cr-ref *{box-sizing:border-box}.cr-ref{width:100%;max-width:none;color:var(--cr-ref-dark);font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif;-webkit-font-smoothing:antialiased}.cr-ref__page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.cr-ref__page-title{margin:0;color:var(--cr-ref-dark);font-size:22px;line-height:1;font-weight:700;letter-spacing:-.02em}.cr-ref__page-sub{margin:4px 0 0;color:var(--cr-ref-muted);font-size:13px;line-height:18px;font-weight:400}.cr-ref__stat-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px}.cr-ref-stat{position:relative;overflow:hidden;min-height:109px;border:1px solid var(--cr-ref-border);border-radius:var(--cr-ref-radius);background:var(--cr-ref-surface);padding:14px 16px;transition:box-shadow .2s ease}.cr-ref-stat:hover{box-shadow:0 4px 16px #0000000f}.cr-ref-stat__accent{position:absolute;top:0;left:0;right:0;height:3px;border-radius:var(--cr-ref-radius) var(--cr-ref-radius) 0 0;background:var(--cr-ref-border)}.cr-ref-stat--teal .cr-ref-stat__accent{background:var(--cr-ref-teal)}.cr-ref-stat--green .cr-ref-stat__accent{background:var(--cr-ref-green)}.cr-ref-stat--red .cr-ref-stat__accent{background:var(--cr-ref-red)}.cr-ref-stat__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.cr-ref-stat__label{color:var(--cr-ref-hint);font-size:10px;line-height:14px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.cr-ref-stat__icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;border-radius:8px;background:var(--cr-ref-bg);color:var(--cr-ref-muted)}.cr-ref-stat__icon svg{width:14px;height:14px}.cr-ref-stat--teal .cr-ref-stat__icon{background:var(--cr-ref-teal-bg);color:var(--cr-ref-teal)}.cr-ref-stat--green .cr-ref-stat__icon{background:var(--cr-ref-green-bg);color:var(--cr-ref-green)}.cr-ref-stat--red .cr-ref-stat__icon{background:var(--cr-ref-red-bg);color:var(--cr-ref-red)}.cr-ref-stat__value{margin:0 0 3px;color:var(--cr-ref-dark);font-size:28px;line-height:1;font-weight:700;letter-spacing:-.02em}.cr-ref-stat--green .cr-ref-stat__value{color:var(--cr-ref-green)}.cr-ref-stat--red .cr-ref-stat__value{color:var(--cr-ref-red)}.cr-ref-stat__desc{margin:0;color:var(--cr-ref-muted);font-size:11px;line-height:15px;font-weight:400}.cr-ref__grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:12px;align-items:start}.cr-ref__left,.cr-ref__right{display:flex;flex-direction:column;gap:12px;min-width:0}.cr-ref-card{border:1px solid var(--cr-ref-border);border-radius:var(--cr-ref-radius);background:var(--cr-ref-surface);padding:18px}.cr-ref-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid var(--cr-ref-border)}.cr-ref-card__title{margin:0;color:var(--cr-ref-dark);font-size:15px;line-height:19px;font-weight:700;letter-spacing:-.015em}.cr-ref-card__sub{margin:3px 0 0;color:var(--cr-ref-muted);font-size:11.5px;line-height:15px;font-weight:400}.cr-ref-priority-list,.cr-ref-row-list,.cr-ref-activity-list{display:flex;flex-direction:column}.cr-ref-priority{display:flex;align-items:center;gap:14px;min-height:92px;margin-bottom:10px;border:1px solid var(--cr-ref-border);border-left:3px solid var(--cr-ref-teal);border-radius:var(--cr-ref-radius);background:var(--cr-ref-surface);padding:16px;color:inherit;text-decoration:none;transition:box-shadow .2s ease}.cr-ref-priority:last-child{margin-bottom:0}.cr-ref-priority:hover{box-shadow:0 4px 16px #0000000f}.cr-ref-priority--amber{border-left-color:var(--cr-ref-amber)}.cr-ref-priority--red{border-left-color:var(--cr-ref-red)}.cr-ref-priority__avatar{display:flex;align-items:center;justify-content:center;width:42px;height:42px;flex-shrink:0;overflow:hidden;border-radius:50%;background:var(--cr-ref-blue-bg);color:var(--cr-ref-blue);font-size:13px;font-weight:700}.cr-ref-priority__avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cr-ref-priority__info{display:flex;flex:1;flex-direction:column;min-width:0}.cr-ref-priority__name{color:var(--cr-ref-dark);font-size:14px;line-height:18px;font-weight:600}.cr-ref-priority__name span{color:var(--cr-ref-muted);font-size:13px;font-weight:400}.cr-ref-priority__worker{margin-top:2px;color:var(--cr-ref-muted);font-size:11px;line-height:14px;font-weight:400;letter-spacing:.04em;text-transform:uppercase}.cr-ref-priority__status{display:inline-flex;align-items:center;gap:5px;margin-top:6px;color:var(--cr-ref-teal);font-size:11.5px;line-height:15px;font-weight:600}.cr-ref-priority--amber .cr-ref-priority__status{color:var(--cr-ref-amber)}.cr-ref-priority--red .cr-ref-priority__status{color:var(--cr-ref-red)}.cr-ref-priority__dot{width:7px;height:7px;border-radius:50%;background:currentColor}.cr-ref-priority__tags{display:flex;flex-shrink:0;gap:8px}.cr-ref-tag{display:flex;flex-direction:column;min-width:80px;border-radius:var(--cr-ref-radius-sm);background:var(--cr-ref-teal-bg);padding:8px 12px;text-align:center}.cr-ref-tag span{margin-bottom:3px;color:var(--cr-ref-teal);font-size:9px;line-height:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.cr-ref-tag strong{color:var(--cr-ref-teal);font-size:14px;line-height:18px;font-weight:700}.cr-ref-tag--amber{background:var(--cr-ref-amber-bg)}.cr-ref-tag--amber span,.cr-ref-tag--amber strong{color:var(--cr-ref-amber)}.cr-ref-tag--red{background:var(--cr-ref-red-bg)}.cr-ref-tag--red span,.cr-ref-tag--red strong{color:var(--cr-ref-red)}.cr-ref-badge{display:inline-flex;align-items:center;justify-content:center;min-height:20px;border-radius:20px;padding:3px 8px;font-size:10px;line-height:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.cr-ref-badge--critical{background:var(--cr-ref-red-bg);color:var(--cr-ref-red)}.cr-ref-badge--high{background:var(--cr-ref-amber-bg);color:var(--cr-ref-amber)}.cr-ref-badge--medium{background:var(--cr-ref-blue-bg);color:var(--cr-ref-blue)}.cr-ref-badge--pending{border:1px solid var(--cr-ref-border);background:var(--cr-ref-bg);color:var(--cr-ref-muted)}.cr-ref-alert-row,.cr-ref-review-row{display:flex;align-items:center;gap:12px;min-height:44px;border-bottom:1px solid var(--cr-ref-border);color:inherit;text-decoration:none}.cr-ref-alert-row:last-child,.cr-ref-review-row:last-child{border-bottom:0}.cr-ref-alert-row__label,.cr-ref-review-row__label{flex:1;min-width:0;color:var(--cr-ref-body);font-size:13px;line-height:18px;font-weight:400}.cr-ref-alert-row__time{color:var(--cr-ref-muted);font-size:12px;line-height:16px;font-weight:600;white-space:nowrap}.cr-ref-alert-row__time--critical{color:var(--cr-ref-red)}.cr-ref-alert-row__time--high{color:var(--cr-ref-amber)}.cr-ref-review-row{min-height:45px;gap:10px}.cr-ref-review-row__dot{width:8px;height:8px;flex-shrink:0;border-radius:50%;background:var(--cr-ref-hint)}.cr-ref-review-row__dot--danger{background:var(--cr-ref-red)}.cr-ref-review-row__dot--warning{background:var(--cr-ref-amber)}.cr-ref-review-row__count{color:var(--cr-ref-hint);font-size:15px;line-height:18px;font-weight:700}.cr-ref-review-row__count--danger{color:var(--cr-ref-red)}.cr-ref-review-row__count--warning{color:var(--cr-ref-amber)}.cr-ref-refresh{display:flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0;border:1px solid var(--cr-ref-border);border-radius:8px;background:var(--cr-ref-bg);color:var(--cr-ref-muted);cursor:pointer;transition:background .15s ease,color .15s ease}.cr-ref-refresh:hover{background:var(--cr-ref-teal-bg);color:var(--cr-ref-teal)}.cr-ref-refresh svg{width:15px;height:15px}.cr-ref-activity{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid var(--cr-ref-border)}.cr-ref-activity:last-child{border-bottom:0;padding-bottom:0}.cr-ref-activity__dot{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;border-radius:8px;background:var(--cr-ref-amber-bg);color:var(--cr-ref-amber)}.cr-ref-activity--created .cr-ref-activity__dot{background:var(--cr-ref-teal-bg);color:var(--cr-ref-teal)}.cr-ref-activity--alert .cr-ref-activity__dot{background:var(--cr-ref-red-bg);color:var(--cr-ref-red)}.cr-ref-activity__dot svg{width:12px;height:12px}.cr-ref-activity__content{display:flex;flex:1;flex-direction:column;min-width:0}.cr-ref-activity__meta{display:flex;align-items:center;gap:6px;margin-bottom:3px;color:var(--cr-ref-muted);font-size:10px;line-height:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.cr-ref-activity__content strong{overflow:hidden;color:var(--cr-ref-dark);font-size:12.5px;line-height:16px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.cr-ref-activity__content>span:last-child{overflow:hidden;color:var(--cr-ref-muted);font-size:11.5px;line-height:15px;text-overflow:ellipsis;white-space:nowrap}.cr-ref-activity__tag{flex-shrink:0;border-radius:20px;background:var(--cr-ref-amber-bg);color:var(--cr-ref-amber);padding:2px 7px;font-size:10px;line-height:14px;font-weight:600}.cr-ref-activity--created .cr-ref-activity__tag{background:var(--cr-ref-teal-bg);color:var(--cr-ref-teal)}.cr-ref-activity--alert .cr-ref-activity__tag{background:var(--cr-ref-red-bg);color:var(--cr-ref-red)}.cr-ref-view-log{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;margin-top:14px;border:1px solid var(--cr-ref-border);border-radius:var(--cr-ref-radius-sm);background:var(--cr-ref-surface);padding:10px;color:var(--cr-ref-muted);font-size:12.5px;line-height:16px;font-weight:500;text-decoration:none;transition:border-color .15s ease,color .15s ease}.cr-ref-view-log:hover{border-color:var(--cr-ref-teal);color:var(--cr-ref-teal)}.cr-ref-view-log svg{width:13px;height:13px}.cr-ref-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cr-ref-mini{border:1px solid var(--cr-ref-border);border-radius:var(--cr-ref-radius);background:var(--cr-ref-surface);padding:14px 16px}.cr-ref-mini__label{margin:0 0 10px;color:var(--cr-ref-hint);font-size:10px;line-height:14px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.cr-ref-mini__row{display:flex;align-items:center;gap:10px}.cr-ref-mini__value{margin:0;color:var(--cr-ref-dark);font-size:24px;line-height:1;font-weight:700;letter-spacing:-.02em}.cr-ref-mini__value--green{color:var(--cr-ref-green)}.cr-ref-mini__sub{margin:3px 0 0;color:var(--cr-ref-muted);font-size:11px;line-height:15px}.cr-ref-mini__ring{width:40px;height:40px;flex-shrink:0}.cr-ref-mini__ok{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border-radius:50%;background:var(--cr-ref-green-bg);color:var(--cr-ref-green)}.cr-ref-mini__ok svg{width:18px;height:18px}.cr-ref-empty{border:1.5px dashed var(--cr-ref-border);border-radius:var(--cr-ref-radius-sm);background:var(--cr-ref-bg);padding:20px;color:var(--cr-ref-hint);font-size:13px;line-height:18px;text-align:center}.cr-ref-fab{position:fixed;bottom:24px;left:50%;z-index:35;display:flex;gap:6px;border-radius:40px;background:var(--cr-ref-dark);padding:8px 10px;box-shadow:0 8px 32px #00000038,0 2px 8px #0000001f;transform:translate(-50%)}.cr-ref-fab__btn{display:flex;align-items:center;gap:7px;border-radius:30px;background:#ffffff14;padding:9px 18px;color:#fff;font-size:13px;line-height:16px;font-weight:600;text-decoration:none;white-space:nowrap;transition:background .15s ease}.cr-ref-fab__btn:hover{background:#ffffff24}.cr-ref-fab__btn--teal{background:var(--cr-ref-teal)}.cr-ref-fab__btn--teal:hover{background:#0f766e}.cr-ref-fab__btn svg{width:15px;height:15px;flex-shrink:0}.cr-ref-fab__divider{width:1px;margin:6px 2px;background:#ffffff26}@media(max-width:1279px){.cr-ref__grid{grid-template-columns:minmax(0,1fr)}.cr-ref__right{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.6fr);align-items:start}}@media(max-width:1023px){.cr-ref__stat-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){body:has(.cr-ref) .cb-main-content{padding-top:72px;padding-right:16px}body:has(.cr-ref) .cb-navbar{padding-left:16px;padding-right:16px}.cr-ref__stat-row,.cr-ref__right,.cr-ref-mini-grid{grid-template-columns:minmax(0,1fr)}.cr-ref-priority{align-items:flex-start;flex-wrap:wrap}.cr-ref-priority__tags{width:100%}.cr-ref-tag{flex:1}.cr-ref-card{padding:16px}.cr-ref-card__header,.cr-ref-alert-row,.cr-ref-review-row{gap:10px}.cr-ref-alert-row{flex-wrap:wrap;padding:10px 0}.cr-ref-alert-row__label{min-width:calc(100% - 92px)}.cr-ref-fab{right:16px;left:16px;bottom:16px;justify-content:stretch;transform:none}.cr-ref-fab__btn{flex:1;justify-content:center;padding:9px 10px;font-size:12px}}:root{--inc-bg: #f7f8fb;--inc-surface: #ffffff;--inc-surface-alt: #f4f6fb;--inc-border: #e7ebf1;--inc-border-strong: #d9e0ea;--inc-shadow: 0 20px 44px rgba(15, 23, 42, .06);--inc-shadow-soft: 0 14px 30px rgba(15, 23, 42, .05);--inc-text: #2c3238;--inc-text-strong: #23282f;--inc-text-muted: #6e7480;--inc-text-soft: #9198a5;--inc-blue: #0d5ecf;--inc-blue-soft: #e7efff;--inc-green: #0f7d58;--inc-green-soft: #ebfbf4;--inc-red: #b24759;--inc-red-soft: #fdeef1;--inc-amber: #d59b2e;--inc-amber-soft: #fff4db;--inc-neutral-soft: #eef2f7;--inc-black: #5a575d}.inc-cmd-page--analytics{gap:0;padding-bottom:80px}.inc-cmd-page--analytics .inc-analytics-hero,.inc-cmd-page--analytics .inc-analytics-kpis,.inc-cmd-page--analytics .inc-analytics-toolbar,.inc-cmd-page--analytics .inc-analytics-card,.inc-cmd-page--analytics .inc-analytics-grid,.inc-cmd-page--analytics .inc-analytics-insights{margin-right:28px;margin-left:28px}.inc-cmd-page--analytics .inc-analytics-hero{margin-top:24px;margin-bottom:22px}.inc-cmd-page--analytics .inc-analytics-hero h1{margin:0;color:var(--cmd-dark, #111827);font-family:DM Sans,sans-serif;font-size:22px;line-height:28px;font-weight:700;letter-spacing:-.02em}.inc-cmd-page--analytics .inc-analytics-hero p{margin:3px 0 0;color:var(--cmd-muted, #6b7280);font-size:13px;line-height:18px;font-weight:400}.inc-cmd-page--analytics .inc-analytics-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}.inc-cmd-page--analytics .inc-analytics-kpi,.inc-cmd-page--analytics .inc-analytics-card{border:1px solid var(--cmd-border, #e8eaed);border-radius:var(--cmd-radius, 14px);background:var(--cmd-surface, #ffffff);box-shadow:none}.inc-cmd-page--analytics .inc-analytics-kpi{min-height:128px;padding:18px}.inc-cmd-page--analytics .inc-analytics-kpi__label{max-width:126px;color:var(--cmd-hint, #9ca3af);font-size:10px;line-height:13px;font-weight:700;letter-spacing:.1em}.inc-cmd-page--analytics .inc-analytics-kpi__row{display:block;margin-top:13px}.inc-cmd-page--analytics .inc-analytics-kpi__row strong{display:block;color:var(--cmd-dark, #111827);font-family:DM Sans,sans-serif;font-size:30px;line-height:1;font-weight:700;letter-spacing:-.03em}.inc-cmd-page--analytics .inc-analytics-kpi__row strong.is-rose{color:var(--cmd-red, #dc2626)}.inc-cmd-page--analytics .inc-analytics-kpi__meta{min-height:20px;margin-top:12px;padding:3px 10px;border-radius:20px;font-size:10.5px;line-height:14px;font-weight:700}.inc-cmd-page--analytics .inc-analytics-kpi__meta--green,.inc-cmd-page--analytics .inc-analytics-kpi__meta--neutral{background:#e9fbe7;color:#16a34a}.inc-cmd-page--analytics .inc-analytics-kpi__meta--rose{background:var(--cmd-red-bg, #fff5f5);color:var(--cmd-red, #dc2626)}.inc-cmd-page--analytics .inc-analytics-toolbar{margin-bottom:20px}.inc-cmd-page--analytics .inc-analytics-filters{gap:8px}.inc-cmd-page--analytics .inc-analytics-filter,.inc-cmd-page--analytics .inc-analytics-filters__apply{min-height:34px;padding:0 14px;border-color:var(--cmd-border, #e8eaed);border-radius:20px;box-shadow:none}.inc-cmd-page--analytics .inc-analytics-filter select{color:var(--cmd-body, #374151);font-size:12.5px;line-height:16px;font-weight:500}.inc-cmd-page--analytics .inc-analytics-filter svg,.inc-cmd-page--analytics .inc-analytics-filters__apply svg{width:13px;height:13px}.inc-cmd-page--analytics .inc-analytics-filters__apply{background:#111827;color:#fff;font-size:13px;line-height:18px;font-weight:600}.inc-cmd-page--analytics .inc-analytics-card{padding:18px}.inc-cmd-page--analytics .inc-analytics-card--trend{margin-bottom:14px;padding-bottom:14px}.inc-cmd-page--analytics .inc-analytics-card__head{min-height:34px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--cmd-border, #e8eaed)}.inc-cmd-page--analytics .inc-analytics-card__head h2{color:var(--cmd-dark, #111827);font-size:14px;line-height:18px;font-weight:700;letter-spacing:0}.inc-cmd-page--analytics .inc-analytics-card__head p{color:var(--cmd-hint, #9ca3af);font-size:12px;line-height:16px;font-weight:500}.inc-cmd-page--analytics .inc-analytics-card__switch{gap:0;padding:3px;background:#f3f4f6}.inc-cmd-page--analytics .inc-analytics-card__switch a{min-width:38px;min-height:24px;color:var(--cmd-muted, #6b7280);font-size:11.5px;line-height:16px;font-weight:600}.inc-cmd-page--analytics .inc-analytics-card__switch a.is-active{background:#111827;color:#fff;box-shadow:none}.inc-cmd-page--analytics .inc-analytics-trend-chart{position:relative;min-height:170px;background:linear-gradient(to bottom,transparent 0 32px,#e8eaed 32px 33px,transparent 33px 62px,#e8eaed 62px 63px,transparent 63px 92px,#e8eaed 92px 93px,transparent 93px)}.inc-cmd-page--analytics .inc-analytics-trend-chart svg{height:150px}.inc-cmd-page--analytics .inc-analytics-trend-chart svg polygon{display:none}.inc-cmd-page--analytics .inc-analytics-trend-chart svg polyline{stroke:#2563eb;stroke-width:2.4}.inc-cmd-page--analytics .inc-analytics-trend-chart svg circle{fill:#2563eb}.inc-cmd-page--analytics .inc-analytics-trend-chart__labels{margin-top:4px}.inc-cmd-page--analytics .inc-analytics-trend-chart__labels span{color:var(--cmd-hint, #9ca3af);font-size:10px;line-height:14px;font-weight:700}.inc-cmd-page--analytics .inc-analytics-grid{grid-template-columns:minmax(0,1fr) minmax(0,.92fr);gap:16px;margin-bottom:16px}.inc-cmd-page--analytics .inc-analytics-breakdown{gap:12px}.inc-cmd-page--analytics .inc-analytics-breakdown__row{display:grid;grid-template-columns:82px minmax(0,1fr) 22px;align-items:center;gap:10px}.inc-cmd-page--analytics .inc-analytics-breakdown__meta{display:contents}.inc-cmd-page--analytics .inc-analytics-breakdown__meta span,.inc-cmd-page--analytics .inc-analytics-breakdown__meta strong{color:var(--cmd-body, #374151);font-size:13px;line-height:18px;font-weight:500}.inc-cmd-page--analytics .inc-analytics-breakdown__meta strong{text-align:right;font-weight:700}.inc-cmd-page--analytics .inc-analytics-breakdown__bar{height:7px;background:#f1f3f5}.inc-cmd-page--analytics .inc-analytics-risk{grid-template-columns:124px minmax(0,1fr);gap:18px;min-height:130px}.inc-cmd-page--analytics .inc-analytics-risk__donut{width:96px;height:96px}.inc-cmd-page--analytics .inc-analytics-risk__donut div{width:64px;height:64px}.inc-cmd-page--analytics .inc-analytics-risk__donut strong{font-family:DM Sans,sans-serif;font-size:20px;font-weight:700}.inc-cmd-page--analytics .inc-analytics-risk__donut span{margin-top:2px;font-size:8px}.inc-cmd-page--analytics .inc-analytics-risk__legend{gap:8px;font-size:12.5px;line-height:16px;font-weight:500}.inc-cmd-page--analytics .inc-analytics-heatmap__head,.inc-cmd-page--analytics .inc-analytics-heatmap__row{grid-template-columns:44px repeat(7,minmax(0,1fr));gap:4px}.inc-cmd-page--analytics .inc-analytics-heatmap__cell{height:34px;border-radius:6px;background:#f1f3f5}.inc-cmd-page--analytics .inc-analytics-insights{border-radius:var(--cmd-radius, 14px);background:#111827;box-shadow:none}@media(max-width:1023px){.inc-cmd-page--analytics .inc-analytics-kpis,.inc-cmd-page--analytics .inc-analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.inc-cmd-page--analytics .inc-analytics-hero,.inc-cmd-page--analytics .inc-analytics-kpis,.inc-cmd-page--analytics .inc-analytics-toolbar,.inc-cmd-page--analytics .inc-analytics-card,.inc-cmd-page--analytics .inc-analytics-grid,.inc-cmd-page--analytics .inc-analytics-insights{margin-right:16px;margin-left:16px}.inc-cmd-page--analytics .inc-analytics-kpis,.inc-cmd-page--analytics .inc-analytics-grid{grid-template-columns:minmax(0,1fr)}.inc-cmd-page--analytics .inc-analytics-filter,.inc-cmd-page--analytics .inc-analytics-filters__apply{width:100%;justify-content:space-between}}.inc-review-queue{display:flex;flex-direction:column;gap:24px}.inc-review-queue__hero,.inc-review-queue__panel{border:1px solid #e6eaf1;border-radius:8px;background:#fff;box-shadow:0 18px 34px #0f172a0f}.inc-review-queue__hero{padding:22px 24px}.inc-review-queue__hero span{display:block;margin-bottom:8px;color:#74808a;font-size:12px;line-height:16px;font-weight:700}.inc-review-queue__hero h1{margin:0;color:#182333;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:28px;line-height:34px;font-weight:800;letter-spacing:0}.inc-review-queue__hero p{margin:4px 0 0;color:#66737f;font-size:13px;line-height:20px;font-weight:600}.inc-review-queue__panel{padding:0;border:0;background:transparent;box-shadow:none}.inc-review-queue__filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.inc-review-queue__filter{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border:1px solid #e2e8ef;border-radius:8px;background:#fff;color:#44515c;font-size:12px;line-height:16px;font-weight:800}.inc-review-queue__filter.is-active{border-color:#55ad9c;background:#55ad9c;color:#fff;box-shadow:0 10px 18px #55ad9c38}.inc-review-queue__list{display:flex;flex-direction:column;gap:12px;padding:20px;border:1px solid #e6eaf1;border-radius:8px;background:#fff;box-shadow:0 18px 34px #0f172a0f}.inc-review-queue__item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:76px;padding:14px 16px;border:1px solid #e7edf3;border-radius:8px;background:#fff}.inc-review-queue__item:hover{border-color:#cbd9e7;background:#fbfcfd}.inc-review-queue__item.is-missing{border-color:#ffd6dc;background:linear-gradient(90deg,#fff1f3,#fff 34%)}.inc-review-queue__item-main{min-width:0}.inc-review-queue__item-main strong,.inc-review-queue__item-main small,.inc-review-queue__item-main em{display:block}.inc-review-queue__item-main strong{color:#223040;font-size:14px;line-height:20px;font-weight:800}.inc-review-queue__item.is-missing .inc-review-queue__item-main strong{color:#b4233b}.inc-review-queue__item-main small{margin-top:4px;color:#64727f;font-size:13px;line-height:18px;font-weight:600}.inc-review-queue__item-main em{margin-top:4px;color:#b4233b;font-size:11px;line-height:16px;font-style:normal;font-weight:800}.inc-review-queue__badges{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.inc-review-queue__badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 10px;border-radius:999px;font-size:10px;line-height:14px;font-weight:900;letter-spacing:0}.inc-review-queue__badge--urgent,.inc-review-queue__badge--missing{background:#ffe1e5;color:#c21f3a}.inc-review-queue__badge--countdown{background:#fff1d8;color:#9a6200}.inc-review-queue__badge--review,.inc-review-queue__badge--pending,.inc-review-queue__badge--type{background:#f0eee9;color:#44515c}.inc-review-queue__empty{padding:28px 16px;border:1px dashed #d8e1ea;border-radius:8px;color:#64727f;font-size:13px;line-height:20px;font-weight:700;text-align:center}.inc-review-queue__history{gap:20px}.inc-review-queue__table .yp-incidents-row__severity-pill--alert{background:#ffe1e5;color:#c21f3a}.inc-review-queue__table .yp-incidents-row__severity-pill--default{background:#f0eee9;color:#44515c}.inc-review-queue__table .yp-incidents-row__type-icon--medium{background:#fff1d8;color:#9a6200}.inc-review-queue__table .yp-incidents-row__type-icon--default{background:#eef2f5;color:#93a0aa}@media(max-width:720px){.inc-review-queue__hero,.inc-review-queue__panel{padding:16px}.inc-review-queue__item{grid-template-columns:minmax(0,1fr);align-items:start}.inc-review-queue__badges{justify-content:flex-start}}.inc-rp-content{padding:24px 28px 80px}.inc-rp-header{margin-bottom:18px}.inc-rp-header h1{margin:0;color:var(--cmd-dark, #111827);font-family:DM Sans,sans-serif;font-size:22px;line-height:28px;font-weight:700;letter-spacing:-.02em}.inc-rp-header p{margin:3px 0 0;color:var(--cmd-muted, #6b7280);font-size:13px;line-height:18px;font-weight:400}.inc-rp-back{display:inline-flex;align-items:center;gap:6px;margin-bottom:18px;min-height:32px;padding:6px 14px;border:1px solid var(--cmd-border, #e8eaed);border-radius:var(--cmd-radius-sm, 9px);background:var(--cmd-surface, #ffffff);color:var(--cmd-muted, #6b7280);font-size:13px;line-height:18px;font-weight:500;transition:all .15s ease}.inc-rp-back:hover{border-color:var(--cmd-teal, #0d9488);background:var(--cmd-teal-bg, #f0fdfa);color:var(--cmd-teal, #0d9488)}.inc-rp-back svg{width:13px;height:13px}.inc-rp-filter-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.inc-rp-chip{display:inline-flex;align-items:center;justify-content:center;min-height:31px;padding:6px 16px;border:1px solid var(--cmd-border, #e8eaed);border-radius:20px;background:var(--cmd-surface, #ffffff);color:var(--cmd-muted, #6b7280);font-size:12.5px;line-height:16px;font-weight:500;transition:all .15s ease}.inc-rp-chip:hover,.inc-rp-chip.is-active{border-color:var(--cmd-teal, #0d9488);background:var(--cmd-teal, #0d9488);color:#fff;font-weight:600}.inc-rp-card{overflow:hidden;border:1px solid var(--cmd-border, #e8eaed);border-radius:var(--cmd-radius, 14px);background:var(--cmd-surface, #ffffff);box-shadow:none}.inc-rp-table{width:100%;border-collapse:collapse}.inc-rp-table th{padding:10px 16px;border-bottom:1px solid var(--cmd-border, #e8eaed);background:#fafafa;color:var(--cmd-hint, #9ca3af);font-size:10.5px;line-height:14px;font-weight:700;letter-spacing:.07em;text-align:left;text-transform:uppercase}.inc-rp-table th:last-child,.inc-rp-table td:last-child{text-align:center}.inc-rp-table td{padding:14px 16px;border-bottom:1px solid var(--cmd-border, #e8eaed);color:var(--cmd-body, #374151);font-size:13px;line-height:18px;vertical-align:middle}.inc-rp-table tbody tr:last-child td{border-bottom:0}.inc-rp-table tbody tr:hover td{background:var(--cmd-bg, #f4f6f8)}.inc-rp-type-chip{display:inline-flex;align-items:center;min-height:24px;padding:4px 10px;border-radius:20px;font-size:11.5px;line-height:16px;font-weight:600;white-space:nowrap}.inc-rp-type-chip--incident{background:#e7efff;color:#2563eb}.inc-rp-type-chip--intervention{background:#fff4db;color:#d97706}.inc-rp-type-chip--missing{background:#f5f3ff;color:#7c3aed}.inc-rp-type-chip--carenote{background:#ebfbf4;color:#0d9488}.inc-rp-type-chip--risk{background:#eef2f7;color:#4b5563}.inc-rp-priority{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;line-height:16px;font-weight:600}.inc-rp-priority span{width:7px;height:7px;border-radius:50%;flex-shrink:0}.inc-rp-priority--high{color:var(--cmd-red, #dc2626)}.inc-rp-priority--high span{background:var(--cmd-red, #dc2626)}.inc-rp-priority--medium{color:#d97706}.inc-rp-priority--medium span{background:#d97706}.inc-rp-priority--low{color:#16a34a}.inc-rp-priority--low span{background:#16a34a}.inc-rp-date{color:var(--cmd-dark, #111827);font-size:13px;line-height:18px;font-weight:600}.inc-rp-time{margin-top:1px;color:var(--cmd-hint, #9ca3af);font-size:11.5px;line-height:15px;font-weight:500}.inc-rp-summary-title{margin-bottom:2px;color:var(--cmd-dark, #111827);font-size:13px;line-height:18px;font-weight:600}.inc-rp-summary-text{color:var(--cmd-muted, #6b7280);font-size:12px;line-height:17px}.inc-rp-review-btn{display:inline-flex;align-items:center;justify-content:center;min-height:31px;padding:7px 16px;border-radius:20px;background:var(--cmd-teal, #0d9488);color:#fff;font-size:12px;line-height:16px;font-weight:600;transition:opacity .15s ease}.inc-rp-review-btn:hover{color:#fff;opacity:.85}.inc-rp-empty{padding:20px;color:var(--cmd-hint, #9ca3af);text-align:center}.inc-rp-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-top:1px solid var(--cmd-border, #e8eaed);background:#fafafa}.inc-rp-footer>span{color:var(--cmd-hint, #9ca3af);font-size:12px;line-height:16px;font-weight:500}.inc-rp-pager{display:flex;gap:8px}.inc-rp-pager span{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:5px 14px;border:1px solid var(--cmd-border, #e8eaed);border-radius:8px;background:var(--cmd-surface, #ffffff);color:var(--cmd-muted, #6b7280);font-size:12.5px;line-height:16px}.inc-rp-pager span.is-disabled{cursor:not-allowed;opacity:.4}@media(max-width:900px){.inc-rp-content{padding:18px 16px 80px}.inc-rp-card{overflow-x:auto}.inc-rp-table{min-width:760px}}.inc-cmd-page--log{gap:0;padding-bottom:88px;background:#f4f6f8}.inc-cmd-page--log .inc-log-form{gap:0}.inc-cmd-page--log .inc-log-hero,.inc-cmd-page--log .inc-log-stepper,.inc-cmd-page--log .inc-log-shell,.inc-cmd-page--log .inc-log-callout{margin-right:28px;margin-left:28px}.inc-cmd-page--log .inc-log-hero{grid-template-columns:minmax(0,1fr) minmax(210px,260px);gap:20px;align-items:end;margin-top:24px;margin-bottom:20px}.inc-cmd-page--log .inc-log-hero h1{font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:22px;line-height:28px;font-weight:700;letter-spacing:0}.inc-cmd-page--log .inc-log-hero p{margin-top:3px;color:#667085;font-size:13px;line-height:18px;font-weight:400}.inc-cmd-page--log .inc-log-hero__progress{gap:7px;padding-top:0}.inc-cmd-page--log .inc-log-hero__progress-copy{gap:5px;color:#0d9488;font-size:13px;line-height:18px}.inc-cmd-page--log .inc-log-hero__progress-track{height:6px;background:#e1e7ed}.inc-cmd-page--log .inc-log-hero__progress-fill{background:#0d9488}.inc-cmd-page--log .inc-log-stepper{margin-bottom:22px}.inc-cmd-page--log .inc-log-stepper__item{gap:7px;padding-right:10px}.inc-cmd-page--log .inc-log-stepper__bar{height:3px;background:#dde5ed}.inc-cmd-page--log .inc-log-stepper__label{text-align:center;color:#a3acb8;font-size:10.5px;line-height:14px;font-weight:700;letter-spacing:.08em}.inc-cmd-page--log .inc-log-stepper__item.is-active .inc-log-stepper__bar,.inc-cmd-page--log .inc-log-stepper__item.is-complete .inc-log-stepper__bar{background:#0d9488}.inc-cmd-page--log .inc-log-stepper__item.is-active .inc-log-stepper__label,.inc-cmd-page--log .inc-log-stepper__item.is-complete .inc-log-stepper__label{color:#0d9488}.inc-cmd-page--log .inc-log-shell{grid-template-columns:minmax(0,1fr) 300px;gap:14px;align-items:start;margin-bottom:14px}.inc-cmd-page--log .inc-log-shell--single,.inc-cmd-page--log .inc-log-shell--review{grid-template-columns:minmax(0,1fr)}.inc-cmd-page--log .inc-log-main,.inc-cmd-page--log .inc-log-side{gap:14px}.inc-cmd-page--log .inc-log-panel,.inc-cmd-page--log .inc-log-side-card,.inc-cmd-page--log .inc-log-callout,.inc-cmd-page--log .inc-log-tip-banner,.inc-cmd-page--log .inc-log-review-card{border:1px solid #e4e9ee;border-radius:14px;background:#fff;box-shadow:none}.inc-cmd-page--log .inc-log-panel{padding:20px}.inc-cmd-page--log .inc-log-panel--large{gap:16px}.inc-cmd-page--log .inc-log-panel__section{gap:12px}.inc-cmd-page--log .inc-log-panel__eyebrow,.inc-cmd-page--log .inc-log-field__label,.inc-cmd-page--log .inc-log-side-card small,.inc-cmd-page--log .inc-log-summary-item small,.inc-cmd-page--log .inc-log-review-card small{color:#9ca3af;font-size:10.5px;line-height:14px;font-weight:700;letter-spacing:.09em}.inc-cmd-page--log .inc-log-review-card__head h2,.inc-cmd-page--log .inc-log-review-card__head h3,.inc-cmd-page--log .inc-log-review-card>h3,.inc-cmd-page--log .inc-log-panel h2{color:#0f172a;font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:15px;line-height:20px;font-weight:700;letter-spacing:0}.inc-cmd-page--log .inc-log-review-meta strong,.inc-cmd-page--log .inc-log-review-stats strong,.inc-cmd-page--log .inc-log-review-card p,.inc-cmd-page--log .inc-log-empty-text{color:#0f172a;font-size:13.5px;line-height:20px;font-weight:500}.inc-cmd-page--log .inc-log-review-stats span{color:#9ca3af;font-size:10.5px;line-height:14px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.inc-cmd-page--log .inc-log-grid{gap:12px}.inc-cmd-page--log .inc-log-grid--action-details{grid-template-columns:minmax(340px,1fr) minmax(340px,1fr);grid-template-areas:"narrative structured" "voice toggles";align-items:start;gap:12px}.inc-cmd-page--log .inc-log-action-narrative{grid-area:narrative;display:flex;min-width:0;flex-direction:column}.inc-cmd-page--log .inc-log-action-structured{grid-area:structured;min-width:0;gap:12px}.inc-cmd-page--log .inc-log-action-voice{grid-area:voice;min-width:0}.inc-cmd-page--log .inc-log-action-toggles{grid-area:toggles;align-self:stretch;grid-template-columns:repeat(2,minmax(0,1fr))}.inc-cmd-page--log .inc-log-action-toggles .inc-log-toggle-card{min-height:100%}.inc-cmd-page--log .inc-log-input,.inc-cmd-page--log .inc-log-select-wrap select,.inc-cmd-page--log .inc-log-resident-picker__select{min-height:42px;border-color:#e4e9ee;border-radius:9px;background:#f4f6f8;color:#0f172a;font-size:13px;line-height:18px;font-weight:400;padding:0 14px}.inc-cmd-page--log .inc-log-textarea{border-color:#e4e9ee;border-radius:9px;background:#f4f6f8;color:#0f172a;font-size:13px;line-height:20px;font-weight:400;padding:12px 14px}.inc-cmd-page--log .inc-log-grid--action-details .inc-log-textarea--lg{min-height:168px}.inc-cmd-page--log .inc-log-grid--action-details #young_person_voice{min-height:96px}.inc-cmd-page--log .inc-log-followup-section{padding-top:0}.inc-cmd-page--log .inc-log-followup-section .inc-log-chip-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px}.inc-cmd-page--log .inc-log-followup-section .inc-log-chip-checkbox{justify-content:flex-start;min-height:36px;width:100%;padding:7px 14px;text-align:left}.inc-cmd-page--log .inc-log-input:focus,.inc-cmd-page--log .inc-log-textarea:focus,.inc-cmd-page--log .inc-log-select-wrap select:focus,.inc-cmd-page--log .inc-log-resident-picker__select:focus{border-color:#0d94888c;background:#fff;box-shadow:0 0 0 3px #0d94881a}.inc-cmd-page--log .inc-log-select-wrap span{right:12px;width:16px;height:16px;color:#98a2b3}.inc-cmd-page--log .inc-log-resident-row{grid-template-columns:minmax(0,1.05fr) minmax(230px,.95fr);gap:10px}.inc-cmd-page--log .inc-log-resident-card,.inc-cmd-page--log .inc-log-resident-picker{min-height:66px;border-radius:9px}.inc-cmd-page--log .inc-log-resident-card{padding:12px 18px;background:#111827;box-shadow:none}.inc-cmd-page--log .inc-log-resident-card__empty{gap:12px;font-size:14px}.inc-cmd-page--log .inc-log-resident-card__placeholder-icon,.inc-cmd-page--log .inc-log-resident-picker__icon,.inc-cmd-page--log .inc-log-profile-stat__icon,.inc-cmd-page--log .inc-log-callout__icon,.inc-cmd-page--log .inc-log-side-card__badge{width:30px;height:30px}.inc-cmd-page--log .inc-log-resident-card__avatar{width:36px;height:36px;font-size:12px}.inc-cmd-page--log .inc-log-resident-card__copy strong,.inc-cmd-page--log .inc-log-resident-picker__copy strong{font-size:14px;line-height:18px}.inc-cmd-page--log .inc-log-resident-card__copy span,.inc-cmd-page--log .inc-log-resident-picker__copy small{font-size:11.5px;line-height:15px}.inc-cmd-page--log .inc-log-resident-picker{grid-template-columns:30px minmax(0,1fr);gap:12px;padding:12px 18px;background:#f4f6f8}.inc-cmd-page--log .inc-log-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.inc-cmd-page--log .inc-log-category-card{min-height:76px;border-color:#edf1f5;border-radius:9px;background:#f4f6f8;box-shadow:none;padding:14px}.inc-cmd-page--log .inc-log-category-card__icon{width:18px;height:18px;color:#667085}.inc-cmd-page--log .inc-log-category-card__label{margin-top:auto;color:#0f172a;font-size:13px;line-height:18px;font-weight:700}.inc-cmd-page--log .inc-log-category-card.is-active{border-color:#0d9488;background:#ecfdf8;color:#0f172a;box-shadow:none}.inc-cmd-page--log .inc-log-category-card.is-active .inc-log-category-card__icon{color:#0d9488}.inc-cmd-page--log .inc-log-severity-row{gap:8px}.inc-cmd-page--log .inc-log-severity-pill{min-height:42px;border-color:#e4e9ee;border-radius:8px;background:#fff;color:#667085;font-size:13px;line-height:18px}.inc-cmd-page--log .inc-log-severity-pill.is-selected.is-low,.inc-cmd-page--log .inc-log-severity-pill.is-selected.is-medium,.inc-cmd-page--log .inc-log-severity-pill.is-selected.is-high{border-color:#0d9488;background:#ecfdf8;color:#0d9488}.inc-cmd-page--log .inc-log-severity-pill.is-selected.is-critical{border-color:#111827;background:#111827;color:#fff}.inc-cmd-page--log .inc-log-note{color:#667085;font-size:11.5px;line-height:17px}.inc-cmd-page--log .inc-log-side-card{padding:16px;border-radius:14px}.inc-cmd-page--log .inc-log-side-card h3{font-size:16px;line-height:22px;letter-spacing:0}.inc-cmd-page--log .inc-log-profile-stat{gap:12px;padding:10px 0}.inc-cmd-page--log .inc-log-profile-stat strong{font-size:13px;line-height:18px}.inc-cmd-page--log .inc-log-note-card{border-radius:12px;background:#f4f6f8;padding:14px}.inc-cmd-page--log .inc-log-side-card--dark{min-height:94px;border-color:#25272c;background:#202124;color:#fff;padding:22px 24px}.inc-cmd-page--log .inc-log-side-card--dark p{color:#fff;font-size:12px;line-height:19px}.inc-cmd-page--log .inc-log-side-card__link{margin-top:14px;color:#fff;font-size:12px;line-height:18px}.inc-cmd-page--log .inc-log-callout{margin-top:0;padding:14px 18px;gap:12px}.inc-cmd-page--log .inc-log-callout strong{color:#0f172a;font-size:12px;line-height:17px}.inc-cmd-page--log .inc-log-callout p{color:#667085;font-size:11.5px;line-height:17px}.inc-cmd-page--log .inc-log-footer-actions{margin-top:0;padding-top:0}.inc-cmd-page--log .inc-log-primary-btn,.inc-cmd-page--log .inc-log-soft-btn{min-height:36px;border-radius:999px;font-size:12px;line-height:16px;white-space:nowrap}.inc-cmd-page--log .inc-log-primary-btn{background:#111827}.inc-cmd-page--log .inc-log-soft-btn{flex-shrink:0;min-width:-moz-max-content;min-width:max-content;padding-right:18px;padding-left:18px}.inc-cmd-page--log .inc-log-witness-list{gap:8px}.inc-cmd-page--log .inc-log-witness-card{grid-template-columns:42px minmax(0,1fr) 18px;gap:12px;padding:14px 16px;border-radius:14px}.inc-cmd-page--log .inc-log-witness-card__avatar{width:36px;height:36px;background:#f0fdfa;color:#0f766e;font-size:13px;line-height:1;font-weight:700}.inc-cmd-page--log .inc-log-witness-card__fields{grid-template-columns:minmax(0,1fr) auto;gap:10px 14px;align-items:start}.inc-cmd-page--log .inc-log-witness-card__identity{min-width:0}.inc-cmd-page--log .inc-log-witness-card__name{display:block;color:#111827;font-size:14px;line-height:18px;font-weight:600}.inc-cmd-page--log .inc-log-witness-card__role{display:flex;justify-content:flex-end;align-items:flex-start}.inc-cmd-page--log .inc-log-pill--staff{min-height:24px;padding:0 10px;border:0;background:#f0fdfa;color:#0f766e;font-size:12px;line-height:16px;font-weight:700}.inc-cmd-page--log .inc-log-status-chip{min-height:24px;padding:0 10px;font-size:12px;line-height:16px;font-weight:600}.inc-cmd-page--log .inc-log-summary-item{gap:4px}.inc-cmd-page--log .inc-log-side-card{gap:14px}.inc-cmd-page--log .inc-log-side-card__summary small{color:#9ca3af;font-size:11px;line-height:14px;font-weight:700}.inc-cmd-page--log .inc-log-summary-item small,.inc-cmd-page--log .inc-log-side-card>small{color:#9ca3af;font-size:10.5px;line-height:14px;font-weight:700;letter-spacing:.09em}.inc-cmd-page--log .inc-log-summary-item strong,.inc-cmd-page--log .inc-log-side-card p{color:#111827;font-size:13px;line-height:19px;font-weight:500}.inc-cmd-page--log .inc-log-side-card p{color:#667085}@media(max-width:1180px){.inc-cmd-page--log .inc-log-shell{grid-template-columns:minmax(0,1fr) 280px}.inc-cmd-page--log .inc-log-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.inc-cmd-page--log .inc-log-shell{grid-template-columns:minmax(0,1fr)}.inc-cmd-page--log .inc-log-grid--action-details{grid-template-columns:minmax(0,1fr);grid-template-areas:"narrative" "structured" "voice" "toggles"}.inc-cmd-page--log .inc-log-side{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.inc-cmd-page--log .inc-log-hero,.inc-cmd-page--log .inc-log-stepper,.inc-cmd-page--log .inc-log-shell,.inc-cmd-page--log .inc-log-callout{margin-right:16px;margin-left:16px}.inc-cmd-page--log .inc-log-hero{grid-template-columns:minmax(0,1fr);margin-top:18px}.inc-cmd-page--log .inc-log-hero__progress-copy{justify-content:flex-start}.inc-cmd-page--log .inc-log-stepper{overflow-x:auto}.inc-cmd-page--log .inc-log-stepper__item{min-width:130px}.inc-cmd-page--log .inc-log-grid--two,.inc-cmd-page--log .inc-log-resident-row,.inc-cmd-page--log .inc-log-side{grid-template-columns:minmax(0,1fr)}.inc-cmd-page--log .inc-log-category-grid,.inc-cmd-page--log .inc-log-severity-row{grid-template-columns:repeat(2,minmax(0,1fr))}.inc-cmd-page--log .inc-log-witness-card{grid-template-columns:36px minmax(0,1fr)}.inc-cmd-page--log .inc-log-witness-card__fields{grid-template-columns:minmax(0,1fr)}.inc-cmd-page--log .inc-log-witness-card__role{justify-content:flex-start}.inc-cmd-page--log .inc-log-witness-card__remove{grid-column:2;justify-self:start}}.inc-log-page{display:flex;flex-direction:column;gap:18px;padding:4px 0 56px}.inc-log-form{display:flex;flex-direction:column;gap:22px}.inc-log-tabs{display:flex;align-items:center;gap:34px;padding:2px 4px 12px;border-bottom:1px solid rgba(217,224,234,.76);overflow-x:auto}.inc-log-tabs__link{position:relative;padding:8px 0;color:#727985;font-size:15px;line-height:20px;font-weight:500;white-space:nowrap}.inc-log-tabs__link.is-active{color:var(--inc-text-strong);font-weight:700}.inc-log-tabs__link.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-13px;height:2px;border-radius:999px;background:#20252c}.inc-log-tabs__link--disabled{opacity:.42;cursor:default}.inc-log-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,340px);gap:20px;align-items:start}.inc-log-hero h1{margin:0;color:var(--inc-text-strong);font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:46px;line-height:1.02;font-weight:800;letter-spacing:-.06em}.inc-log-hero p{margin:10px 0 0;color:var(--inc-text-muted);font-size:15px;line-height:22px;font-weight:500}.inc-log-hero__progress{display:flex;flex-direction:column;gap:10px;padding-top:16px}.inc-log-hero__progress-copy{display:flex;align-items:center;justify-content:flex-end;gap:8px;color:var(--inc-green);font-size:14px;line-height:20px;font-weight:700}.inc-log-hero__progress-track{display:block;width:100%;height:8px;border-radius:999px;background:#e7edf2;overflow:hidden}.inc-log-hero__progress-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0f7d58,#19a874)}.inc-log-stepper{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;align-items:end}.inc-log-stepper__item{display:flex;flex-direction:column;gap:8px;padding-right:10px}.inc-log-stepper__bar{display:block;height:5px;border-radius:999px;background:#dfe7ed;transition:background-color .2s ease}.inc-log-stepper__label{color:#a8b0bb;font-size:11px;line-height:14px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.inc-log-stepper__item.is-active .inc-log-stepper__bar,.inc-log-stepper__item.is-complete .inc-log-stepper__bar{background:#138e64}.inc-log-stepper__item.is-active .inc-log-stepper__label,.inc-log-stepper__item.is-complete .inc-log-stepper__label{color:#138e64}.inc-log-shell{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,.9fr);gap:28px;align-items:start}.inc-log-shell--single,.inc-log-shell--review{grid-template-columns:minmax(0,1fr)}.inc-log-main{display:flex;flex-direction:column;gap:24px;min-width:0}.inc-log-side{display:flex;flex-direction:column;gap:20px;min-width:0}.inc-log-side--muted{padding-left:2px;border-left:1px solid #e6ebf0}.inc-log-panel,.inc-log-side-card,.inc-log-callout,.inc-log-tip-banner,.inc-log-review-card{border:1px solid var(--inc-border);border-radius:30px;background:var(--inc-surface);box-shadow:var(--inc-shadow)}.inc-log-panel{padding:28px 30px}.inc-log-panel--large{display:flex;flex-direction:column;gap:24px}.inc-log-panel__section{display:flex;flex-direction:column;gap:16px}.inc-log-panel__header,.inc-log-review-card__head,.inc-log-side-card__head,.inc-log-side-card__summary,.inc-log-injury-block__head{display:flex;align-items:center;justify-content:space-between;gap:16px}.inc-log-panel__header h2,.inc-log-review-card__head h2,.inc-log-review-card__head h3,.inc-log-side-card h3,.inc-log-panel h2{margin:0;color:var(--inc-text-strong);font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:20px;line-height:28px;font-weight:800;letter-spacing:-.04em}.inc-log-panel p,.inc-log-side-card p,.inc-log-review-card p{margin:0;color:var(--inc-text-muted);font-size:14px;line-height:24px}.inc-log-panel__eyebrow,.inc-log-field__label,.inc-log-side-card small,.inc-log-summary-item small,.inc-log-review-card small{display:inline-flex;color:#8d96a2;font-size:11px;line-height:14px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.inc-log-grid{display:grid;gap:22px}.inc-log-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.inc-log-grid--uploads{grid-template-columns:minmax(250px,.9fr) minmax(0,1fr);align-items:stretch}.inc-log-grid--injury,.inc-log-grid--notify,.inc-log-grid--notify-footer,.inc-log-grid--action,.inc-log-review-grid{grid-template-columns:minmax(0,1fr) minmax(260px,.82fr)}.inc-log-grid--action{align-items:start}.inc-log-grid--notify-footer,.inc-log-review-grid--bottom{margin-top:4px}.inc-log-input,.inc-log-textarea,.inc-log-select-wrap select,.inc-log-resident-picker__select{width:100%;border:1px solid #e7ebf1;border-radius:24px;background:#f5f7fb;color:var(--inc-text-strong);font-size:16px;line-height:24px;font-weight:500;padding:0 22px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.inc-log-input,.inc-log-select-wrap select{min-height:56px}.inc-log-input:focus,.inc-log-textarea:focus,.inc-log-select-wrap select:focus,.inc-log-resident-picker__select:focus{border-color:#0d5ecf47;background:#fff;outline:none;box-shadow:0 0 0 4px #0d5ecf14}.inc-log-textarea{min-height:138px;padding:20px 22px;resize:vertical}.inc-log-textarea--xl{min-height:256px;border-radius:28px}.inc-log-textarea--lg{min-height:216px}.inc-log-select-wrap{position:relative}.inc-log-select-wrap span{position:absolute;top:50%;right:22px;width:16px;height:16px;transform:translateY(-50%);color:#9ba4b0;pointer-events:none}.inc-log-input-wrap{position:relative}.inc-log-resident-row{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(240px,.9fr);gap:18px}.inc-log-resident-card,.inc-log-resident-picker,.inc-log-upload-card,.inc-log-witness-card,.inc-log-notification-card,.inc-log-dashed-card,.inc-log-toggle-card,.inc-log-review-attachment{border-radius:28px;border:1px solid var(--inc-border);background:#fff}.inc-log-resident-card{min-height:108px;padding:18px 22px;background:#232528;color:#fff;box-shadow:0 20px 30px #11121829}.inc-log-resident-card--active{background:linear-gradient(180deg,#1f2125,#111317)}.inc-log-resident-card__content,.inc-log-upload-item,.inc-log-profile-stat,.inc-log-review-list__item{display:flex;align-items:center;gap:14px}.inc-log-resident-card__avatar,.inc-log-review-list__avatar{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:56px;height:56px;border-radius:999px;background:#ffffff1a;color:#fff;font-size:19px;line-height:1;font-weight:800;overflow:hidden}.inc-log-resident-card__avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.inc-log-resident-card__copy{display:flex;flex-direction:column;gap:4px;min-width:0}.inc-log-resident-card__copy strong{color:#fff;font-size:28px;line-height:32px;font-weight:700;letter-spacing:-.04em}.inc-log-resident-card__copy span{color:#ffffffc2;font-size:14px;line-height:20px;font-weight:500}.inc-log-resident-card__check{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#ffffff24}.inc-log-resident-card__check svg,.inc-log-resident-card__placeholder-icon svg,.inc-log-upload-card__icon svg,.inc-log-callout__icon svg,.inc-log-tip-banner__icon svg,.inc-log-side-card__badge svg,.inc-log-profile-stat__icon svg,.inc-log-dashed-card__icon svg{width:18px;height:18px}.inc-log-resident-card__empty{display:flex;align-items:center;gap:12px;color:#ffffffc2;font-size:16px;line-height:22px;font-weight:600}.inc-log-resident-card__placeholder-icon,.inc-log-resident-picker__icon,.inc-log-upload-card__icon,.inc-log-dashed-card__icon,.inc-log-profile-stat__icon,.inc-log-side-card__badge,.inc-log-callout__icon,.inc-log-tip-banner__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;border-radius:999px;background:#eef3f8;color:#7d8794}.inc-log-resident-picker{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr);gap:14px;align-items:center;min-height:108px;padding:18px 20px;background:#f4f7fb}.inc-log-resident-picker__copy{display:flex;flex-direction:column;gap:2px}.inc-log-resident-picker__copy strong{color:var(--inc-text-strong);font-size:20px;line-height:24px;font-weight:700}.inc-log-resident-picker__copy small{color:var(--inc-text-muted);font-size:13px;line-height:18px;font-weight:500}.inc-log-resident-picker__select{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.inc-log-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.inc-log-category-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:18px;min-height:136px;padding:18px 18px 20px;border-radius:24px;border:1px solid transparent;background:#f5f7fb;color:#39414b;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.inc-log-category-card__icon{display:inline-flex;width:22px;height:22px;color:#7a8391}.inc-log-category-card__icon svg{width:22px;height:22px}.inc-log-category-card__label{font-size:18px;line-height:24px;font-weight:700;letter-spacing:-.03em}.inc-log-category-card.is-active{background:#24272c;color:#fff;box-shadow:0 22px 38px #1a1b1f2e}.inc-log-category-card.is-active .inc-log-category-card__icon{color:#ffffffe0}.inc-log-severity-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.inc-log-severity-pill{display:inline-flex;align-items:center;justify-content:center;min-height:54px;border-radius:999px;border:2px solid #e1e6ec;background:#fff;color:#7b8590;font-size:15px;line-height:20px;font-weight:700}.inc-log-severity-pill.is-selected.is-low{border-color:#138e64;color:#138e64}.inc-log-severity-pill.is-selected.is-medium{border-color:#0d5ecf;color:#0d5ecf}.inc-log-severity-pill.is-selected.is-high{border-color:#ef4d5b;color:#ef4d5b}.inc-log-severity-pill.is-selected.is-critical{border-color:#66636b;background:#66636b;color:#fff}.inc-log-note{color:#8a919c;font-size:13px;line-height:20px;font-weight:500}.inc-log-footer-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:4px}.inc-log-footer-actions--spread{padding-top:8px}.inc-log-footer-actions--three{justify-content:space-between}.inc-log-primary-btn,.inc-log-soft-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:56px;padding:0 28px;border-radius:999px;font-size:15px;line-height:20px;font-weight:700}.inc-log-primary-btn{min-width:232px;background:#090a0b;color:#fff;box-shadow:0 24px 36px #0c0d0f2e}.inc-log-primary-btn:hover{color:#fff;background:#1c1e21}.inc-log-primary-btn--submit{min-width:248px;background:#66636b}.inc-log-soft-btn,.inc-log-secondary-link,.inc-log-link-action,.inc-log-soft-text,.inc-log-text-link{color:#646d79}.inc-log-soft-btn{min-height:46px;padding:0 20px;border:1px solid #e2e7ee;background:#fff}.inc-log-link-action,.inc-log-soft-text,.inc-log-text-link{font-size:15px;line-height:20px;font-weight:700}.inc-log-secondary-link{display:inline-flex;align-items:center;gap:10px;min-height:46px;padding:0 12px 0 0;font-size:15px;line-height:20px;font-weight:700}.inc-log-callout,.inc-log-tip-banner,.inc-log-side-card,.inc-log-review-card{padding:22px 24px}.inc-log-callout{display:flex;align-items:flex-start;gap:14px}.inc-log-callout--guideline{border-color:#138d5d24;background:linear-gradient(180deg,#fff,#f5fcf8)}.inc-log-tip-banner{display:flex;align-items:center;gap:16px;background:#c9f8df;border-color:transparent}.inc-log-tip-banner__icon{background:#a7f1ca;color:#0f7d58}.inc-log-side-card{display:flex;flex-direction:column;gap:18px}.inc-log-side-card--dark{background:#27292d;border-color:transparent;color:#fff}.inc-log-side-card--dark p,.inc-log-side-card--dark strong,.inc-log-side-card--dark a{color:#fff}.inc-log-side-card--dark .inc-log-side-card__badge{background:#18d56f24;color:#37d17f}.inc-log-side-card--soft{background:#f5f7fb}.inc-log-side-card--restorative{background:#fff}.inc-log-side-card--restorative small{color:#9ca3af;font-size:10.5px;line-height:14px;font-weight:700;letter-spacing:.12em}.inc-log-side-card--restorative .inc-log-profile-stat__icon{width:34px;height:34px;background:#f0fdfa;color:#0d9488}.inc-log-side-card--restorative .inc-log-profile-stat__icon svg{width:16px;height:16px}.inc-log-side-card--restorative .inc-log-profile-stat strong{color:#0f172a;font-size:13.5px;line-height:18px;font-weight:600}.inc-log-side-card--restorative .inc-log-profile-stat p{color:#64748b;font-size:13px;line-height:19px;font-weight:400}.inc-log-side-card__badge--green{background:#5fe8a72e;color:var(--inc-green)}.inc-log-side-card__link{display:inline-flex;align-items:center;gap:8px;font-size:14px;line-height:20px;font-weight:700}.inc-log-side-card__link svg{width:15px;height:15px}.inc-log-profile-stat{align-items:flex-start}.inc-log-profile-stat strong{display:block;color:var(--inc-text-strong);font-size:17px;line-height:24px;font-weight:600}.inc-log-profile-stat p{margin-top:4px}.inc-log-note-card{border-radius:24px;background:#f5f7fb;padding:18px 20px}.inc-log-upload-card,.inc-log-dashed-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:150px;background:#f5f7fb;border-style:dashed}.inc-log-upload-card strong,.inc-log-dashed-card strong,.inc-log-upload-item strong,.inc-log-review-attachment strong{color:var(--inc-text-strong);font-size:15px;line-height:20px;font-weight:700}.inc-log-upload-card small,.inc-log-dashed-card small,.inc-log-upload-item small{color:var(--inc-text-muted);font-size:12px;line-height:18px;font-weight:500}.inc-log-upload-list{display:flex;flex-direction:column;gap:12px}.inc-log-upload-item{min-height:92px;padding:18px 20px;border:1px solid var(--inc-border);border-radius:26px;background:#fff}.inc-log-upload-item__thumb{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:16px;background:#161719;color:#fff}.inc-log-upload-item__thumb svg{width:18px;height:18px}.inc-log-panel__micro{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#a2aab5;font-size:11px;line-height:14px;font-weight:700}.inc-log-injury-block{display:flex;flex-direction:column;gap:20px}.inc-log-injury-map{min-width:0}.inc-log-injury-map>*{width:100%}.inc-log-injury-form,.inc-log-stack{display:flex;flex-direction:column;gap:16px}.inc-log-field-block{margin-top:16px}.inc-log-chip-grid{display:flex;flex-wrap:wrap;gap:10px}.inc-log-chip-grid--wide{gap:10px}.inc-log-chip-checkbox{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 20px;border-radius:var(--cmd-radius-sm, 9px);border:1px solid #e2e8f0;background:#f8fffe;color:#374151;font-size:13px;line-height:18px;font-weight:500;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.inc-log-chip-checkbox.is-active{background:#f0fdfa;border-color:#0d9488;color:#0f766e}.inc-log-toggle,.inc-log-toggle-card{display:inline-flex;align-items:center;gap:10px}.inc-log-toggle-card{min-height:56px;padding:0 18px;border-radius:var(--cmd-radius-sm, 9px);background:#f5f7fb;color:#374151;font-size:13px;line-height:18px;font-weight:500}.inc-log-toggle-card span{min-width:0;white-space:normal}.inc-log-toggle-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.inc-log-witness-list,.inc-log-notification-list,.inc-log-review-list{display:flex;flex-direction:column;gap:16px}.inc-log-witness-card,.inc-log-notification-card{display:grid;gap:18px;padding:18px 20px}.inc-log-witness-card{grid-template-columns:56px minmax(0,1fr) 24px;align-items:start}.inc-log-witness-card__avatar{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:999px;background:#dcebff;color:#0d5ecf;font-size:16px;line-height:1;font-weight:800}.inc-log-witness-card__fields{display:grid;grid-template-columns:1fr 140px;gap:16px 20px}.inc-log-witness-card__statement{grid-column:1 / -1}.inc-log-pill,.inc-log-status-chip,.inc-log-review-pill,.inc-log-risk-pill{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 12px;border-radius:999px;font-size:12px;line-height:16px;font-weight:800}.inc-log-pill--staff{background:#d7f6e4;color:#0f7d58}.inc-log-status-chip{background:#eef2f7;color:#69717d}.inc-log-status-chip--required{background:#fce8ee;color:var(--inc-red)}.inc-log-status-chip--optional{background:#edf1f5;color:#89929e}.inc-log-witness-card__remove{display:inline-flex;width:18px;height:18px;color:#c2cad4}.inc-log-witness-card__remove svg{width:18px;height:18px}.inc-log-dashed-card{min-height:138px}.inc-log-notification-card{grid-template-columns:38px minmax(0,1fr);align-items:start;min-height:118px}.inc-log-notification-card__check{position:relative}.inc-log-notification-card__check input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.inc-log-notification-card__check span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;border:2px solid #d3dae3;color:transparent}.inc-log-notification-card.is-active .inc-log-notification-card__check span{background:#0f7d58;border-color:#0f7d58;color:#fff}.inc-log-notification-card__check svg{width:14px;height:14px}.inc-log-notification-card__body{display:flex;flex-direction:column;gap:10px}.inc-log-notification-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.inc-log-bullet-list{display:flex;flex-direction:column;gap:10px;color:var(--inc-text-muted);font-size:15px;line-height:20px;font-weight:500}.inc-log-bullet-list li{display:inline-flex;align-items:center;gap:10px}.inc-log-bullet-list span{width:8px;height:8px;border-radius:999px}.inc-log-bullet-list .is-required{background:var(--inc-red)}.inc-log-bullet-list .is-optional{background:#bfc6cf}.inc-log-summary-stack,.inc-log-review-stats{display:flex;flex-direction:column;gap:14px}.inc-log-summary-stack div,.inc-log-review-stats div{display:flex;align-items:center;justify-content:space-between;gap:16px}.inc-log-summary-stack span,.inc-log-review-stats span{color:#8d95a1;font-size:12px;line-height:16px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.inc-log-summary-stack strong,.inc-log-review-stats strong,.inc-log-review-list__item strong,.inc-log-summary-item strong{color:var(--inc-text-strong);font-size:18px;line-height:24px;font-weight:700}.inc-log-summary-item{display:flex;flex-direction:column;gap:6px}.inc-log-mini-profile{display:flex;flex-direction:column;gap:8px;padding:0;border-radius:0;background:transparent}.inc-log-mini-profile strong{color:#0f172a;font-size:13.5px;line-height:18px;font-weight:600}.inc-log-mini-profile__empty{color:#64748b;font-size:13px;line-height:18px;font-weight:400}.inc-log-mini-profile__bar{display:block;width:100%;height:6px;border-radius:999px;background:#ecf0f5;overflow:hidden}.inc-log-mini-profile__bar span{display:block;width:54%;height:100%;border-radius:inherit;background:var(--inc-red)}.inc-log-review-copy{max-width:840px;color:var(--inc-text-muted);font-size:16px;line-height:30px;font-weight:500}.inc-log-review-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.72fr);gap:22px}.inc-log-review-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.72fr);align-items:start;gap:16px}.inc-log-review-column{display:flex;flex-direction:column;gap:16px}.inc-log-review-side{display:flex;flex-direction:column;gap:22px}.inc-log-review-grid--bottom{margin-top:2px}.inc-log-review-card{display:flex;flex-direction:column;gap:20px;padding:24px 26px}.inc-log-review-card--overview{min-height:0}.inc-log-review-card--success{background:#c9f8df;border-color:transparent}.inc-log-review-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 28px}.inc-log-review-divider{height:1px;background:#e8edf3}.inc-log-review-pill{justify-self:start;background:#fbe2e7;color:var(--inc-red)}.inc-log-risk-pill{width:-moz-max-content;width:max-content;min-height:30px;padding:5px 11px;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:13px;line-height:18px;font-weight:700}.inc-log-risk-pill.is-critical{border-color:#fecaca;background:#fef2f2;color:#dc2626}.inc-log-risk-pill.is-high{border-color:#fde68a;background:#fffbeb;color:#d97706}.inc-log-risk-pill.is-medium{border-color:#bfdbfe;background:#eff6ff;color:#2563eb}.inc-log-risk-pill.is-low{border-color:#bbf7d0;background:#f0fdf4;color:#16a34a}.inc-log-review-list__item{justify-content:space-between;padding:14px 16px;border-radius:22px;background:#f6f8fb}.inc-log-review-list__item div{flex:1}.inc-log-review-list__item small{margin-top:2px}.inc-log-review-list__ok{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;background:#0f7d58;color:#fff}.inc-log-review-list__ok svg{width:14px;height:14px}.inc-log-review-attachments{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,165px));gap:14px}.inc-log-review-attachment{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:126px;padding:18px 16px;background:#fff;text-align:center}.inc-log-review-attachment--empty{border:1.5px dashed #e2e8f0;border-radius:9px;background:#f8fffe;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.inc-log-review-attachment--empty:hover{border-color:#0d9488;background:#f0fdfa}.inc-log-review-attachment span{display:inline-flex;width:18px;height:18px;color:#8e98a6}.inc-log-submit-note{display:flex;align-items:flex-start;gap:12px;padding:18px 22px;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc;color:#64748b}.inc-log-submit-note span{display:inline-flex;width:18px;height:18px;flex-shrink:0}.inc-log-submit-note p{margin:0;color:inherit;font-size:13px;line-height:20px;font-weight:500}.inc-log-empty-text{color:var(--inc-text-muted);font-size:14px;line-height:20px;font-weight:500}.inc-log-footer-actions--submit{align-items:center}@media(max-width:1280px){.inc-log-shell,.inc-log-grid--injury,.inc-log-grid--notify,.inc-log-grid--action,.inc-log-review-grid,.inc-log-review-layout{grid-template-columns:minmax(0,1fr)}.inc-log-side--muted{padding-left:0;border-left:0}}@media(max-width:1024px){.inc-log-hero,.inc-log-resident-row,.inc-log-grid--two,.inc-log-grid--uploads,.inc-log-grid--notify-footer{grid-template-columns:minmax(0,1fr)}.inc-log-stepper{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:12px}.inc-log-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.inc-log-severity-row,.inc-log-toggle-grid,.inc-log-review-attachments{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.inc-log-page{gap:16px;padding-bottom:32px}.inc-log-panel,.inc-log-side-card,.inc-log-callout,.inc-log-tip-banner,.inc-log-review-card{padding:18px;border-radius:24px}.inc-log-hero h1{font-size:36px}.inc-log-stepper{grid-template-columns:repeat(2,minmax(0,1fr))}.inc-log-category-grid,.inc-log-severity-row,.inc-log-toggle-grid,.inc-log-review-attachments,.inc-log-witness-card,.inc-log-notification-card,.inc-log-witness-card__fields,.inc-log-review-meta{grid-template-columns:minmax(0,1fr)}.inc-log-footer-actions,.inc-log-footer-actions--three{flex-direction:column;align-items:stretch}.inc-log-primary-btn,.inc-log-soft-btn,.inc-log-secondary-link{width:100%}}.inc-cmd-page{display:flex;flex-direction:column;gap:28px;padding:4px 0 56px}.inc-cmd-nav{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.inc-cmd-nav__link{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;border-radius:999px;color:var(--inc-text-muted);font-size:13px;line-height:18px;font-weight:600}.inc-cmd-nav__link svg{width:16px;height:16px}.inc-cmd-nav__link.is-active,.inc-cmd-nav__link:hover{background:var(--inc-surface);color:var(--inc-text-strong);box-shadow:var(--inc-shadow-soft)}.inc-cmd-hero,.inc-cmd-summary,.inc-cmd-grid{display:grid;gap:24px}.inc-cmd-hero{grid-template-columns:minmax(0,1fr) auto;align-items:center}.inc-cmd-hero h1,.inc-cmd-panel__head h2,.inc-cmd-archive__head h2{margin:0;color:var(--inc-text-strong);font-family:var(--font-app-strong);font-size:var(--type-page-title-size);line-height:var(--type-page-title-line);font-weight:var(--type-page-title-weight);letter-spacing:0}.inc-cmd-hero p,.inc-cmd-archive__head p{margin:8px 0 0;color:var(--inc-text-muted);font-size:var(--type-body-size);line-height:var(--type-body-line);font-weight:var(--type-body-weight)}.inc-cmd-hero__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 22px;border-radius:999px;background:var(--inc-black);color:#fff;font-size:14px;line-height:20px;font-weight:700;box-shadow:0 16px 30px #17181c24}.inc-cmd-hero__button svg{width:16px;height:16px}.inc-cmd-hero__button:hover{color:#fff;background:#444148}.inc-cmd-summary{grid-template-columns:minmax(270px,.72fr) minmax(0,1.55fr);align-items:stretch}.inc-cmd-kpi-card,.inc-cmd-alerts-card,.inc-cmd-panel,.inc-cmd-tip-card,.inc-cmd-archive{border:1px solid var(--inc-border);border-radius:30px;background:var(--inc-surface);box-shadow:var(--inc-shadow)}.inc-cmd-kpi-card{padding:24px 22px}.inc-cmd-kpi-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.inc-cmd-kpi-card__label,.inc-cmd-queue-card__label{color:var(--inc-text-muted);font-size:var(--type-label-size);line-height:var(--type-label-line);font-weight:var(--type-label-weight);letter-spacing:var(--type-label-tracking);text-transform:uppercase}.inc-cmd-kpi-card__icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--inc-blue)}.inc-cmd-kpi-card__icon svg{width:18px;height:18px}.inc-cmd-kpi-card__value{display:block;margin-top:24px;color:var(--inc-text-strong);font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:52px;line-height:56px;font-weight:800;letter-spacing:-.06em}.inc-cmd-kpi-card__delta{display:inline-flex;align-items:center;gap:4px;margin:10px 0 0;font-size:14px;line-height:20px;font-weight:600}.inc-cmd-kpi-card__delta--down,.inc-cmd-metric-chip strong.is-positive{color:var(--inc-green)}.inc-cmd-kpi-card__delta--up,.inc-cmd-metric-chip strong.is-negative{color:var(--inc-red)}.inc-cmd-kpi-card__delta--steady{color:var(--inc-text-muted)}.inc-cmd-metric-chip strong.is-empty{color:var(--inc-text-soft)}.inc-cmd-alerts-card{padding:20px 24px 22px;background:linear-gradient(135deg,#fdeef2,#fbe3e8);position:relative;overflow:hidden}.inc-cmd-alerts-card:after{content:"";position:absolute;right:-28px;bottom:-38px;width:180px;height:180px;border-radius:34px;background:linear-gradient(135deg,#b2475914,#b2475900),linear-gradient(90deg,transparent 0 74%,rgba(178,71,89,.12) 74% 78%,transparent 78% 100%);transform:rotate(28deg)}.inc-cmd-alerts-card__head h2{margin:0;color:var(--inc-red);font-size:14px;line-height:20px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.inc-cmd-alerts-card__grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px}.inc-cmd-alert-pill{display:flex;flex-direction:column;gap:10px;min-height:106px;border-radius:999px;background:#fffffff0;padding:18px 18px 18px 22px;box-shadow:0 10px 24px #b2475914}.inc-cmd-alert-pill__top{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--inc-text-muted);font-size:12px;line-height:16px;font-weight:700}.inc-cmd-alert-pill strong{color:var(--inc-text-strong);font-size:16px;line-height:22px;font-weight:600}.inc-cmd-alert-pill__severity,.inc-cmd-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 10px;border-radius:999px;font-size:11px;line-height:16px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.inc-cmd-alert-pill__severity--critical,.inc-cmd-badge--critical{border:1px solid #fecaca;background:#fef2f2;color:#dc2626}.inc-cmd-alert-pill__severity--high,.inc-cmd-badge--high{border:1px solid #fde68a;background:#fffbeb;color:#d97706}.inc-cmd-badge--warning{background:var(--inc-amber-soft);color:var(--inc-amber)}.inc-cmd-badge--success{background:var(--inc-green-soft);color:var(--inc-green)}.inc-cmd-badge--medium,.inc-cmd-badge--neutral{background:var(--inc-neutral-soft);color:#718094}.inc-cmd-alerts-card__empty,.inc-cmd-panel__empty{border:1px dashed var(--inc-border-strong);border-radius:22px;background:#ffffffb8;padding:16px 18px;color:var(--inc-text-muted);font-size:14px;line-height:20px;font-weight:500}.inc-cmd-grid{grid-template-columns:minmax(0,1.62fr) minmax(300px,.78fr);align-items:start}.inc-cmd-panel{padding:22px}.inc-cmd-panel__head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:20px}.inc-cmd-panel__head h2{font-size:24px;line-height:30px}.inc-cmd-panel__head a,.inc-cmd-people-strip__head a{color:var(--inc-blue);font-size:12px;line-height:16px;font-weight:700}.inc-cmd-incident-list,.inc-cmd-queue-list{display:flex;flex-direction:column;gap:14px}.inc-cmd-incident-row{display:grid;grid-template-columns:54px minmax(0,1.2fr) minmax(148px,.72fr) 24px;align-items:center;gap:16px;padding:16px 18px;border-radius:22px;background:var(--inc-surface-alt)}.inc-cmd-incident-row__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px}.inc-cmd-incident-row__icon svg{width:18px;height:18px}.inc-cmd-incident-row__icon--critical,.inc-cmd-incident-row__icon--high{background:#dce5ff;color:var(--inc-blue)}.inc-cmd-incident-row__icon--medium{background:#dff7ec;color:var(--inc-green)}.inc-cmd-incident-row__icon--low,.inc-cmd-incident-row__icon--neutral{background:#edf2f7;color:#7b8593}.inc-cmd-incident-row__main strong,.inc-cmd-queue-card strong,.inc-cmd-tip-card__body strong,.inc-cmd-people-strip__head h3{color:var(--inc-text-strong);font-size:var(--type-value-size);line-height:var(--type-value-line);font-weight:var(--type-value-strong-weight)}.inc-cmd-incident-row__main p,.inc-cmd-queue-card p,.inc-cmd-tip-card__body p{margin:4px 0 0;color:var(--inc-text-muted);font-size:var(--type-body-size);line-height:var(--type-body-line);font-weight:var(--type-body-weight)}.inc-cmd-incident-row__main p span{margin:0 6px}.inc-cmd-incident-row__resident{display:flex;flex-direction:column;gap:6px}.inc-cmd-incident-row__resident span:first-child{color:var(--inc-text-muted);font-size:var(--type-label-size);line-height:var(--type-label-line);font-weight:var(--type-label-weight);letter-spacing:var(--type-label-tracking);text-transform:uppercase}.inc-cmd-incident-row__resident strong{color:var(--inc-text);font-size:var(--type-value-size);line-height:var(--type-value-line);font-weight:var(--type-value-weight)}.inc-cmd-incident-row__severity-pill{display:inline-flex;align-items:center;align-self:flex-start;min-height:22px;border-radius:999px;padding:3px 9px;font-size:var(--type-small-size);line-height:var(--type-small-line);font-weight:var(--type-label-weight)}.inc-cmd-incident-row__severity-pill--critical,.inc-cmd-incident-row__severity-pill--high{border:1px solid #fde68a;background:#fffbeb;color:#d97706}.inc-cmd-incident-row__severity-pill--critical{border-color:#fecaca;background:#fef2f2;color:#dc2626}.inc-cmd-incident-row__severity-pill--medium{background:#dff7ec;color:var(--inc-green)}.inc-cmd-incident-row__severity-pill--low,.inc-cmd-incident-row__severity-pill--neutral{background:#edf2f7;color:#6d7683}.inc-cmd-incident-row__chevron{color:#9aa3ae}.inc-cmd-side{display:flex;flex-direction:column;gap:24px}.inc-cmd-panel__head--tight{margin-bottom:18px}.inc-cmd-panel__counter{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;background:#ece7eb;color:#756f76;font-size:12px;line-height:16px;font-weight:700}.inc-cmd-queue-card{border-radius:28px;padding:18px 18px 16px;background:var(--inc-surface-alt)}.inc-cmd-queue-card--critical{border-left:4px solid var(--inc-blue)}.inc-cmd-queue-card--high{border-left:4px solid var(--inc-amber)}.inc-cmd-queue-card__action{display:inline-flex;align-items:center;justify-content:center;min-height:34px;margin-top:14px;padding:0 14px;border-radius:999px;background:var(--cmd-teal, #0d9488);color:#fff;font-size:13px;line-height:18px;font-weight:700}.inc-cmd-queue-card--neutral .inc-cmd-queue-card__action,.inc-cmd-queue-card--soft .inc-cmd-queue-card__action{background:#fff;color:var(--inc-text-strong);border:1px solid var(--inc-border-strong)}.inc-cmd-queue-card--neutral .inc-cmd-queue-card__action--primary,.inc-cmd-queue-card--soft .inc-cmd-queue-card__action--primary{background:var(--cmd-teal, #0d9488);color:#fff;border-color:transparent}.inc-cmd-panel__archive-link{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;margin-top:18px;border:2px dashed #c7ceda;border-radius:999px;color:var(--inc-text-muted);font-size:13px;line-height:18px;font-weight:700}.inc-cmd-tip-card{overflow:hidden}.inc-cmd-tip-card__image{min-height:146px;background:linear-gradient(180deg,#13151800,#131518bf),linear-gradient(90deg,#48583ee0,#b19778ad),radial-gradient(circle at 18% 18%,rgba(255,255,255,.12),transparent 36%)}.inc-cmd-tip-card__body{margin-top:-78px;padding:0 24px 22px;position:relative;z-index:1}.inc-cmd-tip-card__body strong,.inc-cmd-tip-card__body p{color:#fff}.inc-cmd-metric-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;padding-top:18px;border-top:1px solid var(--inc-border)}.inc-cmd-metric-chip{display:flex;align-items:center;gap:14px}.inc-cmd-metric-chip__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;background:var(--inc-neutral-soft);color:#7c8794}.inc-cmd-metric-chip__icon svg{width:18px;height:18px}.inc-cmd-metric-chip p{margin:0 0 4px;color:var(--inc-text);font-size:13px;line-height:18px;font-weight:700}.inc-cmd-metric-chip strong{color:var(--inc-text-strong);font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:30px;line-height:34px;font-weight:800}.inc-cmd-archive{padding:26px 24px 24px;background:#fbfcfe}.inc-cmd-archive__filters,.inc-cmd-people-strip,.inc-cmd-table-wrap{margin-top:22px}.inc-cmd-filter-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.inc-cmd-field{display:flex;flex-direction:column;gap:8px}.inc-cmd-field span,.inc-cmd-table thead th{color:var(--inc-text-muted);font-size:11px;line-height:14px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.inc-cmd-field input,.inc-cmd-field select{width:100%;min-height:46px;border:1px solid var(--inc-border);border-radius:16px;background:#fff;color:var(--inc-text);padding:0 14px;font-size:14px;line-height:20px;font-weight:500}.inc-cmd-field--checkbox{justify-content:flex-end}.inc-cmd-field--checkbox input{min-height:auto;width:18px;height:18px;padding:0}.inc-cmd-filter-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:12px}.inc-cmd-filter-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:999px;font-size:13px;line-height:18px;font-weight:700}.inc-cmd-filter-btn--ghost{background:#fff;border:1px solid var(--inc-border);color:var(--inc-text-muted)}.inc-cmd-filter-btn--primary{background:var(--inc-black);color:#fff}.inc-cmd-people-strip__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.inc-cmd-people-strip__head h3{font-size:20px;line-height:26px}.inc-cmd-people-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.inc-cmd-person-chip{display:flex;align-items:center;gap:12px;min-height:72px;padding:12px;border:1px solid var(--inc-border);border-radius:20px;background:#fff}.inc-cmd-person-chip.is-active{border-color:#bbccf0;background:#f2f6ff}.inc-cmd-person-chip img,.inc-cmd-person-chip__avatar{width:42px;height:42px;border-radius:999px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.inc-cmd-person-chip__avatar{display:inline-flex;align-items:center;justify-content:center;background:#e7efff;color:var(--inc-blue);font-size:13px;line-height:18px;font-weight:800}.inc-cmd-person-chip__copy{display:flex;flex-direction:column;gap:2px;min-width:0}.inc-cmd-person-chip__copy strong{color:var(--inc-text-strong);font-size:14px;line-height:20px;font-weight:700}.inc-cmd-person-chip__copy span{color:var(--inc-text-muted);font-size:12px;line-height:18px;font-weight:500}.inc-cmd-table-wrap{overflow:auto;border:1px solid var(--inc-border);border-radius:24px;background:#fff}.inc-cmd-table{width:100%;border-collapse:collapse;min-width:960px}.inc-cmd-table thead th{padding:16px 18px;border-bottom:1px solid var(--inc-border);background:#f5f7fa;text-align:left}.inc-cmd-table tbody td{padding:18px;border-bottom:1px solid #edf1f6;color:var(--inc-text);font-size:14px;line-height:20px;font-weight:500;vertical-align:top}.inc-cmd-table__incident{display:flex;flex-direction:column;gap:4px}.inc-cmd-table__incident strong{color:var(--inc-text-strong);font-size:14px;line-height:20px;font-weight:700}.inc-cmd-table__incident span{color:var(--inc-text-muted);font-size:13px;line-height:18px}.inc-cmd-table__status-stack,.inc-cmd-table__actions{display:flex;flex-wrap:wrap;gap:8px}.inc-cmd-table__actions a{color:var(--inc-blue);font-size:13px;line-height:18px;font-weight:700}.inc-cmd-archive__pagination{margin-top:18px}.inc-cmd-archive__pagination nav{display:flex;justify-content:flex-end}.inc-cmd-page--archive-only{position:relative;gap:30px;padding-bottom:84px}.inc-archive{position:relative;display:grid;gap:32px;padding:0 0 28px}.inc-archive-tabs{display:flex;align-items:center;gap:36px;min-height:56px;padding-bottom:14px;border-bottom:1px solid #e7ebf2}.inc-archive-tabs__title{color:#171b22;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:20px;line-height:26px;font-weight:700;letter-spacing:-.03em}.inc-archive-tabs__link{position:relative;color:#4b505b;font-size:14px;line-height:20px;font-weight:500}.inc-archive-tabs__link.is-active{color:var(--inc-text-strong);font-weight:700}.inc-archive-tabs__link.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-16px;height:3px;border-radius:999px;background:var(--inc-text-strong)}.inc-archive-tabs__link--disabled{opacity:.5;pointer-events:none}.inc-archive-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:32px}.inc-archive-hero__copy{max-width:690px}.inc-archive-hero__copy h1{margin:0;color:#191c22;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:60px;line-height:1;font-weight:800;letter-spacing:-.075em}.inc-archive-hero__copy p{max-width:620px;margin:14px 0 0;color:#5e6673;font-size:18px;line-height:34px;font-weight:500}.inc-archive-hero__stats{display:grid;grid-template-columns:repeat(2,minmax(170px,1fr));gap:16px}.inc-archive-stat-card{min-width:174px;padding:19px 24px 18px;border-radius:30px;background:#f2f5f8}.inc-archive-stat-card span{display:block;color:#7e8592;font-size:12px;line-height:16px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.inc-archive-stat-card strong{display:block;margin-top:10px;color:#5b5f67;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:55px;line-height:1;font-weight:800;letter-spacing:-.06em}.inc-archive-stat-card strong.is-fallback{font-size:42px;letter-spacing:-.04em}.inc-archive-stat-card:first-child strong{color:var(--inc-green)}.inc-archive-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px}.inc-archive-filters{display:flex;flex-wrap:wrap;gap:16px}.inc-archive-filter-pill,.inc-archive-filters__submit{display:inline-flex;align-items:center;gap:12px;min-height:48px;padding:0 17px;border:1px solid #eaedf2;border-radius:999px;background:#fff;box-shadow:0 8px 20px #1a202c0a}.inc-archive-filter-pill{min-width:0}.inc-archive-filter-pill__icon,.inc-archive-filter-pill__chevron{display:inline-flex;align-items:center;justify-content:center;color:#22262f}.inc-archive-filter-pill__icon svg,.inc-archive-filter-pill__chevron svg{width:18px;height:18px}.inc-archive-filter-pill select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:#2e3239;font-size:15px;line-height:20px;font-weight:600;padding-right:2px}.inc-archive-filter-pill select:focus,.inc-archive-filters__submit:focus{outline:none}.inc-archive-filters__submit{color:#fff;background:var(--inc-black);border-color:transparent;font-size:14px;line-height:20px;font-weight:700}.inc-archive-toolbar__sort{display:flex;align-items:center;gap:10px;white-space:nowrap}.inc-archive-toolbar__sort span{color:#7a808c;font-size:12px;line-height:16px;font-weight:700;text-transform:uppercase}.inc-archive-toolbar__sort strong{color:#1c2027;font-size:15px;line-height:20px;font-weight:700}.inc-archive-records{border-radius:38px;background:#f3f6f9;padding:30px 18px 18px}.inc-archive-records__head,.inc-archive-record-row{display:grid;grid-template-columns:minmax(130px,.9fr) minmax(280px,2.1fr) minmax(120px,.75fr) minmax(140px,1fr) minmax(150px,1fr) minmax(120px,.8fr);align-items:center;gap:22px}.inc-archive-records__head{padding:0 24px 18px}.inc-archive-records__head span{color:#b0b7c2;font-size:12px;line-height:16px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.inc-archive-records__body{display:flex;flex-direction:column;gap:12px}.inc-archive-record-row{padding:28px 24px;border-radius:30px;background:#fff;box-shadow:0 12px 28px #12161c0a}.inc-archive-record-row__case span{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 14px;border-radius:999px;background:#f5f5f6;color:#2e3138;font-size:16px;line-height:20px;font-weight:700;letter-spacing:-.01em}.inc-archive-record-row__details{display:flex;flex-direction:column;gap:4px}.inc-archive-record-row__details strong{color:#20242b;font-size:17px;line-height:23px;font-weight:700}.inc-archive-record-row__details span,.inc-archive-record-row__category,.inc-archive-record-row__date{color:#616975;font-size:15px;line-height:21px;font-weight:500}.inc-archive-status{display:inline-flex;align-items:center;gap:10px;color:#252930;font-size:15px;line-height:21px;font-weight:700}.inc-archive-status__dot{width:7px;height:7px;border-radius:999px;background:#8f97a1}.inc-archive-status--success .inc-archive-status__dot{background:var(--inc-green)}.inc-archive-status--warning .inc-archive-status__dot{background:var(--inc-amber)}.inc-archive-empty{border-radius:26px;background:#fff;padding:28px 24px;color:#69727e;font-size:15px;line-height:22px;font-weight:500}.inc-archive-bottom{position:relative;min-height:286px;padding-right:364px}.inc-archive-footer{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:8px 0 0}.inc-archive-footer p{margin:0;color:#6c727c;font-size:15px;line-height:22px;font-weight:500}.inc-archive-pagination{display:inline-flex;align-items:center;gap:14px}.inc-archive-pagination__arrow,.inc-archive-pagination__page{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;background:#eff2f5;color:#353942;font-size:18px;line-height:1;font-weight:700}.inc-archive-pagination__page{font-size:16px}.inc-archive-pagination__page.is-active{background:#17181d;color:#fff}.inc-archive-pagination__arrow.is-disabled{opacity:.45;pointer-events:none}.inc-archive-summary-card{position:absolute;right:0;bottom:0;width:334px;padding:30px 28px 26px;border-radius:36px;background:#fff;box-shadow:0 24px 54px #1318201f}.inc-archive-summary-card__close{position:absolute;top:22px;right:20px;color:#7d828d}.inc-archive-summary-card__close svg{width:20px;height:20px}.inc-archive-summary-card h2{margin:0;color:#1c2027;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:20px;line-height:26px;font-weight:800;letter-spacing:-.04em}.inc-archive-summary-card__metric{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:26px}.inc-archive-summary-card__metric span{color:#7c828f;font-size:14px;line-height:20px;font-weight:500}.inc-archive-summary-card__metric strong{color:var(--inc-green);font-size:26px;line-height:26px;font-weight:800}.inc-archive-summary-card__metric strong.is-fallback{font-size:22px;line-height:24px}.inc-archive-summary-card__bar{margin-top:14px;height:9px;border-radius:999px;background:#edf1f4;overflow:hidden}.inc-archive-summary-card__bar span{display:block;height:100%;border-radius:999px;background:#17181d}.inc-archive-summary-card p{margin:18px 0 0;color:#666d78;font-size:14px;line-height:28px;font-weight:500}.inc-archive-summary-card__button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;margin-top:20px;border-radius:999px;background:#17181d;color:#fff;font-size:15px;line-height:20px;font-weight:700}.inc-cmd-page--archive .inc-archive{display:grid;grid-template-columns:minmax(0,1fr) 270px;-moz-column-gap:18px;column-gap:18px;row-gap:18px;padding:0 0 80px;background:#f4f6f8}.inc-cmd-page--archive .inc-cmd-nav,.inc-cmd-page--archive .inc-archive-hero,.inc-cmd-page--archive .inc-archive-toolbar{grid-column:1 / -1}.inc-cmd-page--archive .inc-archive-hero,.inc-cmd-page--archive .inc-archive-toolbar,.inc-cmd-page--archive .inc-archive-records{margin-right:28px;margin-left:28px}.inc-cmd-page--archive .inc-archive-summary-card{margin-right:28px}.inc-cmd-page--archive .inc-archive-hero{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px;margin-top:24px;margin-bottom:2px}.inc-cmd-page--archive .inc-archive-hero__copy{max-width:760px}.inc-cmd-page--archive .inc-archive-hero__copy h1{font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:22px;line-height:28px;font-weight:700;letter-spacing:0}.inc-cmd-page--archive .inc-archive-hero__copy p{max-width:none;margin-top:3px;color:#667085;font-size:13px;line-height:18px;font-weight:400}.inc-cmd-page--archive .inc-archive-hero__stats{grid-template-columns:repeat(2,minmax(136px,1fr));gap:12px}.inc-cmd-page--archive .inc-archive-stat-card{min-width:136px;min-height:76px;border:1px solid #e8eaed;border-radius:14px;background:#fff;padding:15px 18px}.inc-cmd-page--archive .inc-archive-stat-card span{color:#98a2b3;font-size:10px;line-height:14px;font-weight:700;letter-spacing:.09em}.inc-cmd-page--archive .inc-archive-stat-card strong{margin-top:8px;color:#0d9488;font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:31px;line-height:34px;font-weight:700;letter-spacing:0}.inc-cmd-page--archive .inc-archive-stat-card strong.is-fallback,.inc-cmd-page--archive .inc-archive-stat-card+.inc-archive-stat-card strong{color:#98a2b3;font-size:22px;line-height:28px}.inc-cmd-page--archive .inc-archive-toolbar{gap:16px;margin-top:18px;margin-bottom:0}.inc-cmd-page--archive .inc-archive-filters{gap:8px}.inc-cmd-page--archive .inc-archive-filter-pill,.inc-cmd-page--archive .inc-archive-filters__submit{min-height:32px;border-color:#e4e9ee;border-radius:999px;background:#fff;box-shadow:none;gap:8px;padding:0 12px}.inc-cmd-page--archive .inc-archive-filter-pill select{min-width:74px;height:30px;color:#374151;font-size:12px;line-height:16px}.inc-cmd-page--archive .inc-archive-filter-pill__icon,.inc-cmd-page--archive .inc-archive-filter-pill__chevron{width:13px;height:13px;color:#667085}.inc-cmd-page--archive .inc-archive-toolbar__sort{gap:5px}.inc-cmd-page--archive .inc-archive-toolbar__sort span{color:#98a2b3;font-size:10.5px;line-height:14px;font-weight:700;letter-spacing:.05em}.inc-cmd-page--archive .inc-archive-toolbar__sort strong{color:#111827;font-size:12.5px;line-height:16px;font-weight:700}.inc-cmd-page--archive .inc-archive-records{grid-column:1;overflow:hidden;border:1px solid #e8eaed;border-radius:14px;background:#fff;padding:0}.inc-cmd-page--archive .inc-archive-records__head,.inc-cmd-page--archive .inc-archive-record-row{grid-template-columns:minmax(120px,.9fr) minmax(240px,2fr) minmax(90px,.7fr) minmax(128px,1fr) minmax(130px,1fr) minmax(96px,.75fr);gap:14px}.inc-cmd-page--archive .inc-archive-records__head{min-height:34px;border-bottom:1px solid #e8eaed;background:#fff;padding:0 16px}.inc-cmd-page--archive .inc-archive-records__head span{color:#98a2b3;font-size:10px;line-height:14px;font-weight:700;letter-spacing:.09em}.inc-cmd-page--archive .inc-archive-records__body{gap:0}.inc-cmd-page--archive .inc-archive-record-row{min-height:64px;border-radius:0;border-bottom:1px solid #edf0f3;background:#fff;box-shadow:none;padding:12px 16px}.inc-cmd-page--archive .inc-archive-record-row:last-child{border-bottom:0}.inc-cmd-page--archive .inc-archive-record-row__case span{justify-content:flex-start;min-height:auto;padding:0;border-radius:0;background:transparent;color:#111827;font-size:12px;line-height:16px;font-weight:700}.inc-cmd-page--archive .inc-archive-record-row__details{gap:2px}.inc-cmd-page--archive .inc-archive-record-row__details strong{color:#111827;font-size:13px;line-height:18px;font-weight:700}.inc-cmd-page--archive .inc-archive-record-row__details span,.inc-cmd-page--archive .inc-archive-record-row__category,.inc-cmd-page--archive .inc-archive-record-row__date{color:#667085;font-size:12px;line-height:17px;font-weight:400}.inc-cmd-page--archive .inc-cmd-badge{min-height:20px;padding:3px 10px;border-radius:20px;font-size:10.5px;line-height:14px;font-weight:700}.inc-cmd-page--archive .inc-archive-status{gap:6px;color:#111827;font-size:12px;line-height:17px;font-weight:700}.inc-cmd-page--archive .inc-archive-status__dot{width:7px;height:7px}.inc-cmd-page--archive .inc-archive-empty{display:flex;min-height:158px;flex-direction:column;align-items:center;justify-content:center;border-radius:0;background:#fff;color:#98a2b3;padding:26px 18px;text-align:center;font-size:12px;line-height:17px;font-weight:400}.inc-cmd-page--archive .inc-archive-empty strong{color:#111827;font-size:13px;line-height:18px}.inc-cmd-page--archive .inc-archive-footer{min-height:52px;border-top:1px solid #edf0f3;padding:0 16px}.inc-cmd-page--archive .inc-archive-footer p{color:#667085;font-size:12px;line-height:17px;font-weight:400}.inc-cmd-page--archive .inc-archive-pagination{gap:6px}.inc-cmd-page--archive .inc-archive-pagination__arrow,.inc-cmd-page--archive .inc-archive-pagination__page{width:auto;min-width:52px;height:30px;border:1px solid #edf0f3;border-radius:9px;background:#fff;color:#98a2b3;font-size:12px}.inc-cmd-page--archive .inc-archive-summary-card{position:static;grid-column:2;align-self:start;width:auto;border:1px solid #e8eaed;border-radius:14px;background:#fff;box-shadow:none;padding:18px 16px 16px}.inc-cmd-page--archive .inc-archive-summary-card__close{top:14px;right:14px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:7px;background:#f4f6f8;color:#98a2b3}.inc-cmd-page--archive .inc-archive-summary-card__close svg{width:14px;height:14px}.inc-cmd-page--archive .inc-archive-summary-card h2{font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:13.5px;line-height:18px;font-weight:700;letter-spacing:0}.inc-cmd-page--archive .inc-archive-summary-card__metric{margin-top:24px;gap:10px}.inc-cmd-page--archive .inc-archive-summary-card__metric span{color:#64748b;font-size:12px;line-height:16px;font-weight:500;letter-spacing:0;text-transform:uppercase}.inc-cmd-page--archive .inc-archive-summary-card__metric strong{color:#0d9488;font-size:14px;line-height:18px;font-weight:600}.inc-cmd-page--archive .inc-archive-summary-card__bar{margin-top:8px;height:5px;background:#f0f2f4}.inc-cmd-page--archive .inc-archive-summary-card__bar span{background:#0d9488}.inc-cmd-page--archive .inc-archive-summary-card p{margin-top:14px;color:#667085;font-size:12px;line-height:19px;font-weight:400}.inc-cmd-page--archive .inc-archive-summary-card__section{margin-top:16px;border-top:1px solid #edf0f3;padding-top:14px}.inc-cmd-page--archive .inc-archive-summary-card__section>strong{display:block;margin-bottom:10px;color:#0f172a;font-size:13.5px;line-height:18px;font-weight:700}.inc-cmd-page--archive .inc-archive-summary-card__trend{display:grid;grid-template-columns:30px minmax(0,1fr) 18px;align-items:center;gap:8px;color:#64748b;font-size:12px;line-height:16px}.inc-cmd-page--archive .inc-archive-summary-card__trend+.inc-archive-summary-card__trend{margin-top:8px}.inc-cmd-page--archive .inc-archive-summary-card__trend-bar{height:4px;border-radius:999px;background:#f0f2f4;overflow:hidden}.inc-cmd-page--archive .inc-archive-summary-card__trend-bar span{display:block;height:100%;border-radius:inherit;background:#0d9488}.inc-cmd-page--archive .inc-archive-summary-card__trend b{color:#0f172a;font-size:13px;font-weight:600;text-align:right}.inc-cmd-page--archive .inc-archive-summary-card__empty-trend{margin:0;color:#64748b;font-size:12px;line-height:18px;font-weight:400}.inc-cmd-page--archive .inc-archive-summary-card__metrics{display:grid;gap:7px;margin:0}.inc-cmd-page--archive .inc-archive-summary-card__metrics div{display:flex;align-items:center;justify-content:space-between;gap:10px}.inc-cmd-page--archive .inc-archive-summary-card__metrics dt,.inc-cmd-page--archive .inc-archive-summary-card__metrics dd{margin:0;font-size:12px;line-height:16px}.inc-cmd-page--archive .inc-archive-summary-card__metrics dt{color:#64748b}.inc-cmd-page--archive .inc-archive-summary-card__metrics dd{color:#0f172a;font-size:13px;font-weight:600}.inc-cmd-page--archive .inc-archive-summary-card__button{min-height:36px;margin-top:18px;border-radius:7px;background:#111827;font-size:12px;line-height:16px}@media(max-width:1180px){.inc-cmd-page--archive .inc-archive{grid-template-columns:minmax(0,1fr)}.inc-cmd-page--archive .inc-archive-records,.inc-cmd-page--archive .inc-archive-summary-card{grid-column:1}.inc-cmd-page--archive .inc-archive-summary-card{margin-left:28px}}@media(max-width:760px){.inc-cmd-page--archive .inc-archive-hero,.inc-cmd-page--archive .inc-archive-toolbar,.inc-cmd-page--archive .inc-archive-records,.inc-cmd-page--archive .inc-archive-summary-card{margin-right:16px;margin-left:16px}.inc-cmd-page--archive .inc-archive-hero,.inc-cmd-page--archive .inc-archive-toolbar{grid-template-columns:minmax(0,1fr)}.inc-cmd-page--archive .inc-archive-hero__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.inc-cmd-page--archive .inc-archive-toolbar{align-items:flex-start}.inc-cmd-page--archive .inc-archive-records{overflow-x:auto}.inc-cmd-page--archive .inc-archive-records__head,.inc-cmd-page--archive .inc-archive-record-row{min-width:780px}}.inc-analytics-page{display:flex;flex-direction:column;gap:24px;padding:2px 0 56px}.inc-analytics-hero h1{margin:0;color:#1a1d23;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:52px;line-height:1;font-weight:800;letter-spacing:-.065em}.inc-analytics-hero p{margin:8px 0 0;color:#616874;font-size:18px;line-height:28px;font-weight:500}.inc-analytics-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.inc-analytics-kpi,.inc-analytics-card{border:1px solid #e8edf3;border-radius:28px;background:#fff;box-shadow:0 18px 42px #1218200f}.inc-analytics-kpi{padding:16px 18px 18px}.inc-analytics-kpi__label{display:block;max-width:135px;color:#8a919d;font-size:10px;line-height:13px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.inc-analytics-kpi__row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-top:14px}.inc-analytics-kpi__row strong{color:#242931;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:40px;line-height:1;font-weight:800;letter-spacing:-.06em}.inc-analytics-kpi__row strong.is-rose{color:var(--inc-red)}.inc-analytics-kpi__meta{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 10px;border-radius:999px;font-size:11px;line-height:16px;font-weight:700;white-space:nowrap}.inc-analytics-kpi__meta--rose{background:#fdeef2;color:#c65b6d}.inc-analytics-kpi__meta--green{background:#e8fbf1;color:#149261}.inc-analytics-kpi__meta--neutral{background:#eef2f6;color:#79808d}.inc-analytics-toolbar{display:flex;align-items:center;justify-content:flex-start}.inc-analytics-filters{display:flex;flex-wrap:wrap;gap:12px}.inc-analytics-filter,.inc-analytics-filters__apply{display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:0 14px;border:1px solid #e9edf3;border-radius:999px;background:#fff;box-shadow:0 10px 24px #131a220a}.inc-analytics-filter span,.inc-analytics-filters__apply svg{display:inline-flex;align-items:center;justify-content:center;color:#747b88}.inc-analytics-filter svg,.inc-analytics-filters__apply svg,.inc-analytics-insights__head svg{width:14px;height:14px}.inc-analytics-filter select{border:0;background:transparent;color:#444b57;font-size:13px;line-height:18px;font-weight:600;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:2px}.inc-analytics-filter select:focus,.inc-analytics-filters__apply:focus{outline:none}.inc-analytics-filters__apply{background:#17181d;border-color:transparent;color:#fff;font-size:13px;line-height:18px;font-weight:700}.inc-analytics-filters__apply svg{color:#fff}.inc-analytics-card{padding:18px 18px 20px}.inc-analytics-card__head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.inc-analytics-card__head h2{margin:0;color:#252930;font-size:22px;line-height:28px;font-weight:700;letter-spacing:-.03em}.inc-analytics-card__head p{margin:0;color:#7d8591;font-size:12px;line-height:16px;font-weight:600}.inc-analytics-card__switch{display:inline-flex;align-items:center;gap:6px;padding:4px;border-radius:999px;background:#eff3f6}.inc-analytics-card__switch a{display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:28px;padding:0 10px;border-radius:999px;color:#7c828f;font-size:11px;line-height:16px;font-weight:700}.inc-analytics-card__switch a.is-active{background:#fff;color:#1f242b;box-shadow:0 8px 16px #12182012}.inc-analytics-card--trend{padding-bottom:14px}.inc-analytics-trend-chart{display:flex;flex-direction:column;gap:10px}.inc-analytics-trend-chart svg{width:100%;height:300px}.inc-analytics-trend-chart__labels{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.inc-analytics-trend-chart__labels span{color:#8d95a0;font-size:10px;line-height:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.inc-analytics-trend-chart__labels span:last-child{text-align:right}.inc-analytics-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.92fr);gap:16px}.inc-analytics-breakdown{display:flex;flex-direction:column;gap:18px}.inc-analytics-breakdown__row{display:flex;flex-direction:column;gap:8px}.inc-analytics-breakdown__meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.inc-analytics-breakdown__meta span,.inc-analytics-breakdown__meta strong{color:#2f353e;font-size:14px;line-height:20px;font-weight:600}.inc-analytics-breakdown__bar{display:block;width:100%;height:8px;border-radius:999px;background:#edf2f6;overflow:hidden}.inc-analytics-breakdown__fill{display:block;height:100%;border-radius:999px}.inc-analytics-breakdown__fill--blue{background:#0d5ecf}.inc-analytics-breakdown__fill--rose{background:#b24759}.inc-analytics-breakdown__fill--green{background:#0f7d58}.inc-analytics-breakdown__fill--slate{background:#7c848f}.inc-analytics-risk{display:grid;grid-template-columns:178px minmax(0,1fr);align-items:center;gap:22px;min-height:200px}.inc-analytics-risk__donut{display:flex;align-items:center;justify-content:center;width:150px;height:150px;margin:0 auto;border-radius:999px}.inc-analytics-risk__donut div{display:flex;flex-direction:column;align-items:center;justify-content:center;width:98px;height:98px;border-radius:999px;background:#fff;box-shadow:inset 0 0 0 1px #eef2f6}.inc-analytics-risk__donut strong{color:#2a2f37;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:34px;line-height:1;font-weight:800}.inc-analytics-risk__donut span{margin-top:6px;color:#939aa6;font-size:10px;line-height:14px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.inc-analytics-risk__legend{display:flex;flex-direction:column;gap:14px;color:#4d5460;font-size:13px;line-height:18px;font-weight:600}.inc-analytics-risk__legend div{display:flex;align-items:center;gap:10px}.inc-analytics-risk__legend span{width:8px;height:8px;border-radius:999px}.inc-analytics-risk__legend span.is-rose{background:#b24759}.inc-analytics-risk__legend span.is-amber{background:#d89c2c}.inc-analytics-risk__legend span.is-green{background:#0f7d58}.inc-analytics-heatmap{display:flex;flex-direction:column;gap:12px}.inc-analytics-heatmap__head,.inc-analytics-heatmap__row{display:grid;grid-template-columns:72px repeat(7,minmax(0,1fr));gap:10px;align-items:center}.inc-analytics-heatmap__head span,.inc-analytics-heatmap__label{color:#8d95a0;font-size:10px;line-height:14px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.inc-analytics-heatmap__cell{display:block;height:30px;border-radius:8px;background:#eef2f6}.inc-analytics-heatmap__cell--low{background:#d9f6ea}.inc-analytics-heatmap__cell--medium{background:#bdf3da}.inc-analytics-heatmap__cell--high{background:#f9c7d3}.inc-analytics-grid--bottom{align-items:stretch}.inc-analytics-people{display:flex;flex-direction:column;gap:14px}.inc-analytics-person-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:22px;background:#f6f8fb}.inc-analytics-person-row__profile{display:flex;align-items:center;gap:12px}.inc-analytics-person-row__profile img,.inc-analytics-person-row__profile>span{width:42px;height:42px;border-radius:999px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.inc-analytics-person-row__profile>span{display:inline-flex;align-items:center;justify-content:center;background:#dce6ff;color:#0d5ecf;font-size:16px;line-height:1;font-weight:800}.inc-analytics-person-row__profile strong{display:block;color:#232831;font-size:15px;line-height:20px;font-weight:700}.inc-analytics-person-row__profile small{display:block;margin-top:2px;color:#9aa1ad;font-size:10px;line-height:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.inc-analytics-person-row__score{text-align:right}.inc-analytics-person-row__score strong{display:block;color:#30353e;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:28px;line-height:1;font-weight:800}.inc-analytics-person-row__score span{display:block;margin-top:4px;font-size:11px;line-height:16px;font-weight:700}.inc-analytics-person-row__score span.is-rose{color:#c65b6d}.inc-analytics-person-row__score span.is-green{color:#149261}.inc-analytics-person-row__score span.is-neutral{color:#868e99}.inc-analytics-insights{display:flex;flex-direction:column;padding:22px 20px;border-radius:28px;background:#273036;color:#fff;box-shadow:0 18px 42px #1218201f}.inc-analytics-insights__head{display:flex;align-items:center;gap:10px}.inc-analytics-insights__head span{display:inline-flex;align-items:center;justify-content:center;color:#5ae0b1}.inc-analytics-insights__head h2{margin:0;color:#fff;font-size:24px;line-height:30px;font-weight:700;letter-spacing:-.03em}.inc-analytics-insights__list{display:flex;flex-direction:column;gap:16px;margin-top:22px}.inc-analytics-insights__item{display:grid;grid-template-columns:3px minmax(0,1fr);gap:12px;align-items:start}.inc-analytics-insights__item>span{display:block;min-height:100%;border-radius:999px;background:#5ae0b1}.inc-analytics-insights__item p{margin:0;color:#edf2f6;font-size:14px;line-height:22px;font-weight:500}.inc-analytics-insights__button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;margin-top:auto;padding:0 18px;border-radius:999px;border:1px solid rgba(255,255,255,.16);color:#fff;font-size:14px;line-height:20px;font-weight:700}.inc-review-modal-page{padding:10px 0 56px;font-family:DM Sans,sans-serif;letter-spacing:0}.inc-review-modal{max-width:1100px;margin:0 auto;padding:34px 36px 36px;border-radius:34px;background:#fff;box-shadow:0 30px 80px #12182024}.inc-review-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.inc-review-modal__eyebrow{display:block;color:#676f7c;font-size:12px;line-height:16px;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.inc-review-modal__head h1{margin:10px 0 0;color:#111827;font-family:DM Sans,sans-serif;font-size:48px;line-height:54px;font-weight:700;letter-spacing:0}.inc-review-modal__close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;color:#5e6671}.inc-review-modal__close svg{width:24px;height:24px}.inc-review-modal__summary{display:grid;grid-template-columns:335px minmax(0,1fr) minmax(0,1fr);gap:24px;margin-top:36px}.inc-review-resident-card,.inc-review-summary-card,.inc-review-narrative,.inc-review-form__field textarea,.inc-review-form__field input,.inc-review-form__select-wrap,.inc-review-toggle-card,.inc-review-checklist,.inc-review-checklist__row{border:1px solid #ebeff4;background:#f7f9fc}.inc-review-resident-card,.inc-review-summary-card{min-height:188px;border-radius:34px}.inc-review-resident-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:26px 24px 20px;text-align:center}.inc-review-resident-card__avatar-wrap{position:relative;width:108px;height:108px}.inc-review-resident-card__avatar{width:108px;height:108px;border-radius:999px;-o-object-fit:cover;object-fit:cover}.inc-review-resident-card__avatar--initials{display:inline-flex;align-items:center;justify-content:center;background:#dce6ff;color:#0d5ecf;font-family:DM Sans,sans-serif;font-size:34px;line-height:1;font-weight:700}.inc-review-resident-card__status-dot{position:absolute;right:4px;bottom:4px;width:22px;height:22px;border-radius:999px;background:#35d48f;border:4px solid #ffffff}.inc-review-resident-card__copy{margin-top:20px}.inc-review-resident-card__copy strong{display:block;color:#111827;font-size:22px;line-height:28px;font-weight:700;letter-spacing:0}.inc-review-resident-card__copy span{display:block;margin-top:6px;color:#6b7280;font-size:14px;line-height:20px;font-weight:500}.inc-review-summary-card{padding:28px 28px 24px}.inc-review-summary-card span{display:inline-flex;align-items:center;gap:8px;color:#9a4452;font-size:13px;line-height:18px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.inc-review-summary-card--category span{color:#0d5ecf}.inc-review-summary-card span svg{width:18px;height:18px}.inc-review-summary-card strong{display:block;margin-top:18px;color:#8e2f43;font-family:DM Sans,sans-serif;font-size:30px;line-height:36px;font-weight:700;letter-spacing:0}.inc-review-summary-card--severity{background:#fdf0f2}.inc-review-summary-card--category{background:#edf4ff}.inc-review-summary-card--category strong{color:#0d53be}.inc-review-section{margin-top:44px}.inc-review-section__title{display:flex;align-items:center;gap:14px;margin-bottom:18px}.inc-review-section__title span{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;background:#eef2f5;color:#69717c}.inc-review-section__title span svg{width:20px;height:20px}.inc-review-section__title h2{margin:0;color:#111827;font-size:18px;line-height:24px;font-weight:700;letter-spacing:0}.inc-review-narrative{padding:34px 34px 30px;border-radius:32px;border-left:4px solid #656b72}.inc-review-narrative p{margin:0;color:#4b5563;font-size:20px;line-height:30px;font-weight:500}.inc-review-narrative__meta{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:26px;color:#6b7280;font-size:13px;line-height:18px;font-weight:500}.inc-review-narrative__meta span{display:inline-flex;align-items:center;gap:6px}.inc-review-narrative__meta svg{width:15px;height:15px}.inc-review-form{display:flex;flex-direction:column;gap:22px}.inc-review-form__grid{display:grid;grid-template-columns:minmax(0,1fr) .98fr;gap:22px}.inc-review-form__stack,.inc-review-form__secondary{display:flex;flex-direction:column;gap:18px}.inc-review-form__field label{display:block;margin-bottom:10px;color:#6b7280;font-size:11px;line-height:16px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.inc-review-form__field textarea,.inc-review-form__field input,.inc-review-form__select-wrap{width:100%;border-radius:26px}.inc-review-form__field textarea,.inc-review-form__field input,.inc-review-form__select-wrap select{color:#374151;font-family:DM Sans,sans-serif;font-size:14px;line-height:20px;font-weight:500}.inc-review-form__field textarea,.inc-review-form__field input{padding:18px 20px}.inc-review-form__field textarea{min-height:214px;resize:vertical}.inc-review-form__field textarea::-moz-placeholder,.inc-review-form__field input::-moz-placeholder{color:#a0a8b3}.inc-review-form__field textarea::placeholder,.inc-review-form__field input::placeholder,.inc-review-form__select-wrap select{color:#a0a8b3}.inc-review-form__select-wrap{position:relative;display:flex;align-items:center;padding-right:18px}.inc-review-form__select-wrap select{width:100%;border:0;background:transparent;padding:18px 0 18px 20px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.inc-review-form__select-wrap span{color:#9ca4af}.inc-review-form__select-wrap svg{width:18px;height:18px}.inc-review-toggle-card{border-radius:24px;padding:16px 18px}.inc-review-toggle-card label,.inc-review-checklist__toggle{display:flex;align-items:center;gap:12px}.inc-review-toggle-card input[type=checkbox],.inc-review-checklist__toggle input[type=checkbox]{width:18px;height:18px;border-radius:999px;border:1px solid #ccd3dc}.inc-review-toggle-card span,.inc-review-checklist__toggle span{color:#111827;font-size:14px;line-height:20px;font-weight:600}.inc-review-checklist{border-radius:28px;padding:18px}.inc-review-checklist__head h3{margin:0;color:#111827;font-size:15px;line-height:20px;font-weight:700}.inc-review-checklist__head p{margin:6px 0 0;color:#6b7280;font-size:12.5px;line-height:18px;font-weight:400}.inc-review-checklist__list{display:flex;flex-direction:column;gap:10px;margin-top:16px}.inc-review-checklist__row{display:grid;grid-template-columns:minmax(240px,1fr) 220px minmax(180px,1fr);gap:10px;align-items:center;padding:12px;border-radius:22px}.inc-review-checklist__toggle em{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 9px;border-radius:999px;background:#fdeef2;color:#c55d6d;font-size:10px;line-height:14px;font-weight:800;font-style:normal;text-transform:uppercase;letter-spacing:.05em}.inc-review-checklist__row input[type=datetime-local],.inc-review-checklist__row input[type=text]{width:100%;min-height:44px;padding:0 14px;border:1px solid #e2e8ef;border-radius:18px;background:#fff;color:#374151;font-family:DM Sans,sans-serif;font-size:13px;line-height:18px;font-weight:500}.inc-review-form__actions{display:flex;align-items:center;justify-content:flex-end;gap:22px;padding-top:4px}.inc-review-form__cancel{color:#4b5563;font-size:15px;line-height:20px;font-weight:700}.inc-review-form__submit{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:56px;padding:0 24px;border-radius:999px;background:#090d12;color:#fff;font-family:DM Sans,sans-serif;font-size:15px;line-height:20px;font-weight:700;box-shadow:0 18px 28px #090d122e}@media(max-width:1279px){.inc-cmd-summary,.inc-cmd-grid,.inc-cmd-metric-strip{grid-template-columns:minmax(0,1fr)}.inc-cmd-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.inc-archive-hero,.inc-archive-toolbar,.inc-archive-footer{grid-template-columns:minmax(0,1fr);padding-right:0}.inc-archive-hero,.inc-archive-footer{display:grid}.inc-archive-toolbar{flex-direction:column;align-items:flex-start}.inc-archive-bottom{min-height:auto;padding-right:0}.inc-analytics-kpis,.inc-analytics-grid,.inc-analytics-grid--bottom{grid-template-columns:repeat(2,minmax(0,1fr))}.inc-review-modal__summary,.inc-review-form__grid,.inc-review-checklist__row{grid-template-columns:minmax(0,1fr)}.inc-archive-summary-card{position:static;width:100%;margin-top:12px}}@media(max-width:900px){.inc-cmd-hero{grid-template-columns:minmax(0,1fr)}.inc-cmd-alerts-card__grid,.inc-cmd-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inc-cmd-incident-row{grid-template-columns:44px minmax(0,1fr)}.inc-cmd-incident-row__resident,.inc-cmd-incident-row__chevron{grid-column:2}.inc-archive-hero__stats,.inc-archive-records__head,.inc-archive-record-row,.inc-analytics-kpis,.inc-analytics-grid,.inc-analytics-grid--bottom,.inc-analytics-risk{grid-template-columns:minmax(0,1fr)}.inc-review-modal{padding:28px 24px}.inc-review-modal__head h1{font-size:46px}.inc-archive-records__head{display:none}.inc-archive-record-row{gap:12px}.inc-archive-footer{display:flex;flex-direction:column;align-items:flex-start}}@media(max-width:640px){.inc-cmd-page{gap:20px;padding-bottom:32px}.inc-cmd-nav,.inc-cmd-people-strip__head,.inc-cmd-filter-actions,.inc-cmd-panel__head{flex-direction:column;align-items:flex-start}.inc-cmd-alerts-card__grid,.inc-cmd-filter-grid{grid-template-columns:minmax(0,1fr)}.inc-cmd-hero h1{font-size:30px;line-height:36px}.inc-cmd-panel,.inc-cmd-archive,.inc-cmd-kpi-card,.inc-cmd-alerts-card{padding:18px;border-radius:24px}.inc-cmd-alert-pill{border-radius:24px}.inc-cmd-tip-card__body{margin-top:0;padding-top:18px}.inc-archive{gap:22px}.inc-archive-tabs{gap:22px;overflow-x:auto;padding-bottom:12px}.inc-archive-tabs__title{font-size:18px;line-height:24px}.inc-archive-hero__copy h1{font-size:42px}.inc-archive-hero__copy p{font-size:16px;line-height:28px}.inc-analytics-page{gap:20px;padding-bottom:32px}.inc-review-modal-page{padding-bottom:32px}.inc-review-modal{padding:22px 18px;border-radius:26px}.inc-review-modal__head{align-items:center}.inc-review-modal__head h1{font-size:38px}.inc-review-narrative{padding:24px 20px 22px;border-radius:24px}.inc-review-narrative p{font-size:18px;line-height:1.55}.inc-review-form__actions{flex-direction:column;align-items:stretch;gap:14px}.inc-review-form__cancel,.inc-review-form__submit{text-align:center}.inc-analytics-hero h1{font-size:38px}.inc-analytics-hero p{font-size:16px;line-height:24px}.inc-analytics-kpis{grid-template-columns:minmax(0,1fr)}.inc-analytics-filters{width:100%}.inc-analytics-filter,.inc-analytics-filters__apply{width:100%;justify-content:space-between}.inc-analytics-card{padding:16px;border-radius:24px}.inc-analytics-card__head{flex-direction:column;align-items:flex-start}.inc-analytics-trend-chart svg{height:220px}.inc-analytics-heatmap__head,.inc-analytics-heatmap__row{grid-template-columns:54px repeat(7,minmax(0,1fr));gap:6px}.inc-analytics-heatmap__cell{height:24px;border-radius:6px}.inc-archive-filters{width:100%}.inc-archive-filter-pill,.inc-archive-filters__submit{width:100%;justify-content:space-between}.inc-archive-records{padding:20px 14px 14px;border-radius:28px}.inc-archive-record-row{padding:20px 16px;border-radius:24px}.inc-archive-summary-card{padding:24px 20px 20px;border-radius:28px}}body:has(.inc-cmd-page:not(.inc-cmd-page--archive-only)){background:#f4f6f8}body:has(.inc-cmd-page:not(.inc-cmd-page--archive-only)) .cb-main-content{padding:56px 0 0 220px;background:#f4f6f8}body:has(.inc-cmd-page:not(.inc-cmd-page--archive-only)) .cb-navbar{height:56px;border-bottom:1px solid #e8eaed;background:#fff;box-shadow:none}body:has(.inc-cmd-page:not(.inc-cmd-page--archive-only)) .cb-navbar-bg{height:56px;background:#fff;box-shadow:none}body:has(.inc-cmd-page:not(.inc-cmd-page--archive-only)) .cb-sidebar-brand{height:72px;border-bottom:1px solid #e8eaed}body:has(.inc-cmd-page:not(.inc-cmd-page--archive-only)) .cb-brand-mark{width:32px;height:32px;background:#0d9488;color:#fff;font-size:var(--type-body-compact-size);font-weight:var(--type-label-weight)}body:has(.inc-cmd-page:not(.inc-cmd-page--archive-only)) .cb-brand-name{color:#111827;font-size:var(--type-value-size);font-weight:var(--type-value-strong-weight)}body:has(.inc-cmd-page:not(.inc-cmd-page--archive-only)) .cb-menu-header{padding:8px 20px 4px;color:#9ca3af;font-size:var(--type-label-size);line-height:var(--type-label-line);font-weight:var(--type-label-weight);letter-spacing:var(--type-label-tracking)}body:has(.inc-cmd-page:not(.inc-cmd-page--archive-only)) .cb-sidebar-user{border-top:1px solid #e8eaed;background:#fff}.inc-cmd-page:not(.inc-cmd-page--archive-only){--cmd-bg: #f4f6f8;--cmd-surface: #ffffff;--cmd-border: #e8eaed;--cmd-dark: #111827;--cmd-body: #374151;--cmd-muted: #6b7280;--cmd-hint: #9ca3af;--cmd-teal: #0d9488;--cmd-teal-bg: #f0fdfa;--cmd-red: #dc2626;--cmd-red-bg: #fff5f5;--cmd-red-border: #fed7d7;--cmd-radius: 14px;--cmd-radius-sm: 9px;display:flex;flex-direction:column;gap:0;min-height:calc(100vh - 56px);padding:0 0 80px;background:var(--cmd-bg);color:var(--cmd-dark);font-family:DM Sans,sans-serif;-webkit-font-smoothing:antialiased}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-nav{display:flex;align-items:center;gap:0;min-height:48px;padding:0 28px;border-bottom:1px solid var(--cmd-border);background:var(--cmd-surface);flex-wrap:nowrap;overflow-x:auto}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-nav__link{min-height:48px;padding:0 18px;border-radius:0;border-bottom:2px solid transparent;color:var(--cmd-muted);font-size:var(--type-value-size);line-height:var(--type-value-line);font-weight:500;box-shadow:none;white-space:nowrap}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-nav__link svg{width:16px;height:16px}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-nav__link.is-active,.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-nav__link:hover{border-bottom-color:var(--cmd-dark);background:transparent;color:var(--cmd-dark);box-shadow:none}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-hero,.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-summary,.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-grid,.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-metric-strip,.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-tip-card{margin-right:28px;margin-left:28px}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;margin-top:20px;margin-bottom:18px}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-hero h1{margin:0;color:var(--cmd-dark);font-family:var(--font-app-strong);font-size:var(--type-page-title-size);line-height:var(--type-page-title-line);font-weight:var(--type-page-title-weight);letter-spacing:0}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-hero p{margin:3px 0 0;color:var(--cmd-muted);font-size:var(--type-body-size);line-height:var(--type-body-line);font-weight:var(--type-body-weight)}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-hero__button{min-height:36px;padding:9px 20px;border-radius:20px;background:var(--cmd-teal);color:#fff;font-size:var(--type-body-size);line-height:var(--type-body-line);font-weight:600;box-shadow:none}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-hero__button:hover{background:var(--cmd-teal);color:#fff;opacity:.88}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-hero__button svg{width:14px;height:14px}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-summary{display:grid;grid-template-columns:1fr 1.8fr;gap:12px;margin-bottom:12px}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-kpi-card,.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-alerts-card,.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-panel,.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-metric-chip{border:1px solid var(--cmd-border);border-radius:var(--cmd-radius);background:var(--cmd-surface);box-shadow:none}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-kpi-card{min-height:112px;padding:16px 20px}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-kpi-card__icon{display:none}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-kpi-card__label,.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-queue-card__label{color:var(--cmd-hint);font-size:var(--type-label-size);line-height:var(--type-label-line);font-weight:var(--type-label-weight);letter-spacing:var(--type-label-tracking);text-transform:uppercase}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-kpi-card__value{margin-top:8px;color:var(--cmd-dark);font-family:var(--font-app-strong);font-size:32px;line-height:36px;font-weight:700;letter-spacing:0}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-kpi-card__delta{margin-top:4px;color:var(--cmd-muted);font-size:var(--type-body-compact-size);line-height:var(--type-body-compact-line);font-weight:var(--type-body-weight)}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-alerts-card{position:static;overflow:visible;min-height:112px;padding:16px 20px;border-color:var(--cmd-red-border);background:var(--cmd-red-bg)}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-alerts-card:after{display:none}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-alerts-card__head h2{display:flex;align-items:center;gap:7px;margin:0;color:var(--cmd-red);font-size:var(--type-label-size);line-height:var(--type-label-line);font-weight:var(--type-label-weight);letter-spacing:var(--type-label-tracking);text-transform:uppercase}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-alerts-card__head h2 span{width:6px;height:6px;border-radius:50%;background:var(--cmd-red)}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-alerts-card__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;margin-top:10px}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-alerts-card__empty,.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-panel__empty{border:1px solid var(--cmd-border);border-radius:var(--cmd-radius-sm);background:var(--cmd-surface);padding:14px;color:var(--cmd-muted);font-size:var(--type-body-size);line-height:var(--type-body-line);font-weight:var(--type-body-weight)}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-alert-pill{min-height:0;border-radius:var(--cmd-radius-sm);border:1px solid var(--cmd-border);background:var(--cmd-surface);padding:12px 14px;box-shadow:none}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-alert-pill__top{margin-bottom:8px;color:var(--cmd-muted);font-size:var(--type-small-size);line-height:var(--type-small-line);font-weight:600;letter-spacing:0}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-alert-pill strong{color:var(--cmd-dark);font-size:var(--type-value-size);line-height:var(--type-value-line);font-weight:var(--type-value-strong-weight)}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-alert-pill__severity{min-height:22px;padding:0 9px;font-size:var(--type-small-size);line-height:var(--type-small-line)}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-grid{display:grid;grid-template-columns:1.8fr 1fr;gap:12px;margin-bottom:12px}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-panel{padding:16px 20px}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-panel__head{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid var(--cmd-border)}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-panel__head h2{margin:0;color:var(--cmd-dark);font-family:var(--font-app-strong);font-size:var(--type-section-title-size);line-height:var(--type-section-title-line);font-weight:var(--type-section-title-weight);letter-spacing:0}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-panel__head a{color:var(--cmd-teal);font-size:var(--type-body-compact-size);line-height:var(--type-body-compact-line);font-weight:600}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-incident-list,.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-queue-list{gap:8px}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-incident-row{grid-template-columns:44px minmax(0,1fr) minmax(128px,.42fr) 20px;gap:10px;border-radius:var(--cmd-radius-sm);background:var(--cmd-bg);padding:12px 14px}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-incident-row__icon{width:34px;height:34px}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-incident-row__main strong,.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-queue-card strong{color:var(--cmd-dark);font-size:var(--type-value-size);line-height:var(--type-value-line);font-weight:var(--type-value-weight)}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-incident-row__main p,.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-queue-card p{color:var(--cmd-muted);font-size:var(--type-body-compact-size);line-height:var(--type-body-compact-line);font-weight:var(--type-body-weight)}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-incident-row__resident{gap:4px}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-incident-row__resident span:first-child{color:var(--cmd-muted);font-size:var(--type-label-size);line-height:var(--type-label-line);font-weight:var(--type-label-weight);letter-spacing:var(--type-label-tracking);text-transform:uppercase}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-incident-row__severity-pill{min-height:20px;padding:2px 8px;font-size:var(--type-small-size);line-height:var(--type-small-line)}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-side{gap:12px}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-panel__counter{min-height:23px;border:1px solid var(--cmd-border);background:var(--cmd-bg);color:var(--cmd-muted);font-size:var(--type-small-size);line-height:var(--type-small-line);font-weight:600}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-queue-card{border-radius:var(--cmd-radius-sm);background:var(--cmd-surface);padding:12px 14px}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-panel__archive-link{gap:7px;min-height:36px;margin-top:10px;border:1.5px dashed var(--cmd-border);border-radius:var(--cmd-radius-sm);color:var(--cmd-muted);font-size:var(--type-body-size);line-height:var(--type-body-line);font-weight:500}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-panel__archive-link svg{width:14px;height:14px}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-metric-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:12px;padding-top:0;border-top:0}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-metric-chip{min-height:70px;padding:16px 20px}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-metric-chip__icon{width:32px;height:32px;background:var(--cmd-bg)}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-metric-chip p{margin:0 0 3px;color:var(--cmd-muted);font-size:var(--type-label-size);line-height:var(--type-label-line);font-weight:var(--type-label-weight);letter-spacing:var(--type-label-tracking);text-transform:uppercase}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-metric-chip strong{color:var(--cmd-dark);font-family:var(--font-app-strong);font-size:var(--type-section-title-size);line-height:var(--type-section-title-line);font-weight:var(--type-section-title-weight);letter-spacing:0}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-metric-chip strong.is-negative{color:#e11d48}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-metric-chip strong.is-empty{color:var(--cmd-muted);font-size:var(--type-body-size);line-height:var(--type-body-line);letter-spacing:0}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-tip-card{position:relative;overflow:hidden;border:0;border-radius:var(--cmd-radius);background:var(--cmd-dark);box-shadow:none;padding:16px 20px}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-tip-card:before{content:"";position:absolute;top:-20px;right:-20px;width:120px;height:120px;border-radius:50%;background:#ffffff0a}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-tip-card__image{display:none}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-tip-card__body{position:relative;z-index:1;margin-top:0;padding:0}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-tip-card__body span{display:block;margin-bottom:8px;color:#ffffff80;font-size:var(--type-label-size);line-height:var(--type-label-line);font-weight:var(--type-label-weight);letter-spacing:var(--type-label-tracking);text-transform:uppercase}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-tip-card__body strong{display:block;margin-bottom:4px;color:#fff;font-size:var(--type-section-title-size);line-height:var(--type-section-title-line);font-weight:var(--type-section-title-weight)}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-tip-card__body p{margin:0;color:#fff9;font-size:var(--type-body-size);line-height:var(--type-body-line);font-weight:var(--type-body-weight)}@media(max-width:1180px){.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-summary,.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-grid,.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-metric-strip{grid-template-columns:minmax(0,1fr)}}@media(max-width:1023px){body:has(.inc-cmd-page:not(.inc-cmd-page--archive-only)) .cb-main-content{padding-left:0}}@media(max-width:767px){.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-nav,.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-hero,.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-summary,.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-grid,.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-metric-strip,.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-tip-card{margin-right:16px;margin-left:16px}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-nav{margin-right:0;margin-left:0;padding:0 16px}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-hero{grid-template-columns:minmax(0,1fr);align-items:flex-start}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-incident-row{grid-template-columns:34px minmax(0,1fr)}.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-incident-row__resident,.inc-cmd-page:not(.inc-cmd-page--archive-only) .inc-cmd-incident-row__chevron{grid-column:2}}.inc-detail-page{width:100%;max-width:none;color:var(--cmd-dark);font-family:var(--font-app)}.inc-detail-page .inc-detail-header{align-items:center;padding:16px 20px;margin-bottom:12px}.inc-detail-page .inc-detail-header__primary-action{border-color:transparent;background:var(--cmd-teal, #0d9488);color:#fff;box-shadow:0 4px 10px #0d948847}.inc-detail-page .inc-detail-header__primary-action:hover{background:#0f766e;color:#fff}.inc-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,1fr);gap:16px;align-items:start}.inc-detail-column{display:flex;min-width:0;flex-direction:column;gap:16px}.inc-detail-page .cb-card-surface>div{padding:16px 20px}.inc-detail-page .cb-card-head{margin-bottom:12px;padding-bottom:10px}.inc-detail-page .cb-card-head h2{font-size:var(--type-section-title-size);line-height:var(--type-section-title-line);font-weight:var(--type-section-title-weight)}.inc-detail-page .text-sm{font-size:var(--type-body-size);line-height:var(--type-body-line)}.inc-detail-page .text-xs{font-size:var(--type-small-size);line-height:var(--type-small-line)}.inc-detail-page .grid>div>.text-brand-text-muted:first-child,.inc-detail-page .mt-4.space-y-3>div>.text-brand-text-muted:first-child,.inc-detail-page .cb-card-surface label:not(.inline-flex){color:var(--cmd-muted);font-size:var(--type-label-size);line-height:var(--type-label-line);font-weight:var(--type-label-weight);letter-spacing:var(--type-label-tracking);text-transform:uppercase}.inc-detail-page .mt-4.space-y-3{margin-top:12px}.inc-detail-page .rounded-md.border{padding:10px 12px}.inc-detail-page input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),.inc-detail-page select,.inc-detail-page textarea{min-height:32px;font-size:var(--type-body-compact-size);line-height:var(--type-body-compact-line)}.inc-detail-page [data-body-map]>.grid{gap:10px}.inc-detail-page [data-side-wrap]{width:8.5rem;height:13rem}.inc-detail-page [data-body-map] .bg-white{padding:10px}@media(max-width:1180px){.inc-detail-layout{grid-template-columns:minmax(0,1fr)}}@media(max-width:767px){.inc-detail-page .inc-detail-header{align-items:flex-start}.inc-detail-page .cb-card-surface>div,.inc-detail-page .inc-detail-header{padding:14px 16px}}body:has(.inc-review-modal-page){background:#f4f6f8}body:has(.inc-review-modal-page) .cb-main-content{padding-top:80px;padding-right:28px;padding-bottom:80px;background:#f4f6f8}.inc-review-modal-page{width:100%;padding:24px 0 56px;color:#111827;font-family:DM Sans,sans-serif}.inc-review-modal{width:min(100%,1080px);max-width:1080px;padding:28px;border:1px solid #e8eaed;border-radius:14px;background:#fff;box-shadow:none}.inc-review-modal__eyebrow{color:#9ca3af;font-size:10.5px;line-height:14px;font-weight:700;letter-spacing:.1em}.inc-review-modal__head h1{margin-top:7px;color:#111827;font-family:DM Sans,sans-serif;font-size:30px;line-height:36px;font-weight:700;letter-spacing:0}.inc-review-modal__close{width:34px;height:34px;border:1px solid #e8eaed;border-radius:9px;background:#fff;color:#6b7280}.inc-review-modal__close svg{width:18px;height:18px}.inc-review-modal__summary{grid-template-columns:1fr 1fr 1fr;gap:14px;margin-top:24px}.inc-review-resident-card,.inc-review-summary-card,.inc-review-narrative,.inc-review-form__field textarea,.inc-review-form__field input,.inc-review-form__select-wrap,.inc-review-toggle-card,.inc-review-checklist,.inc-review-checklist__row{border-color:#e8eaed;background:#f8fafc}.inc-review-resident-card,.inc-review-summary-card{min-height:132px;border-radius:14px}.inc-review-resident-card{padding:18px}.inc-review-resident-card__avatar-wrap,.inc-review-resident-card__avatar{width:72px;height:72px}.inc-review-resident-card__avatar--initials{font-size:24px}.inc-review-resident-card__status-dot{right:1px;bottom:1px;width:16px;height:16px;border-width:3px}.inc-review-resident-card__copy{margin-top:12px}.inc-review-resident-card__copy strong{color:#111827;font-size:17px;line-height:22px;font-weight:700;letter-spacing:0}.inc-review-resident-card__copy span{margin-top:4px;color:#6b7280;font-size:12.5px;line-height:17px;font-weight:500}.inc-review-summary-card{padding:22px}.inc-review-summary-card span{gap:7px;font-size:11px;line-height:14px;font-weight:700;letter-spacing:.1em}.inc-review-summary-card span svg{width:14px;height:14px}.inc-review-summary-card strong{margin-top:17px;font-family:DM Sans,sans-serif;font-size:24px;line-height:30px;font-weight:700;letter-spacing:0}.inc-review-section{margin-top:28px}.inc-review-section__title{gap:10px;margin-bottom:12px}.inc-review-section__title span{width:34px;height:34px;background:#eef2f7}.inc-review-section__title span svg{width:16px;height:16px}.inc-review-section__title h2{color:#111827;font-size:16px;line-height:22px;font-weight:700;letter-spacing:0}.inc-review-narrative{padding:22px 24px 20px;border-radius:14px;border-left:3px solid #6b7280}.inc-review-narrative p{color:#374151;font-size:16px;line-height:26px;font-weight:500}.inc-review-narrative__meta{gap:9px;margin-top:18px;color:#6b7280;font-size:12px;line-height:16px;font-weight:500}.inc-review-narrative__meta svg{width:13px;height:13px}.inc-review-form{gap:16px}.inc-review-form__grid{gap:18px}.inc-review-form__stack,.inc-review-form__secondary{gap:14px}.inc-review-form__field label{margin-bottom:7px;color:#6b7280;font-size:10.5px;line-height:14px;font-weight:700;letter-spacing:.08em}.inc-review-form__field textarea,.inc-review-form__field input,.inc-review-form__select-wrap{border-radius:14px}.inc-review-form__field textarea,.inc-review-form__field input,.inc-review-form__select-wrap select{color:#374151;font-family:DM Sans,sans-serif;font-size:13px;line-height:18px;font-weight:500}.inc-review-form__field textarea,.inc-review-form__field input{padding:14px 16px}.inc-review-form__field textarea{min-height:162px}.inc-review-form__select-wrap{min-height:48px;padding-right:14px}.inc-review-form__select-wrap select{padding:14px 0 14px 16px}.inc-review-form__select-wrap svg{width:14px;height:14px}.inc-review-toggle-card{border-radius:14px;padding:13px 16px}.inc-review-toggle-card label,.inc-review-checklist__toggle{gap:10px}.inc-review-toggle-card input[type=checkbox],.inc-review-checklist__toggle input[type=checkbox]{width:16px;height:16px}.inc-review-toggle-card span,.inc-review-checklist__toggle span{color:#111827;font-size:13.5px;line-height:18px;font-weight:600}.inc-review-checklist{border-radius:14px;padding:16px}.inc-review-checklist__head h3{color:#111827;font-size:15px;line-height:20px;font-weight:700}.inc-review-checklist__head p{margin-top:4px;color:#6b7280;font-size:12px;line-height:17px;font-weight:400}.inc-review-checklist__list{gap:8px;margin-top:12px}.inc-review-checklist__row{grid-template-columns:minmax(220px,1fr) 210px minmax(180px,1fr);gap:10px;padding:10px;border-radius:14px}.inc-review-checklist__toggle em{min-height:20px;padding:0 8px;font-size:9.5px;line-height:13px;font-weight:700}.inc-review-checklist__row input[type=datetime-local],.inc-review-checklist__row input[type=text]{min-height:38px;border-radius:12px;font-size:12.5px;line-height:16px}.inc-review-form__actions{gap:18px;padding-top:0}.inc-review-form__cancel{color:#4b5563;font-size:13px;line-height:18px;font-weight:600}.inc-review-form__submit{min-width:180px;min-height:44px;padding:0 22px;border-radius:22px;font-family:DM Sans,sans-serif;font-size:13px;line-height:18px;font-weight:700;box-shadow:none}@media(max-width:1279px){.inc-review-modal{width:100%}.inc-review-modal__summary,.inc-review-form__grid,.inc-review-checklist__row{grid-template-columns:minmax(0,1fr)}}@media(max-width:767px){body:has(.inc-review-modal-page) .cb-main-content{padding-right:16px;padding-left:16px}.inc-review-modal-page{padding-top:12px}.inc-review-modal{padding:18px;border-radius:14px}.inc-review-modal__head{align-items:flex-start}.inc-review-modal__head h1{font-size:26px;line-height:32px}.inc-review-narrative p{font-size:14px;line-height:22px}.inc-review-form__actions{flex-direction:column;align-items:stretch}}.care-notes-ref{--cn-bg: #f4f6f8;--cn-surface: #ffffff;--cn-border: #e8eaed;--cn-dark: #111827;--cn-body: #374151;--cn-muted: #6b7280;--cn-hint: #9ca3af;--cn-teal: #0d9488;--cn-teal-bg: #f0fdfa;--cn-teal-dark: #0f766e;--cn-green: #16a34a;--cn-green-bg: #f0fdf4;--cn-amber: #d97706;--cn-amber-bg: #fffbeb;--cn-red: #dc2626;--cn-red-bg: #fef2f2;--cn-blue: #2563eb;--cn-blue-bg: #eff6ff;--cn-purple: #7c3aed;--cn-purple-bg: #f5f3ff;--cn-radius: 14px;--cn-radius-sm: 9px;min-height:calc(100vh - 56px);background:var(--cn-bg);color:var(--cn-dark);font-family:DM Sans,sans-serif;-webkit-font-smoothing:antialiased}.care-notes-ref .cn-form-wrap{padding:16px 28px 80px}.care-notes-ref .cn-form-card{width:100%;overflow:hidden;border:1px solid var(--cn-border);border-radius:var(--cn-radius);background:var(--cn-surface)}.care-notes-ref .cn-form-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:16px 20px;border-bottom:1px solid var(--cn-border)}.care-notes-ref .cn-form-title{margin:0;color:var(--cn-dark);font-size:22px;font-weight:700;line-height:28px}.care-notes-ref .cn-form-sub{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin:3px 0 0;color:var(--cn-muted);font-size:13px;line-height:18px}.care-notes-ref .cn-draft-text{color:var(--cn-teal);font-weight:700}.care-notes-ref .btn-close-circle{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:30px;height:30px;border:1px solid var(--cn-border);border-radius:999px;background:var(--cn-bg);color:var(--cn-hint)}.care-notes-ref .btn-close-circle svg{width:13px;height:13px;stroke:currentColor;stroke-width:2;fill:none}.care-notes-ref .cn-section{padding:14px 20px;border-bottom:1px solid var(--cn-border)}.care-notes-ref .cn-section-label{display:flex;align-items:center;gap:6px;margin-bottom:10px;color:var(--cn-hint);font-size:10.5px;font-weight:700;letter-spacing:.08em;line-height:16px;text-transform:uppercase}.care-notes-ref .cn-section-label small{color:var(--cn-hint);font-size:10.5px;font-weight:600;letter-spacing:0;text-transform:none}.care-notes-ref .cn-section-num{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:17px;height:17px;border-radius:999px;background:var(--cn-teal);color:#fff;font-size:9px;font-weight:700}.care-notes-ref .yp-chip-row{display:flex;flex-wrap:wrap;gap:8px}.care-notes-ref .yp-chip{display:inline-flex;align-items:center;gap:7px;padding:5px 13px;border:1px solid var(--cn-border);border-radius:20px;background:var(--cn-surface);color:var(--cn-body);font-size:13px;font-weight:600;line-height:20px}.care-notes-ref .yp-chip:hover,.care-notes-ref .yp-chip.is-selected{border-color:var(--cn-teal);background:var(--cn-teal-bg);color:var(--cn-teal-dark)}.care-notes-ref .yp-chip-av{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#dbeafe;color:var(--cn-blue);font-size:9px;font-weight:700}.care-notes-ref .yp-chip.is-selected .yp-chip-av{background:var(--cn-teal);color:#fff}.care-notes-ref .cn-hidden-select{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.care-notes-ref .cn-meta-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.care-notes-ref .cn-meta-row--single{grid-template-columns:minmax(0,1fr);margin-top:10px}.care-notes-ref .cn-meta-label,.care-notes-ref .detail-field-label{display:block;margin-bottom:5px;color:var(--cn-hint);font-size:10.5px;font-weight:700;letter-spacing:.07em;line-height:14px;text-transform:uppercase}.care-notes-ref .cn-select,.care-notes-ref .detail-select{width:100%;min-height:38px;padding:9px 32px 9px 13px;border:1px solid var(--cn-border);border-radius:var(--cn-radius-sm);background-color:var(--cn-bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%239CA3AF' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;color:var(--cn-body);font-family:DM Sans,sans-serif;font-size:13px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.care-notes-ref .detail-select{min-height:34px;padding:7px 28px 7px 10px;background-color:var(--cn-surface);background-position:right 8px center;font-size:12.5px}.care-notes-ref .cn-select:focus,.care-notes-ref .detail-select:focus,.care-notes-ref .detail-input:focus,.care-notes-ref .obs-time-input:focus,.care-notes-ref .obs-note-input:focus{border-color:var(--cn-teal);box-shadow:0 0 0 3px #0d94881f}.care-notes-ref .detail-input{width:100%;min-height:38px;padding:8px 12px;border:1px solid var(--cn-border);border-radius:var(--cn-radius-sm);background:var(--cn-bg);color:var(--cn-body);font-family:DM Sans,sans-serif;font-size:13px;outline:none}.care-notes-ref .cat-chips{display:flex;flex-wrap:wrap;gap:6px}.care-notes-ref .cat-chip{display:inline-flex;align-items:center;min-height:32px;padding:6px 14px;border:1.5px solid var(--cn-border);border-radius:20px;background:var(--cn-surface);color:var(--cn-body);cursor:pointer;font-size:12.5px;font-weight:600;line-height:18px;transition:all .15s ease}.care-notes-ref .cat-chip:hover{border-color:var(--cn-teal);color:var(--cn-teal)}.care-notes-ref .cat-chip.selected[data-cat=positive]{border-color:#059669;background:#ecfdf5;color:#059669}.care-notes-ref .cat-chip.selected[data-cat=education]{border-color:#2563eb;background:#eff6ff;color:#2563eb}.care-notes-ref .cat-chip.selected[data-cat=health]{border-color:#16a34a;background:#f0fdf4;color:#16a34a}.care-notes-ref .cat-chip.selected[data-cat=emotional]{border-color:#d97706;background:#fff7ed;color:#d97706}.care-notes-ref .cat-chip.selected[data-cat=peers]{border-color:#7c3aed;background:#f5f3ff;color:#7c3aed}.care-notes-ref .cat-chip.selected[data-cat=family]{border-color:#0369a1;background:#f0f9ff;color:#0369a1}.care-notes-ref .cat-chip.selected[data-cat=behaviour]{border-color:#d97706;background:#fff7ed;color:#d97706}.care-notes-ref .cat-chip.selected[data-cat=daily]{border-color:#0369a1;background:#f0f9ff;color:#0369a1}.care-notes-ref .cat-chip.selected[data-cat=activities]{border-color:#059669;background:#ecfdf5;color:#059669}.care-notes-ref .cat-chip.selected[data-cat=professional],.care-notes-ref .cat-chip.selected[data-cat=sleep]{border-color:#7c3aed;background:#f5f3ff;color:#7c3aed}.care-notes-ref .cat-chip.selected[data-cat=keywork]{border-color:var(--cn-teal);background:var(--cn-teal-bg);color:var(--cn-teal-dark)}.care-notes-ref .cat-chip.selected[data-cat=safeguarding]{border-color:#dc2626;background:#fef2f2;color:#dc2626}.care-notes-ref .obs-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.care-notes-ref .obs-intro{margin-bottom:10px;padding:8px 12px;border:1px solid #99f6e4;border-radius:var(--cn-radius-sm);background:var(--cn-teal-bg);color:var(--cn-muted);font-size:12.5px;line-height:18px}.care-notes-ref .obs-intro strong{color:var(--cn-teal-dark)}.care-notes-ref .obs-list{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.care-notes-ref .obs-entry{padding:10px 12px;border:1px solid var(--cn-border);border-radius:var(--cn-radius-sm);background:var(--cn-bg)}.care-notes-ref .obs-top-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.care-notes-ref .obs-time-input{flex:0 0 84px;width:84px;padding:5px 8px;border:1px solid var(--cn-border);border-radius:8px;background:var(--cn-surface);color:var(--cn-dark);font-family:DM Sans,sans-serif;font-size:13px;font-weight:700;outline:none}.care-notes-ref .obs-chips-row{display:flex;align-items:center;flex:1 1 auto;gap:5px;overflow-x:auto;scrollbar-width:none}.care-notes-ref .obs-chips-row::-webkit-scrollbar{display:none}.care-notes-ref .obs-type-chip{flex:0 0 auto;padding:4px 10px;border:1px solid var(--cn-border);border-radius:20px;background:var(--cn-surface);color:var(--cn-muted);cursor:pointer;font-size:11.5px;font-weight:600;line-height:17px;white-space:nowrap}.care-notes-ref .obs-type-chip:hover{border-color:var(--cn-teal);color:var(--cn-teal)}.care-notes-ref .obs-type-chip.sel{border-color:var(--cn-teal);background:var(--cn-teal);color:#fff}.care-notes-ref .obs-type-chip.sel-amber{border-color:var(--cn-amber);background:var(--cn-amber);color:#fff}.care-notes-ref .obs-type-chip.sel-red{border-color:var(--cn-red);background:var(--cn-red);color:#fff}.care-notes-ref .obs-type-chip.sel-blue{border-color:var(--cn-blue);background:var(--cn-blue);color:#fff}.care-notes-ref .obs-type-chip.sel-purple{border-color:var(--cn-purple);background:var(--cn-purple);color:#fff}.care-notes-ref .obs-type-chip.sel-pink{border-color:#db2777;background:#db2777;color:#fff}.care-notes-ref .obs-note-input{width:100%;min-height:56px;resize:vertical;padding:8px 12px;border:1px solid var(--cn-border);border-radius:var(--cn-radius-sm);background:var(--cn-surface);color:var(--cn-body);font-family:DM Sans,sans-serif;font-size:13px;line-height:20px;outline:none}.care-notes-ref .obs-delete{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:24px;height:24px;border:1px solid var(--cn-border);border-radius:6px;background:transparent;color:var(--cn-hint)}.care-notes-ref .obs-delete:hover{border-color:var(--cn-red);background:var(--cn-red-bg);color:var(--cn-red)}.care-notes-ref .obs-delete svg{width:10px;height:10px;stroke:currentColor;stroke-width:2;fill:none}.care-notes-ref .btn-add-obs{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;border:1.5px dashed var(--cn-teal);border-radius:var(--cn-radius-sm);background:var(--cn-teal-bg);color:var(--cn-teal);font-size:13px;font-weight:700}.care-notes-ref .btn-add-obs svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none}.care-notes-ref .quicklog-section{margin-top:8px}.care-notes-ref .quicklog-label{margin-bottom:8px;color:var(--cn-hint);font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.care-notes-ref .quicklog-row{display:flex;flex-wrap:wrap;gap:6px}.care-notes-ref .ql-chip{padding:5px 12px;border:1px solid var(--cn-border);border-radius:20px;background:var(--cn-surface);color:var(--cn-body);font-size:12px;font-weight:600}.care-notes-ref .ql-chip:hover{border-color:var(--cn-teal);color:var(--cn-teal)}.care-notes-ref .cn-risk-panel{margin:12px 20px 0;padding:12px 16px;border:1px solid #fecaca;border-radius:var(--cn-radius-sm);background:snow;color:#b91c1c;font-size:13px;line-height:20px}.care-notes-ref .cn-risk-panel strong{display:block;margin-bottom:2px}.care-notes-ref .details-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.care-notes-ref .detail-card{padding:12px;border:1px solid var(--cn-border);border-radius:var(--cn-radius-sm);background:var(--cn-bg)}.care-notes-ref .detail-card-title{margin:0 0 10px;color:var(--cn-dark);font-size:12px;font-weight:700;line-height:18px}.care-notes-ref .detail-field{margin-bottom:8px}.care-notes-ref .detail-field:last-child{margin-bottom:0}.care-notes-ref .mood-row{display:flex;flex-wrap:wrap;gap:6px}.care-notes-ref .mood-btn{padding:6px 13px;border:1.5px solid var(--cn-border);border-radius:20px;background:var(--cn-surface);color:var(--cn-body);font-size:12px;font-weight:600}.care-notes-ref .mood-btn:hover,.care-notes-ref .mood-btn.sel-mood{border-color:var(--cn-teal);background:var(--cn-teal-bg);color:var(--cn-teal-dark)}.care-notes-ref .cn-attachments-field{margin-top:12px}.care-notes-ref .detail-file{width:100%;padding:9px 12px;border:1px solid var(--cn-border);border-radius:var(--cn-radius-sm);background:var(--cn-surface);color:var(--cn-body);font-size:13px}.care-notes-ref .draft-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 20px;border-top:1px solid var(--cn-border);color:var(--cn-muted);font-size:12px}.care-notes-ref .draft-dot{display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:#10b981;vertical-align:middle}.care-notes-ref .cn-form-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-top:1px solid var(--cn-border);background:var(--cn-surface)}.care-notes-ref .btn-save-draft,.care-notes-ref .btn-submit-note{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border-radius:999px;font-size:13px;font-weight:700;line-height:18px}.care-notes-ref .btn-save-draft{min-width:110px;padding:9px 22px;border:0;background:#e6f2f5;color:var(--cn-muted)}.care-notes-ref .btn-submit-note{min-width:240px;padding:9px 26px;border:0;background:#111827;color:#fff}.care-notes-ref .btn-submit-note:hover{background:#0b1220}@media(max-width:1023px){.care-notes-ref .cn-meta-row,.care-notes-ref .details-grid{grid-template-columns:minmax(0,1fr)}.care-notes-ref .cn-form-wrap{padding:14px 16px 80px}.care-notes-ref .obs-top-row{align-items:flex-start;flex-wrap:wrap}.care-notes-ref .obs-chips-row{order:3;flex-basis:100%}}@media(max-width:767px){.care-notes-ref .cn-form-header,.care-notes-ref .draft-bar,.care-notes-ref .cn-form-footer{align-items:flex-start;flex-direction:column}.care-notes-ref .btn-save-draft,.care-notes-ref .btn-submit-note{width:100%}}body:has(.care-notes-ref){background:#f4f6f8}body:has(.care-notes-ref) .cb-main-content{padding:56px 0 0 220px;background:#f4f6f8}body:has(.care-notes-ref) .cb-navbar{height:56px;border-bottom:1px solid #e8eaed;background:#fff;box-shadow:none}body:has(.care-notes-ref) .cb-navbar-bg{height:56px;background:#fff;box-shadow:none}body:has(.care-notes-ref) .cb-sidebar-brand{height:72px;border-bottom:1px solid #e8eaed}body:has(.care-notes-ref) .cb-brand-mark{width:32px;height:32px;background:#0d9488;color:#fff;font-size:12px;font-weight:700}body:has(.care-notes-ref) .cb-brand-name{color:#111827;font-size:14px;font-weight:700}body:has(.care-notes-ref) .cb-menu-header{padding:8px 20px 4px;color:#9ca3af;font-size:10px;font-weight:600;letter-spacing:.08em}body:has(.care-notes-ref) .cb-sidebar-user{border-top:1px solid #e8eaed;background:#fff}.cn-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:0;padding:14px 28px 0;color:var(--cn-hint);font-size:12.5px;font-weight:500}.cn-breadcrumb a,.cn-breadcrumb span{color:var(--cn-hint)}.cn-breadcrumb strong{color:var(--cn-body);font-weight:500}.cn-list-content{padding:20px 28px 80px}.cn-list-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.care-notes-ref .page-title{margin:0;color:var(--cn-dark);font-size:22px;line-height:28px;font-weight:700;letter-spacing:-.02em}.care-notes-ref .page-sub{margin:3px 0 0;color:var(--cn-muted);font-size:13px;line-height:18px;font-weight:400}.care-notes-ref .btn-teal-pill{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;padding:9px 18px;border-radius:20px;border:0;background:var(--cn-teal);color:#fff;font-size:13px;line-height:18px;font-weight:600;white-space:nowrap}.care-notes-ref .btn-teal-pill:hover{color:#fff;opacity:.88}.care-notes-ref .filter-panel{margin-bottom:20px;padding:18px 20px;border:1px solid var(--cn-border);border-radius:var(--cn-radius);background:var(--cn-surface)}.care-notes-ref .filter-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr 1.2fr 1.2fr;gap:12px;margin-bottom:12px}.care-notes-ref .filter-grid2{display:grid;grid-template-columns:1fr 1fr auto auto;gap:12px;align-items:end}.care-notes-ref .f-label{display:block;margin-bottom:5px;color:var(--cn-hint);font-size:10px;line-height:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.care-notes-ref .f-input{width:100%;height:38px;border:1px solid var(--cn-border);border-radius:var(--cn-radius-sm);background:var(--cn-bg);padding:9px 13px;color:var(--cn-body);font-family:DM Sans,sans-serif;font-size:13px;line-height:18px;outline:none}.care-notes-ref .f-input::-moz-placeholder{color:var(--cn-hint)}.care-notes-ref .f-input::placeholder{color:var(--cn-hint)}.care-notes-ref .f-input:focus{border-color:var(--cn-teal);box-shadow:none}.care-notes-ref select.f-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%239CA3AF' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:28px}.care-notes-ref .date-range-field--to{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:end}.care-notes-ref .date-range-field--to span{display:inline-flex;height:38px;align-items:center;color:var(--cn-hint);font-size:13px}.care-notes-ref .btn-reset{display:inline-flex;height:38px;align-items:center;justify-content:center;border:0;background:transparent;color:var(--cn-muted);font-family:DM Sans,sans-serif;font-size:13px;font-weight:400}.care-notes-ref .btn-apply-filter{display:inline-flex;height:38px;align-items:center;justify-content:center;padding:9px 22px;border:0;border-radius:20px;background:var(--cn-dark);color:#fff;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600}.care-notes-ref .timeline{position:relative;padding-left:16px}.care-notes-ref .timeline:before{content:"";position:absolute;top:0;bottom:0;left:0;width:2px;border-radius:2px;background:var(--cn-border)}.care-notes-ref .shift-divider{display:flex;align-items:center;gap:10px;margin:18px 0 14px}.care-notes-ref .sd-label{color:var(--cn-hint);font-size:11px;line-height:15px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.care-notes-ref .sd-line{flex:1;height:1px;background:var(--cn-border)}.care-notes-ref .sd-chip{padding:3px 10px;border:1px solid var(--cn-border);border-radius:20px;background:var(--cn-surface);color:var(--cn-muted);font-size:11px;line-height:15px;font-weight:600;white-space:nowrap}.care-notes-ref .tl-entry{position:relative;margin-bottom:14px}.care-notes-ref .tl-dot{position:absolute;left:-20px;top:20px;width:10px;height:10px;border:2px solid var(--cn-surface);border-radius:50%}.care-notes-ref .tl-dot--teal{background:var(--cn-teal);box-shadow:0 0 0 2px var(--cn-teal)}.care-notes-ref .tl-dot--amber{background:var(--cn-amber);box-shadow:0 0 0 2px var(--cn-amber)}.care-notes-ref .tl-dot--green{background:var(--cn-green);box-shadow:0 0 0 2px var(--cn-green)}.care-notes-ref .tl-dot--blue{background:var(--cn-blue);box-shadow:0 0 0 2px var(--cn-blue)}.care-notes-ref .tl-dot--purple{background:var(--cn-purple);box-shadow:0 0 0 2px var(--cn-purple)}.care-notes-ref .tl-dot--orange{background:var(--cn-amber);box-shadow:0 0 0 2px var(--cn-amber)}.care-notes-ref .tl-dot--red{background:var(--cn-red);box-shadow:0 0 0 2px var(--cn-red)}.care-notes-ref .tl-card{display:block;padding:18px 20px;border:1px solid var(--cn-border);border-radius:var(--cn-radius);background:var(--cn-surface);color:var(--cn-body);cursor:pointer;transition:border-color .15s,box-shadow .15s}.care-notes-ref .tl-card:hover{border-color:var(--cn-teal);color:var(--cn-body);box-shadow:0 2px 12px #0d94881a}.care-notes-ref .tl-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:10px}.care-notes-ref .tl-author-row{display:flex;align-items:center;gap:10px;min-width:0}.care-notes-ref .tl-av{display:inline-flex;width:34px;height:34px;flex-shrink:0;align-items:center;justify-content:center;border-radius:50%;background:var(--cn-teal);color:#fff;font-size:11px;font-weight:700}.care-notes-ref .tl-name{display:block;color:var(--cn-dark);font-size:15px;line-height:20px;font-weight:700}.care-notes-ref .tl-meta{display:flex;align-items:center;gap:6px;margin-top:1px;color:var(--cn-muted);font-size:12px;line-height:16px}.care-notes-ref .tl-meta-dot{width:3px;height:3px;border-radius:50%;background:var(--cn-hint)}.care-notes-ref .tl-badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.care-notes-ref .badge-reviewed,.care-notes-ref .badge-draft,.care-notes-ref .badge-cat{display:inline-flex;align-items:center;justify-content:center;border-radius:20px;white-space:nowrap}.care-notes-ref .badge-reviewed,.care-notes-ref .badge-draft{padding:3px 10px;font-size:10.5px;line-height:15px;font-weight:700;text-transform:uppercase}.care-notes-ref .badge-reviewed{border:1px solid #99f6e4;background:var(--cn-teal-bg);color:var(--cn-teal-dark)}.care-notes-ref .badge-draft{border:1px solid #fde68a;background:var(--cn-amber-bg);color:var(--cn-amber)}.care-notes-ref .badge-cat{padding:3px 9px;font-size:11px;line-height:15px;font-weight:500}.care-notes-ref .cat-positive{background:#ecfdf5;color:#059669}.care-notes-ref .cat-education{background:#eff6ff;color:#2563eb}.care-notes-ref .cat-behaviour{background:#fff7ed;color:#d97706}.care-notes-ref .cat-health{background:#f0fdf4;color:#16a34a}.care-notes-ref .cat-safeguarding{background:#fef2f2;color:#dc2626}.care-notes-ref .cat-sleep{background:#f5f3ff;color:#7c3aed}.care-notes-ref .cat-daily{background:#f0f9ff;color:#0369a1}.care-notes-ref .cat-neutral{background:#f3f4f6;color:#6b7280}.care-notes-ref .tl-excerpt{display:-webkit-box;margin:0 0 14px;overflow:hidden;color:var(--cn-body);font-size:13px;line-height:1.6;font-weight:400;-webkit-box-orient:vertical;-webkit-line-clamp:2}.care-notes-ref .tl-footer{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.care-notes-ref .tl-stat{display:flex;align-items:center;gap:6px;color:var(--cn-muted);font-size:12px}.care-notes-ref .tl-stat svg{width:13px;height:13px;flex-shrink:0;fill:none;stroke:var(--cn-hint);stroke-width:1.4}.care-notes-ref .tl-stat-label{display:block;margin-bottom:1px;color:var(--cn-hint);font-size:10px;line-height:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.care-notes-ref .tl-stat-val{display:block;color:var(--cn-dark);font-size:12.5px;line-height:16px;font-weight:600}.care-notes-ref .cn-empty{padding:28px;border:1px dashed var(--cn-border);border-radius:var(--cn-radius);background:var(--cn-surface);color:var(--cn-muted);font-size:13px;text-align:center}.care-notes-ref .cn-pagination{margin-top:18px}body:has(.care-notes-ref) .fixed.bottom-24,body:has(.care-notes-ref) .fixed.md\:bottom-6{right:28px;bottom:24px}body:has(.care-notes-ref) .fixed.bottom-24>button,body:has(.care-notes-ref) .fixed.md\:bottom-6>button{width:54px;height:54px;background:#0d9488;box-shadow:0 12px 28px #0d948847}@media(max-width:1279px){.care-notes-ref .filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1023px){body:has(.care-notes-ref) .cb-main-content{padding-left:0}.care-notes-ref .filter-grid,.care-notes-ref .filter-grid2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.cn-breadcrumb,.cn-list-content{padding-right:16px;padding-left:16px}.cn-list-header,.care-notes-ref .tl-card-top{flex-direction:column;align-items:stretch}.care-notes-ref .filter-grid,.care-notes-ref .filter-grid2,.care-notes-ref .date-range-field--to{grid-template-columns:minmax(0,1fr)}.care-notes-ref .date-range-field--to span{height:auto}.care-notes-ref .tl-badges{justify-content:flex-start}.care-notes-ref .tl-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}.care-notes-page{max-width:1180px;padding:4px 0 36px}.care-notes-page__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.care-notes-page__hero h1{margin:0;color:#2b333d;font-size:30px;line-height:34px;font-weight:800;letter-spacing:-.03em}.care-notes-page__hero p{margin:8px 0 0;color:#6f7883;font-size:14px;line-height:20px;font-weight:500}.care-notes-page__primary-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 22px;border-radius:999px;background:#0d7c59;color:#fff;font-size:14px;line-height:18px;font-weight:800;box-shadow:0 20px 38px #0d7c592e}.care-notes-page__primary-action:hover{background:#0b6b4d;color:#fff}.care-notes-filters{border:1px solid #e7ecf2;border-radius:28px;background:#fff;box-shadow:0 24px 55px #8592a621;padding:22px 22px 18px}.care-notes-filters__grid{display:grid;grid-template-columns:1.2fr .78fr .78fr 1fr 1fr;gap:16px;align-items:end}.care-notes-filters__field label,.care-notes-filters__subfield label{display:block;margin-bottom:8px;color:#a4adb7;font-size:10px;line-height:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.care-notes-filters__input,.care-notes-filters__select{width:100%;min-height:42px;border:1px solid #edf2f6;border-radius:999px;background:#f6f9fb;padding:0 16px;color:#37404a;font-size:13px;line-height:18px;font-weight:500}.care-notes-filters__input::-moz-placeholder{color:#aeb7c1}.care-notes-filters__input::placeholder{color:#aeb7c1}.care-notes-filters__input:focus,.care-notes-filters__select:focus{outline:none;border-color:#d5dde6;background:#fff;box-shadow:0 0 0 3px #d4dee870}.care-notes-filters__search{position:relative}.care-notes-filters__search svg{position:absolute;left:14px;top:50%;width:14px;height:14px;color:#b4bdc6;transform:translateY(-50%);pointer-events:none}.care-notes-filters__search .care-notes-filters__input{padding-left:36px}.care-notes-filters__date-range{display:grid;grid-template-columns:minmax(0,1fr) 20px minmax(0,1fr);gap:8px;align-items:end}.care-notes-filters__date-separator{display:inline-flex;align-items:center;justify-content:center;min-height:42px;color:#b0b7bf;font-size:12px;font-weight:700}.care-notes-filters__foot{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px}.care-notes-filters__chips{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.care-notes-filters__actions{display:flex;align-items:center;gap:16px}.care-notes-filters__chip{min-width:132px}.care-notes-filters__reset{color:#7d8590;font-size:13px;line-height:18px;font-weight:600}.care-notes-filters__submit{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 22px;border-radius:999px;background:#64666d;color:#fff;font-size:13px;line-height:18px;font-weight:800;box-shadow:0 16px 30px #494c5426}.care-notes-filters__submit:hover{background:#575961}.care-notes-timeline{position:relative;margin-top:28px;padding-left:28px;display:flex;flex-direction:column;gap:22px}.care-notes-timeline:before{content:"";position:absolute;left:7px;top:10px;bottom:10px;width:2px;background:linear-gradient(180deg,#dff4ea,#edf2f8,#ebeff6)}.care-notes-entry{position:relative}.care-notes-entry__dot{position:absolute;left:-28px;top:19px;width:10px;height:10px;border-radius:50%;border:2px solid #ffffff;box-shadow:0 0 0 1px #e2e9f1f2}.care-notes-entry__dot--success{background:#6ae1b4}.care-notes-entry__dot--danger{background:#ff8da0}.care-notes-entry__dot--info{background:#bfd3ff}.care-notes-entry__card{display:block;border:1px solid #e7ecf2;border-radius:28px;background:#fff;box-shadow:0 24px 56px #8592a621;padding:18px 18px 16px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.care-notes-entry__card:hover{transform:translateY(-1px);border-color:#dbe3eb;box-shadow:0 28px 62px #8592a629;color:inherit}.care-notes-entry__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.care-notes-entry__identity{display:flex;align-items:center;gap:12px;min-width:0}.care-notes-entry__avatar{width:38px;height:38px;border-radius:50%;overflow:hidden;background:#f3f6fa;box-shadow:inset 0 0 0 1px #dce4ec;flex-shrink:0}.care-notes-entry__avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.care-notes-entry__avatar--initials{display:inline-flex;align-items:center;justify-content:center;color:#5d6772;font-size:13px;line-height:1;font-weight:800}.care-notes-entry__title{margin:0;color:#303844;font-size:27px;line-height:30px;font-weight:700;letter-spacing:-.02em}.care-notes-entry__meta{margin-top:5px;color:#6f7884;font-size:12px;line-height:17px;font-weight:500}.care-notes-entry__meta span+span:before{content:"•";margin:0 7px;color:#c0c7cf}.care-notes-entry__head-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.care-notes-entry__review{display:inline-flex;align-items:center;justify-content:center;min-height:27px;padding:0 12px;border-radius:999px;font-size:10px;line-height:14px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.care-notes-entry__review--reviewed{background:#d9ffe8;color:#0a935c}.care-notes-entry__review--pending{background:#eef1f5;color:#8d98a4}.care-notes-entry__tags{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.care-notes-entry__tag{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 11px;border-radius:999px;font-size:10px;line-height:14px;font-weight:700}.care-notes-entry__tag--positive{background:#e0f9e7;color:#14a15d}.care-notes-entry__tag--attention{background:#fff0dc;color:#d68a2d}.care-notes-entry__tag--education{background:#efe7ff;color:#8a5de6}.care-notes-entry__tag--neutral{background:#f1f4f7;color:#8b93a0}.care-notes-entry__body{margin:18px 0 0;color:#454e59;font-size:14px;line-height:33px;font-weight:500}.care-notes-entry__footer{margin-top:18px;padding-top:16px;border-top:1px solid #edf1f5;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.care-notes-entry__metric{display:flex;align-items:center;gap:10px;min-width:0}.care-notes-entry__metric-icon{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#f3f5f8;color:#9fa8b3;flex-shrink:0}.care-notes-entry__metric-icon svg{width:14px;height:14px}.care-notes-entry__metric-copy{min-width:0}.care-notes-entry__metric-copy span{display:block;color:#b0b8c0;font-size:9px;line-height:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.care-notes-entry__metric-copy strong{display:block;margin-top:2px;color:#3d4751;font-size:13px;line-height:17px;font-weight:600}.care-notes-empty{margin-top:28px;border:1px dashed #dbe3eb;border-radius:28px;background:#fff;padding:34px 26px;color:#7a8490;text-align:center;box-shadow:0 22px 48px #8592a61a}.care-notes-pagination{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:28px}.care-notes-pagination__link,.care-notes-pagination__current,.care-notes-pagination__dots{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:13px;line-height:18px;font-weight:700}.care-notes-pagination__link{border:1px solid #e4e9ef;background:#fff;color:#8b94a0}.care-notes-pagination__current{background:#666970;color:#fff;box-shadow:0 12px 20px #60646c24}.care-notes-pagination__dots{color:#c1c8d0}.care-notes-pagination__nav svg{width:14px;height:14px}.care-note-compose-page{position:relative;min-height:calc(100vh - 96px);padding:28px 0 42px;display:flex;align-items:center;justify-content:center}.care-note-compose-page__veil{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:28px;background:radial-gradient(circle at 14% 10%,rgba(229,234,241,.8),transparent 30%),radial-gradient(circle at 82% 16%,rgba(239,243,247,.86),transparent 26%),linear-gradient(180deg,#fafbfde6,#f6f8fbf5);filter:blur(.2px)}.care-note-compose{position:relative;z-index:1;width:min(100%,860px);border:1px solid #e7ecf2;border-radius:28px;background:#fffffff5;box-shadow:0 30px 80px #57606f38;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:28px 24px 22px}.care-note-compose__close{position:absolute;top:24px;right:22px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#eef2f5;color:#7f8791}.care-note-compose__close svg{width:15px;height:15px}.care-note-compose__header{padding-right:52px}.care-note-compose__header h1{margin:0;color:#40454d;font-size:21px;line-height:26px;font-weight:800;letter-spacing:-.02em}.care-note-compose__header p{margin:4px 0 0;color:#7c8590;font-size:12px;line-height:17px;font-weight:500}.care-note-compose__header p span{margin:0 4px}.care-note-compose__form{display:flex;flex-direction:column;gap:20px;margin-top:16px}.care-note-compose__section{display:flex;flex-direction:column;gap:10px}.care-note-compose__label{color:#a2aab4;font-size:9px;line-height:12px;font-weight:800;text-transform:uppercase;letter-spacing:.14em}.care-note-compose__label--compact{margin-bottom:4px}.care-note-compose__resident-row,.care-note-compose__category-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.care-note-compose__resident-pill,.care-note-compose__resident-more,.care-note-compose__category-pill{border-radius:999px;min-height:30px;transition:all .16s ease}.care-note-compose__resident-pill{display:inline-flex;align-items:center;gap:7px;padding:0 10px 0 6px;background:#eef3ff;color:#5a6572;font-size:12px;line-height:16px;font-weight:600}.care-note-compose__resident-pill.is-active{background:#dfeaff;color:#1f64d5}.care-note-compose__resident-avatar{width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 1px #d4dce6;display:inline-flex;align-items:center;justify-content:center;font-size:10px;line-height:1;font-weight:800}.care-note-compose__resident-more{width:30px;justify-content:center;background:transparent;color:#9fa8b2;border:1px dashed #c8d1da;display:inline-flex;align-items:center}.care-note-compose__resident-more span{font-size:18px;line-height:1}.care-note-compose__category-pill{display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border:1px solid transparent;cursor:pointer;font-size:10px;line-height:14px;font-weight:800;letter-spacing:.04em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.care-note-compose__category-pill--positive,.care-note-compose__category-pill--positive.is-active{background:#dbffe7;color:#0b9a56}.care-note-compose__category-pill--attention,.care-note-compose__category-pill--attention.is-active{background:#ffe8d6;color:#d58a2f}.care-note-compose__category-pill--medical,.care-note-compose__category-pill--medical.is-active{background:#eceff3;color:#6a7380}.care-note-compose__category-pill--education,.care-note-compose__category-pill--education.is-active{background:#ece7ff;color:#7252dc}.care-note-compose__category-pill--neutral,.care-note-compose__category-pill--neutral.is-active{background:#eff3f6;color:#707987}.care-note-compose__category-pill:not(.is-active){opacity:.55;filter:saturate(.55)}.care-note-compose__category-pill.is-active{opacity:1;filter:none;border-color:currentColor;box-shadow:inset 0 0 0 1px currentColor}.care-note-compose__category-pill:focus-within{outline:2px solid rgba(13,148,136,.28);outline-offset:2px}.care-note-compose__textarea,.care-note-compose__input,.care-note-compose__select{width:100%;border:1px solid #edf2f6;background:#f4f7fb;color:#3a424d;font-size:13px;line-height:18px;font-weight:500}.care-note-compose__textarea,.care-note-compose__input{padding:14px 16px}.care-note-compose__textarea{min-height:132px;border-radius:20px;resize:vertical}.care-note-compose__textarea--compact{min-height:76px}.care-note-compose__input,.care-note-compose__select{min-height:42px;border-radius:999px}.care-note-compose__select{padding:0 40px 0 38px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#9ca5b0 50%),linear-gradient(135deg,#9ca5b0 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% - 2px),calc(100% - 12px) calc(50% - 2px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}.care-note-compose__textarea::-moz-placeholder,.care-note-compose__input::-moz-placeholder{color:#b3bcc6}.care-note-compose__textarea::placeholder,.care-note-compose__input::placeholder{color:#b3bcc6}.care-note-compose__textarea:focus,.care-note-compose__input:focus,.care-note-compose__select:focus{outline:none;background-color:#fff;border-color:#d3dbe4;box-shadow:0 0 0 3px #d2dce56b}.care-note-compose__status-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px;color:#9ca5b0;font-size:10px;line-height:14px;font-weight:600}.care-note-compose__status-left{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.care-note-compose__status-dot{width:6px;height:6px;border-radius:50%;background:#009266}.care-note-compose__risk{border:1px solid rgba(216,104,122,.18);border-radius:18px;background:linear-gradient(180deg,#fff7f8,#fffefe);padding:14px 16px}.care-note-compose__risk strong{display:block;color:#5b2f38;font-size:12px;line-height:16px;font-weight:800}.care-note-compose__risk p{margin:4px 0 0;color:#8b5a67;font-size:12px;line-height:18px;font-weight:500}.care-note-compose__meta-grid,.care-note-compose__expanded-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.care-note-compose__meta-field{min-width:0}.care-note-compose__meta-field--full{grid-column:1 / -1}.care-note-compose__select-wrap{position:relative}.care-note-compose__select-wrap svg{position:absolute;left:14px;top:50%;width:14px;height:14px;color:#9fa8b2;transform:translateY(-50%);pointer-events:none}.care-note-compose__meta-toggle{padding-top:2px}.care-note-compose__meta-toggle-button{display:inline-flex;align-items:center;gap:10px;color:#727b87;font-size:12px;line-height:16px;font-weight:700}.care-note-compose__meta-toggle-button span{display:inline-flex;align-items:center;transition:transform .16s ease}.care-note-compose__meta-toggle-button span.is-open{transform:rotate(180deg)}.care-note-compose__expanded{display:flex;flex-direction:column;gap:14px}.care-note-compose__detail-card{border:1px solid #e8edf2;border-radius:22px;background:#fbfcfe;padding:16px}.care-note-compose__detail-card h3{margin:0 0 12px;color:#4c545e;font-size:14px;line-height:18px;font-weight:800}.care-note-compose__file{display:block;width:100%;color:#66707a;font-size:12px}.care-note-compose__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px;padding-top:18px;border-top:1px solid #edf1f5}.care-note-compose__draft,.care-note-compose__submit{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:999px;font-size:13px;line-height:18px;font-weight:800}.care-note-compose__draft{flex:0 0 180px;background:#e5eef2;color:#4f5964}.care-note-compose__submit{flex:1 1 auto;gap:10px;background:#5d5a61;color:#fff;box-shadow:0 18px 34px #5c5a612e}.care-note-compose__submit svg{width:14px;height:14px}.care-note-compose__select--hidden{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}@media(max-width:1023px){.care-notes-filters__grid,.care-notes-entry__footer{grid-template-columns:repeat(2,minmax(0,1fr))}.care-note-compose{width:min(100%,760px)}}@media(max-width:767px){.care-notes-page__hero,.care-notes-filters__foot,.care-notes-entry__head{flex-direction:column;align-items:flex-start}.care-notes-filters__grid,.care-notes-entry__footer,.care-notes-filters__date-range{grid-template-columns:minmax(0,1fr)}.care-notes-filters__date-separator{min-height:auto;justify-content:flex-start;padding-left:4px}.care-notes-entry__head-right,.care-notes-entry__tags{align-items:flex-start;justify-content:flex-start}.care-notes-timeline{padding-left:20px}.care-notes-entry__dot{left:-20px}.care-note-compose-page{padding:16px 0 28px}.care-note-compose{padding:22px 16px 18px;border-radius:24px}.care-note-compose__meta-grid,.care-note-compose__expanded-grid{grid-template-columns:minmax(0,1fr)}.care-note-compose__footer{flex-direction:column;align-items:stretch}.care-note-compose__draft,.care-note-compose__submit{width:100%;flex:1 1 auto}}.cn-detail-content{padding:20px 28px 90px}.cn-detail-hero,.cn-detail-stats,.cn-observation-panel,.cn-info-card{border:1px solid var(--cn-border);border-radius:var(--cn-radius);background:var(--cn-surface);box-shadow:none}.cn-detail-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px 28px;margin-bottom:14px}.cn-detail-hero h1{margin:0;color:var(--cn-dark);font-size:22px;line-height:28px;font-weight:700;letter-spacing:-.02em}.cn-detail-hero p{margin:4px 0 0;color:var(--cn-muted);font-size:13px;line-height:18px;font-weight:500}.cn-detail-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.cn-btn{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:9px;font-family:DM Sans,sans-serif;font-size:13px;line-height:18px;font-weight:600;white-space:nowrap}.cn-btn--light{border:1px solid var(--cn-border);background:#fff;color:var(--cn-muted)}.cn-btn--teal{border:1px solid var(--cn-teal);background:var(--cn-teal);color:#fff}.cn-btn--dark{border:1px solid var(--cn-dark);background:var(--cn-dark);color:#fff}.cn-btn:hover{color:inherit;opacity:.9}.cn-btn--teal:hover,.cn-btn--dark:hover{color:#fff}.cn-detail-stats{display:grid;grid-template-columns:repeat(4,minmax(0,max-content)) minmax(220px,1fr);align-items:center;gap:0;min-height:66px;padding:0 18px;margin-bottom:16px}.cn-stat{display:flex;align-items:center;gap:10px;min-height:44px;padding:0 22px 0 8px;border-right:1px solid var(--cn-border)}.cn-stat span{display:block;color:var(--cn-hint);font-size:10px;line-height:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.cn-stat strong{display:block;margin-top:1px;color:var(--cn-dark);font-size:13.5px;line-height:18px;font-weight:700;white-space:nowrap}.cn-review-pill{justify-self:end;display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;font-size:12px;line-height:16px;font-weight:700;white-space:nowrap}.cn-review-pill.is-reviewed{border:1px solid #99f6e4;background:var(--cn-teal-bg);color:var(--cn-teal-dark)}.cn-review-pill.is-pending{border:1px solid #fde68a;background:var(--cn-amber-bg);color:var(--cn-amber)}.cn-category-strip{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:0 0 18px}.cn-category-strip .badge-cat{padding:5px 11px;font-size:11.5px;line-height:15px;font-weight:700}.cn-observation-panel{padding:22px 24px 28px;margin-bottom:18px}.cn-observation-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid var(--cn-border)}.cn-observation-head h2{margin:0;color:var(--cn-dark);font-size:16px;line-height:22px;font-weight:700}.cn-observation-head span{color:var(--cn-hint);font-size:12px;line-height:16px;font-weight:500}.cn-observation-timeline{position:relative;display:flex;flex-direction:column;gap:18px}.cn-observation-timeline:before{content:"";position:absolute;top:11px;bottom:11px;left:24px;width:2px;border-radius:2px;background:#0d948859}.cn-observation{position:relative;display:grid;grid-template-columns:82px minmax(0,1fr);gap:18px;align-items:start}.cn-observation time{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;color:var(--cn-teal-dark);font-size:13px;line-height:18px;font-weight:800}.cn-observation time:before{content:"";width:14px;height:14px;border:3px solid var(--cn-teal);border-radius:999px;background:#fff;box-shadow:inset 0 0 0 2px #0d94881f}.cn-observation-card{min-height:74px;padding:14px 16px;border:1px solid var(--cn-border);border-radius:10px;background:#fff}.cn-observation-card .badge-cat{margin-bottom:8px;padding:4px 9px;font-size:11px;line-height:14px;font-weight:700}.cn-observation-card p{margin:0;color:var(--cn-body);font-size:13.5px;line-height:22px;font-weight:500}.cn-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}.cn-info-card{padding:18px 20px}.cn-info-card h2{margin:0 0 12px;padding-bottom:11px;border-bottom:1px solid var(--cn-border);color:var(--cn-dark);font-size:15px;line-height:20px;font-weight:700}.cn-info-card dl,.cn-info-card p{margin:0}.cn-info-card dl div{display:flex;align-items:baseline;justify-content:space-between;gap:18px;padding:9px 0;border-bottom:1px solid var(--cn-border)}.cn-info-card dl div:last-child{border-bottom:0}.cn-info-card dt{color:var(--cn-hint);font-size:11px;line-height:15px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.cn-info-card dd{margin:0;color:var(--cn-dark);font-size:13.5px;line-height:18px;font-weight:700;text-align:right}.cn-info-card--attachments{margin-bottom:30px}.cn-info-card--attachments p{color:var(--cn-hint);font-size:13px;line-height:18px}.cn-attachment-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid var(--cn-border)}.cn-attachment-row:last-child{border-bottom:0}.cn-attachment-row strong{color:var(--cn-dark);font-size:13.5px;line-height:18px}.cn-attachment-row span{color:var(--cn-muted);font-size:12px;line-height:16px}@media(max-width:1279px){.cn-detail-stats,.cn-detail-grid{grid-template-columns:minmax(0,1fr)}.cn-stat{border-right:0;border-bottom:1px solid var(--cn-border);padding:12px 0}.cn-review-pill{justify-self:start;margin:12px 0}}@media(max-width:767px){.cn-detail-content{padding-right:16px;padding-left:16px}.cn-detail-hero,.cn-observation-head{flex-direction:column;align-items:flex-start}.cn-detail-actions{justify-content:flex-start}.cn-detail-stats{padding:0 16px}.cn-observation-panel{padding:18px 16px 22px}.cn-observation{grid-template-columns:minmax(0,1fr);gap:8px;padding-left:30px}.cn-observation-timeline:before{left:7px}.cn-observation time:before{position:absolute;left:-30px}.cn-attachment-row,.cn-info-card dl div{align-items:flex-start;flex-direction:column;gap:4px}.cn-info-card dd{text-align:left}}.cn-detail-ref .cn-detail-content{padding:20px 28px 90px}.cn-detail-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px;margin-bottom:16px;border:1px solid var(--cn-border);border-radius:var(--cn-radius);background:var(--cn-surface)}.cn-detail-title{margin:0;color:var(--cn-dark);font-size:22px;line-height:28px;font-weight:700;letter-spacing:-.02em}.cn-detail-sub{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:4px 0 0;color:var(--cn-muted);font-size:13px;line-height:18px;font-weight:500}.cn-detail-sub-dot{width:3px;height:3px;border-radius:50%;background:var(--cn-hint)}.cn-detail-ref .btn-action-sm{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border:1px solid var(--cn-border);border-radius:9px;background:#fff;color:var(--cn-muted);font-family:DM Sans,sans-serif;font-size:13px;line-height:18px;font-weight:600;white-space:nowrap}.cn-detail-ref .btn-action-sm:hover{color:var(--cn-body);border-color:#d9dee5}.cn-detail-ref .btn-action-teal{border-color:var(--cn-teal);background:var(--cn-teal);color:#fff}.cn-detail-ref .btn-action-teal:hover{color:#fff}.cn-detail-ref .btn-action-dark{border-color:var(--cn-dark);background:var(--cn-dark);color:#fff}.cn-detail-ref .btn-action-dark:hover{color:#fff}.cn-meta-strip{display:flex;align-items:center;gap:20px;flex-wrap:wrap;padding:14px 20px;margin-bottom:16px;border:1px solid var(--cn-border);border-radius:var(--cn-radius);background:var(--cn-surface)}.cn-meta-item{display:flex;align-items:center;gap:7px}.cn-meta-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;flex-shrink:0;border-radius:7px;background:var(--cn-bg)}.cn-meta-icon svg{width:13px;height:13px;stroke:var(--cn-hint);stroke-width:1.4;fill:none}.cn-meta-key{display:block;color:var(--cn-hint);font-size:10px;line-height:13px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.cn-meta-val{display:block;color:var(--cn-dark);font-size:13px;line-height:18px;font-weight:600}.cn-meta-divider{width:1px;height:32px;background:var(--cn-border)}.reviewed-strip{display:flex;align-items:center;gap:6px;margin-left:auto}.reviewed-badge-lg{display:inline-flex;align-items:center;min-height:28px;padding:5px 14px;border-radius:20px;font-size:12px;line-height:16px;font-weight:700;white-space:nowrap}.reviewed-badge-lg.is-reviewed{border:1px solid #99f6e4;background:var(--cn-teal-bg);color:var(--cn-teal-dark)}.reviewed-badge-lg.is-pending{border:1px solid #fde68a;background:var(--cn-amber-bg);color:var(--cn-amber)}.cat-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.cat-tags .badge-cat{padding:4px 10px;font-size:11px;line-height:15px;font-weight:700}.obs-panel{padding:20px 24px;margin-bottom:16px;border:1px solid var(--cn-border);border-radius:var(--cn-radius);background:var(--cn-surface)}.obs-panel__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;margin-bottom:16px;border-bottom:1px solid var(--cn-border)}.obs-panel__head h2{margin:0;color:var(--cn-dark);font-size:14px;line-height:20px;font-weight:700}.obs-panel__head span{color:var(--cn-hint);font-size:12px;line-height:16px;font-weight:400}.obs-timeline{position:relative;padding-left:20px;margin-bottom:0}.obs-timeline:before{content:"";position:absolute;left:5px;top:8px;bottom:8px;width:2px;border-radius:2px;background:linear-gradient(to bottom,var(--cn-teal),var(--cn-border))}.obs-tl-entry{position:relative;display:flex;gap:14px;margin-bottom:16px}.obs-tl-entry:last-child{margin-bottom:0}.obs-tl-dot{position:absolute;left:-18px;top:5px;width:12px;height:12px;flex-shrink:0;border:2px solid var(--cn-surface);border-radius:50%;background:var(--cn-teal);box-shadow:0 0 0 2px var(--cn-teal)}.obs-tl-dot--teal{background:var(--cn-teal);box-shadow:0 0 0 2px var(--cn-teal)}.obs-tl-dot--amber{background:var(--cn-amber);box-shadow:0 0 0 2px var(--cn-amber)}.obs-tl-dot--green{background:var(--cn-green);box-shadow:0 0 0 2px var(--cn-green)}.obs-tl-dot--blue{background:var(--cn-blue);box-shadow:0 0 0 2px var(--cn-blue)}.obs-tl-dot--purple{background:var(--cn-purple);box-shadow:0 0 0 2px var(--cn-purple)}.obs-tl-dot--red{background:var(--cn-red);box-shadow:0 0 0 2px var(--cn-red)}.obs-tl-time{min-width:52px;flex-shrink:0;padding-top:2px;color:var(--cn-teal-dark);font-size:13px;line-height:18px;font-weight:700}.obs-tl-body{flex:1;padding:12px 14px;border:1px solid var(--cn-border);border-radius:var(--cn-radius-sm);background:var(--cn-surface)}.obs-tl-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:6px}.obs-tl-type{display:inline-flex;align-items:center;gap:5px;padding:2px 9px;border-radius:20px;font-size:11px;line-height:15px;font-weight:700}.obs-tl-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.obs-tl-action{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 10px;border-radius:999px;font-family:DM Sans,sans-serif;font-size:11px;line-height:14px;font-weight:700;white-space:nowrap}.obs-tl-action--review{border:1px solid #99f6e4;background:var(--cn-teal-bg);color:var(--cn-teal-dark)}.obs-tl-action--edit{border:1px solid var(--cn-border);background:#fff;color:var(--cn-muted)}.obs-tl-action:hover{color:inherit;opacity:.88}.obs-tl-text{margin:0;color:var(--cn-body);font-size:13px;line-height:1.6;font-weight:400}.suppl-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:16px}.suppl-card{padding:16px 18px;border:1px solid var(--cn-border);border-radius:var(--cn-radius);background:var(--cn-surface)}.suppl-card-title{margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid var(--cn-border);color:var(--cn-dark);font-size:13px;line-height:18px;font-weight:700}.suppl-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:6px 0;border-bottom:1px solid var(--cn-border)}.suppl-row:last-child{border-bottom:0}.suppl-key{color:var(--cn-hint);font-size:10.5px;line-height:14px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.suppl-val{color:var(--cn-dark);font-size:13px;line-height:18px;font-weight:600;text-align:right}.suppl-val.pos{color:var(--cn-green)}.suppl-val.neg{color:var(--cn-red)}.attach-section{padding:18px 20px;border:1px solid var(--cn-border);border-radius:var(--cn-radius);background:var(--cn-surface)}.attach-title{margin:0 0 12px;color:var(--cn-dark);font-size:14px;line-height:20px;font-weight:700}.attach-empty{margin:0;color:var(--cn-hint);font-size:13px;line-height:18px}.attach-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid var(--cn-border)}.attach-row:last-child{border-bottom:0}.attach-row strong{color:var(--cn-dark);font-size:13.5px;line-height:18px;font-weight:700}.attach-row span{color:var(--cn-muted);font-size:12px;line-height:16px}@media(max-width:1279px){.suppl-grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:767px){.cn-detail-ref .cn-detail-content{padding-right:16px;padding-left:16px}.cn-detail-header,.obs-panel__head{flex-direction:column;align-items:flex-start}.cn-meta-strip{align-items:flex-start;flex-direction:column;gap:12px}.cn-meta-divider{display:none}.reviewed-strip{margin-left:0}.obs-panel{padding:18px 16px}.obs-tl-entry{display:grid;grid-template-columns:minmax(0,1fr);gap:7px}.obs-tl-time{min-width:0}.obs-tl-head{align-items:flex-start;flex-direction:column}.obs-tl-actions{justify-content:flex-start}.suppl-row,.attach-row{align-items:flex-start;flex-direction:column;gap:4px}.suppl-val{text-align:left}}.docs-home-page{display:flex;flex-direction:column;gap:24px}.docs-home-hero,.docs-home-focus,.docs-home-filters,.docs-home-table-shell{border:1px solid #e8edf4;border-radius:28px;background:#fff;box-shadow:0 18px 42px #0f172a0f}.docs-home-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:32px 36px 28px}.docs-home-hero h1,.docs-home-modal-header h2{margin:0;color:#21242c;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:28px;line-height:34px;font-weight:800;letter-spacing:-.04em}.docs-home-hero p,.docs-home-modal-header p{margin:8px 0 0;color:#707b8c;font-size:14px;line-height:22px;font-weight:500}.docs-home-upload-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:0 20px;border:0;border-radius:999px;background:#0a8456;color:#fff;font-size:14px;line-height:20px;font-weight:700;box-shadow:0 16px 30px #0a84562e}.docs-home-upload-button:hover{background:#076b45;color:#fff}.docs-home-upload-button svg{width:16px;height:16px}.docs-home-hero-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.docs-home-drafts-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:0 18px;border:1px solid #dbe3ed;border-radius:999px;background:#fff;color:#27313f;font-size:14px;font-weight:800;line-height:20px;text-decoration:none;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.docs-home-drafts-button:hover{border-color:#cbd5e1;color:#17191f;transform:translateY(-1px);box-shadow:0 14px 28px #0f172a14}.docs-home-drafts-button span{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:#60e28b;color:#0b4f30;font-size:12px;font-weight:900}.docs-home-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.docs-home-stat-card{border-radius:24px;background:#fff;border:1px solid #edf1f6;box-shadow:0 16px 34px #0f172a0d;padding:20px 22px}.docs-home-stat-card span:first-child{display:block;color:#616b7d;font-size:12px;line-height:16px;font-weight:500}.docs-home-stat-value{display:flex;align-items:flex-end;gap:10px;margin-top:12px}.docs-home-stat-value strong{color:#272a34;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:40px;line-height:1;font-weight:800;letter-spacing:-.05em}.docs-home-stat-chip{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;font-size:11px;line-height:16px;font-weight:700}.docs-home-stat-chip.is-success{background:#dff6e8;color:#0a8456}.docs-home-stat-chip.is-danger{background:#fde3e6;color:#be445b}.docs-home-stat-chip.is-warning{background:#fdebcf;color:#d88112}.docs-home-stat-chip.is-neutral{background:#eef2f7;color:#586064}.docs-home-focus{padding:26px 28px 20px}.docs-home-focus-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.docs-home-focus-title{display:inline-flex;align-items:center;gap:10px;color:#2a313a;font-size:15px;line-height:22px;font-weight:700}.docs-home-focus-title svg{width:16px;height:16px;color:#687486}.docs-home-focus-list{display:flex;flex-direction:column}.docs-home-focus-item{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0;border-top:1px solid #edf1f6}.docs-home-focus-item:first-child{border-top:0;padding-top:6px}.docs-home-focus-item:last-child{padding-bottom:6px}.docs-home-focus-item-main{display:inline-flex;align-items:center;gap:14px;min-width:0}.docs-home-focus-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;flex-shrink:0}.docs-home-focus-icon.is-critical{background:#fde9ec;color:#cb5969}.docs-home-focus-icon.is-high{background:#fff0d3;color:#e49a24}.docs-home-focus-item strong{display:block;color:#272a34;font-size:15px;line-height:21px;font-weight:700}.docs-home-focus-item p{margin:3px 0 0;color:#7b8797;font-size:13px;line-height:19px;font-weight:500}.docs-home-filters{padding:18px 20px 16px}.docs-home-filter-grid{display:grid;grid-template-columns:minmax(0,2fr) repeat(5,minmax(130px,1fr));gap:12px;align-items:center}.docs-home-field{display:flex;align-items:center;min-height:44px;border:1px solid #e8edf4;border-radius:999px;background:#f4f7fb;padding:0 16px}.docs-home-field svg{width:16px;height:16px;color:#95a1b1;flex-shrink:0}.docs-home-field input,.docs-home-field select{width:100%;border:0;background:transparent;color:#384250;font-size:13px;line-height:18px;font-weight:500;outline:none;box-shadow:none}.docs-home-search{gap:10px}.docs-home-filter-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px;margin-top:14px}.docs-home-switch{display:inline-flex;align-items:center;gap:12px;color:#586064;font-size:13px;line-height:18px;font-weight:500}.docs-home-switch input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:36px;height:20px;border-radius:999px;background:#d9e1eb;position:relative;cursor:pointer;transition:background .2s ease}.docs-home-switch input:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:999px;background:#fff;box-shadow:0 1px 3px #0f172a29;transition:transform .2s ease}.docs-home-switch input:checked{background:#95a1b1}.docs-home-switch input:checked:after{transform:translate(16px)}.docs-home-reset{color:#586064;font-size:13px;line-height:18px;font-weight:600}.docs-home-apply{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 18px;border:0;border-radius:999px;background:#5f5a61;color:#fff;font-size:13px;line-height:18px;font-weight:700}.docs-home-table-shell{padding:0 0 12px;overflow:hidden}.docs-home-table-head,.docs-home-row{display:grid;grid-template-columns:minmax(320px,2fr) 140px 140px 220px;gap:18px;align-items:center}.docs-home-table-head{padding:18px 24px 16px;color:#9aa4b2;font-size:11px;line-height:15px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.docs-home-table-body{display:flex;flex-direction:column;gap:12px;padding:0 14px 8px}.docs-home-row{border-radius:24px;background:#fff;box-shadow:0 12px 26px #0f172a0d;border:1px solid #eef2f6;padding:18px 16px}.docs-home-row.is-overdue{box-shadow:inset 4px 0 #cc5968,0 12px 26px #0f172a0d}.docs-home-row.is-warning{box-shadow:inset 4px 0 #f0b22c,0 12px 26px #0f172a0d}.docs-home-doc-cell{display:inline-flex;align-items:center;gap:14px;min-width:0}.docs-home-doc-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;flex-shrink:0;background:#f2f5f9;color:#7d8794}.docs-home-doc-icon.is-warning{background:#fff3db;color:#e09b23}.docs-home-doc-icon.is-danger{background:#fde8eb;color:#cd5969}.docs-home-doc-icon svg{width:18px;height:18px}.docs-home-doc-meta strong{display:block;color:#272a34;font-size:15px;line-height:21px;font-weight:700}.docs-home-doc-inline{display:flex;align-items:center;gap:8px;margin-top:6px;flex-wrap:wrap}.docs-home-doc-inline span{color:#8691a1;font-size:12px;line-height:17px;font-weight:500}.docs-home-doc-tag{display:inline-flex;align-items:center;min-height:18px;padding:0 7px;border-radius:999px;background:#eef2f6;color:#616b7d;font-size:9px;line-height:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.docs-home-date,.docs-home-actions{color:#3d4754;font-size:13px;line-height:18px;font-weight:500}.docs-home-date.is-alert{color:#d07d17;font-weight:700}.docs-home-actions{display:inline-flex;align-items:center;justify-content:space-between;gap:10px}.docs-home-actions-main{display:inline-flex;align-items:center;gap:8px}.docs-home-icon-link{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;color:#525a66}.docs-home-icon-link:hover{background:#f4f7fb;color:#1f2937}.docs-home-icon-link svg{width:16px;height:16px}.docs-home-empty{padding:28px 24px 32px;color:#7b8797;font-size:14px;line-height:20px;font-weight:500}.docs-home-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#0f172a61;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.docs-home-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:32px 20px}.docs-home-modal-panel{width:min(100%,840px);max-height:calc(100vh - 64px);overflow:auto;border-radius:28px;background:#fff;border:1px solid #edf1f6;box-shadow:0 30px 70px #0f172a2e;padding:28px 28px 22px}.docs-home-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.docs-home-modal-title{display:inline-flex;align-items:flex-start;gap:14px}.docs-home-modal-badge{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#e7efff;color:#3773ff;flex-shrink:0}.docs-home-modal-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;border:0;background:transparent;color:#6b7280}.docs-home-upload-dropzone{position:relative;display:flex;align-items:center;justify-content:center;min-height:154px;border:1.5px dashed #d5dde7;border-radius:24px;background:#f7f9fc;text-align:center;padding:20px;cursor:pointer;transition:border-color .2s ease,background .2s ease}.docs-home-upload-dropzone:hover{border-color:#91a3b8;background:#f2f6fb}.docs-home-upload-dropzone input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.docs-home-upload-dropzone strong{display:block;color:#272a34;font-size:14px;line-height:20px;font-weight:600}.docs-home-upload-dropzone span{display:block;margin-top:6px;color:#7b8797;font-size:12px;line-height:18px;font-weight:500}.docs-home-modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;margin-top:18px}.docs-home-modal-field label{display:block;margin-bottom:8px;color:#707b8c;font-size:11px;line-height:15px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.docs-home-modal-field input,.docs-home-modal-field select,.docs-home-modal-field textarea{width:100%;min-height:48px;border:0;border-radius:999px;background:#f2f5f9;color:#384250;padding:0 16px;font-size:14px;line-height:20px;font-weight:500;box-shadow:none}.docs-home-modal-field textarea{min-height:104px;border-radius:22px;padding:16px;resize:vertical}.docs-home-modal-field.is-full{grid-column:1 / -1}.docs-home-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:20px}.docs-home-modal-checkbox{display:inline-flex;align-items:center;gap:10px;color:#707b8c;font-size:13px;line-height:18px;font-weight:500}.docs-home-modal-checkbox input{width:18px;height:18px;border-radius:999px}.docs-home-modal-submit{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 20px;border:0;border-radius:999px;background:#5f5a61;color:#fff;font-size:14px;line-height:20px;font-weight:700;box-shadow:0 18px 32px #5f5a613d}.docs-home-inline-error{margin-top:8px;color:#c24157;font-size:12px;line-height:17px;font-weight:600}@media(max-width:1180px){.docs-home-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.docs-home-table-head,.docs-home-row{grid-template-columns:minmax(260px,2fr) 120px 120px 180px}}@media(max-width:900px){.docs-home-hero{flex-direction:column;align-items:flex-start}.docs-home-filter-grid,.docs-home-modal-grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:767px){.docs-home-stats{grid-template-columns:minmax(0,1fr)}.docs-home-table-head{display:none}.docs-home-row{grid-template-columns:minmax(0,1fr);gap:12px}.docs-home-actions{justify-content:flex-start}.docs-home-modal-panel{padding:22px 18px 20px}.docs-home-modal-footer{flex-direction:column;align-items:stretch}}.docs-home-mode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.docs-home-mode-card{display:flex;align-items:flex-start;gap:14px;width:100%;border-radius:24px;border:1px solid #e6edf5;background:#f8fbff;padding:18px;text-align:left;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease,transform .2s ease}.docs-home-mode-card:hover{border-color:#c9d8ea;box-shadow:0 14px 30px #0f172a14;transform:translateY(-1px)}.docs-home-mode-card.is-active{border-color:#7ec2ad;background:#f1fbf7;box-shadow:0 18px 38px #15745e1f}.docs-home-mode-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;flex-shrink:0}.docs-home-mode-icon svg{width:18px;height:18px}.docs-home-mode-icon.is-editable{background:#dcf4ea;color:#15745e}.docs-home-mode-icon.is-file{background:#eaf0fa;color:#54627a}.docs-home-mode-copy{display:flex;flex-direction:column;gap:6px}.docs-home-mode-copy strong{color:#202530;font-size:15px;line-height:22px;font-weight:700}.docs-home-mode-copy span{color:#6d7787;font-size:13px;line-height:19px;font-weight:500}.docs-home-mode-note{border-radius:20px;background:#f5f8fc;border:1px solid #e6edf5;padding:16px 18px;color:#6d7787;font-size:13px;line-height:19px;font-weight:500}.docs-home-editor-shell{margin-top:18px;border-radius:24px;border:1px solid #e6edf5;background:#fbfdff;overflow:hidden}.docs-home-editor-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 20px 0}.docs-home-editor-header h3{margin:0;color:#202530;font-size:18px;line-height:26px;font-weight:700}.docs-home-editor-header p{margin:6px 0 0;color:#6d7787;font-size:13px;line-height:19px;font-weight:500}.docs-home-editor-toolbar,.docs-editor-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:16px 20px 14px;border-bottom:1px solid #edf1f6;background:#fff}.docs-home-editor-toolbar button,.docs-home-editor-toolbar select,.docs-editor-toolbar button,.docs-editor-toolbar select{min-height:34px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;color:#3e4957;padding:0 12px;font-size:12px;line-height:18px;font-weight:700}.docs-home-editor-surface,.docs-editor-surface{min-height:320px;padding:26px 24px;color:#202530;font-size:15px;line-height:1.8;outline:none;background:#fff}.docs-home-editor-surface h1,.docs-home-editor-surface h2,.docs-home-editor-surface h3,.docs-editor-surface h1,.docs-editor-surface h2,.docs-editor-surface h3{color:#202530;margin:0 0 18px}.docs-home-editor-surface p,.docs-editor-surface p{margin:0 0 16px}.docs-home-editor-surface ul,.docs-home-editor-surface ol,.docs-editor-surface ul,.docs-editor-surface ol{margin:0 0 18px;padding-left:28px;padding-inline-start:28px;list-style-position:outside}.docs-home-editor-surface ul,.docs-editor-surface ul{list-style:disc outside!important}.docs-home-editor-surface ol,.docs-editor-surface ol{list-style:decimal outside!important}.docs-home-editor-surface li,.docs-editor-surface li{display:list-item;margin:0 0 8px;padding-left:2px}.docs-show-page{padding:32px 0 42px;display:flex;flex-direction:column;gap:24px}.docs-show-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;border-radius:30px;background:#fff;border:1px solid #edf1f6;box-shadow:0 18px 40px #0f172a14;padding:28px 32px}.docs-show-breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:0;color:#8993a2;font-size:13px;line-height:19px;font-weight:600}.docs-show-breadcrumbs a{color:#6b7280}.docs-show-badges{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0}.docs-show-hero h1{margin:0;color:#202530;font-size:42px;line-height:1.06;font-weight:800;letter-spacing:-.03em}.docs-show-hero p{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:12px 0 0;color:#6d7787;font-size:15px;line-height:22px;font-weight:500}.docs-show-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.docs-show-button,.docs-editor-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:999px;padding:0 20px;font-size:14px;line-height:20px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.docs-show-button:hover,.docs-editor-button:hover{transform:translateY(-1px)}.docs-show-button--ghost,.docs-editor-button--ghost{border:1px solid #dbe3ed;background:#fff;color:#27313f}.docs-show-button--primary,.docs-editor-button--primary{border:1px solid transparent;background:#17191f;color:#fff;box-shadow:0 20px 36px #17191f38}.docs-show-layout{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(280px,.9fr);gap:24px}.docs-show-main,.docs-show-sidebar{display:flex;flex-direction:column;gap:22px}.docs-show-card{border-radius:30px;background:#fff;border:1px solid #edf1f6;box-shadow:0 18px 40px #0f172a14;padding:24px}.docs-show-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.docs-show-card__eyebrow{display:inline-flex;margin-bottom:8px;color:#8b96a6;font-size:11px;line-height:16px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.docs-show-card__header h2{margin:0;color:#202530;font-size:24px;line-height:30px;font-weight:800}.docs-show-note-chip{display:inline-flex;align-items:center;border-radius:999px;background:#fff5d6;color:#c07a00;padding:6px 12px;font-size:12px;line-height:17px;font-weight:700}.docs-show-preview{border-radius:28px;background:#fbfcfe;border:1px solid #edf1f6;padding:28px}.docs-show-rendered-content{margin:0 auto;max-width:760px;min-height:760px;background:#fff;border-radius:18px;border:1px solid #edf1f6;box-shadow:0 22px 48px #0f172a14;padding:56px 64px;color:#313846;font-size:15px;line-height:1.85}.docs-show-rendered-content h1,.docs-show-rendered-content h2,.docs-show-rendered-content h3{color:#202530;margin:0 0 18px}.docs-show-rendered-content p,.docs-show-rendered-content ul,.docs-show-rendered-content ol,.docs-show-rendered-content blockquote{margin:0 0 18px}.docs-show-rendered-content ul,.docs-show-rendered-content ol{padding-left:28px}.docs-show-rendered-content ul{list-style-type:disc}.docs-show-rendered-content ol{list-style-type:decimal}.docs-show-rendered-content li{display:list-item;margin:0 0 8px;padding-left:2px}.docs-show-rendered-content blockquote{border-left:4px solid #d8dee8;padding-left:16px;color:#5e6978}.docs-show-file-shell{display:flex;flex-direction:column;gap:18px}.docs-show-file-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;border-radius:24px;border:1px solid #edf1f6;background:#f8fbff;padding:20px 22px}.docs-show-file-summary strong{display:block;color:#202530;font-size:16px;line-height:24px;font-weight:700}.docs-show-file-summary p,.docs-show-callout p,.docs-show-log-item p{margin:6px 0 0;color:#6d7787;font-size:14px;line-height:21px;font-weight:500}.docs-show-callout{border-radius:22px;border:1px solid #edf1f6;background:#fff;padding:18px 20px}.docs-show-callout strong,.docs-show-log-item strong{color:#202530;font-size:15px;line-height:22px;font-weight:700}.docs-show-form{display:flex;flex-direction:column;gap:18px}.docs-show-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px}.docs-show-field{display:flex;flex-direction:column;gap:8px}.docs-show-field--full,.docs-show-upload{grid-column:1 / -1}.docs-show-field span,.docs-show-upload span{color:#8b96a6;font-size:11px;line-height:16px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.docs-show-field input,.docs-show-field select,.docs-show-field textarea,.docs-show-upload input,.docs-editor-footer textarea{width:100%;min-height:48px;border-radius:20px;border:1px solid #e4ebf3;background:#f7f9fc;color:#313846;padding:0 16px;font-size:14px;line-height:20px;font-weight:500}.docs-show-field textarea,.docs-editor-footer textarea{min-height:108px;border-radius:22px;padding:16px;resize:vertical}.docs-show-form__actions,.docs-editor-footer__actions{display:flex;justify-content:flex-end;gap:12px}.docs-show-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px}.docs-show-info-grid dt{color:#8b96a6;font-size:11px;line-height:16px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.docs-show-info-grid dd{margin:0;color:#202530;font-size:15px;line-height:22px;font-weight:600}.docs-show-version-list,.docs-show-log-list{display:flex;flex-direction:column;gap:14px}.docs-show-version-item,.docs-show-log-item{display:flex;gap:12px;border-radius:22px;background:#fbfcfe;border:1px solid #edf1f6;padding:16px 18px}.docs-show-version-item.is-current{background:#f4fbf7;border-color:#d8eee4}.docs-show-version-marker{width:10px;min-width:10px;border-radius:999px;background:linear-gradient(180deg,#15745e,#b8d6cb)}.docs-show-version-copy{display:flex;flex-direction:column;gap:6px}.docs-show-version-copy strong{color:#202530;font-size:15px;line-height:22px;font-weight:700}.docs-show-version-copy p,.docs-show-version-copy span{margin:0;color:#6d7787;font-size:13px;line-height:19px;font-weight:500}.docs-editor-page{padding:32px 0 42px}.docs-editor-shell{border-radius:30px;overflow:hidden;background:#fff;border:1px solid #edf1f6;box-shadow:0 26px 58px #0f172a1a}.docs-editor-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;background:#17191f;color:#fff;padding:18px 22px}.docs-editor-topbar__left,.docs-editor-topbar__right{display:flex;align-items:flex-start;gap:18px}.docs-editor-topbar__left h1{margin:0;color:#fff;font-size:28px;line-height:1.1;font-weight:800}.docs-editor-topbar__left p,.docs-editor-autosave,.docs-editor-back{color:#ffffffbd;font-size:13px;line-height:19px;font-weight:500}.docs-editor-back{display:inline-flex;min-width:-moz-max-content;min-width:max-content;padding-top:4px}.docs-editor-button--ghost{background:transparent;border-color:#ffffff38;color:#fff}.docs-editor-button--primary{background:#fff;color:#17191f;box-shadow:none}.docs-editor-toolbar{background:#f8fafc}.docs-editor-paper{padding:20px;background:#f7f9fc}.docs-editor-surface{margin:0 auto;max-width:780px;min-height:860px;border-radius:10px;border:1px solid #dfe5ec;background:#fff;box-shadow:0 16px 36px #0f172a14;padding:64px 58px}.docs-editor-footer{display:flex;flex-direction:column;gap:18px;padding:0 20px 20px;background:#f7f9fc}.docs-drafts-page{max-width:980px;margin:0 auto;padding:64px 24px 96px;color:#232a31;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif}.docs-drafts-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:40px}.docs-drafts-back{display:inline-flex;margin-bottom:20px;color:#607083;font-size:13px;font-weight:800;text-decoration:none}.docs-drafts-back:hover{color:#17191f}.docs-drafts-hero h1{margin:0;color:#17191f;font-size:34px;line-height:42px;font-weight:800;letter-spacing:-.04em}.docs-drafts-hero p{margin:8px 0 0;color:#6b7280;font-size:15px;line-height:24px;font-weight:500}.docs-drafts-counter{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;align-items:center;-moz-column-gap:14px;column-gap:14px;min-width:184px;padding:18px 22px;border:1px solid #cfd6df;border-radius:12px;background:#fff;box-shadow:0 14px 30px #0f172a0d}.docs-drafts-counter__icon{grid-row:1 / 3;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:999px;background:#7ee68f;color:#08764a}.docs-drafts-counter__icon svg{width:22px;height:22px}.docs-drafts-counter strong{color:#17191f;font-size:20px;line-height:22px;font-weight:900}.docs-drafts-counter span:last-child{color:#394452;font-size:11px;line-height:14px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.docs-drafts-list{display:grid;gap:18px}.docs-drafts-card,.docs-drafts-empty{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 26px;border:1px solid #cfd6df;border-radius:12px;background:#fff;box-shadow:0 14px 30px #0f172a0a}.docs-drafts-card.is-active{border-left:4px solid #17191f}.docs-drafts-card__body{min-width:0}.docs-drafts-card__meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:10px;color:#6b7280;font-size:12px;font-weight:700}.docs-drafts-lock{display:inline-flex;align-items:center;min-height:20px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:900}.docs-drafts-lock.is-held{background:#74ef8d;color:#08764a}.docs-drafts-lock.is-expired{background:#f2f3f5;color:#8a919b}.docs-drafts-card h2,.docs-drafts-empty h2{margin:0;color:#17191f;font-size:22px;line-height:28px;font-weight:850;letter-spacing:-.02em}.docs-drafts-card p,.docs-drafts-empty p{margin:5px 0 12px;color:#5f6875;font-size:14px;line-height:22px}.docs-drafts-card strong{color:#17191f;font-size:18px;line-height:24px;font-weight:800}.docs-drafts-card__actions{display:flex;flex-direction:column;align-items:stretch;gap:10px;min-width:164px}.docs-drafts-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 22px;border-radius:999px;font-size:13px;line-height:18px;font-weight:850;text-decoration:none;cursor:pointer}.docs-drafts-button--primary{border:1px solid #17191f;background:#17191f;color:#fff}.docs-drafts-button--ghost{width:100%;border:1px solid #6b6f78;background:#fff;color:#2d333b}.docs-drafts-empty{display:block;padding:34px;text-align:center}.docs-drafts-empty .docs-drafts-button{margin-top:14px}@media(max-width:1180px){.docs-show-layout{grid-template-columns:minmax(0,1fr)}}@media(max-width:900px){.docs-home-mode-grid,.docs-show-form__grid,.docs-show-info-grid{grid-template-columns:minmax(0,1fr)}.docs-show-hero,.docs-editor-topbar,.docs-editor-topbar__left,.docs-editor-topbar__right,.docs-show-file-summary{flex-direction:column;align-items:flex-start}}@media(max-width:767px){.docs-show-page,.docs-editor-page{padding-top:22px}.docs-show-hero,.docs-show-card,.docs-home-modal-panel{padding-left:18px;padding-right:18px}.docs-show-hero h1{font-size:34px}.docs-show-rendered-content,.docs-editor-surface{min-height:520px;padding:30px 22px}.docs-show-actions,.docs-show-form__actions,.docs-editor-footer__actions{width:100%;justify-content:stretch;flex-direction:column}.docs-show-button,.docs-editor-button,.docs-home-hero-actions,.docs-home-drafts-button,.docs-home-upload-button{width:100%}.docs-drafts-page{padding:32px 16px 72px}.docs-drafts-hero,.docs-drafts-card{flex-direction:column;align-items:stretch}.docs-drafts-counter,.docs-drafts-card__actions{width:100%}}.staff-directory{display:flex;flex-direction:column;gap:30px;color:#2f3747}.staff-directory__hero{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.staff-directory__hero h1{margin:0;color:#222733;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:28px;font-weight:800;letter-spacing:-.03em}.staff-directory__hero p{margin-top:8px;color:#6d7687;font-size:16px;line-height:1.4}.staff-directory__hero-actions{display:flex;align-items:center;gap:12px}.staff-directory__button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:999px;border:1px solid transparent;padding:0 22px;font-size:14px;font-weight:700;line-height:1;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease}.staff-directory__button:hover{transform:translateY(-1px)}.staff-directory__button--primary{background:#17171d;box-shadow:0 16px 28px #17171d2e;color:#fff}.staff-directory__button--ghost{background:#fff;border-color:#e6eaf1;color:#555e6d}.staff-directory__summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.staff-directory__summary-card{display:flex;align-items:center;gap:18px;min-height:108px;border:1px solid #ebeff6;border-radius:28px;background:#fff;box-shadow:0 18px 40px #555e6d14;padding:24px 22px}.staff-directory__summary-card strong{display:block;margin-bottom:6px;color:#1f2533;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:25px;font-weight:800;line-height:1}.staff-directory__summary-card span:last-child{display:block;color:#727b8b;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.staff-directory__summary-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:16px;flex-shrink:0}.staff-directory__summary-icon svg{width:18px;height:18px}.staff-directory__summary-icon--success{background:#e1f8ee;color:#14996b}.staff-directory__summary-icon--info{background:#edf2ff;color:#1d66da}.staff-directory__summary-icon--danger{background:#feecef;color:#ba4c5a}.staff-directory__summary-icon--neutral{background:#f2f4f8;color:#818998}.staff-directory__filters{border:1px solid #edf1f7;border-radius:24px;background:#fff;box-shadow:0 18px 36px #555e6d14;padding:14px}.staff-directory__filters-form{display:grid;grid-template-columns:minmax(0,1.6fr) repeat(2,minmax(180px,.68fr)) auto auto;gap:12px;align-items:center}.staff-directory__search{display:flex;align-items:center;gap:10px;height:48px;border-radius:999px;background:#f3f6fa;padding:0 18px;color:#9aa3b1}.staff-directory__search svg{width:16px;height:16px}.staff-directory__search input,.staff-directory__filters-form select,.staff-directory__modal-form input,.staff-directory__modal-form select{width:100%;border:0;outline:0;background:transparent;color:#2f3747;font-size:14px}.staff-directory__search input::-moz-placeholder,.staff-directory__modal-form input::-moz-placeholder{color:#a4adba}.staff-directory__search input::placeholder,.staff-directory__modal-form input::placeholder{color:#a4adba}.staff-directory__filters-form select,.staff-directory__modal-form input,.staff-directory__modal-form select{height:48px;border-radius:999px;background:#f3f6fa;padding:0 18px}.staff-directory__issues-toggle{display:inline-flex;align-items:center;gap:12px;height:48px;border-radius:999px;background:#f3f6fa;padding:0 18px;color:#515b6b;font-size:14px;font-weight:600;white-space:nowrap}.staff-directory__issues-toggle input,.staff-directory__switch input,.staff-directory__home-option input{position:absolute;opacity:0;pointer-events:none}.staff-directory__toggle-ui,.staff-directory__switch>span:last-child{position:relative;display:inline-flex;align-items:center;width:42px;height:24px;border-radius:999px;background:#d8dee8;transition:background-color .18s ease}.staff-directory__toggle-ui:after,.staff-directory__switch>span:last-child:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #2f37472e;transition:transform .18s ease}.staff-directory__issues-toggle input:checked+.staff-directory__toggle-ui,.staff-directory__switch input:checked+span{background:#6a6a72}.staff-directory__issues-toggle input:checked+.staff-directory__toggle-ui:after,.staff-directory__switch input:checked+span:after{transform:translate(18px)}.staff-directory__reset{color:#6c7483;font-size:13px;font-weight:700;text-align:center}.staff-directory__group{display:flex;flex-direction:column;gap:18px}.staff-directory__group-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.staff-directory__group-title{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.staff-directory__group-title h2{margin:0;color:#2e3441;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:28px;font-weight:800;letter-spacing:-.03em}.staff-directory__group-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.staff-directory__group-dot--danger{background:#bb4756}.staff-directory__group-dot--info{background:#2d7bff}.staff-directory__group-dot--success{background:#0f9163}.staff-directory__group-tag{display:inline-flex;align-items:center;border-radius:999px;padding:3px 10px;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.staff-directory__group-tag--danger{background:#feeaed;color:#ba4c5a}.staff-directory__group-tag--info{background:#e8f0ff;color:#2d7bff}.staff-directory__group-tag--success{background:#e1f8ee;color:#14996b}.staff-directory__collapse{color:#656f7f;font-size:13px;font-weight:700}.staff-directory__group-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.staff-directory__member-card{position:relative;display:flex;flex-direction:column;gap:18px;min-height:244px;border:1px solid #ebeff6;border-radius:30px;background:#fff;box-shadow:0 22px 42px #555e6d14;padding:24px 22px 22px;overflow:hidden}.staff-directory__member-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;border-radius:30px}.staff-directory__member-card--action_required:before{background:#be4a58}.staff-directory__member-card--needs_attention:before{background:#2d7bff}.staff-directory__member-card--fully_compliant:before{background:#14996b}.staff-directory__member-head{display:flex;align-items:flex-start;gap:14px}.staff-directory__member-avatar{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#e7eef6,#fff);color:#596474;font-size:18px;font-weight:800;flex-shrink:0}.staff-directory__member-head h3{margin:4px 0 3px;color:#2e3441;font-size:30px;font-weight:800;letter-spacing:-.03em;line-height:1}.staff-directory__member-head p{color:#7a8392;font-size:15px;line-height:1.35}.staff-directory__status-pill{display:inline-flex;align-items:center;margin-top:10px;border-radius:999px;padding:5px 10px;font-size:10px;font-weight:800;letter-spacing:.1em}.staff-directory__status-pill--active{background:#dcf8ed;color:#159569}.staff-directory__status-pill--invited,.staff-directory__status-pill--muted{background:#eef1f6;color:#677182}.staff-directory__status-pill--warning{background:#fff1dd;color:#d89027}.staff-directory__member-badges{display:flex;flex-wrap:wrap;gap:8px}.staff-directory__badge{display:inline-flex;align-items:center;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:700;line-height:1}.staff-directory__badge--success{background:#e5f8ee;color:#14996b}.staff-directory__badge--info{background:#edf2ff;color:#2d7bff}.staff-directory__badge--danger{background:#feecef;color:#ba4c5a}.staff-directory__member-note{min-height:34px;color:#b84d58;font-size:14px;line-height:1.35}.staff-directory__member-card--needs_attention .staff-directory__member-note,.staff-directory__member-card--fully_compliant .staff-directory__member-note{color:#48627e}.staff-directory__member-actions{display:flex;align-items:center;gap:10px;margin-top:auto}.staff-directory__member-actions form{margin:0}.staff-directory__action{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:999px;padding:0 18px;font-size:14px;font-weight:700;line-height:1;white-space:nowrap}.staff-directory__action--primary{background:#17171d;color:#fff}.staff-directory__action--secondary{background:#eef1f5;color:#596372}.staff-directory__pagination,.staff-directory__empty{border:1px solid #ebeff6;border-radius:28px;background:#fff;box-shadow:0 18px 40px #555e6d14;padding:22px 24px}.staff-directory__empty h2{margin:0 0 8px;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:24px;font-weight:800}.staff-directory__empty p{color:#6d7687;font-size:15px}.staff-directory__modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:flex;align-items:center;justify-content:center;padding:32px 18px;background:#1f253338;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.staff-directory__modal{width:min(100%,720px);max-height:min(92vh,920px);overflow:auto;border-radius:28px;background:#fff;box-shadow:0 32px 80px #1f253338;padding:28px 28px 0}.staff-directory__modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}.staff-directory__modal-head h2{margin:0;color:#2e3441;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:24px;font-weight:800;letter-spacing:-.03em}.staff-directory__modal-head p{margin-top:6px;color:#6d7687;font-size:14px;line-height:1.45}.staff-directory__modal-close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#f3f6fa;color:#697284;flex-shrink:0}.staff-directory__modal-close svg{width:18px;height:18px}.staff-directory__modal-errors{margin-bottom:18px;border-radius:18px;background:#feecf0;padding:12px 16px;color:#b84d58;font-size:13px;font-weight:700}.staff-directory__modal-form{display:flex;flex-direction:column;gap:18px}.staff-directory__modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px}.staff-directory__modal-form label{display:flex;flex-direction:column;gap:8px}.staff-directory__modal-form label>span,.staff-directory__modal-label,.staff-directory__modal-subsection h3{color:#3a4352;font-size:13px;font-weight:700}.staff-directory__modal-form label>span em{color:#b84d58;font-style:normal}.staff-directory__modal-block{display:flex;flex-direction:column;gap:12px}.staff-directory__homes-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;border-radius:22px;background:#f3f6fa;padding:14px}.staff-directory__home-option{position:relative;display:flex;align-items:center;gap:10px;min-height:48px;border-radius:999px;background:#fff9;padding:0 16px;color:#515b6b;font-size:14px;font-weight:500;cursor:pointer}.staff-directory__home-option:before{content:"";width:16px;height:16px;border:1.5px solid #c9d1de;border-radius:50%;flex-shrink:0}.staff-directory__home-option input:checked+span:before{content:none}.staff-directory__home-option:has(input:checked){background:#fff;box-shadow:inset 0 0 0 1px #d6deea}.staff-directory__home-option:has(input:checked):before{border-color:#17171d;box-shadow:inset 0 0 0 4px #fff;background:#17171d}.staff-directory__modal-divider{height:1px;background:#edf1f7}.staff-directory__modal-subsection{display:flex;flex-direction:column;gap:18px}.staff-directory__settings-card{display:flex;align-items:center;justify-content:space-between;gap:18px;border-radius:24px;background:#edf2f7;padding:18px 20px}.staff-directory__settings-card strong{display:block;color:#778091;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.staff-directory__settings-card p{margin-top:8px;color:#485261;font-size:15px;font-weight:600;line-height:1.45}.staff-directory__settings-row{display:flex;align-items:center;justify-content:space-between;gap:18px}.staff-directory__settings-row p{margin-top:4px;color:#6d7687;font-size:14px}.staff-directory__switch{position:relative;display:inline-flex;align-items:center;gap:12px;color:#5a6372;font-size:13px;font-weight:700}.staff-directory__switch--with-text>span:first-child{margin-right:4px}.staff-directory__helper{border-radius:999px;background:#f3f6fa;padding:12px 16px;color:#798293;font-size:13px}.staff-directory__field-error{color:#b84d58;font-size:12px;font-weight:700}.staff-directory__modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin:8px -28px 0;border-top:1px solid #edf1f7;padding:20px 28px}@media(max-width:1279px){.staff-directory__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-directory__group-grid{grid-template-columns:1fr}}@media(max-width:1024px){.staff-directory__hero,.staff-directory__settings-row,.staff-directory__modal-actions{flex-direction:column;align-items:stretch}.staff-directory__hero-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.staff-directory__button,.staff-directory__action{width:100%}.staff-directory__filters-form{grid-template-columns:1fr}.staff-directory__issues-toggle,.staff-directory__reset{justify-self:flex-start}}@media(max-width:768px){.staff-directory{gap:22px}.staff-directory__hero h1,.staff-directory__group-title h2{font-size:22px}.staff-directory__summary{grid-template-columns:1fr}.staff-directory__summary-card,.staff-directory__member-card{border-radius:24px}.staff-directory__member-head h3{font-size:24px}.staff-directory__member-actions,.staff-directory__modal-grid,.staff-directory__homes-grid{grid-template-columns:1fr}.staff-directory__member-actions{flex-direction:column}.staff-directory__modal{padding:22px 18px 0}.staff-directory__modal-actions{margin-left:-18px;margin-right:-18px;padding-left:18px;padding-right:18px}}body:has(.staff-ref){background:#f4f6f8}body:has(.staff-ref) .cb-main-content{min-height:100vh;padding:56px 0 0 220px;background:#f4f6f8}body:has(.staff-ref) .cb-navbar{left:220px;height:56px;border-bottom:1px solid #e8eaed;background:#fff;padding:0 28px}body:has(.staff-ref) .cb-navbar-bg{height:56px;background:#fff}body:has(.staff-ref) .cb-sidebar-brand{height:68px}body:has(.staff-ref) .cb-brand-link{gap:10px}body:has(.staff-ref) .cb-brand-mark{width:32px;height:32px;border-radius:50%;background:#0d9488;color:#fff;font-family:DM Sans,sans-serif;font-size:12px;font-weight:700}body:has(.staff-ref) .cb-brand-name{color:#111827;font-family:DM Sans,sans-serif;font-size:14px;font-weight:700}body:has(.staff-ref) .cb-top-search{width:300px;height:34px;border:1px solid #e8eaed;border-radius:18px;background:#f4f6f8;color:#9ca3af;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;padding:0 14px}body:has(.staff-ref) .cb-top-search svg{width:15px;height:15px}body:has(.staff-ref) .cb-home-switcher select,body:has(.staff-ref) .cb-active-home{width:156px;height:34px;border:1px solid #e8eaed;border-radius:18px;background:#fff;color:#111827;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;text-align:center}body:has(.staff-ref) .cb-top-icon{width:34px;height:34px;border:1px solid #e8eaed;border-radius:10px;background:#fff;color:#6b7280}body:has(.staff-ref) .cb-top-link{color:#6b7280;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500}body:has(.staff-ref) .cb-navbar form[action*=logout] button{min-height:34px;height:34px;border:1px solid #e8eaed;border-radius:8px;background:#fff;color:#111827;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;padding:0 16px}.staff-ref{display:flex;flex-direction:column;gap:0;min-height:calc(100vh - 56px);padding:0 28px 80px;color:#111827;font-family:DM Sans,sans-serif;-webkit-font-smoothing:antialiased}.staff-ref__breadcrumb{display:flex;align-items:center;gap:8px;height:48px;margin-bottom:0;color:#9ca3af;font-size:12.5px;font-weight:500}.staff-ref__breadcrumb a{color:#6b7280}.staff-ref__breadcrumb strong{color:#111827;font-weight:500}.staff-ref .staff-directory__hero{align-items:flex-start;margin:0 0 22px}.staff-ref .staff-directory__hero h1{margin:0;color:#111827;font-family:DM Sans,sans-serif;font-size:22px;font-weight:700;line-height:28px;letter-spacing:-.02em}.staff-ref .staff-directory__hero p{margin-top:3px;color:#6b7280;font-size:13px;line-height:18px}.staff-ref .staff-directory__hero-actions{gap:8px}.staff-ref .staff-directory__button{min-height:36px;border-radius:20px;padding:0 20px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;box-shadow:none}.staff-ref .staff-directory__button:hover{transform:none}.staff-ref .staff-directory__button--ghost{border-color:#e8eaed;background:#fff;color:#111827}.staff-ref .staff-directory__button--primary{border-color:#111827;background:#111827;color:#fff}.staff-ref .staff-directory__summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}.staff-ref .staff-directory__summary-card{min-height:80px;gap:16px;border:1px solid #e8eaed;border-radius:14px;background:#fff;box-shadow:none;padding:18px 20px}.staff-ref .staff-directory__summary-icon{width:38px;height:38px;border-radius:50%}.staff-ref .staff-directory__summary-icon svg{width:16px;height:16px}.staff-ref .staff-directory__summary-card strong{margin:0 0 4px;color:#111827;font-family:DM Sans,sans-serif;font-size:26px;font-weight:700;line-height:1}.staff-ref .staff-directory__summary-card span:last-child{color:#9ca3af;font-size:10px;font-weight:700;letter-spacing:.08em}.staff-ref .staff-directory__summary-icon--success{background:#dcfce7;color:#16a34a}.staff-ref .staff-directory__summary-icon--info{background:#e8f0ff;color:#2563eb}.staff-ref .staff-directory__summary-icon--danger{background:#fee2e2;color:#dc2626}.staff-ref .staff-directory__summary-icon--neutral{background:#f3f4f6;color:#9ca3af}.staff-ref .staff-directory__filters{margin-bottom:24px;border:1px solid #e8eaed;border-radius:14px;background:#fff;box-shadow:none;padding:14px 18px}.staff-ref .staff-directory__filters-form{display:flex;align-items:center;gap:10px}.staff-ref .staff-directory__search{flex:1;height:36px;border:1px solid #e8eaed;border-radius:20px;background:#f4f6f8;color:#9ca3af;padding:0 14px}.staff-ref .staff-directory__search input,.staff-ref .staff-directory__filters-form select{height:36px;color:#374151;font-family:DM Sans,sans-serif;font-size:13px}.staff-ref .staff-directory__filters-form select{width:170px;border:1px solid #e8eaed;border-radius:20px;background:#f4f6f8;padding:0 14px}.staff-ref .staff-directory__issues-toggle{height:36px;border-radius:20px;background:transparent;padding:0;color:#6b7280;font-size:13px;font-weight:500}.staff-ref .staff-directory__toggle-ui{width:36px;height:20px;background:#d1d5db}.staff-ref .staff-directory__toggle-ui:after{top:2px;left:2px;width:16px;height:16px}.staff-ref .staff-directory__issues-toggle input:checked+.staff-directory__toggle-ui{background:#0d9488}.staff-ref .staff-directory__issues-toggle input:checked+.staff-directory__toggle-ui:after{transform:translate(16px)}.staff-ref .staff-directory__reset{color:#6b7280;font-size:13px;font-weight:500}.staff-ref__action-section{margin-bottom:28px}.staff-ref__action-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.staff-ref__action-dot{width:10px;height:10px;border-radius:50%;background:#dc2626;flex-shrink:0}.staff-ref__action-header h2{margin:0;color:#111827;font-size:20px;font-weight:700;line-height:25px;letter-spacing:-.02em}.staff-ref__attention-pill{border:1px solid #fecaca;border-radius:20px;background:#fef2f2;color:#dc2626;padding:3px 10px;font-size:11px;font-weight:700;line-height:14px;letter-spacing:.04em;text-transform:uppercase}.staff-ref__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.staff-ref-card{overflow:hidden;border:1px solid #e8eaed;border-radius:14px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.staff-ref-card:hover{border-color:#0d9488;box-shadow:0 2px 12px #0d94881a}.staff-ref-card--alert{border-left:4px solid #dc2626}.staff-ref-card--ok{border-left:4px solid #16a34a}.staff-ref-card__body{padding:18px 20px}.staff-ref-card__top{display:flex;align-items:flex-start;gap:14px;margin-bottom:14px}.staff-ref-card__top--compact{margin-bottom:12px}.staff-ref-card__avatar{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 44px;border:1px solid #e8eaed;border-radius:50%;background:#f4f6f8;color:#6b7280;font-size:13px;font-weight:700}.staff-ref-card h3{margin:0 0 2px;color:#111827;font-size:18px;font-weight:700;line-height:23px;letter-spacing:-.02em}.staff-ref-card__top--compact h3{font-size:15px;line-height:20px}.staff-ref-card p{margin:0}.staff-ref-card__top p{color:#6b7280;font-size:13px;line-height:18px}.staff-ref-card__identity{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;width:100%}.staff-ref-status{display:inline-flex;align-items:center;width:-moz-max-content;width:max-content;margin-top:6px;border-radius:20px;padding:3px 10px;font-size:10.5px;font-weight:700;line-height:14px;letter-spacing:.04em}.staff-ref-card__identity .staff-ref-status{margin-top:0}.staff-ref-status--active{background:#dcfce7;color:#16a34a}.staff-ref-status--invited,.staff-ref-status--muted{background:#f3f4f6;color:#6b7280}.staff-ref-status--warning{background:#fffbeb;color:#d97706}.staff-ref-card__issues{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.staff-ref-issue{display:inline-flex;align-items:center;border-radius:20px;padding:3px 10px;font-size:11.5px;font-weight:500;line-height:15px}.staff-ref-issue--danger{border:1px solid #fecaca;background:#fef2f2;color:#dc2626}.staff-ref-issue--info{background:#e8f0ff;color:#2563eb}.staff-ref-issue--success{border:1px solid #bbf7d0;background:#dcfce7;color:#16a34a}.staff-ref-card__note{min-height:18px;font-size:13px;font-weight:500;line-height:18px}.staff-ref-card__note--alert{color:#dc2626}.staff-ref-card__footer{display:flex;gap:8px;border-top:1px solid #e8eaed;background:#fafafa;padding:14px 20px}.staff-ref-card__footer form{display:flex;flex:1;margin:0}.staff-ref-action{display:inline-flex;align-items:center;justify-content:center;min-height:36px;border-radius:20px;padding:0 18px;color:#111827;font-size:13px;font-weight:600;line-height:1;white-space:nowrap}.staff-ref-card--featured .staff-ref-action,.staff-ref-card--featured .staff-ref-card__footer form{flex:1}.staff-ref-card__footer--compact .staff-ref-action--secondary{min-width:114px}.staff-ref-action--primary{background:#111827;color:#fff}.staff-ref-action--secondary{border:1px solid #e8eaed;background:#f4f6f8;color:#6b7280}.staff-ref__all-section{margin-bottom:18px}.staff-ref__all-title{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#111827;font-size:14px;font-weight:700}.staff-ref__all-title span{color:#9ca3af;font-size:12px;font-weight:500}.staff-ref .staff-directory__pagination,.staff-ref .staff-directory__empty{border:1px solid #e8eaed;border-radius:14px;background:#fff;box-shadow:none;padding:18px 20px}.staff-ref__fab{position:fixed;right:28px;bottom:24px;z-index:25;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#0d9488;color:#fff;box-shadow:0 8px 22px #0d948859;font-size:30px;font-weight:400;line-height:1}.staff-profile-ref .sp-content{padding:0 0 80px}.staff-profile-ref .sp-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px;border:1px solid #e8eaed;border-radius:14px;background:#fff;padding:22px 24px}.staff-profile-ref .sp-hero-left,.staff-profile-ref .sp-hero-right{display:flex;align-items:center}.staff-profile-ref .sp-hero-left{gap:16px}.staff-profile-ref .sp-hero-right{gap:10px}.staff-profile-ref .sp-av-lg{display:flex;align-items:center;justify-content:center;width:56px;height:56px;flex:0 0 56px;border:2px solid #e8eaed;border-radius:50%;background:#f4f6f8;color:#6b7280;font-size:16px;font-weight:700}.staff-profile-ref .sp-name{margin:0 0 3px;color:#111827;font-size:24px;font-weight:700;line-height:30px;letter-spacing:-.03em}.staff-profile-ref .sp-sub{display:flex;align-items:center;gap:6px;color:#6b7280;font-size:13px}.staff-profile-ref .sp-sub-dot{width:3px;height:3px;border-radius:50%;background:#9ca3af}.staff-profile-ref .sp-status-badge{border-radius:20px;padding:5px 14px;font-size:12px;font-weight:700;line-height:16px}.staff-profile-ref .sp-status-badge--green{border:1px solid #bbf7d0;background:#f0fdf4;color:#16a34a}.staff-profile-ref .sp-status-badge--amber{border:1px solid #fed7aa;background:#fffbeb;color:#d97706}.staff-profile-ref .sp-status-badge--red{border:1px solid #fecaca;background:#fef2f2;color:#dc2626}.staff-profile-ref .sp-status-badge--muted{border:1px solid #e8eaed;background:#f4f6f8;color:#6b7280}.staff-profile-ref .sp-notice,.staff-profile-ref .sp-compliance-alert{display:flex;align-items:center;gap:12px;margin-bottom:16px;border-radius:14px;padding:14px 18px}.staff-profile-ref .sp-notice--success{border:1px solid #99f6e4;background:#f0fdfa;color:#0f766e;font-size:13px;font-weight:600}.staff-profile-ref .sp-compliance-alert{border:1px solid #fecaca;background:#fef2f2;color:#dc2626}.staff-profile-ref .sp-compliance-alert svg{width:18px;height:18px;flex:0 0 18px}.staff-profile-ref .sp-compliance-alert div{flex:1}.staff-profile-ref .sp-compliance-alert strong{display:block;margin-bottom:2px;color:#dc2626;font-size:13.5px;font-weight:600}.staff-profile-ref .sp-compliance-alert p{margin:0;color:#6b7280;font-size:12px}.staff-profile-ref .sp-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:flex-start;gap:16px}.staff-profile-ref .sp-section,.staff-profile-ref .sidebar-card{border:1px solid #e8eaed;border-radius:14px;background:#fff}.staff-profile-ref .sp-section{margin-bottom:14px;padding:20px 24px}.staff-profile-ref .sidebar-card{margin-bottom:14px;padding:18px 20px}.staff-profile-ref .sp-section-title,.staff-profile-ref .sidebar-card-title{margin:0;color:#111827;font-weight:700}.staff-profile-ref .sp-section-title{margin-bottom:16px;border-bottom:1px solid #e8eaed;padding-bottom:12px;font-size:15px}.staff-profile-ref .sp-section-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;border-bottom:1px solid #e8eaed;padding-bottom:12px}.staff-profile-ref .sp-section-title-row .sp-section-title{margin-bottom:0;border-bottom:0;padding-bottom:0}.staff-profile-ref .sidebar-card-title{margin-bottom:14px;border-bottom:1px solid #e8eaed;padding-bottom:10px;font-size:14px}.staff-profile-ref .sp-danger-badge{border:1px solid #fecaca;border-radius:6px;background:#fef2f2;color:#dc2626;padding:4px 10px;font-size:10.5px;font-weight:700;line-height:14px;letter-spacing:.04em}.staff-profile-ref .sp-section-helper{margin:0 0 16px;color:#9ca3af;font-size:13px}.staff-profile-ref .f-grid2,.staff-profile-ref .f-grid3{display:grid;gap:14px;margin-bottom:14px}.staff-profile-ref .f-grid2{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-profile-ref .f-grid3{grid-template-columns:repeat(3,minmax(0,1fr))}.staff-profile-ref .f-field{display:flex;flex-direction:column;gap:5px}.staff-profile-ref .f-label{color:#9ca3af;font-size:10.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.staff-profile-ref .f-input{width:100%;min-height:38px;border:1px solid #e8eaed;border-radius:8px;background:#f4f6f8;color:#374151;font-family:DM Sans,sans-serif;font-size:13px;outline:none;padding:9px 13px;transition:border-color .15s ease,background .15s ease}.staff-profile-ref .f-input:focus{border-color:#0d9488;background:#fff}.staff-profile-ref .f-input::-moz-placeholder{color:#9ca3af}.staff-profile-ref .f-input::placeholder{color:#9ca3af}.staff-profile-ref select.f-input{cursor:pointer}.staff-profile-ref .f-input--file{padding:7px 10px}.staff-profile-ref .f-checkbox-row{display:flex;align-items:center;gap:8px;margin-top:8px;margin-bottom:2px;color:#374151;font-size:13px}.staff-profile-ref .f-checkbox-row input[type=checkbox]{width:15px;height:15px;accent-color:#0d9488}.staff-profile-ref .sp-btn{display:inline-flex;align-items:center;justify-content:center;min-height:36px;border-radius:20px;padding:0 20px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;line-height:1;white-space:nowrap}.staff-profile-ref .sp-btn--teal{border:0;background:#0d9488;color:#fff}.staff-profile-ref .sp-btn--ghost{border:1px solid #e8eaed;background:#f4f6f8;color:#6b7280}.staff-profile-ref .sp-btn--danger{border:0;background:#dc2626;color:#fff}.staff-profile-ref .sp-btn--block{width:100%}.staff-profile-ref .sp-btn--inline{width:-moz-max-content;width:max-content;margin-top:12px}.staff-profile-ref .sp-side-form{display:flex;flex-direction:column;gap:10px;margin:0 0 12px}.staff-profile-ref .sp-side-form:last-child{margin-bottom:0}.staff-profile-ref .sc-stat-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #e8eaed;padding:7px 0;font-size:13px}.staff-profile-ref .sc-stat-row:last-child{border-bottom:0}.staff-profile-ref .sc-stat-key{color:#6b7280}.staff-profile-ref .sc-stat-val{max-width:58%;color:#111827;font-weight:600;text-align:right}.staff-profile-ref .compliance-list{display:flex;flex-direction:column;gap:8px}.staff-profile-ref .compliance-item,.staff-profile-ref .home-item,.staff-profile-ref .sp-cert-item{border:1px solid #e8eaed;border-radius:8px;background:#f4f6f8}.staff-profile-ref .compliance-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px}.staff-profile-ref .ci-left{display:flex;align-items:center;gap:8px}.staff-profile-ref .ci-dot{width:8px;height:8px;border-radius:50%}.staff-profile-ref .ci-dot--red{background:#dc2626}.staff-profile-ref .ci-dot--amber{background:#d97706}.staff-profile-ref .ci-dot--green{background:#16a34a}.staff-profile-ref .ci-name{color:#111827;font-size:13px;font-weight:500}.staff-profile-ref .ci-status{border-radius:20px;padding:2px 8px;font-size:11px;font-weight:700;line-height:15px}.staff-profile-ref .ci-missing{background:#fef2f2;color:#dc2626}.staff-profile-ref .ci-ok{background:#f0fdf4;color:#16a34a}.staff-profile-ref .ci-expiring{background:#fffbeb;color:#d97706}.staff-profile-ref .cert-empty{margin:0;color:#9ca3af;font-size:13px;padding:8px 0}.staff-profile-ref .sp-cert-list{display:flex;flex-direction:column;gap:8px}.staff-profile-ref .sp-cert-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 12px}.staff-profile-ref .sp-cert-item strong,.staff-profile-ref .sp-cert-item span:not(.ci-status){display:block}.staff-profile-ref .sp-cert-item strong{color:#111827;font-size:13px}.staff-profile-ref .sp-cert-item span:not(.ci-status){margin-top:2px;color:#6b7280;font-size:12px}.staff-profile-ref .home-item{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;padding:10px 12px;color:#111827;font-size:13px;font-weight:500}.staff-profile-ref .home-primary{border-radius:20px;background:#f0fdfa;color:#0d9488;padding:2px 8px;font-size:10.5px;font-weight:600}.staff-profile-ref .sp-link-button{color:#dc2626;font-size:12px;font-weight:600}@media(max-width:1279px){.staff-ref .staff-directory__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-ref__grid,.staff-profile-ref .sp-layout{grid-template-columns:1fr}}@media(max-width:1024px){.staff-ref .staff-directory__hero,.staff-ref .staff-directory__filters-form{align-items:stretch;flex-direction:column}.staff-ref .staff-directory__filters-form select{width:100%}.staff-ref .staff-directory__issues-toggle{justify-content:flex-start}}@media(max-width:768px){body:has(.staff-ref) .cb-main-content{padding-top:56px;padding-left:0}body:has(.staff-ref) .cb-navbar{left:0;padding:0 16px}.staff-ref{padding:0 16px 88px}.staff-ref__breadcrumb{height:44px}.staff-ref .staff-directory__summary{grid-template-columns:1fr}.staff-ref-card__identity,.staff-ref-card__footer,.staff-ref .staff-directory__hero-actions{align-items:stretch;flex-direction:column}.staff-ref-card__footer form,.staff-ref-action{width:100%}.staff-profile-ref .sp-hero,.staff-profile-ref .sp-hero-right,.staff-profile-ref .sp-compliance-alert,.staff-profile-ref .sp-cert-item{align-items:stretch;flex-direction:column}.staff-profile-ref .f-grid2,.staff-profile-ref .f-grid3{grid-template-columns:1fr}.staff-profile-ref .sp-btn,.staff-profile-ref .sp-btn--inline{width:100%}}:root{--audit-ref-bg: #f4f6f8;--audit-ref-surface: #ffffff;--audit-ref-border: #e8eaed;--audit-ref-dark: #111827;--audit-ref-body: #374151;--audit-ref-muted: #6b7280;--audit-ref-hint: #9ca3af;--audit-ref-teal: #0d9488;--audit-ref-teal-bg: #f0fdfa;--audit-ref-teal-dark: #0f766e;--audit-ref-green: #16a34a;--audit-ref-green-bg: #f0fdf4;--audit-ref-amber: #d97706;--audit-ref-amber-bg: #fffbeb;--audit-ref-red: #dc2626;--audit-ref-red-bg: #fef2f2;--audit-ref-blue: #2563eb;--audit-ref-blue-bg: #eff6ff;--audit-ref-purple: #7c3aed;--audit-ref-purple-bg: #f5f3ff;--audit-ref-radius: 14px;--audit-ref-radius-sm: 9px}body:has(.audit-ref){--cb-page-bg: var(--audit-ref-bg);background:var(--audit-ref-bg)}body:has(.audit-ref) .cb-main-content{padding:56px 0 0 220px;background:var(--audit-ref-bg)}body:has(.audit-ref) .cb-navbar{height:56px;border-bottom-color:var(--audit-ref-border);background:var(--audit-ref-surface)}body:has(.audit-ref) .cb-navbar-bg{height:56px;background:var(--audit-ref-surface)}body:has(.audit-ref) .cb-sidebar-brand{height:56px;border-bottom:1px solid var(--audit-ref-border);margin-bottom:12px}body:has(.audit-ref) .cb-brand-mark{width:32px;height:32px;border-radius:50%;background:var(--audit-ref-teal);color:#fff;font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:12px;font-weight:700}body:has(.audit-ref) .cb-brand-name{color:var(--audit-ref-dark);font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:14px;font-weight:700}body:has(.audit-ref) #app-sidebar{background:var(--audit-ref-surface);border-right-color:var(--audit-ref-border)}.audit-ref,.audit-ref *{box-sizing:border-box}.audit-ref{min-height:calc(100vh - 56px);color:var(--audit-ref-dark);font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif;-webkit-font-smoothing:antialiased}.audit-ref__crumb{height:32px;background:#eef0f3;padding:10px 28px 0;color:var(--audit-ref-hint);font-size:12.5px;line-height:16px}.audit-ref__tabs{display:flex;gap:0;border-bottom:1px solid var(--audit-ref-border);background:var(--audit-ref-surface);padding:0 28px}.audit-ref__tab{display:inline-flex;align-items:center;border-bottom:2px solid transparent;margin-bottom:-1px;padding:14px 18px;color:var(--audit-ref-muted);font-size:13.5px;line-height:18px;font-weight:500;text-decoration:none;white-space:nowrap}.audit-ref__tab.is-active{border-bottom-color:var(--audit-ref-dark);color:var(--audit-ref-dark);font-weight:600}.audit-ref__content{padding:24px 28px 80px}.audit-ref__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.audit-ref__scope{margin:0 0 6px;color:var(--audit-ref-hint);font-size:10.5px;line-height:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.audit-ref__title{margin:0;color:var(--audit-ref-dark);font-size:22px;line-height:28px;font-weight:700;letter-spacing:-.02em}.audit-ref__subtitle{margin:3px 0 0;color:var(--audit-ref-muted);font-size:13px;line-height:18px}.audit-ref__header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.audit-ref-export{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;border:1px solid var(--audit-ref-border);border-radius:8px;background:var(--audit-ref-surface);padding:8px 18px;color:var(--audit-ref-dark);font-size:13px;line-height:16px;font-weight:500;text-decoration:none;transition:border-color .15s ease,color .15s ease}.audit-ref-export:hover{border-color:var(--audit-ref-teal);color:var(--audit-ref-teal)}.audit-ref-export svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.5}.audit-ref-export--small{min-height:28px;border-radius:20px;padding:5px 14px;font-size:12px}.audit-ref__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}.audit-ref-stat{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:108px;border:1px solid var(--audit-ref-border);border-radius:var(--audit-ref-radius);background:var(--audit-ref-surface);padding:18px 20px}.audit-ref-stat__label{display:block;margin-bottom:8px;color:var(--audit-ref-hint);font-size:10px;line-height:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.audit-ref-stat__value{display:block;margin-bottom:5px;color:var(--audit-ref-dark);font-size:28px;line-height:1;font-weight:700;letter-spacing:-.03em}.audit-ref-stat--amber .audit-ref-stat__value{color:var(--audit-ref-amber)}.audit-ref-stat--red .audit-ref-stat__value{color:var(--audit-ref-red)}.audit-ref-stat__meta{display:block;color:var(--audit-ref-muted);font-size:12px;line-height:16px}.audit-ref-stat__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border-radius:50%;background:var(--audit-ref-blue-bg);color:var(--audit-ref-blue)}.audit-ref-stat--amber .audit-ref-stat__icon{background:var(--audit-ref-amber-bg);color:var(--audit-ref-amber)}.audit-ref-stat--purple .audit-ref-stat__icon{background:var(--audit-ref-purple-bg);color:var(--audit-ref-purple)}.audit-ref-stat--red .audit-ref-stat__icon{background:var(--audit-ref-red-bg);color:var(--audit-ref-red)}.audit-ref-stat__icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.4}.audit-ref-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:var(--audit-ref-radius);padding:14px 20px;margin-bottom:20px}.audit-ref-banner.is-safe{border:1px solid #bfdbfe;background:var(--audit-ref-blue-bg)}.audit-ref-banner.is-warning{border:1px solid #fde68a;background:var(--audit-ref-amber-bg)}.audit-ref-banner__main{display:flex;align-items:center;gap:12px;min-width:0}.audit-ref-banner__icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;border-radius:50%;background:#dbeafe;color:var(--audit-ref-blue)}.audit-ref-banner.is-warning .audit-ref-banner__icon{background:#fef3c7;color:var(--audit-ref-amber)}.audit-ref-banner__icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}.audit-ref-banner__title{margin:0 0 2px;color:var(--audit-ref-blue);font-size:13.5px;line-height:18px;font-weight:600}.audit-ref-banner.is-warning .audit-ref-banner__title{color:var(--audit-ref-amber)}.audit-ref-banner__detail{margin:0;color:var(--audit-ref-muted);font-size:12px;line-height:16px}.audit-ref-banner__link{color:var(--audit-ref-blue);font-size:13px;line-height:18px;font-weight:600;text-decoration:none;white-space:nowrap}.audit-ref-banner.is-warning .audit-ref-banner__link{color:var(--audit-ref-amber)}.audit-ref-filter{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;border:1px solid var(--audit-ref-border);border-radius:var(--audit-ref-radius);background:var(--audit-ref-surface);padding:16px 20px;margin-bottom:20px}.audit-ref-field{display:flex;flex-direction:column;gap:5px;min-width:140px}.audit-ref-field--grow{flex:1 1 340px}.audit-ref-field--date{min-width:145px}.audit-ref-field span{color:var(--audit-ref-hint);font-size:10px;line-height:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.audit-ref-field input,.audit-ref-field select{width:100%;min-height:34px;border:1px solid var(--audit-ref-border);border-radius:var(--audit-ref-radius-sm);background:var(--audit-ref-bg);color:var(--audit-ref-body);padding:8px 12px;font-family:inherit;font-size:13px;line-height:16px;outline:none}.audit-ref-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%239CA3AF' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;padding-right:28px}.audit-ref-field input:focus,.audit-ref-field select:focus{border-color:var(--audit-ref-teal)}.audit-ref-apply{min-height:34px;border:0;border-radius:var(--audit-ref-radius-sm);background:var(--audit-ref-dark);color:#fff;cursor:pointer;padding:8px 20px;font-family:inherit;font-size:13px;line-height:16px;font-weight:600}.audit-ref-count{display:inline-flex;align-items:center;gap:10px;margin:0 0 16px;color:var(--audit-ref-muted);font-size:12px;line-height:16px;font-weight:500}.audit-ref__timeline{display:flex;flex-direction:column;gap:20px}.audit-ref-group{display:flex;flex-direction:column;gap:8px}.audit-ref-group__label{display:flex;align-items:center;gap:10px;color:var(--audit-ref-hint);font-size:11px;line-height:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.audit-ref-group__label:after{content:"";height:1px;flex:1;background:var(--audit-ref-border)}.audit-ref-entry{overflow:hidden;border:1px solid var(--audit-ref-border);border-radius:var(--audit-ref-radius);background:var(--audit-ref-surface);transition:border-color .15s ease,box-shadow .15s ease}.audit-ref-entry:hover{border-color:var(--audit-ref-teal);box-shadow:0 2px 10px #0d948814}.audit-ref-entry__head{display:flex;align-items:center;gap:14px;width:100%;min-height:60px;border:0;background:transparent;padding:14px 18px;font-family:inherit;text-align:left;cursor:pointer}.audit-ref-entry__icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border-radius:50%;background:var(--audit-ref-blue-bg);color:var(--audit-ref-blue)}.audit-ref-entry--amber .audit-ref-entry__icon{background:var(--audit-ref-amber-bg);color:var(--audit-ref-amber)}.audit-ref-entry--teal .audit-ref-entry__icon{background:var(--audit-ref-teal-bg);color:var(--audit-ref-teal)}.audit-ref-entry--green .audit-ref-entry__icon{background:var(--audit-ref-green-bg);color:var(--audit-ref-green)}.audit-ref-entry--red .audit-ref-entry__icon{background:var(--audit-ref-red-bg);color:var(--audit-ref-red)}.audit-ref-entry__icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.4}.audit-ref-entry__body{display:flex;flex:1;flex-direction:column;min-width:0}.audit-ref-entry__body strong{overflow:hidden;color:var(--audit-ref-dark);font-size:13.5px;line-height:18px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.audit-ref-entry__body span{overflow:hidden;margin-top:3px;color:var(--audit-ref-muted);font-size:12px;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.audit-ref-badge{flex-shrink:0;border-radius:20px;padding:3px 10px;font-size:10.5px;line-height:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.audit-ref-badge--read{background:var(--audit-ref-blue-bg);color:var(--audit-ref-blue)}.audit-ref-badge--update{background:var(--audit-ref-amber-bg);color:var(--audit-ref-amber)}.audit-ref-badge--create{background:var(--audit-ref-green-bg);color:var(--audit-ref-green)}.audit-ref-badge--delete{background:var(--audit-ref-red-bg);color:var(--audit-ref-red)}.audit-ref-badge--carenote{background:var(--audit-ref-teal-bg);color:var(--audit-ref-teal-dark)}.audit-ref-entry__details{flex-shrink:0;color:var(--audit-ref-muted);font-size:12.5px;line-height:16px;font-weight:500}.audit-ref-entry__detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;border-top:1px solid var(--audit-ref-border);background:#fbfcfe;padding:14px 18px 16px}.audit-ref-entry__detail-card{min-width:0}.audit-ref-entry__detail-card span{display:block;margin-bottom:5px;color:var(--audit-ref-hint);font-size:10px;line-height:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.audit-ref-entry__detail-card strong{display:block;overflow-wrap:anywhere;color:var(--audit-ref-dark);font-size:12px;line-height:17px;font-weight:600}.audit-ref-empty{border:1.5px dashed var(--audit-ref-border);border-radius:var(--audit-ref-radius);background:var(--audit-ref-surface);padding:22px;color:var(--audit-ref-muted);font-size:13px;text-align:center}.audit-ref__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;color:var(--audit-ref-muted);font-size:12px}.audit-ref__pagination{display:flex;align-items:center;gap:8px}@media(max-width:1279px){.audit-ref__stats,.audit-ref-entry__detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){body:has(.audit-ref) .cb-main-content{padding-left:0;padding-top:56px}.audit-ref__crumb,.audit-ref__tabs,.audit-ref__content{padding-left:16px;padding-right:16px}.audit-ref__header,.audit-ref-banner,.audit-ref__footer{flex-direction:column;align-items:stretch}.audit-ref__stats,.audit-ref-entry__detail-grid{grid-template-columns:minmax(0,1fr)}.audit-ref-filter{align-items:stretch}.audit-ref-field,.audit-ref-field--grow,.audit-ref-apply{width:100%}.audit-ref-entry__head{align-items:flex-start;flex-wrap:wrap}.audit-ref-entry__body{min-width:calc(100% - 50px)}.audit-ref-entry__body strong,.audit-ref-entry__body span{white-space:normal}}.homes-ref{--homes-bg: #f4f6f8;--homes-surface: #ffffff;--homes-border: #e8eaed;--homes-dark: #111827;--homes-body: #374151;--homes-muted: #6b7280;--homes-hint: #9ca3af;--homes-teal: #0d9488;--homes-teal-bg: #f0fdfa;--homes-teal-dark: #0f766e;--homes-green: #16a34a;--homes-green-bg: #f0fdf4;--homes-amber: #d97706;--homes-amber-bg: #fffbeb;--homes-red: #dc2626;--homes-red-bg: #fef2f2;--homes-radius: 14px;--homes-radius-sm: 9px;min-height:calc(100vh - 56px);padding:28px 28px 80px;background:var(--homes-bg);color:var(--homes-dark);font-family:DM Sans,sans-serif;-webkit-font-smoothing:antialiased}body:has(.homes-ref){background:#f4f6f8}body:has(.homes-ref) .cb-main-content{padding:56px 0 0 220px;background:#f4f6f8}body:has(.homes-ref) .cb-navbar{height:56px;border-bottom:1px solid #e8eaed;background:#fff;box-shadow:none}body:has(.homes-ref) .cb-navbar-bg{height:56px;background:#fff;box-shadow:none}body:has(.homes-ref) .cb-sidebar-brand{height:72px;border-bottom:1px solid #e8eaed}body:has(.homes-ref) .cb-brand-mark{width:32px;height:32px;background:#0d9488;color:#fff;font-size:12px;font-weight:700}body:has(.homes-ref) .cb-brand-name{color:#111827;font-size:14px;font-weight:700}body:has(.homes-ref) .cb-menu-header{padding:8px 20px 4px;color:#9ca3af;font-size:10px;font-weight:600;letter-spacing:.08em}body:has(.homes-ref) .cb-sidebar-user{border-top:1px solid #e8eaed;background:#fff}body:has(.homes-ref) .cb-home-switcher select,body:has(.homes-ref) .cb-active-home{min-width:96px;border:1px solid #e8eaed;border-radius:20px;background:#f4f6f8;padding:6px 16px;color:#111827;font-size:13px;font-weight:500;text-align:center}.homes-ref__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.homes-ref__header h1{margin:0 0 4px;color:var(--homes-dark);font-size:26px;line-height:32px;font-weight:700;letter-spacing:-.03em}.homes-ref__header p{margin:0;color:var(--homes-muted);font-size:13.5px;line-height:20px}.homes-ref__add,.homes-ref__view{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:20px;background:var(--homes-dark);color:#fff;font-size:13px;font-weight:600;white-space:nowrap;transition:opacity .15s}.homes-ref__add{min-height:40px;padding:10px 22px}.homes-ref__add svg{width:14px;height:14px}.homes-ref__add:hover,.homes-ref__view:hover{color:#fff;opacity:.88}.homes-ref__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:28px}.homes-ref__stat{min-height:98px;border:1px solid var(--homes-border);border-radius:var(--homes-radius);background:var(--homes-surface);padding:20px 22px}.homes-ref__stat--risk{border-color:#fed7d7;background:#fff5f5}.homes-ref__stat span,.homes-ref__summary span{display:block;color:var(--homes-hint);font-size:10.5px;line-height:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.homes-ref__stat--risk span{color:var(--homes-red)}.homes-ref__stat strong{display:block;margin-top:10px;color:var(--homes-dark);font-size:32px;line-height:1;font-weight:700;letter-spacing:-.04em}.homes-ref__stat--risk strong{color:var(--homes-red)}.homes-ref__summary{display:flex;align-items:center;gap:28px;margin-bottom:28px;border-radius:var(--homes-radius);background:var(--homes-dark);padding:16px 22px}.homes-ref__summary div{display:flex;flex-direction:column;gap:3px}.homes-ref__summary span{color:#fff6;font-size:10px}.homes-ref__summary strong{color:#fff;font-size:16px;line-height:20px;font-weight:700}.homes-ref__summary .is-green,.homes-ref__home-stats .is-green{color:var(--homes-green)}.homes-ref__summary .is-amber,.homes-ref__home-stats .is-amber{color:#fcd34d}.homes-ref__summary .is-red,.homes-ref__home-stats .is-red{color:var(--homes-red)}.homes-ref__summary i{width:1px;height:36px;background:#ffffff1a}.homes-ref__summary p{margin:0 0 0 auto;color:#ffffff80;font-size:12.5px}.homes-ref__section-title{display:flex;align-items:center;gap:10px;margin-bottom:16px}.homes-ref__section-title span{width:10px;height:10px;flex-shrink:0;border-radius:50%;background:var(--homes-amber)}.homes-ref__section-title h2{margin:0;color:var(--homes-dark);font-size:20px;line-height:26px;font-weight:700;letter-spacing:-.02em}.homes-ref__card{display:flex;overflow:hidden;margin-bottom:14px;border:1px solid var(--homes-border);border-radius:var(--homes-radius);background:var(--homes-surface)}.homes-ref__accent{width:5px;flex-shrink:0;background:var(--homes-green)}.homes-ref__card--amber .homes-ref__accent{background:var(--homes-amber)}.homes-ref__card--muted .homes-ref__accent{background:var(--homes-hint)}.homes-ref__body{flex:1;min-width:0;padding:20px 22px}.homes-ref__card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.homes-ref__card-top h3{margin:0 0 4px;color:var(--homes-dark);font-size:17px;line-height:22px;font-weight:700}.homes-ref__card-top p{display:flex;align-items:center;gap:6px;margin:0;color:var(--homes-muted);font-size:12.5px}.homes-ref__card-top p span{width:7px;height:7px;border-radius:50%;background:var(--homes-hint)}.homes-ref__card-top p span.is-active{background:var(--homes-green)}.homes-ref__dots{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:0;border-radius:6px;background:transparent;color:var(--homes-hint)}.homes-ref__dots:hover{background:var(--homes-bg);color:var(--homes-dark)}.homes-ref__dots svg{width:16px;height:16px}.homes-ref__alert{display:flex;align-items:center;gap:10px;margin-bottom:14px;border:1px solid #fecaca;border-radius:var(--homes-radius-sm);background:var(--homes-red-bg);padding:10px 14px;color:var(--homes-red)}.homes-ref__alert span{display:inline-flex;width:22px;height:22px;flex-shrink:0;align-items:center;justify-content:center;border-radius:50%;background:var(--homes-red);color:#fff}.homes-ref__alert svg{width:11px;height:11px}.homes-ref__alert strong{font-size:13px;line-height:18px;font-weight:500}.homes-ref__home-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;margin-bottom:16px;border:1px solid var(--homes-border);border-radius:var(--homes-radius-sm)}.homes-ref__home-stats div{padding:12px 16px;border-right:1px solid var(--homes-border)}.homes-ref__home-stats div:last-child{border-right:0}.homes-ref__home-stats span{display:block;margin-bottom:4px;color:var(--homes-muted);font-size:11px;line-height:15px}.homes-ref__home-stats strong{display:block;color:var(--homes-dark);font-size:14px;line-height:18px;font-weight:700}.homes-ref__tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.homes-ref__tags span{display:inline-flex;align-items:center;min-height:26px;border-radius:20px;padding:4px 12px;font-size:11px;line-height:15px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.homes-ref__tags .tag-capacity{border:1px solid #99f6e4;background:var(--homes-teal-bg);color:var(--homes-teal-dark)}.homes-ref__tags .tag-risk{border:1px solid #fecaca;background:var(--homes-red-bg);color:var(--homes-red)}.homes-ref__tags .tag-ok{border:1px solid #bbf7d0;background:var(--homes-green-bg);color:var(--homes-green)}.homes-ref__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.homes-ref__view{min-height:36px;padding:9px 20px}.homes-ref__link{border:0;background:transparent;color:var(--homes-muted);font-family:DM Sans,sans-serif;font-size:13px;line-height:18px;font-weight:500}.homes-ref__link:hover{color:var(--homes-teal)}.homes-ref__empty{display:flex;flex-direction:column;gap:4px;border:1px dashed var(--homes-border);border-radius:var(--homes-radius);background:var(--homes-surface);padding:24px}.homes-ref__empty strong{color:var(--homes-dark);font-size:15px}.homes-ref__empty span{color:var(--homes-muted);font-size:13px}@media(max-width:1180px){.homes-ref__stats,.homes-ref__home-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.homes-ref__summary{flex-wrap:wrap}.homes-ref__summary p{width:100%;margin-left:0}}@media(max-width:1023px){body:has(.homes-ref) .cb-main-content{padding-left:0}}@media(max-width:767px){.homes-ref{padding:22px 16px 96px}.homes-ref__header{flex-direction:column}.homes-ref__stats,.homes-ref__home-stats{grid-template-columns:minmax(0,1fr)}.homes-ref__home-stats div{border-right:0;border-bottom:1px solid var(--homes-border)}.homes-ref__home-stats div:last-child{border-bottom:0}.homes-ref__summary{gap:16px}.homes-ref__summary i{display:none}}.home-settings-page{display:flex;flex-direction:column;gap:24px}.home-settings-hero,.home-settings-panel{border:1px solid #e8edf4;border-radius:28px;background:#fff;box-shadow:0 18px 42px #0f172a0f}.home-settings-hero{padding:30px 34px 26px}.home-settings-hero h1{margin:0;color:#21242c;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:28px;line-height:34px;font-weight:800;letter-spacing:-.04em}.home-settings-hero p{margin:10px 0 0;color:#707b8c;font-size:14px;line-height:22px;font-weight:500}.home-settings-panel{overflow:hidden}.home-settings-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:26px 28px 20px;border-bottom:1px solid #edf1f6}.home-settings-panel-header h2{margin:0;color:#21242c;font-size:17px;line-height:24px;font-weight:700}.home-settings-panel-header p{margin:8px 0 0;color:#707b8c;font-size:14px;line-height:22px;font-weight:500}.home-settings-action-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:20px}.home-settings-action-card{display:flex;flex-direction:column;justify-content:space-between;min-height:122px;border:1px solid #e8edf4;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcff);box-shadow:0 14px 32px #0f172a0f;padding:22px 20px 18px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.home-settings-action-card:hover{transform:translateY(-1px);border-color:#5faf9c59;box-shadow:0 18px 36px #0f172a14}.home-settings-action-card strong{display:block;color:#21242c;font-size:15px;line-height:22px;font-weight:700}.home-settings-action-card span{display:block;margin-top:10px;color:#707b8c;font-size:13px;line-height:20px;font-weight:500}.home-settings-homes-list{display:flex;flex-direction:column;gap:16px;padding:20px}.home-settings-home-row{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #e8edf4;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcff);box-shadow:0 14px 30px #0f172a0d;padding:20px 22px}.home-settings-home-main{min-width:0}.home-settings-home-title{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.home-settings-home-title h3{margin:0;color:#21242c;font-size:16px;line-height:22px;font-weight:700}.home-settings-home-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:#e6f3ef;color:#3e8c7b;font-size:11px;line-height:16px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.home-settings-home-meta,.home-settings-home-manager{margin:8px 0 0;color:#667281;font-size:13px;line-height:19px;font-weight:500}.home-settings-home-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.home-settings-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 20px;border-radius:999px;border:0;background:#edf2f7;color:#5f6f86;font-size:13px;line-height:18px;font-weight:700;box-shadow:inset 0 0 0 1px #e0e6eeb8;transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.home-settings-button:hover{background:#e7edf5;color:#3f4d62;transform:translateY(-1px)}.home-settings-button.is-primary{background:#17181c!important;color:#fff!important;box-shadow:0 16px 30px #17181c2e}.home-settings-button.is-primary:hover{background:#101114!important;color:#fff!important}.home-settings-edit-shell .home-settings-panel-header{align-items:center}.home-settings-edit-shell .home-settings-panel-header p{max-width:720px}.home-settings-edit-form{padding:24px 20px 20px}.home-settings-edit-actions{display:flex;align-items:center;gap:14px;margin-top:24px}.home-settings-edit-link{color:#707b8c;font-size:14px;line-height:20px;font-weight:700}.home-settings-edit-link:hover{color:#3e8c7b}.home-settings-empty{margin:20px;border:1px dashed #dbe3ee;border-radius:20px;background:#fbfcff;padding:18px 20px;color:#707b8c;font-size:14px;line-height:22px;font-weight:500}.settings-page{--settings-bg: #f4f6f8;--settings-surface: #ffffff;--settings-border: #e8eaed;--settings-dark: #111827;--settings-body: #374151;--settings-muted: #6b7280;--settings-hint: #9ca3af;--settings-teal: #0d9488;--settings-teal-bg: #f0fdfa;--settings-teal-dark: #0f766e;--settings-green: #16a34a;--settings-green-bg: #f0fdf4;--settings-amber: #d97706;--settings-amber-bg: #fffbeb;--settings-red: #dc2626;--settings-red-bg: #fef2f2;--settings-blue: #2563eb;--settings-blue-bg: #eff6ff;--settings-radius: 14px;--settings-radius-sm: 9px;display:flex;flex-direction:column;gap:16px;color:var(--settings-dark)}body:has(.settings-home-ref){background:#f4f6f8}body:has(.settings-home-ref) .cb-main-content{padding:56px 0 0 220px;background:#f4f6f8}body:has(.settings-home-ref) .cb-navbar{height:56px;border-bottom:1px solid #e8eaed;background:#fff;box-shadow:none}body:has(.settings-home-ref) .cb-navbar-bg{height:56px;background:#fff;box-shadow:none}body:has(.settings-home-ref) .cb-sidebar-brand{height:72px;border-bottom:1px solid #e8eaed}body:has(.settings-home-ref) .cb-brand-mark{width:32px;height:32px;background:#0d9488;color:#fff;font-size:12px;font-weight:700}body:has(.settings-home-ref) .cb-brand-name{color:#111827;font-size:14px;font-weight:700}body:has(.settings-home-ref) .cb-menu-header{padding:8px 20px 4px;color:#9ca3af;font-size:10px;font-weight:600;letter-spacing:.08em}body:has(.settings-home-ref) .cb-sidebar-user{border-top:1px solid #e8eaed;background:#fff}body:has(.settings-home-ref) .cb-home-switcher select,body:has(.settings-home-ref) .cb-active-home{min-width:154px;border:1px solid #e8eaed;border-radius:20px;background:#f4f6f8;padding:6px 16px;color:#111827;font-size:13px;font-weight:500;text-align:center}body:has(.settings-home-ref) .cb-top-search{width:260px;min-height:34px;border:1px solid #e8eaed;border-radius:20px;background:#f4f6f8;padding:7px 14px;color:#9ca3af;box-shadow:none}body:has(.settings-home-ref) .cb-top-search svg{width:14px;height:14px;color:#9ca3af}body:has(.settings-home-ref) .cb-top-search span{color:#9ca3af;font-size:13px;font-weight:500}body:has(.settings-home-ref) .cb-top-icon{width:34px;height:34px;border:1px solid #e8eaed;border-radius:9px;background:#fff;color:#6b7280;box-shadow:none}body:has(.settings-home-ref) .cb-top-link{color:#6b7280;font-size:13px;font-weight:500}body:has(.settings-home-ref) .cb-navbar form[action*=logout] button{height:34px;border:1px solid #e8eaed;border-radius:8px;background:#fff;padding:0 14px;color:#111827;font-size:13px;font-weight:500;box-shadow:none}.settings-home-ref{min-height:calc(100vh - 56px);padding:24px 28px 80px}.settings-page__hero,.settings-page .page-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:0;border:1px solid var(--settings-border);border-radius:var(--settings-radius);background:var(--settings-surface);padding:22px 24px}.settings-page__hero--stacked{flex-direction:column;align-items:flex-start;gap:4px}.settings-page__title,.settings-page .page-title{margin:0;color:var(--settings-dark);font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:22px;line-height:28px;font-weight:800;letter-spacing:-.02em}.settings-page__sub,.settings-page .page-sub{margin:3px 0 0;color:var(--settings-muted);font-size:13px;line-height:20px;font-weight:500}.settings-page .section-card,.settings-page .password-section,.settings-page .info-card{border:1px solid var(--settings-border);border-radius:var(--settings-radius);background:var(--settings-surface)}.settings-page .section-card{padding:22px 24px}.settings-page .section-title,.settings-page .password-title,.settings-page .info-card-title{margin:0 0 6px;color:var(--settings-dark);font-size:16px;line-height:22px;font-weight:800}.settings-page .section-sub{margin:0 0 18px;color:var(--settings-muted);font-size:13px;line-height:20px;font-weight:500}.settings-page .section-divider{height:1px;margin:16px 0;background:var(--settings-border)}.settings-page .btn-ghost,.settings-page .btn-dark,.settings-page .btn-teal{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border-radius:999px;padding:8px 18px;font-size:13px;line-height:18px;font-weight:700;transition:border-color .15s ease,color .15s ease,opacity .15s ease,background .15s ease;white-space:nowrap}.settings-page .btn-ghost{border:1px solid var(--settings-border);background:var(--settings-surface);color:var(--settings-muted)}.settings-page .btn-ghost:hover{border-color:var(--settings-teal);color:var(--settings-teal)}.settings-page .btn-dark{border:0;background:var(--settings-dark);color:#fff}.settings-page .btn-teal{border:0;background:var(--settings-teal);color:#fff}.settings-page .btn-dark:hover,.settings-page .btn-teal:hover{color:#fff;opacity:.88}.settings-page .fg2,.settings-page .fg3{display:grid;gap:14px;margin-bottom:14px}.settings-page .fg2{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-page .fg3{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-page .f-field{display:flex;flex-direction:column;gap:5px}.settings-page .f-label{color:var(--settings-hint);font-size:10.5px;line-height:14px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.settings-page .f-inp,.settings-page .f-ta,.settings-page form input:not([type=checkbox]):not([type=hidden]):not([type=file]):not(.auth-field__control),.settings-page form select,.settings-page form textarea{width:100%;border:1px solid var(--settings-border);border-radius:var(--settings-radius-sm);background:var(--settings-bg);color:var(--settings-body);font-size:13px;line-height:20px;box-shadow:none;outline:none;transition:border-color .15s ease,background .15s ease}.settings-page .f-inp{min-height:40px;padding:9px 13px}.settings-page form input:not([type=checkbox]):not([type=hidden]):not([type=file]):not(.auth-field__control),.settings-page form select{min-height:40px;padding:9px 13px}.settings-page .f-ta,.settings-page form textarea{min-height:84px;padding:9px 13px;resize:vertical}.settings-page select.f-inp{padding-right:32px}.settings-page .f-inp:focus,.settings-page .f-ta:focus,.settings-page form input:not([type=checkbox]):not([type=hidden]):not([type=file]):not(.auth-field__control):focus,.settings-page form select:focus,.settings-page form textarea:focus{border-color:var(--settings-teal);background:var(--settings-surface);box-shadow:none}.settings-page form label.block{color:var(--settings-hint);font-size:10.5px;line-height:14px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.settings-page .f-file-row{display:flex;align-items:center;gap:10px;border:1px solid var(--settings-border);border-radius:var(--settings-radius-sm);background:var(--settings-bg);padding:8px 12px}.settings-page .f-file-row input{width:100%;color:var(--settings-muted);font-size:12.5px}.settings-page .field-error{color:var(--settings-red);font-size:12px;line-height:18px}.settings-page .quick-action-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.settings-page .qa-card{display:block;border:1px solid var(--settings-border);border-radius:var(--settings-radius);background:var(--settings-surface);padding:18px 20px;transition:border-color .15s ease,box-shadow .15s ease}.settings-page .qa-card:hover{border-color:var(--settings-teal);box-shadow:0 2px 12px #0d94881a}.settings-page .qa-title{margin-bottom:8px;color:var(--settings-dark);font-size:14px;font-weight:800}.settings-page .qa-desc{color:var(--settings-muted);font-size:12.5px;line-height:1.5}.settings-page .home-row{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--settings-border);border-radius:var(--settings-radius);background:var(--settings-surface);padding:18px 22px}.settings-page .home-row+.home-row{margin-top:10px}.settings-page .home-row-name{display:flex;align-items:center;gap:10px;margin-bottom:3px;color:var(--settings-dark);font-size:15px;font-weight:800}.settings-page .current-badge{border:1px solid #99f6e4;border-radius:999px;background:var(--settings-teal-bg);color:var(--settings-teal-dark);padding:3px 10px;font-size:10.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.settings-page .home-row-meta{color:var(--settings-muted);font-size:12.5px}.settings-page .home-row-right{display:flex;gap:8px;flex-shrink:0;flex-wrap:wrap}.settings-page .edit-section{border:1px solid var(--settings-border);border-radius:var(--settings-radius);background:var(--settings-surface);padding:22px 24px}.settings-page .edit-section-title{margin-bottom:16px;border-bottom:1px solid var(--settings-border);padding-bottom:12px;color:var(--settings-dark);font-size:15px;font-weight:800}.settings-page .doc-upload-zone{display:block;border:1.5px dashed var(--settings-border);border-radius:var(--settings-radius-sm);background:var(--settings-bg);padding:28px;text-align:center}.settings-page .doc-upload-zone:hover{border-color:var(--settings-teal)}.settings-page .doc-upload-icon{display:flex;width:36px;height:36px;align-items:center;justify-content:center;margin:0 auto 10px;border-radius:999px;background:var(--settings-surface)}.settings-page .doc-upload-icon svg{width:16px;height:16px;fill:none;stroke:var(--settings-muted);stroke-width:1.5}.settings-page .doc-upload-title{display:block;color:var(--settings-dark);font-size:13.5px;font-weight:700}.settings-page .doc-upload-sub,.settings-page .doc-empty{display:block;margin-top:3px;color:var(--settings-muted);font-size:12.5px}.settings-page .doc-empty{margin-top:8px}.settings-page .settings-details{margin-top:16px;border:1px solid var(--settings-border);border-radius:var(--settings-radius-sm);background:var(--settings-surface);padding:14px 16px}.settings-page .settings-details summary{cursor:pointer;color:var(--settings-dark);font-size:13.5px;font-weight:800}.settings-page .settings-details[open] summary{margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--settings-border)}.settings-page .settings-active-row{display:flex;align-items:center;gap:10px;margin-top:16px}.settings-page .settings-active-row input[type=checkbox]{width:16px;height:16px;border:1px solid var(--settings-border);border-radius:4px;color:var(--settings-teal)}.settings-page .settings-active-row label{color:var(--settings-body);font-size:13px;font-weight:700}.settings-page .settings-form-actions{display:flex;align-items:center;gap:10px;margin-top:16px;flex-wrap:wrap}.settings-page .notif-filter-row{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.settings-page .notif-filter-chip{border:1px solid var(--settings-border);border-radius:999px;background:var(--settings-surface);color:var(--settings-muted);padding:6px 14px;font-size:12.5px;font-weight:700}.settings-page .notif-filter-chip.active,.settings-page .notif-filter-chip:hover{border-color:var(--settings-teal);background:var(--settings-teal);color:#fff}.settings-page .notif-list{display:flex;flex-direction:column;gap:8px}.settings-page .notif-item{display:flex;align-items:flex-start;gap:14px;border:1px solid var(--settings-border);border-radius:var(--settings-radius);background:var(--settings-surface);padding:16px 18px;transition:border-color .15s ease}.settings-page .notif-item:hover{border-color:var(--settings-teal)}.settings-page .notif-item.unread{border-left:3px solid var(--settings-teal);background:var(--settings-teal-bg)}.settings-page .notif-icon{display:flex;width:36px;height:36px;flex-shrink:0;align-items:center;justify-content:center;border-radius:999px}.settings-page .notif-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6}.settings-page .ni-red{background:var(--settings-red-bg);color:var(--settings-red)}.settings-page .ni-amber{background:var(--settings-amber-bg);color:var(--settings-amber)}.settings-page .ni-teal{background:var(--settings-teal-bg);color:var(--settings-teal)}.settings-page .ni-blue{background:var(--settings-blue-bg);color:var(--settings-blue)}.settings-page .notif-body{flex:1;min-width:0}.settings-page .notif-title{margin-bottom:3px;color:var(--settings-dark);font-size:13.5px;font-weight:800}.settings-page .notif-desc{color:var(--settings-muted);font-size:12.5px;line-height:1.45}.settings-page .notif-time{color:var(--settings-hint);font-size:11.5px;white-space:nowrap}.settings-page .unread-dot{width:8px;height:8px;margin-top:6px;border:0;border-radius:999px;background:var(--settings-teal);cursor:pointer}.settings-page .notif-empty{border:1px solid var(--settings-border);border-radius:var(--settings-radius);background:var(--settings-surface);padding:48px 24px;text-align:center}.settings-page .notif-empty-title{color:var(--settings-body);font-size:14px;font-weight:800}.settings-page .notif-empty-sub{margin-top:4px;color:var(--settings-hint);font-size:13px}.settings-page .profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:16px;align-items:start}.settings-page .profile-main,.settings-page .profile-side{display:flex;flex-direction:column;gap:14px}.settings-page .account-summary{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:10px;margin-top:18px}.settings-page .as-item{min-width:0;border:1px solid var(--settings-border);border-radius:var(--settings-radius-sm);background:#f8fafc;padding:14px 16px 13px}.settings-page .ic-row,.settings-page .toggle-row{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--settings-border);padding:7px 0;font-size:13px}.settings-page .ic-row:last-child,.settings-page .toggle-row:last-child{border-bottom:0}.settings-page .as-key{display:block;margin-bottom:7px;color:var(--settings-hint);font-size:10.5px;line-height:14px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.settings-page .ic-key{color:var(--settings-dark);font-weight:800}.settings-page .as-val{display:block;min-width:0;color:var(--settings-body);font-size:13.5px;line-height:19px;font-weight:700;overflow-wrap:anywhere;text-align:left}.settings-page .ic-val{color:var(--settings-muted);text-align:right;color:var(--settings-dark);font-weight:800}.settings-page .ic-val.teal{color:var(--settings-teal)}.settings-page .ic-val.amber{color:var(--settings-amber)}.settings-page .password-section,.settings-page .info-card{padding:20px 24px}.settings-page .password-sub{margin:0 0 16px;color:var(--settings-muted);font-size:13px;line-height:1.5}.settings-page .dbs-empty,.settings-page .cert-empty{color:var(--settings-hint);font-size:13px}.settings-page .toggle-label{color:var(--settings-body);font-size:13px}.settings-page .toggle-label-sub{margin-top:2px;color:var(--settings-hint);font-size:11.5px}.settings-page .toggle-track{position:relative;width:36px;height:20px;flex-shrink:0;border-radius:999px;background:var(--settings-border)}.settings-page .toggle-track.on{background:var(--settings-teal)}.settings-page .toggle-thumb{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:999px;background:#fff;box-shadow:0 1px 3px #0003}.settings-page .toggle-track.on .toggle-thumb{left:18px}.settings-page .nav-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.settings-page .search-results-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.settings-page .result-card{display:block;border:1px solid var(--settings-border);border-radius:var(--settings-radius-sm);padding:13px 14px;transition:border-color .15s ease,background .15s ease}.settings-page .result-card:hover{border-color:var(--settings-teal);background:var(--settings-teal-bg)}.settings-page .result-card strong{display:block;color:var(--settings-dark);font-size:13.5px}.settings-page .result-card span,.settings-page .result-card small{display:block;margin-top:4px;color:var(--settings-muted);font-size:12px;line-height:18px}.theme-dark .settings-page{--settings-bg: #111827;--settings-surface: #1f2937;--settings-border: #2f3b4f;--settings-dark: #f8fafc;--settings-body: #d3dae5;--settings-muted: #a8b3c4;--settings-hint: #8290a5;--settings-teal-bg: #123832;--settings-green-bg: #123420;--settings-amber-bg: #3b2c13;--settings-red-bg: #3a1820;--settings-blue-bg: #172a4d}@media(max-width:1240px){.home-settings-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:960px){.home-settings-home-row,.home-settings-panel-header{flex-direction:column;align-items:flex-start}.home-settings-home-actions{width:100%}}@media(max-width:767px){.settings-page .page-hero,.settings-page__hero,.settings-page .home-row{flex-direction:column;align-items:flex-start}.settings-page .fg2,.settings-page .fg3,.settings-page .quick-action-grid,.settings-page .nav-card-grid,.settings-page .search-results-grid,.settings-page .account-summary,.settings-page .profile-layout{grid-template-columns:minmax(0,1fr)}.settings-page .home-row-right,.settings-page .btn-ghost,.settings-page .btn-dark,.settings-page .btn-teal{width:100%}.settings-page .home-row-right{flex-direction:column}.home-settings-hero{padding:24px 20px 22px}.home-settings-panel-header,.home-settings-edit-form,.home-settings-homes-list,.home-settings-action-grid{padding-left:16px;padding-right:16px}.home-settings-action-grid{grid-template-columns:minmax(0,1fr)}.home-settings-home-actions{flex-direction:column;align-items:stretch}.home-settings-button{width:100%}.home-settings-edit-actions{flex-direction:column;align-items:flex-start}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}input:where([type=text]),input:where(:not([type])),input:where([type=email]),input:where([type=url]),input:where([type=password]),input:where([type=number]),input:where([type=date]),input:where([type=datetime-local]),input:where([type=month]),input:where([type=search]),input:where([type=tel]),input:where([type=time]),input:where([type=week]),select:where([multiple]),textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}input:where([type=text]):focus,input:where(:not([type])):focus,input:where([type=email]):focus,input:where([type=url]):focus,input:where([type=password]):focus,input:where([type=number]):focus,input:where([type=date]):focus,input:where([type=datetime-local]):focus,input:where([type=month]):focus,input:where([type=search]):focus,input:where([type=tel]):focus,input:where([type=time]):focus,input:where([type=week]):focus,select:where([multiple]):focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}select:where([multiple]),select:where([size]:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}input:where([type=checkbox]),input:where([type=radio]){-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}input:where([type=checkbox]){border-radius:0}input:where([type=radio]){border-radius:100%}input:where([type=checkbox]):focus,input:where([type=radio]):focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}input:where([type=checkbox]):checked,input:where([type=radio]):checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}input:where([type=checkbox]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media(forced-colors:active){input:where([type=checkbox]):checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=radio]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media(forced-colors:active){input:where([type=radio]):checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=checkbox]):checked:hover,input:where([type=checkbox]):checked:focus,input:where([type=radio]):checked:hover,input:where([type=radio]):checked:focus{border-color:transparent;background-color:currentColor}input:where([type=checkbox]):indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media(forced-colors:active){input:where([type=checkbox]):indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=checkbox]):indeterminate:hover,input:where([type=checkbox]):indeterminate:focus{border-color:transparent;background-color:currentColor}input:where([type=file]){background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}input:where([type=file]):focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--cb-page-bg);color:var(--color-text-primary);font-size:14px;letter-spacing:.1px}a{transition:color .2s ease}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.yp-board{width:100%;max-width:1120px;padding:12px 8px 36px}.yp-board__hero{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:36px}.yp-board__hero-copy h1{margin:0;color:#2f3941;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:58px;line-height:1.02;font-weight:800;letter-spacing:-.06em}.yp-board__hero-copy p{margin:10px 0 0;color:#5f666d;font-size:15px;line-height:24px;font-weight:500}.yp-board__tabs{display:inline-flex;align-items:center;gap:6px;padding:6px;border-radius:999px;background:#eef2f5;box-shadow:inset 0 0 0 1px #e9eef3f2}.yp-board__tab{display:inline-flex;align-items:center;justify-content:center;min-width:112px;min-height:42px;padding:0 18px;border-radius:999px;color:#67717a;font-size:14px;line-height:20px;font-weight:600}.yp-board__tab.is-active{background:#fff;color:#30363d;box-shadow:0 10px 24px #1e293b14}.yp-board__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;align-items:stretch}.yp-resident-card,.yp-add-card{min-height:330px;border-radius:34px;background:#fff;box-shadow:0 28px 48px #0f172a14}.yp-resident-card:hover,.yp-add-card:hover{transform:translateY(-2px);box-shadow:0 32px 56px #0f172a1c}.yp-add-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:26px;border:2px dashed #d9dde4;background:#ffffff8f;color:#5a646d}.yp-add-card__icon{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:999px;background:#eff2f4;color:#22252a}.yp-add-card__icon svg{width:22px;height:22px}.yp-add-card strong{color:#545c63;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:16px;line-height:22px;font-weight:700;text-align:center}.yp-add-card span:last-child{color:#8b9299;font-size:14px;line-height:20px;font-weight:500;text-align:center}.yp-board__footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:20px;padding-top:30px;border-top:1px solid #e8edf2}.yp-board__footer-copy{margin:0;color:#7a828a;font-size:15px;line-height:22px;font-weight:500}.yp-pagination{display:inline-flex;align-items:center;gap:12px}.yp-pagination__arrow,.yp-pagination__page{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:#eef2f3;color:#56606b;font-size:17px;line-height:22px;font-weight:600}.yp-pagination__arrow svg{width:18px;height:18px}.yp-pagination__page.is-active{background:#67676c;color:#fff}.yp-pagination__arrow.is-disabled{pointer-events:none;opacity:.5}.yp-board__empty{display:flex;align-items:center;justify-content:center;min-height:240px;padding:24px;border-radius:34px;background:#fff;box-shadow:0 28px 48px #0f172a14;color:#6f7680;font-size:15px;line-height:22px;font-weight:600;grid-column:1 / -1}@media(max-width:1380px){.yp-board__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1180px){.yp-board__hero{flex-direction:column;align-items:flex-start}.yp-board__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.yp-board__footer{flex-direction:column;align-items:flex-start}}@media(max-width:767px){.yp-board-shell{padding:22px 14px 26px;border-radius:24px}.yp-board{padding:4px 0 28px}.yp-board__hero-copy h1{font-size:42px}.yp-board__tabs{width:100%;justify-content:space-between}.yp-board__tab{min-width:0;flex:1}.yp-board__grid{grid-template-columns:minmax(0,1fr)}.yp-board__action-row{justify-content:stretch}.yp-board__primary-action{width:100%;justify-content:center}}.yp-profile-shell{display:flex;flex-direction:column;gap:26px;padding:6px 8px 36px}.yp-profile-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:32px}.yp-profile-hero__identity{display:flex;align-items:flex-end;gap:22px}.yp-profile-hero__photo-wrap{position:relative;flex-shrink:0}.yp-profile-hero__photo{width:112px;height:112px;border-radius:22px;-o-object-fit:cover;object-fit:cover;box-shadow:0 22px 40px #0f172a1f}.yp-profile-hero__photo--initials{display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#dbe7ff,#bfd0f8);color:#2058b8;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:34px;line-height:1;font-weight:800}.yp-profile-hero__photo-status{position:absolute;right:-4px;bottom:-4px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#0a7d55;border:4px solid #ffffff;box-shadow:0 10px 20px #0f172a1f}.yp-profile-hero__photo-status-dot{width:8px;height:8px;border-radius:999px;background:#fff}.yp-profile-hero__copy h1{margin:0;color:#2e3941;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:60px;line-height:.95;font-weight:800;letter-spacing:-.07em}.yp-profile-hero__nickname{margin:12px 0 0;color:#9da5ae;font-size:18px;line-height:24px;font-weight:500}.yp-profile-hero__meta{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:14px;color:#46515a;font-size:14px;line-height:20px;font-weight:600}.yp-profile-hero__meta span{display:inline-flex;align-items:center;gap:8px}.yp-profile-hero__meta svg{width:16px;height:16px;color:#66717c}.yp-profile-hero__placement-pill{display:inline-flex;align-items:center;gap:8px;min-height:31px;margin-top:14px;padding:0 14px;border-radius:999px;background:#62efad;color:#08714d;font-size:12px;line-height:16px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}button.yp-profile-hero__placement-pill{transition:filter .2s ease}button.yp-profile-hero__placement-pill:hover{filter:brightness(.98)}.yp-profile-hero__placement-dot{width:7px;height:7px;border-radius:999px;background:#0b784e}.yp-profile-hero__placement-pill svg{width:13px;height:13px}.yp-profile-hero__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.yp-profile-hero__action{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;padding:0 18px;border-radius:999px;font-size:14px;line-height:20px;font-weight:700}.yp-profile-hero__action--ghost{border:1px solid #e3e8ee;background:#fff;color:#6a7077}.yp-profile-hero__action--primary{background:#67676c;color:#fff;box-shadow:0 16px 28px #21252929}.yp-profile-hero__action--primary:hover{color:#fff;background:#595a5f}.yp-profile-hero__action svg{width:15px;height:15px}.yp-profile-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-radius:22px;overflow:hidden;border:1px solid #dfe5ec;background:#fff;box-shadow:0 18px 36px #0f172a0f}.yp-profile-summary__cell{padding:18px 20px 16px;border-right:1px solid #e7edf3}.yp-profile-summary__cell:last-child{border-right:0}.yp-profile-summary__cell span{display:block;margin-bottom:10px;color:#7d8790;font-size:10px;line-height:14px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.yp-profile-summary__cell strong{color:#353f47;font-size:16px;line-height:22px;font-weight:700}.yp-profile-tabs{display:flex;align-items:center;gap:34px;border-bottom:1px solid #e4eaf0;padding:0 4px}.yp-profile-tabs__link{display:inline-flex;align-items:center;gap:8px;position:relative;padding:14px 0 16px;color:#767f87;font-size:13px;line-height:18px;font-weight:500}.yp-profile-tabs__link.is-active{color:#2f3941;font-weight:600}.yp-profile-tabs__link.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;border-radius:999px;background:#4b535a}.yp-profile-panels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:start}.yp-profile-card{min-height:350px;border-radius:26px;background:#f3f6f8;padding:20px 20px 22px;box-shadow:0 20px 40px #0f172a0d}.yp-profile-card--wellbeing{min-height:406px}.yp-profile-card__head{display:flex;align-items:center;gap:12px;margin-bottom:18px;color:#2f3941}.yp-profile-card__head h2{margin:0;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:16px;line-height:22px;font-weight:700;letter-spacing:-.03em}.yp-profile-card__icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px}.yp-profile-card__icon svg{width:16px;height:16px}.yp-profile-card__icon--blue{background:#d9e7ff;color:#4f7ee7}.yp-profile-card__icon--neutral{background:#efedf1;color:#7f7a86}.yp-profile-card__icon--green{background:#63efad;color:#0c7d55}.yp-profile-card__body{display:flex;flex-direction:column;gap:16px}.yp-profile-card__body--stack{gap:18px}.yp-profile-double{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.yp-profile-field span{display:block;margin-bottom:6px;color:#8a949e;font-size:10px;line-height:14px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.yp-profile-field strong{display:block;color:#3a434b;font-size:15px;line-height:22px;font-weight:700}.yp-profile-field small{display:block;margin-top:4px;color:#a2a9b1;font-size:11px;line-height:16px;font-weight:500}.yp-profile-field p{margin:0;color:#5f676e;font-size:14px;line-height:21px;font-weight:500}.yp-profile-social{margin-top:2px;padding-top:18px;border-top:1px solid #dfe5ec}.yp-profile-social__label{display:block;margin-bottom:10px;color:#8a949e;font-size:10px;line-height:14px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.yp-profile-social__card{display:flex;align-items:center;gap:10px;margin-bottom:10px}.yp-profile-social__avatar{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:#fff;color:#858e97;box-shadow:inset 0 0 0 1px #e0e7ee}.yp-profile-social__avatar svg{width:16px;height:16px}.yp-profile-social__card strong{display:block;color:#3a434b;font-size:14px;line-height:18px;font-weight:700}.yp-profile-social__card small{display:block;margin-top:2px;color:#8a949e;font-size:11px;line-height:15px;font-weight:500}.yp-profile-social__meta{display:flex;align-items:center;gap:6px;color:#7a848d;font-size:12px;line-height:18px;font-weight:500}.yp-profile-social__meta+.yp-profile-social__meta{margin-top:6px}.yp-profile-social__meta-icon{display:inline-flex;align-items:center;justify-content:center;width:12px;height:12px}.yp-profile-social__meta-icon svg{width:12px;height:12px}.yp-profile-chip-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px}.yp-profile-chip{display:inline-flex;align-items:center;min-height:22px;padding:0 10px;border-radius:999px;font-size:9px;line-height:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.yp-profile-risk-box{margin-top:auto;border-radius:18px;background:#fff;padding:14px 16px;box-shadow:0 14px 28px #0f172a0f}.yp-profile-risk-box__title{display:inline-flex;align-items:center;gap:8px;margin-bottom:8px;color:#bf5d6f;font-size:11px;line-height:15px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.yp-profile-risk-box__title svg{width:14px;height:14px}.yp-profile-risk-box p{margin:0;color:#6b737b;font-size:12px;line-height:18px;font-weight:500}.yp-profile-card__links{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.yp-profile-card__links a{color:#4f5c6b;font-size:12px;line-height:18px;font-weight:700}.yp-profile-extra{border-radius:24px;background:#f3f6f8;box-shadow:0 18px 36px #0f172a0d;overflow:hidden}.yp-profile-extra__summary{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;text-align:left}.yp-profile-extra__summary-main{display:flex;align-items:center;gap:12px}.yp-profile-extra__summary-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;color:#6d7379}.yp-profile-extra__summary-icon svg,.yp-profile-extra__summary-arrow svg{width:16px;height:16px}.yp-profile-extra__summary-text strong{display:block;color:#40474d;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:16px;line-height:22px;font-weight:700}.yp-profile-extra__summary-text small{color:#9ca4ab;font-size:11px;line-height:16px;font-weight:500}.yp-profile-extra__summary-arrow{color:#7a8087;transition:transform .2s ease}.yp-profile-extra__summary-arrow.is-open{transform:rotate(180deg)}.yp-profile-extra__body{border-top:1px solid #e1e7ee;padding:22px 20px 24px}.yp-profile-extra__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 34px}.yp-profile-note-quote{border-left:4px solid #6a7077;border-radius:12px;background:#fff;padding:14px 16px;color:#6b727a;font-size:12px;line-height:18px;font-weight:500;box-shadow:0 12px 24px #0f172a0d}.yp-whereabouts-page{display:flex;flex-direction:column;gap:22px}.yp-whereabouts-page__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 4px 0}.yp-whereabouts-page__head h2{margin:0;color:#2f3941;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:24px;line-height:30px;font-weight:700;letter-spacing:-.04em}.yp-whereabouts-page__action{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:0 16px;border-radius:999px;border:1px solid #e2e8ef;background:#fff;color:#7b8087;font-size:12px;line-height:16px;font-weight:700;box-shadow:0 10px 18px #0f172a0d}.yp-whereabouts-page__action svg{width:14px;height:14px}.yp-whereabouts-list{display:flex;flex-direction:column;gap:14px}.yp-whereabouts-item{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.25fr;gap:24px;align-items:start;border-radius:22px;background:#fff;padding:16px 18px;box-shadow:0 18px 36px #0f172a0f}.yp-whereabouts-item__status{display:flex;align-items:flex-start;gap:14px}.yp-whereabouts-item__dot{width:12px;height:12px;margin-top:4px;border-radius:999px;background:currentColor;box-shadow:0 0 0 4px #0000000a;flex-shrink:0}.yp-whereabouts-item__meta-block span{display:block;margin-bottom:6px;color:#9aa3ab;font-size:9px;line-height:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.yp-whereabouts-item__meta-block strong{display:block;color:#46515a;font-size:15px;line-height:21px;font-weight:700}.yp-whereabouts-item__meta-block p{margin:0;color:#6f7881;font-size:13px;line-height:20px;font-weight:500}.yp-whereabouts-item__badge{display:inline-flex;align-items:center;min-height:18px;padding:0 8px;border-radius:999px;font-size:8px;line-height:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.yp-whereabouts-item--danger .yp-whereabouts-item__meta-block strong,.yp-whereabouts-item--danger .yp-whereabouts-item__person strong{color:#b4233b}.yp-whereabouts-item--danger .yp-whereabouts-item__dot{background:#c21f3a;box-shadow:0 0 0 4px #c21f3a1a}.yp-whereabouts-item__person{display:inline-flex;align-items:center;gap:8px}.yp-whereabouts-item__person-avatar{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#eef2f5;color:#56606b;font-size:9px;line-height:1;font-weight:800}.yp-whereabouts-support-list{display:flex;flex-direction:column;gap:12px}.yp-whereabouts-support-item{display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:16px;background:#fff;padding:14px 16px;box-shadow:0 12px 24px #0f172a0d}.yp-whereabouts-support-item strong{display:block;color:#46515a;font-size:14px;line-height:20px;font-weight:700}.yp-whereabouts-support-item p,.yp-whereabouts-support-item span{margin:2px 0 0;color:#6f7881;font-size:13px;line-height:18px;font-weight:500}.yp-incidents-page{display:flex;flex-direction:column;gap:18px}.yp-incidents-page__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0 0}.yp-incidents-page__head h2{margin:0;color:#2f3941;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:22px;line-height:28px;font-weight:700;letter-spacing:-.04em}.yp-incidents-page__action{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 16px;border-radius:999px;border:1px solid #e2e8ef;background:#fff;color:#7b8087;font-size:12px;line-height:16px;font-weight:700;box-shadow:0 10px 18px #0f172a0d}.yp-incidents-page__action svg{width:14px;height:14px}.yp-incidents-table{border-radius:24px;overflow:hidden;border:1px solid #e1e7ee;background:#fff;box-shadow:0 22px 40px #0f172a0f}.yp-incidents-table__head,.yp-incidents-row{display:grid;grid-template-columns:minmax(160px,1.25fr) minmax(96px,.62fr) minmax(112px,.9fr) minmax(260px,1.9fr) 44px;-moz-column-gap:18px;column-gap:18px;align-items:center}.yp-incidents-table__head{padding:18px 28px 16px;background:#f8fafc;border-bottom:1px solid #edf1f5}.yp-incidents-table__head span{color:#8c95a0;font-size:10px;line-height:14px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.yp-incidents-table__head-action{text-align:center}.yp-incidents-table__body{display:flex;flex-direction:column}.yp-incidents-row{min-height:101px;padding:0 28px;border-bottom:1px solid #edf1f5}.yp-incidents-row:last-child{border-bottom:0}.yp-incidents-row__type{display:flex;align-items:center;gap:14px;min-width:0}.yp-incidents-row__type-icon{width:24px;height:24px;border-radius:999px;flex-shrink:0;position:relative}.yp-incidents-row__type-icon:after{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;border-radius:999px;background:currentColor}.yp-incidents-row__type strong{color:#353f47;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:15px;line-height:20px;font-weight:700;letter-spacing:-.03em}.yp-incidents-row__severity-pill{display:inline-flex;align-items:center;justify-content:center;min-height:18px;padding:0 10px;border-radius:999px;font-size:8px;line-height:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.yp-incidents-row__date strong{display:block;color:#414b53;font-size:14px;line-height:18px;font-weight:700}.yp-incidents-row__date span{display:block;margin-top:4px;color:#959ea8;font-size:12px;line-height:16px;font-weight:500}.yp-incidents-row__summary{margin:0;color:#737b84;font-size:14px;line-height:20px;font-weight:500}.yp-incidents-row--alert{background:linear-gradient(90deg,#fff1f3d1,#fff0 22%)}.yp-incidents-row--alert .yp-incidents-row__type strong,.yp-incidents-row--alert .yp-incidents-row__date strong{color:#9f3649}.yp-incidents-row__action{display:flex;align-items:center;justify-content:center}.yp-incidents-row__action a{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:#98a2ac}.yp-incidents-row__action svg{width:16px;height:16px}.yp-incidents-table__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px 14px 22px;border-top:1px solid #edf1f5;background:#fbfcfd}.yp-incidents-table__footer p{margin:0;color:#9098a1;font-size:12px;line-height:16px;font-weight:500}.yp-incidents-table__pager{display:inline-flex;align-items:center;gap:8px}.yp-incidents-table__pager-btn{display:inline-flex;align-items:center;justify-content:center;min-width:64px;height:28px;padding:0 12px;border-radius:999px;background:#fff;border:1px solid #e5ebf1;color:#8a929b;font-size:11px;line-height:16px;font-weight:700;box-shadow:0 8px 16px #0f172a0a}.yp-incidents-table__pager-btn.is-disabled{opacity:.55;pointer-events:none}.yp-incidents-table__empty{padding:36px 28px;color:#7b858f;font-size:14px;line-height:20px;font-weight:500;text-align:center}.yp-documents-page{display:flex;flex-direction:column;gap:22px}.yp-documents-page__head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-top:8px}.yp-documents-page__head h2{margin:0;color:#2f3941;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:24px;line-height:30px;font-weight:700;letter-spacing:-.04em}.yp-documents-page__head p{margin:4px 0 0;color:#7a838c;font-size:14px;line-height:20px;font-weight:500}.yp-documents-page__action{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 16px;border-radius:999px;border:1px solid #e2e8ef;background:#fff;color:#6f757d;font-size:12px;line-height:16px;font-weight:700;box-shadow:0 10px 18px #0f172a0d}.yp-documents-page__action svg{width:16px;height:16px}.yp-documents-table{border-radius:24px;overflow:hidden;border:1px solid #e1e7ee;background:#fff;box-shadow:0 22px 40px #0f172a0f}.yp-documents-table__head,.yp-documents-row{display:grid;grid-template-columns:minmax(240px,1.7fr) minmax(110px,.7fr) minmax(120px,.84fr) minmax(104px,.62fr) 52px;-moz-column-gap:18px;column-gap:18px;align-items:center}.yp-documents-table__head{padding:14px 18px;background:#f8fafc;border-bottom:1px solid #edf1f5}.yp-documents-table__head span{color:#8f97a1;font-size:9px;line-height:13px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.yp-documents-table__actions-title{text-align:center}.yp-documents-table__body{display:flex;flex-direction:column}.yp-documents-row{min-height:58px;padding:0 18px;border-bottom:1px solid #edf1f5}.yp-documents-row:last-child{border-bottom:0}.yp-documents-row__title{display:flex;align-items:center;gap:10px;min-width:0}.yp-documents-row__icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:#6c747c;flex-shrink:0}.yp-documents-row__icon svg{width:16px;height:16px}.yp-documents-row__title a{color:#374048;font-size:14px;line-height:20px;font-weight:700}.yp-documents-row__type,.yp-documents-row__date{color:#69727a;font-size:13px;line-height:18px;font-weight:500}.yp-documents-row__status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:16px;padding:0 9px;border-radius:999px;font-size:7px;line-height:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.yp-documents-row__actions{display:flex;align-items:center;justify-content:center}.yp-documents-row__menu{position:relative}.yp-documents-row__menu summary{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;cursor:pointer;list-style:none;color:#7d8791}.yp-documents-row__menu summary::-webkit-details-marker{display:none}.yp-documents-row__menu summary svg{width:16px;height:16px}.yp-documents-row__menu-panel{position:absolute;top:calc(100% + 6px);right:0;z-index:10;display:flex;min-width:132px;flex-direction:column;gap:2px;border-radius:14px;border:1px solid #e3e8ee;background:#fff;padding:8px;box-shadow:0 18px 36px #0f172a1f}.yp-documents-row__menu-panel a{display:block;border-radius:10px;padding:8px 10px;color:#47515a;font-size:12px;line-height:16px;font-weight:600}.yp-documents-row__menu-panel a:hover{background:#f5f8fb}.yp-documents-table__empty{padding:34px 18px;color:#7b858f;font-size:14px;line-height:20px;font-weight:500;text-align:center}.yp-documents-tools{display:flex;flex-direction:column;gap:16px}.yp-documents-tools__alert{width:100%;border-radius:14px;padding:12px 14px;font-size:13px;line-height:19px;font-weight:600}.yp-documents-tools__alert--action{display:block;text-align:left;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.yp-documents-tools__alert--action:hover{border-color:#d45c6e57;box-shadow:0 10px 20px #aa465814;transform:translateY(-1px)}.yp-documents-tools__alert--action:focus-visible{outline:2px solid rgba(170,70,88,.22);outline-offset:2px}.yp-documents-tools__alert--danger{border:1px solid rgba(212,92,110,.24);background:#fff3f5;color:#aa4658}.yp-documents-tools__alerts{display:flex;flex-direction:column;gap:10px}.yp-documents-tools__alert-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border-radius:16px;border:1px solid #e5ebf1;background:#fff;padding:14px 16px;box-shadow:0 10px 20px #0f172a0a}.yp-documents-tools__alert-row strong{display:block;color:#313a42;font-size:13px;line-height:18px;font-weight:700}.yp-documents-tools__alert-row p{margin:4px 0 0;color:#7b848d;font-size:12px;line-height:18px;font-weight:500}.yp-documents-tools__alert-row span{flex-shrink:0;border-radius:999px;padding:6px 10px;font-size:10px;line-height:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.yp-documents-tools__panel{border-radius:18px;background:#fff;padding:18px;box-shadow:0 14px 28px #0f172a0d}.yp-documents-tools__toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #edf1f5}.yp-documents-tools__toolbar-copy{display:flex;flex-direction:column;gap:4px}.yp-documents-tools__toolbar-copy strong{color:#2f3942;font-size:14px;line-height:20px;font-weight:700}.yp-documents-tools__toolbar-copy span{color:#7b848d;font-size:12px;line-height:18px;font-weight:500}.yp-documents-tools__filters,.yp-documents-tools__upload{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.yp-documents-tools__field--wide,.yp-documents-tools__field--full,.yp-documents-tools__checkbox--full,.yp-documents-tools__upload-actions,.yp-documents-tools__filter-actions,.yp-documents-tools__helper{grid-column:1 / -1}.yp-documents-tools__checkbox{display:inline-flex;align-items:center;gap:10px;color:#5c6670;font-size:13px;line-height:18px;font-weight:600}.yp-documents-tools__filter-actions,.yp-documents-tools__upload-actions{display:flex;justify-content:flex-end;gap:10px}.yp-documents-tools__button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 18px;border-radius:999px;font-size:13px;line-height:18px;font-weight:700}.yp-documents-tools__button--ghost{border:1px solid #e1e7ee;background:#fff;color:#6f7780}.yp-documents-tools__button--primary{background:#67676c;color:#fff;box-shadow:0 12px 24px #21252924}.yp-documents-tools__helper{border-radius:14px;background:#f4f7fa;padding:11px 13px;color:#7a838c;font-size:12px;line-height:18px;font-weight:500}@media(max-width:900px){.yp-documents-tools__toolbar{flex-direction:column;align-items:stretch}}.yp-where-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:20px;background:#161b2247;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.yp-where-modal{width:100%;max-width:472px;max-height:calc(100vh - 40px);border-radius:24px;background:#fff;padding:24px 24px 22px;box-shadow:0 36px 68px #0f172a33;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.yp-where-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.yp-where-modal__header h3{margin:0;color:#2f3941;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:22px;line-height:28px;font-weight:800;letter-spacing:-.04em}.yp-where-modal__header p{margin:4px 0 0;color:#7d868e;font-size:13px;line-height:18px;font-weight:500}.yp-where-modal__header p span{margin:0 3px}.yp-where-modal__header p strong{color:#66717a;font-weight:700}.yp-where-modal__header p strong.is-critical{color:#c15b6d}.yp-where-modal__close{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:#69747c;flex-shrink:0}.yp-where-modal__close svg{width:16px;height:16px}.yp-where-modal__form{display:flex;flex-direction:column;gap:14px}.yp-where-modal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.yp-where-modal__grid--secondary{margin-top:10px}.yp-where-modal__option{display:flex;align-items:center;gap:14px;min-height:86px;border-radius:20px;background:#f2f5f8;padding:16px 18px;border:1px solid transparent;text-align:left;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.yp-where-modal__option:hover,.yp-where-modal__option.is-active{transform:translateY(-1px);box-shadow:0 14px 28px #0f172a14}.yp-where-modal__option.is-active{border-color:#d6dde6}.yp-where-modal__option-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;background:#fff;flex-shrink:0;box-shadow:inset 0 0 0 1px #e8edf2}.yp-where-modal__option-icon svg{width:18px;height:18px}.yp-where-modal__option-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.yp-where-modal__option-copy strong{color:#2f3941;font-size:14px;line-height:18px;font-weight:700;letter-spacing:-.02em}.yp-where-modal__option-copy small{color:#9aa3ac;font-size:11px;line-height:15px;font-weight:500}.yp-where-modal__option--success .yp-where-modal__option-icon{color:#0a7f58}.yp-where-modal__option--info .yp-where-modal__option-icon{color:#2268dd}.yp-where-modal__option--neutral .yp-where-modal__option-icon{color:#434a51}.yp-where-modal__option--danger .yp-where-modal__option-icon,.yp-where-modal__option--danger-soft .yp-where-modal__option-icon{color:#c16071}.yp-where-modal__option--danger.is-active{border-color:#f0c3cb;background:#fff7f8}.yp-where-modal__option--success.is-active{border-color:#cfe5dc;background:#f5fbf8}.yp-where-modal__option--info.is-active{border-color:#d4e1fb;background:#f7faff}.yp-where-modal__more{border-radius:18px;border:1px solid #ebeff4;background:#fafbfd;padding:10px 14px 12px}.yp-where-modal__more summary{cursor:pointer;list-style:none;color:#6f7781;font-size:12px;line-height:16px;font-weight:700}.yp-where-modal__more summary::-webkit-details-marker{display:none}.yp-where-modal__escalation{border-radius:22px;border:1px solid #f0d5da;background:linear-gradient(180deg,#fff7f8,#fffefe);padding:14px 16px 12px}.yp-where-modal__escalation-copy{display:flex;align-items:flex-start;gap:10px}.yp-where-modal__escalation-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;color:#d4687a;flex-shrink:0}.yp-where-modal__escalation-icon svg{width:18px;height:18px}.yp-where-modal__escalation strong{display:block;color:#4a4f55;font-size:13px;line-height:18px;font-weight:800;text-align:center}.yp-where-modal__escalation p{margin:4px 0 0;color:#7d848b;font-size:11px;line-height:16px;font-weight:500;text-align:center}.yp-where-modal__escalation-actions{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:10px}.yp-where-modal__confirm,.yp-where-modal__cancel,.yp-where-modal__footer-submit,.yp-where-modal__footer-cancel{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:800;text-transform:uppercase;letter-spacing:.02em}.yp-where-modal__confirm{min-height:30px;padding:0 18px;background:#1c1f25;color:#fff;font-size:11px;line-height:14px;box-shadow:0 14px 24px #0f172a29}.yp-where-modal__cancel{min-height:30px;padding:0 8px;color:#7f8790;font-size:11px;line-height:14px}.yp-where-modal__notes textarea{min-height:88px;background:#fafbfd}.yp-where-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:10px}.yp-where-modal__footer-cancel{min-height:36px;padding:0 16px;border:1px solid #e2e8ef;background:#fff;color:#707880;font-size:12px;line-height:16px}.yp-where-modal__footer-submit{min-height:36px;padding:0 18px;background:#67676c;color:#fff;font-size:12px;line-height:16px;box-shadow:0 14px 24px #21252924}.yp-where-modal__footer-submit:disabled{cursor:not-allowed;opacity:.45;box-shadow:none}body:has(.yp-directory-ref){background:#f4f6f8}body:has(.yp-directory-ref) .cb-main-content{min-height:100vh;padding:56px 0 0 220px;background:#f4f6f8}body:has(.yp-directory-ref) .cb-navbar{left:220px;height:56px;border-bottom:1px solid #e8eaed;background:#fff;padding:0 28px}body:has(.yp-directory-ref) .cb-navbar-bg{height:56px;background:#fff}body:has(.yp-directory-ref) .cb-sidebar-brand{height:56px;border-bottom:1px solid #e8eaed;margin-bottom:12px}body:has(.yp-directory-ref) .cb-brand-link{gap:10px}body:has(.yp-directory-ref) .cb-brand-mark{width:32px;height:32px;border-radius:50%;background:#0d9488;color:#fff;font-family:DM Sans,sans-serif;font-size:12px;font-weight:700}body:has(.yp-directory-ref) .cb-brand-name{color:#111827;font-family:DM Sans,sans-serif;font-size:14px;font-weight:700}body:has(.yp-directory-ref) .cb-menu-header,body:has(.yp-directory-ref) .cb-sidebar-user{display:none}body:has(.yp-directory-ref) .cb-top-search{width:260px;height:34px;border:1px solid #e8eaed;border-radius:20px;background:#f4f6f8;color:#9ca3af;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;padding:0 14px}body:has(.yp-directory-ref) .cb-home-switcher select,body:has(.yp-directory-ref) .cb-active-home{min-width:146px;height:34px;border:1px solid #e8eaed;border-radius:20px;background:#f4f6f8;color:#111827;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;text-align:center}body:has(.yp-directory-ref) .cb-top-icon{width:34px;height:34px;border:1px solid #e8eaed;border-radius:9px;background:#fff;color:#6b7280}body:has(.yp-directory-ref) .cb-top-link{color:#6b7280;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500}body:has(.yp-directory-ref) .cb-navbar form[action*=logout] button{min-height:34px;height:34px;border:1px solid #e8eaed;border-radius:8px;background:#fff;color:#111827;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;padding:0 14px}.yp-directory-ref{min-height:calc(100vh - 56px);padding:24px 28px 100px;color:#111827;font-family:DM Sans,sans-serif;-webkit-font-smoothing:antialiased}.yp-directory-ref .yp-board{width:100%;max-width:none;margin:0;padding:0}.yp-directory-ref__breadcrumb{margin-bottom:18px;color:#6b7280;font-size:12px;font-weight:400}.yp-directory-ref .yp-board__hero{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 20px}.yp-directory-ref .yp-board__hero-copy h1{margin:0;color:#111827;font-family:DM Sans,sans-serif;font-size:22px;font-weight:700;line-height:28px;letter-spacing:-.02em}.yp-directory-ref .yp-board__hero-copy p{margin:3px 0 0;color:#6b7280;font-size:13px;line-height:18px}.yp-directory-ref .yp-board__tabs{display:flex;gap:2px;border:1px solid #e8eaed;border-radius:20px;background:#fff;padding:3px}.yp-directory-ref .yp-board__tab{min-height:32px;border-radius:18px;color:#6b7280;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;padding:7px 18px}.yp-directory-ref .yp-board__tab.is-active{background:#111827;color:#fff;box-shadow:none}.yp-directory-ref .yp-board__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px}.yp-person-card,.yp-directory-ref .yp-add-card{min-height:230px;border-radius:18px;background:#fff;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.yp-person-card{position:relative;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e8eaed;color:#111827}.yp-person-card:hover,.yp-directory-ref .yp-add-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #00000014}.yp-person-card__top{display:flex;flex:1;flex-direction:column;align-items:center;gap:14px;border-bottom:1px solid #e8eaed;padding:20px 18px 16px;text-align:center}.yp-person-card__avatar-row{display:flex;flex-direction:column;align-items:center;gap:10px}.yp-person-card__avatar{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:#eff6ff;color:#2563eb;-o-object-fit:cover;object-fit:cover;font-size:16px;font-weight:700}.yp-person-card__safe-badge{display:inline-flex;align-items:center;gap:5px;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.yp-person-card--urgent .yp-person-card__safe-badge,.yp-person-card--missing .yp-person-card__safe-badge{background:#fef2f2!important;border:1px solid #fecaca!important;color:#dc2626!important}.yp-person-card__safe-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.yp-person-card--urgent .yp-person-card__safe-dot,.yp-person-card--missing .yp-person-card__safe-dot{background:#dc2626!important}.yp-person-card__name{margin-bottom:2px;color:#111827;font-size:16px;font-weight:700;line-height:21px;letter-spacing:-.01em}.yp-person-card__age{color:#6b7280;font-size:12.5px;line-height:17px}.yp-person-card__status{display:inline-flex;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;margin:0 auto;border:1px solid #e8eaed;border-radius:20px;background:#f4f6f8;color:#374151;padding:5px 12px;font-size:12.5px;font-weight:500}.yp-person-card__status svg{width:13px;height:13px;color:#0d9488}.yp-person-card--urgent .yp-person-card__status--danger,.yp-person-card--missing .yp-person-card__status--danger{border-color:#fecaca!important;background:#fef2f2!important;color:#dc2626!important}.yp-person-card--urgent .yp-person-card__status--danger svg,.yp-person-card--missing .yp-person-card__status--danger svg{color:#dc2626!important;stroke:#dc2626!important}.yp-person-card--urgent,.yp-person-card--missing{border-color:#fecaca}.yp-person-card--urgent:before,.yp-person-card--missing:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:#dc2626}.yp-person-card__bottom{padding:14px 18px;text-align:center}.yp-person-card__kw-label{margin-bottom:4px;color:#9ca3af;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.yp-person-card__kw-name{color:#111827;font-size:13px;font-weight:600}.yp-directory-ref .yp-add-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:1.5px dashed #e8eaed;color:#6b7280;box-shadow:none}.yp-directory-ref .yp-add-card:hover{border-color:#0d9488;background:#f0fdfa}.yp-directory-ref .yp-add-card__icon{width:40px;height:40px;border:1px solid #e8eaed;border-radius:50%;background:#f4f6f8;color:#6b7280}.yp-directory-ref .yp-add-card__icon svg{width:18px;height:18px}.yp-directory-ref .yp-add-card:hover .yp-add-card__icon{background:#0d9488;color:#fff}.yp-directory-ref .yp-add-card strong{color:#6b7280;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600}.yp-directory-ref .yp-add-card:hover strong{color:#0d9488}.yp-directory-ref .yp-add-card span:last-child{color:#9ca3af;font-size:12px}.yp-directory-ref .yp-board__empty{min-height:230px;border:1px dashed #e8eaed;border-radius:18px;background:#fff;color:#6b7280}.yp-directory-ref .yp-board__footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:20px}.yp-directory-ref .yp-board__footer-copy{margin:0;color:#6b7280;font-size:13px}.yp-directory-ref .yp-pagination{display:inline-flex;align-items:center;gap:6px}.yp-directory-ref .yp-pagination__arrow,.yp-directory-ref .yp-pagination__page{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e8eaed;border-radius:50%;background:#fff;color:#6b7280;font-size:13px}.yp-directory-ref .yp-pagination__page.is-active{background:#111827;color:#fff}.yp-directory-ref .yp-pagination__arrow.is-disabled{pointer-events:none;opacity:.5}.yp-directory-ref__fab-bar{position:fixed;bottom:24px;left:calc(50% + 110px);z-index:35;display:flex;align-items:center;gap:8px;min-height:46px;border-radius:40px;background:#111827;color:#fff;box-shadow:0 8px 32px #00000038;padding:0 20px;transform:translate(-50%);font-size:13px;font-weight:600}.yp-directory-ref__fab-bar svg{width:15px;height:15px}.yp-directory-ref__fab-circle{position:fixed;right:28px;bottom:24px;z-index:36;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#0d9488;color:#fff;box-shadow:0 4px 16px #0d948866;transition:background .15s ease,transform .25s ease}.yp-directory-ref__fab-circle.is-open{background:#0f766e;transform:rotate(45deg)}.yp-directory-ref__fab-circle svg{width:14px;height:14px}.yp-directory-ref__fab-circle span[x-show]{display:inline-flex}.yp-directory-ref__fab-circle span:last-child{font-size:28px;font-weight:300;line-height:1}.yp-directory-ref__fab-menu{position:fixed;right:28px;bottom:82px;z-index:34;display:flex;flex-direction:column;align-items:flex-end;gap:10px;opacity:0;pointer-events:none;transition:opacity .2s ease}.yp-directory-ref__fab-menu.open{opacity:1;pointer-events:auto}.yp-directory-ref__fab-menu.\!open{opacity:1!important;pointer-events:auto!important}.yp-directory-ref__fab-menu-item{display:flex;align-items:center;gap:10px}.yp-directory-ref__fab-label{border-radius:20px;background:#fff;box-shadow:0 4px 16px #0000001a;color:#111827;padding:9px 18px;font-size:13px;font-weight:600;white-space:nowrap;transform:translateY(8px);transition:transform .2s ease}.yp-directory-ref__fab-menu.open .yp-directory-ref__fab-label{transform:translateY(0)}.yp-directory-ref__fab-menu.\!open .yp-directory-ref__fab-label{transform:translateY(0)!important}.yp-directory-ref__fab-menu-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:#fff;box-shadow:0 4px 16px #00000026;font-size:18px;font-weight:700}.yp-directory-ref__fab-menu-icon--red{background:#ef4444}.yp-directory-ref__fab-menu-icon--teal{background:#0d9488}.yp-directory-ref__fab-menu-icon--amber{background:#f59e0b}@media(max-width:1023px){.yp-directory-ref .yp-board__hero,.yp-directory-ref .yp-board__footer{align-items:flex-start;flex-direction:column}}@media(max-width:768px){body:has(.yp-directory-ref) .cb-main-content{padding-top:56px;padding-left:0}body:has(.yp-directory-ref) .cb-navbar{left:0;padding:0 16px}.yp-directory-ref{padding:20px 16px 100px}.yp-directory-ref .yp-board__tabs{width:100%;overflow-x:auto}.yp-directory-ref .yp-board__tab{flex:1;justify-content:center}.yp-directory-ref__fab-bar{left:50%;max-width:calc(100vw - 112px)}}body:has(.yp-profile-ref){background:#f4f6f8}body:has(.yp-profile-ref) .cb-main-content{min-height:100vh;padding:56px 0 0 220px;background:#f4f6f8}body:has(.yp-profile-ref) .cb-navbar{left:220px;height:56px;min-height:56px;border-bottom:1px solid #e8eaed;background:#fff;box-shadow:none;padding:0 28px;font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif}body:has(.yp-profile-ref) .cb-navbar-bg{height:56px;background:#fff;border-bottom:1px solid #e8eaed}body:has(.yp-profile-ref) #app-sidebar{width:220px;border-color:#e8eaed;background:#fff;font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif}body:has(.yp-profile-ref) .cb-sidebar-brand{height:auto;min-height:0;margin-bottom:12px;padding:20px;border-bottom:1px solid #e8eaed}body:has(.yp-profile-ref) .cb-brand-link{gap:10px}body:has(.yp-profile-ref) .cb-brand-mark{width:32px;height:32px;border-radius:999px;background:#0d9488;color:#fff;font-size:12px;font-weight:700}body:has(.yp-profile-ref) .cb-brand-name{color:#111827;font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:14px}body:has(.yp-profile-ref) #app-sidebar nav{padding-top:0;padding-bottom:16px}body:has(.yp-profile-ref) .cb-menu-header{margin:0 0 4px;padding:8px 20px 4px;color:#9ca3af;font-size:10px;line-height:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}body:has(.yp-profile-ref) #app-sidebar nav a{min-height:34px;margin-inline:12px;gap:10px;border-radius:9px;padding:8px 10px;color:#6b7280;font-size:13px;line-height:17px;font-weight:500}body:has(.yp-profile-ref) #app-sidebar nav a.bg-brand-primary-light,body:has(.yp-profile-ref) #app-sidebar nav a[class*=bg-brand-primary-light]{background:#f0fdfa!important;color:#0d9488!important;font-weight:700}body:has(.yp-profile-ref) #app-sidebar nav a:hover{background:#f4f6f8;color:#111827}body:has(.yp-profile-ref) #app-sidebar nav svg{width:16px;height:16px;stroke-width:1.75}body:has(.yp-profile-ref) .cb-sidebar-user{display:flex;align-items:center;gap:10px;margin-top:auto;border-top:1px solid #e8eaed;background:#fff}body:has(.yp-profile-ref) .cb-sidebar-user--avatar{min-height:63px;padding:16px 20px}body:has(.yp-profile-ref) .cb-sidebar-user-avatar{display:inline-flex;width:30px;height:30px;flex-shrink:0;align-items:center;justify-content:center;border-radius:999px;background:#0d9488;color:#fff;font-size:11px;line-height:1;font-weight:700}body:has(.yp-profile-ref) .cb-sidebar-user-name,body:has(.yp-profile-ref) .cb-sidebar-user-email{display:block;max-width:136px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body:has(.yp-profile-ref) .cb-sidebar-user-name{color:#111827;font-size:12.5px;line-height:16px;font-weight:700}body:has(.yp-profile-ref) .cb-sidebar-user-email{margin-top:2px;color:#6b7280;font-size:11px;line-height:14px;font-weight:400}body:has(.yp-profile-ref) .cb-top-search{width:260px;min-width:260px;max-width:260px;min-height:32px;border-color:#e8eaed;border-radius:20px;background:#f4f6f8;padding:7px 14px}body:has(.yp-profile-ref) .cb-top-search svg{width:14px;height:14px;color:#9ca3af}body:has(.yp-profile-ref) .cb-top-search span{color:#9ca3af;font-size:13px;line-height:16px;font-weight:500}body:has(.yp-profile-ref) .cb-home-switcher{position:absolute;left:50%;transform:translate(-50%)}body:has(.yp-profile-ref) .cb-home-switcher select,body:has(.yp-profile-ref) .cb-active-home{height:32px;min-width:0;border-color:#e8eaed;border-radius:20px;background:#f4f6f8;color:#111827;padding:6px 16px;font-size:13px;line-height:16px;font-weight:600;text-align:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:none}body:has(.yp-profile-ref) .cb-top-icon{width:34px;height:34px;border-color:#e8eaed;border-radius:9px;background:#fff;color:#6b7280}body:has(.yp-profile-ref) .cb-top-link{color:#6b7280;padding:0 4px;font-size:13px;line-height:18px;font-weight:500}body:has(.yp-profile-ref) .cb-navbar form[action*=logout] button{min-height:32px;height:32px;border-color:#e8eaed;border-radius:8px;background:#fff;color:#111827;padding:6px 14px;font-size:13px;line-height:18px;font-weight:600}.yp-profile-ref{--profile-bg: #f4f6f8;--profile-surface: #ffffff;--profile-border: #e8eaed;--profile-dark: #111827;--profile-body: #374151;--profile-muted: #6b7280;--profile-hint: #9ca3af;--profile-teal: #0d9488;--profile-green: #16a34a;--profile-green-bg: #f0fdf4;--profile-red: #dc2626;--profile-red-bg: #fef2f2;--profile-blue: #2563eb;--profile-blue-bg: #eff6ff;gap:0;min-height:calc(100vh - 56px);padding:20px 28px 80px;background:var(--profile-bg);color:var(--profile-dark);font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif}.yp-profile-ref .yp-profile-breadcrumb{display:flex;align-items:center;gap:6px;margin-bottom:16px;color:var(--profile-muted);font-size:12px;line-height:16px}.yp-profile-ref .yp-profile-breadcrumb a{color:var(--profile-muted);text-decoration:none}.yp-profile-ref .yp-profile-breadcrumb a:hover{color:var(--profile-dark)}.yp-profile-ref .yp-profile-breadcrumb span{color:var(--profile-dark);font-weight:600}.yp-profile-ref .yp-profile-breadcrumb svg{width:16px;height:16px;flex-shrink:0}.yp-profile-ref .yp-profile-hero{align-items:flex-start;margin-bottom:16px;gap:20px}.yp-profile-ref .yp-profile-hero__identity{align-items:center;gap:18px}.yp-profile-ref .yp-profile-hero__photo{width:64px;height:64px;border-radius:16px;box-shadow:none}.yp-profile-ref .yp-profile-hero__photo--initials{background:var(--profile-blue-bg);color:var(--profile-blue);font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:20px;line-height:1;font-weight:700}.yp-profile-ref .yp-profile-hero__photo-status{right:-3px;bottom:-3px;width:14px;height:14px;border:2px solid #ffffff;background:var(--profile-green);box-shadow:none}.yp-profile-ref .yp-profile-hero__photo-status-dot{display:none}.yp-profile-ref .yp-profile-hero__photo-status--success{background:var(--profile-green)}.yp-profile-ref .yp-profile-hero__photo-status--info{background:#2563eb}.yp-profile-ref .yp-profile-hero__photo-status--danger{background:#dc2626}.yp-profile-ref .yp-profile-hero__copy h1{margin:0 0 6px;color:var(--profile-dark);font-family:var(--font-app-strong);font-size:var(--type-page-title-size);line-height:var(--type-page-title-line);font-weight:var(--type-page-title-weight);letter-spacing:0}.yp-profile-ref .yp-profile-hero__nickname{margin:-2px 0 6px;color:var(--profile-muted);font-size:var(--type-body-size);line-height:var(--type-body-line)}.yp-profile-ref .yp-profile-hero__meta{gap:14px;margin:0 0 10px;color:var(--profile-muted);font-size:var(--type-body-size);line-height:var(--type-body-line);font-weight:var(--type-body-weight)}.yp-profile-ref .yp-profile-hero__meta span{gap:5px}.yp-profile-ref .yp-profile-hero__meta svg{width:16px;height:16px;color:var(--profile-muted)}.yp-profile-ref .yp-profile-hero__placement-pill{min-height:28px;margin:0;gap:6px;border:1px solid #bbf7d0;border-radius:20px;background:var(--profile-green-bg);color:#166534;padding:5px 12px;font-size:12px;line-height:16px;font-weight:600;letter-spacing:0;text-transform:none}.yp-profile-ref .yp-profile-hero__placement-dot{width:7px;height:7px;background:var(--profile-green)}.yp-profile-ref .yp-profile-hero__placement-pill--success{border-color:#bbf7d0;background:var(--profile-green-bg);color:#166534}.yp-profile-ref .yp-profile-hero__placement-pill--success .yp-profile-hero__placement-dot{background:var(--profile-green)}.yp-profile-ref .yp-profile-hero__placement-pill--info{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.yp-profile-ref .yp-profile-hero__placement-pill--info .yp-profile-hero__placement-dot{background:#2563eb}.yp-profile-ref .yp-profile-hero__placement-pill--danger{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.yp-profile-ref .yp-profile-hero__placement-pill--danger .yp-profile-hero__placement-dot{background:#dc2626}.yp-profile-ref .yp-profile-hero__placement-pill svg{width:16px;height:16px}.yp-profile-ref .yp-profile-hero__actions{gap:8px;margin-top:4px}.yp-profile-ref .yp-profile-hero__action{min-height:35px;padding:8px 16px;border-radius:20px;font-size:13px;line-height:17px;font-weight:600;box-shadow:none}.yp-profile-ref .yp-profile-hero__action--ghost{border:1px solid var(--profile-border);background:var(--profile-surface);color:var(--profile-body);font-weight:500}.yp-profile-ref .yp-profile-hero__action--primary{background:var(--profile-dark);color:#fff}.yp-profile-ref .yp-profile-hero__action svg{width:16px;height:16px}.yp-profile-ref .yp-profile-summary{grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:20px;border:1px solid var(--profile-border);border-radius:14px;background:var(--profile-surface);box-shadow:none}.yp-profile-ref .yp-profile-summary__cell{padding:12px 16px;border-right:1px solid var(--profile-border)}.yp-profile-ref .yp-profile-summary__cell span{margin-bottom:4px;color:var(--profile-hint);font-size:var(--type-label-size);line-height:var(--type-label-line);font-weight:var(--type-label-weight);letter-spacing:var(--type-label-tracking)}.yp-profile-ref .yp-profile-summary__cell strong{color:var(--profile-dark);font-size:var(--type-value-size);line-height:var(--type-value-line);font-weight:var(--type-value-strong-weight)}.yp-profile-ref .yp-profile-tabs{gap:0;margin-bottom:20px;padding:0;border-bottom:1px solid var(--profile-border)}.yp-profile-ref .yp-profile-tabs__link{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;color:var(--profile-muted);font-size:var(--type-value-size);line-height:var(--type-value-line);font-weight:500}.yp-profile-ref .yp-profile-tabs__link.is-active{color:var(--profile-dark);font-weight:700}.yp-profile-ref .yp-profile-tabs__link.is-active:after{bottom:-1px;height:2px;background:var(--profile-dark)}.yp-profile-ref .yp-profile-panels{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:14px;margin-bottom:14px}.yp-profile-ref .yp-profile-card{display:flex;min-height:316px;flex-direction:column;border:1px solid var(--profile-border);border-radius:14px;background:var(--profile-surface);padding:18px;box-shadow:none}.yp-profile-ref .yp-profile-card--wellbeing{min-height:316px}.yp-profile-ref .yp-profile-card__head{gap:10px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--profile-border)}.yp-profile-ref .yp-profile-card__head h2{color:var(--profile-dark);font-family:var(--font-app-strong);font-size:var(--type-section-title-size);line-height:var(--type-section-title-line);font-weight:var(--type-section-title-weight);letter-spacing:0}.yp-profile-ref .yp-profile-card__icon{width:30px;height:30px;border-radius:8px}.yp-profile-ref .yp-profile-card__icon svg{width:16px;height:16px;stroke-width:1.75}.yp-profile-ref .yp-profile-card__icon--blue{background:var(--profile-blue-bg);color:var(--profile-blue)}.yp-profile-ref .yp-profile-card__icon--neutral{background:#f0fdfa;color:var(--profile-teal)}.yp-profile-ref .yp-profile-card__icon--green{background:var(--profile-green-bg);color:var(--profile-green)}.yp-profile-ref .yp-profile-card__body,.yp-profile-ref .yp-profile-card__body--stack{display:flex;flex:1 1 auto;flex-direction:column;gap:12px}.yp-profile-ref .yp-profile-double{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.yp-profile-ref .yp-profile-field span,.yp-profile-ref .yp-profile-social__label{margin-bottom:3px;color:var(--profile-hint);font-size:var(--type-label-size);line-height:var(--type-label-line);font-weight:var(--type-label-weight);letter-spacing:var(--type-label-tracking)}.yp-profile-ref .yp-profile-field strong{color:var(--profile-dark);font-size:var(--type-value-size);line-height:var(--type-value-line);font-weight:var(--type-value-weight)}.yp-profile-ref .yp-profile-field small,.yp-profile-ref .yp-profile-field p{color:var(--profile-muted);font-size:var(--type-body-size);line-height:var(--type-body-line);font-weight:var(--type-body-weight)}.yp-profile-ref .yp-profile-social{margin-top:4px;padding-top:0;border-top:0}.yp-profile-ref .yp-profile-social__label{display:block;margin-bottom:8px}.yp-profile-ref .yp-profile-social__card{gap:10px;margin-bottom:10px}.yp-profile-ref .yp-profile-social__avatar{width:30px;height:30px;border-radius:999px;background:var(--profile-bg);color:var(--profile-muted);box-shadow:none;font-size:var(--type-small-size);font-weight:var(--type-label-weight)}.yp-profile-ref .yp-profile-social__card strong{color:var(--profile-dark);font-size:var(--type-value-size);line-height:var(--type-value-line);font-weight:var(--type-value-strong-weight)}.yp-profile-ref .yp-profile-social__card small{color:var(--profile-muted);font-size:var(--type-small-size);line-height:var(--type-small-line)}.yp-profile-ref .yp-profile-social__meta{gap:6px;color:var(--profile-muted);font-size:var(--type-body-compact-size);line-height:var(--type-body-compact-line);font-weight:var(--type-body-weight)}.yp-profile-ref .yp-profile-social__meta-icon,.yp-profile-ref .yp-profile-social__meta-icon svg{width:16px;height:16px}.yp-profile-ref .yp-profile-chip-row{margin:0 0 6px}.yp-profile-ref .yp-profile-risk-box{margin-top:4px;border:1px solid #fecaca;border-radius:9px;background:var(--profile-red-bg);padding:10px 12px;box-shadow:none}.yp-profile-ref .yp-profile-risk-box__title{gap:6px;margin-bottom:4px;color:var(--profile-red);font-size:var(--type-label-size);line-height:var(--type-label-line);font-weight:var(--type-label-weight);letter-spacing:var(--type-label-tracking)}.yp-profile-ref .yp-profile-risk-box__title svg{width:16px;height:16px}.yp-profile-ref .yp-profile-risk-box p{color:var(--profile-body);font-size:var(--type-body-size);line-height:var(--type-body-line);font-weight:var(--type-body-weight)}.yp-profile-ref .yp-profile-card__links{gap:12px;margin-top:auto;padding-top:4px}.yp-profile-ref .yp-profile-card__links a{color:var(--profile-teal);font-size:var(--type-body-compact-size);line-height:var(--type-body-compact-line);font-weight:600}.yp-profile-ref .yp-profile-extra{border:1px solid var(--profile-border);border-radius:14px;background:var(--profile-surface);box-shadow:none}.yp-profile-ref .yp-profile-extra__summary{min-height:55px;padding:14px 18px;border-bottom:1px solid var(--profile-border)}.yp-profile-ref .yp-profile-extra__summary-main{gap:10px}.yp-profile-ref .yp-profile-extra__summary-icon{width:26px;height:26px;border-radius:7px;background:var(--profile-bg);color:var(--profile-muted)}.yp-profile-ref .yp-profile-extra__summary-icon svg{width:16px;height:16px}.yp-profile-ref .yp-profile-extra__summary-text{display:flex;align-items:baseline;gap:4px}.yp-profile-ref .yp-profile-extra__summary-text strong{color:var(--profile-dark);font-family:var(--font-app-strong);font-size:var(--type-section-title-size);line-height:var(--type-section-title-line);font-weight:var(--type-section-title-weight)}.yp-profile-ref .yp-profile-extra__summary-text small{color:var(--profile-muted);font-size:var(--type-body-compact-size);line-height:var(--type-body-compact-line)}.yp-profile-ref .yp-profile-extra__summary-arrow{color:var(--profile-hint)}.yp-profile-ref .yp-profile-extra__summary-arrow svg{width:16px;height:16px}.yp-profile-ref .yp-profile-extra__body{border-top:0;padding:18px}.yp-profile-ref .yp-profile-extra__grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;-moz-column-gap:56px;column-gap:56px;row-gap:16px}.yp-profile-ref .yp-profile-note-quote{min-height:40px;border-left:3px solid var(--profile-teal);border-radius:9px;background:var(--profile-bg);padding:10px 12px;color:var(--profile-body);font-size:var(--type-body-size);line-height:var(--type-body-line);font-weight:var(--type-body-weight);box-shadow:none}body:has(.yp-profile-ref) .fixed.bottom-24.right-4,body:has(.yp-profile-ref) .fixed.md\:bottom-6.md\:right-6{right:28px;bottom:24px;z-index:100}body:has(.yp-profile-ref) .fixed.bottom-24.right-4>button,body:has(.yp-profile-ref) .fixed.md\:bottom-6.md\:right-6>button{width:48px;height:48px;border-radius:999px;background:var(--profile-teal);box-shadow:0 4px 16px #0d948866}body:has(.yp-profile-ref) .fixed.bottom-24.right-4>button svg,body:has(.yp-profile-ref) .fixed.md\:bottom-6.md\:right-6>button svg{width:18px;height:18px}@media(max-width:1279px){.yp-profile-ref .yp-profile-panels{grid-template-columns:repeat(2,minmax(0,1fr))}.yp-profile-ref .yp-profile-card--wellbeing{grid-column:1 / -1}}@media(max-width:1023px){body:has(.yp-profile-ref) .cb-main-content{padding-left:0}body:has(.yp-profile-ref) .cb-navbar{left:0}}@media(max-width:767px){.yp-profile-ref{padding:14px 12px 88px}.yp-profile-ref .yp-profile-hero,.yp-profile-ref .yp-profile-hero__identity,.yp-profile-ref .yp-profile-hero__actions{align-items:flex-start;flex-direction:column}.yp-profile-ref .yp-profile-summary,.yp-profile-ref .yp-profile-panels,.yp-profile-ref .yp-profile-extra__grid,.yp-profile-ref .yp-profile-double{grid-template-columns:minmax(0,1fr)}.yp-profile-ref .yp-profile-summary__cell{border-right:0;border-bottom:1px solid var(--profile-border)}.yp-profile-ref .yp-profile-summary__cell:last-child{border-bottom:0}}body:has(.yp-admission-shell) .cb-main-content{min-height:100vh;padding:56px 0 0 220px!important;background:#f4f6f8}body:has(.yp-admission-shell) .cb-navbar-bg,body:has(.yp-admission-shell) .cb-navbar{height:56px;background:#fff;border-bottom-color:#e8eaed;box-shadow:none}body:has(.yp-admission-shell) .cb-navbar{left:220px;padding:0 28px}body:has(.yp-admission-shell) .cb-main-content>nav,body:has(.yp-admission-shell) .cb-main-content>ol,body:has(.yp-admission-shell) .cb-main-content>.breadcrumb{display:none!important}body:has(.yp-admission-ref){background:#f4f6f8}body:has(.yp-admission-ref) .cb-navbar-bg{height:56px;background:#fff;border-bottom:1px solid #e8eaed}body:has(.yp-admission-ref) .cb-navbar{left:220px;height:56px;min-height:56px;background:#fff;border-bottom:1px solid #e8eaed;padding-left:28px;padding-right:28px}body:has(.yp-admission-ref) .cb-main-content{min-height:100vh;padding:56px 0 0 220px!important;background:#f4f6f8}body:has(.yp-admission-ref) .cb-sidebar-brand{height:auto;min-height:0;margin-bottom:12px;padding:20px;border-bottom:1px solid #e8eaed}body:has(.yp-admission-ref) .cb-brand-link{gap:10px}body:has(.yp-admission-ref) .cb-brand-mark{width:32px;height:32px;border-radius:999px;background:#0d9488;color:#fff;font-size:12px;font-weight:700}body:has(.yp-admission-ref) .cb-brand-name{color:#111827;font-size:14px}body:has(.yp-admission-ref) #app-sidebar{border-color:#e8eaed;background:#fff;font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif}body:has(.yp-admission-ref) #app-sidebar nav{padding-top:0;padding-bottom:16px}body:has(.yp-admission-ref) .cb-menu-header{margin:0 0 4px;padding:8px 20px 4px;color:#9ca3af;font-size:10px;line-height:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}body:has(.yp-admission-ref) #app-sidebar nav a{min-height:34px;margin-inline:12px;gap:10px;border-radius:9px;padding:8px 10px;color:#6b7280;font-size:13px;line-height:17px;font-weight:500}body:has(.yp-admission-ref) #app-sidebar nav a.bg-brand-primary-light,body:has(.yp-admission-ref) #app-sidebar nav a[class*=bg-brand-primary-light]{background:#f0fdfa!important;color:#0d9488!important;font-weight:700}body:has(.yp-admission-ref) #app-sidebar nav a:hover{background:#f4f6f8;color:#111827}body:has(.yp-admission-ref) #app-sidebar nav svg{width:16px;height:16px;stroke-width:1.5}body:has(.yp-admission-ref) .cb-top-search{width:260px;min-width:260px;max-width:260px;min-height:32px;border-color:#e8eaed;border-radius:20px;background:#f4f6f8;padding:7px 14px;color:#6b7280}body:has(.yp-admission-ref) .cb-top-search svg{width:14px;height:14px;color:#9ca3af}body:has(.yp-admission-ref) .cb-top-search span{color:#9ca3af;font-size:13px;line-height:16px;font-weight:500}body:has(.yp-admission-ref) .cb-home-switcher{position:absolute;left:50%;transform:translate(-50%)}body:has(.yp-admission-ref) .cb-home-switcher select,body:has(.yp-admission-ref) .cb-active-home{height:32px;min-width:0;border-color:#e8eaed;border-radius:20px;background:#f4f6f8;color:#111827;padding:6px 16px;font-size:13px;line-height:16px;font-weight:600;text-align:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:none}body:has(.yp-admission-ref) .cb-top-icon{width:34px;height:34px;border-color:#e8eaed;border-radius:9px;background:#fff;color:#6b7280}body:has(.yp-admission-ref) .cb-top-icon svg{width:16px;height:16px}body:has(.yp-admission-ref) .cb-top-link{color:#6b7280;padding:0 4px;font-size:13px;line-height:18px;font-weight:500}body:has(.yp-admission-ref) .cb-navbar form[action*=logout] button{min-height:32px;height:32px;border-color:#e8eaed;border-radius:8px;background:#fff;color:#111827;padding:6px 14px;font-size:13px;line-height:18px;font-weight:600}body:has(.yp-admission-ref) .cb-sidebar-user--avatar{display:flex;align-items:center;gap:10px;margin-top:auto;border-top:1px solid #e8eaed;background:#fff}body:has(.yp-admission-ref) .cb-sidebar-user-avatar{display:flex;width:30px;height:30px;align-items:center;justify-content:center;flex-shrink:0;border-radius:999px;background:#0d9488;color:#fff;font-size:11px;font-weight:700}body:has(.yp-admission-ref) .cb-sidebar-user-name,body:has(.yp-admission-ref) .cb-sidebar-user-email{display:block}body:has(.yp-admission-ref) .cb-sidebar-user-name{color:#111827;font-size:12.5px;line-height:16px;font-weight:700}body:has(.yp-admission-ref) .cb-sidebar-user-email{margin-top:1px;color:#6b7280;font-size:11px;line-height:14px;font-weight:500}.yp-admission-ref{--admission-bg: #f4f6f8;--admission-surface: #ffffff;--admission-border: #e8eaed;--admission-dark: #111827;--admission-body: #374151;--admission-muted: #6b7280;--admission-hint: #9ca3af;--admission-teal: #0d9488;--admission-red: #dc2626;width:100%;min-height:calc(100vh - 56px);background:var(--admission-bg);color:var(--admission-dark);font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif}.admission-form-ref{min-height:calc(100vh - 56px)}.admission-content{padding:24px 28px 96px}.admission-breadcrumb{display:flex;align-items:center;gap:6px;margin-bottom:16px;color:var(--admission-muted);font-size:12px;line-height:16px}.admission-breadcrumb svg{width:10px;height:10px}.admission-breadcrumb span{color:var(--admission-dark);font-weight:600}.admission-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.admission-page-header h1{margin:0;color:var(--admission-dark);font-size:22px;line-height:28px;font-weight:700;letter-spacing:-.02em}.admission-page-header p{max-width:520px;margin:4px 0 0;color:var(--admission-muted);font-size:13px;line-height:21px}.integrity-badge{display:flex;align-items:center;flex-shrink:0;gap:12px;padding:12px 18px;border:1px solid var(--admission-border);border-radius:14px;background:var(--admission-surface)}.integrity-badge__icon{display:flex;width:36px;height:36px;align-items:center;justify-content:center;flex-shrink:0;border-radius:999px;background:var(--admission-bg)}.integrity-badge__icon svg{width:18px;height:18px;fill:none;stroke:var(--admission-muted);stroke-width:1.4}.integrity-badge__label{display:block;margin-bottom:2px;color:var(--admission-hint);font-size:10px;line-height:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.integrity-badge strong{display:block;color:var(--admission-dark);font-size:13px;line-height:17px;font-weight:700}.admission-tier{margin-bottom:14px;padding:24px;border:1px solid var(--admission-border);border-radius:18px;background:var(--admission-surface)}.admission-tier--flush{height:100%;margin-bottom:0}.admission-tier__header{display:flex;align-items:center;gap:10px;margin-bottom:22px;padding-bottom:14px;border-bottom:1px solid var(--admission-border)}.admission-tier__icon{display:flex;width:32px;height:32px;align-items:center;justify-content:center;flex-shrink:0;border-radius:8px;background:var(--admission-bg)}.admission-tier__icon svg{width:16px;height:16px;fill:none;stroke:var(--admission-muted);stroke-width:1.4}.admission-tier__header h2{margin:0;color:var(--admission-dark);font-size:16px;line-height:21px;font-weight:700;letter-spacing:-.01em}.admission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admission-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.admission-field{display:flex;min-width:0;flex-direction:column;gap:6px}.admission-field--span2{grid-column:span 2}.admission-field--span3{grid-column:span 3}.admission-field label{display:flex;align-items:center;gap:4px;color:var(--admission-hint);font-size:11px;line-height:14px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.admission-field label span{color:var(--admission-red)}.admission-input{width:100%;min-height:42px;border:1px solid var(--admission-border);border-radius:9px;background:var(--admission-bg);color:var(--admission-body);padding:11px 14px;font-family:inherit;font-size:13.5px;line-height:18px;outline:none;transition:border-color .15s ease,background .15s ease}.admission-input::-moz-placeholder{color:var(--admission-hint)}.admission-input::placeholder{color:var(--admission-hint)}.admission-input:focus{border-color:var(--admission-teal);background:var(--admission-surface)}select.admission-input{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:32px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%239CA3AF' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}textarea.admission-input{min-height:90px;resize:vertical;line-height:22px}.admission-gap-top{margin-top:16px}.admission-tier-two{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:14px}.admission-profile-image{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px;border:1px solid var(--admission-border);border-radius:18px;background:var(--admission-surface);text-align:center}.admission-profile-image__placeholder{display:flex;width:72px;height:72px;align-items:center;justify-content:center;border:1.5px dashed var(--admission-border);border-radius:999px;background:var(--admission-bg)}.admission-profile-image__placeholder svg{width:26px;height:26px;fill:none;stroke:var(--admission-hint);stroke-width:1.3}.admission-profile-image h3{margin:0;color:var(--admission-dark);font-size:14px;line-height:18px;font-weight:700}.admission-profile-image p{margin:0;color:var(--admission-muted);font-size:12px;line-height:19px}.admission-consent{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--admission-body);font-size:12.5px;line-height:17px}.admission-consent input{width:16px;height:16px;cursor:pointer;accent-color:var(--admission-teal)}.admission-upload{width:100%;padding:9px;border:1px solid var(--admission-border);border-radius:9px;background:var(--admission-bg);color:var(--admission-hint);cursor:not-allowed;font-size:12.5px;line-height:17px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.admission-upload.is-enabled{border-color:#0d94884d;background:#f0fdfa;color:var(--admission-teal);cursor:pointer}.admission-upload__file{max-width:100%;overflow:hidden;color:var(--admission-teal)!important;font-size:11px!important;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.admission-tier-three{margin-top:14px}.admission-tier-collapsed{display:flex;width:100%;align-items:center;gap:10px;margin:0 0 14px;padding:18px 24px;border:1px solid var(--admission-border);border-radius:18px;background:var(--admission-surface);text-align:left;cursor:pointer;transition:border-color .15s ease}.admission-tier-collapsed:hover{border-color:var(--admission-teal)}.admission-tier-collapsed__icon{display:flex;width:32px;height:32px;align-items:center;justify-content:center;flex-shrink:0;border-radius:8px;background:var(--admission-bg)}.admission-tier-collapsed__icon svg{width:16px;height:16px;fill:none;stroke:var(--admission-muted);stroke-width:1.4}.admission-tier-collapsed strong{display:block;color:var(--admission-dark);font-size:15px;line-height:20px;font-weight:700}.admission-tier-collapsed small{display:block;margin-top:1px;color:var(--admission-muted);font-size:12px;line-height:16px}.admission-tier-collapsed__chevron{margin-left:auto;color:var(--admission-hint);transition:transform .15s ease}.admission-tier-collapsed__chevron.is-open{transform:rotate(180deg)}.admission-tier-collapsed__chevron svg{width:16px;height:16px}.admission-tier--extended{margin-top:-4px}.admission-footer{position:fixed;right:0;bottom:0;left:220px;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 28px;border-top:1px solid var(--admission-border);background:var(--admission-surface)}.admission-footer__encryption{display:flex;align-items:center;gap:6px;color:var(--admission-hint);font-size:11px;line-height:14px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.admission-footer__encryption svg{width:13px;height:13px;stroke:currentColor;stroke-width:1.3}.admission-footer__actions{display:flex;align-items:center;gap:10px}.admission-draft{padding:9px 16px;border:0;border-radius:9px;background:transparent;color:var(--admission-muted);font-family:inherit;font-size:13px;line-height:18px;font-weight:600}.admission-submit{display:flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:10px 22px;border:0;border-radius:999px;background:var(--admission-dark);color:#fff;font-family:inherit;font-size:13px;line-height:18px;font-weight:700;transition:opacity .15s ease}.admission-submit:hover{opacity:.86}.admission-submit svg{width:14px;height:14px;stroke:currentColor;stroke-width:2}@media(max-width:1279px){.admission-tier-two{grid-template-columns:minmax(0,1fr)}.admission-profile-image{max-width:420px}}@media(max-width:767px){body:has(.yp-admission-ref) .cb-navbar{left:0;padding-left:16px;padding-right:16px}body:has(.yp-admission-ref) .cb-main-content{padding-left:0!important}.admission-content{padding:18px 14px 130px}.admission-page-header,.admission-footer,.admission-footer__actions{flex-direction:column;align-items:stretch}.integrity-badge{width:100%}.admission-tier,.admission-profile-image,.admission-tier-collapsed{border-radius:14px;padding-left:18px;padding-right:18px}.admission-grid,.admission-grid--three{grid-template-columns:minmax(0,1fr)}.admission-field--span2,.admission-field--span3{grid-column:auto}.admission-footer{left:0;padding:12px 14px}.admission-submit{width:100%}}.yp-med-ref{--yp-med-bg: #f4f6f8;--yp-med-surface: #ffffff;--yp-med-border: #e8eaed;--yp-med-dark: #111827;--yp-med-body: #374151;--yp-med-muted: #6b7280;--yp-med-hint: #9ca3af;--yp-med-teal: #0d9488;--yp-med-teal-bg: #f0fdfa;--yp-med-green: #16a34a;--yp-med-green-bg: #f0fdf4;--yp-med-blue: #2563eb;--yp-med-blue-bg: #eff6ff;--yp-med-red: #dc2626;--yp-med-red-bg: #fef2f2;width:100%;min-height:calc(100vh - 56px);padding:20px 28px 80px;background:var(--yp-med-bg);color:var(--yp-med-dark);font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif}body:has(.yp-med-ref){background:#f4f6f8}body:has(.yp-med-ref) .cb-main-content{padding:56px 0 0 220px;background:#f4f6f8}body:has(.yp-med-ref) .cb-navbar{height:56px;border-bottom-color:#e8eaed;background:#fff;box-shadow:none}body:has(.yp-med-ref) .cb-navbar-bg{height:56px;background:#fff}body:has(.yp-med-ref) .cb-sidebar-brand{height:56px;padding:0 20px}body:has(.yp-med-ref) .cb-brand-mark{width:32px;height:32px;background:#0d9488;font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:12px;font-weight:700}body:has(.yp-med-ref) .cb-brand-name{font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif}body:has(.yp-med-ref) .cb-menu-header{font-size:10px;font-weight:600;letter-spacing:.08em;color:#9ca3af}body:has(.yp-med-ref) .cb-sidebar-user{background:#fff}.yp-med-ref .compact-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;padding:16px 20px;border:1px solid var(--yp-med-border);border-radius:14px;background:var(--yp-med-surface)}.yp-med-ref .ch-left{display:flex;align-items:center;gap:14px;min-width:0}.yp-med-ref .ch-av{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;border-radius:12px;background:var(--yp-med-blue-bg);color:var(--yp-med-blue);font-size:14px;font-weight:700}.yp-med-ref .ch-av--photo{-o-object-fit:cover;object-fit:cover}.yp-med-ref .ch-name{margin-bottom:2px;color:var(--yp-med-dark);font-size:16px;line-height:21px;font-weight:700;letter-spacing:0}.yp-med-ref .ch-meta{display:flex;align-items:center;gap:8px;color:var(--yp-med-muted);font-size:12px;line-height:17px}.yp-med-ref .ch-pills{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.yp-med-ref .ch-pill{display:inline-flex;align-items:center;gap:5px;min-height:22px;padding:3px 10px;border-radius:20px;font-size:11px;line-height:14px;font-weight:600}.yp-med-ref .pill-green-sm{background:var(--yp-med-green-bg);color:#15803d}.yp-med-ref .pill-blue-sm{background:var(--yp-med-blue-bg);color:#1e40af}.yp-med-ref .ch-right{display:grid;grid-template-columns:1fr 1fr;gap:8px 32px;min-width:284px;margin:0}.yp-med-ref .ch-field-label{margin-bottom:2px;color:var(--yp-med-hint);font-size:10px;line-height:13px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.yp-med-ref .ch-field-val{margin:0;color:var(--yp-med-dark);font-size:13px;line-height:18px;font-weight:600}.yp-med-ref .tabs{display:flex;gap:0;margin-bottom:20px;border-bottom:1px solid var(--yp-med-border);overflow-x:auto}.yp-med-ref .tab-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-bottom:-1px;padding:10px 16px;border-bottom:2px solid transparent;color:var(--yp-med-muted);font-size:13px;line-height:18px;font-weight:500;white-space:nowrap}.yp-med-ref .tab-btn:hover{color:var(--yp-med-dark)}.yp-med-ref .tab-btn.active{color:var(--yp-med-teal);border-bottom-color:var(--yp-med-teal);font-weight:600}.yp-med-ref .yp-med-alert{margin-bottom:14px;border:1px solid #fecaca;border-radius:14px;background:#fef2f2;padding:13px 16px;color:#b91c1c;font-size:13px;line-height:18px;font-weight:700}.yp-med-ref .med-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:14px;padding:16px 20px;border:1px solid var(--yp-med-border);border-radius:14px;background:var(--yp-med-surface)}.yp-med-ref .ms-col{min-width:0;padding-right:16px;border-right:1px solid var(--yp-med-border)}.yp-med-ref .ms-col:last-child{padding-right:0;border-right:0}.yp-med-ref .ms-label{margin-bottom:4px;color:var(--yp-med-hint);font-size:10px;line-height:13px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.yp-med-ref .ms-val{color:var(--yp-med-dark);font-size:13.5px;line-height:19px;font-weight:500}.yp-med-ref .ms-val.empty{color:var(--yp-med-hint);font-weight:400}.yp-med-ref .ms-val.\!empty{color:var(--yp-med-hint)!important;font-weight:400!important}.yp-med-ref .ms-val.num{color:var(--yp-med-dark);font-size:22px;line-height:26px;font-weight:700}.yp-med-ref .ms-hint,.yp-med-ref .ms-review-line{margin-top:2px;color:var(--yp-med-hint);font-size:11.5px;line-height:16px;font-weight:400}.yp-med-ref .ms-review-line{font-size:12.5px}.yp-med-ref .med-summary-secondary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.yp-med-ref .med-mini-card{min-width:0;border:1px solid var(--yp-med-border);border-radius:14px;background:var(--yp-med-surface);padding:14px 16px}.yp-med-ref .section-card{margin-bottom:12px;overflow:hidden;border:1px solid var(--yp-med-border);border-radius:14px;background:var(--yp-med-surface)}.yp-med-ref .sc-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border-bottom:1px solid var(--yp-med-border)}.yp-med-ref .sc-title{color:var(--yp-med-dark);font-size:15px;line-height:20px;font-weight:700;letter-spacing:0}.yp-med-ref .sc-body{padding:16px 18px}.yp-med-ref .sc-empty{padding:16px 18px;color:var(--yp-med-hint);font-size:13px;line-height:18px}.yp-med-ref .btn-teal-sm{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:32px;border-radius:20px;background:var(--yp-med-teal);padding:7px 16px;color:#fff;font-size:12.5px;line-height:16px;font-weight:600;white-space:nowrap;transition:opacity .15s ease}.yp-med-ref .btn-teal-sm:hover{opacity:.88}.yp-med-ref .btn-teal-sm svg{width:16px;height:16px}.yp-med-ref .med-record-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.yp-med-ref .med-record-card{min-width:0;border:1px solid var(--yp-med-border);border-radius:12px;background:#fff;padding:13px 14px}.yp-med-ref .med-record-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.yp-med-ref .med-record-title{margin:0;color:var(--yp-med-dark);font-size:13.5px;line-height:19px;font-weight:700}.yp-med-ref .med-record-sub,.yp-med-ref .med-record-copy,.yp-med-ref .med-record-note{margin:2px 0 0;color:var(--yp-med-muted);font-size:12px;line-height:17px;font-weight:500}.yp-med-ref .med-record-copy{margin-top:10px}.yp-med-ref .med-record-note{color:var(--yp-med-hint);font-size:11.5px}.yp-med-ref .med-pill{display:inline-flex;align-items:center;min-height:22px;padding:3px 9px;border-radius:999px;font-size:10.5px;line-height:14px;font-weight:700;white-space:nowrap}.yp-med-ref .med-pill--red{background:var(--yp-med-red-bg);color:var(--yp-med-red)}.yp-med-ref .med-pill--green{background:var(--yp-med-green-bg);color:#15803d}.yp-med-ref .med-pill--blue{background:var(--yp-med-blue-bg);color:#1e40af}.yp-med-ref .med-pill--muted{background:#f3f4f6;color:var(--yp-med-muted)}.yp-med-ref .med-record-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:12px}.yp-med-ref .med-text-action{color:var(--yp-med-teal);font-size:12px;line-height:16px;font-weight:700}.yp-med-ref .med-text-action:hover{color:#0f766e}.yp-med-ref .med-inline-status{display:flex;align-items:center;gap:6px}.yp-med-ref .med-inline-status select{min-height:30px;border:1px solid var(--yp-med-border);border-radius:9px;background:#f4f6f8;padding:0 28px 0 9px;color:var(--yp-med-body);font-size:11.5px}.yp-med-ref .med-inline-status button{min-height:30px;border:1px solid var(--yp-med-border);border-radius:999px;background:#fff;padding:0 11px;color:var(--yp-med-dark);font-size:11.5px;font-weight:700}.yp-med-ref .yp-med-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background:#00000059;padding:20px}.yp-med-ref .yp-med-modal{width:500px;max-width:100%;max-height:90vh;overflow-y:auto;border-radius:18px;background:#fff;padding:28px}.yp-med-ref .modal-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.yp-med-ref .modal-title{color:var(--yp-med-dark);font-size:17px;line-height:23px;font-weight:700}.yp-med-ref .modal-close-btn{padding:4px 8px;color:var(--yp-med-muted);font-size:13px;font-weight:500}.yp-med-ref .m-field{margin-bottom:14px}.yp-med-ref .m-label{display:block;margin-bottom:6px;color:var(--yp-med-hint);font-size:11px;line-height:14px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.yp-med-ref .m-input{width:100%;border:1px solid var(--yp-med-border);border-radius:9px;background:var(--yp-med-bg);padding:10px 13px;color:var(--yp-med-body);font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:13.5px;line-height:19px;outline:none}.yp-med-ref .m-input:focus{border-color:var(--yp-med-teal);background:#fff;box-shadow:0 0 0 2px #0d948829}.yp-med-ref textarea.m-input{min-height:80px;resize:vertical}.yp-med-ref .modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:20px;padding-top:16px;border-top:1px solid var(--yp-med-border)}.yp-med-ref .btn-cancel-modal,.yp-med-ref .btn-save-modal{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border-radius:20px;padding:9px 20px;font-size:13px;font-weight:600}.yp-med-ref .btn-cancel-modal{border:1px solid var(--yp-med-border);background:#fff;color:var(--yp-med-muted)}.yp-med-ref .btn-save-modal{background:var(--yp-med-teal);color:#fff}@media(max-width:1023px){body:has(.yp-med-ref) .cb-main-content{padding-top:56px;padding-left:0}.yp-med-ref{padding:16px 18px 96px}.yp-med-ref .compact-header{align-items:flex-start;flex-direction:column}.yp-med-ref .ch-right{width:100%;min-width:0}}@media(max-width:767px){.yp-med-ref{padding:14px 12px 96px}.yp-med-ref .med-summary,.yp-med-ref .med-summary-secondary,.yp-med-ref .med-record-grid{grid-template-columns:minmax(0,1fr)}.yp-med-ref .ms-col{padding-right:0;padding-bottom:12px;border-right:0;border-bottom:1px solid var(--yp-med-border)}.yp-med-ref .ms-col:last-child{padding-bottom:0;border-bottom:0}.yp-med-ref .ch-right{grid-template-columns:minmax(0,1fr)}.yp-med-ref .sc-header,.yp-med-ref .modal-footer,.yp-med-ref .med-record-card__top{align-items:flex-start;flex-direction:column}}.yp-admission-upload__button.is-enabled{background:#fff;color:#67707a;box-shadow:inset 0 0 0 1px #dbe3ea;cursor:pointer}.yp-admission-accordion__chevron.is-open{transform:rotate(180deg)}@media(max-width:1279px){.yp-profile-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.yp-profile-panels{grid-template-columns:repeat(2,minmax(0,1fr))}.yp-profile-card--wellbeing{grid-column:1 / -1;min-height:auto}.yp-admission-tier-two{grid-template-columns:minmax(0,1fr)}}@media(max-width:1023px){.yp-profile-hero{flex-direction:column;align-items:flex-start}.yp-profile-hero__actions{width:100%}.yp-profile-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.yp-profile-tabs{gap:20px;overflow-x:auto}.yp-incidents-table__head,.yp-incidents-row{grid-template-columns:minmax(150px,1.15fr) minmax(92px,.58fr) minmax(106px,.82fr) minmax(220px,1.6fr) 38px;-moz-column-gap:14px;column-gap:14px}.yp-documents-table__head,.yp-documents-row{grid-template-columns:minmax(200px,1.5fr) minmax(92px,.72fr) minmax(110px,.82fr) minmax(90px,.64fr) 40px;-moz-column-gap:14px;column-gap:14px}.yp-documents-tools__filters,.yp-documents-tools__upload{grid-template-columns:repeat(3,minmax(0,1fr))}.yp-whereabouts-item{grid-template-columns:repeat(2,minmax(0,1fr))}.yp-admission-hero{flex-direction:column;align-items:flex-start}.yp-admission-hero__status{min-width:0;width:100%}}@media(max-width:767px){.yp-profile-shell{gap:20px;padding:0 0 28px}.yp-profile-hero__identity{flex-direction:column;align-items:flex-start}.yp-profile-hero__copy h1{font-size:42px}.yp-where-modal__overlay{align-items:flex-start;padding:12px}.yp-where-modal{max-height:calc(100vh - 24px);margin:0 auto;padding:20px 18px 18px}.yp-profile-summary,.yp-profile-panels,.yp-profile-extra__grid,.yp-profile-double,.yp-whereabouts-item,.yp-admission-grid,.yp-where-modal__grid{grid-template-columns:minmax(0,1fr)}.yp-where-modal__header,.yp-where-modal__footer,.yp-where-modal__escalation-actions{flex-direction:column;align-items:stretch}.yp-incidents-page__head,.yp-documents-page__head,.yp-incidents-table__footer{flex-direction:column;align-items:flex-start}.yp-incidents-table{overflow-x:auto;-webkit-overflow-scrolling:touch}.yp-incidents-table__head,.yp-incidents-row{min-width:760px}.yp-documents-table{overflow-x:auto;-webkit-overflow-scrolling:touch}.yp-documents-table__head,.yp-documents-row{min-width:760px}.yp-documents-tools__filters,.yp-documents-tools__upload{grid-template-columns:minmax(0,1fr)}.yp-profile-hero__actions{flex-direction:column;align-items:stretch}.yp-profile-hero__action{width:100%}.yp-resident-card--missing{box-shadow:0 20px 34px #b0495e24}.yp-whereabouts-page__head,.yp-whereabouts-support-item{flex-direction:column;align-items:flex-start}.yp-admission-shell{padding-bottom:24px}.yp-admission-hero,.yp-admission-card,.yp-admission-upload{border-radius:26px;padding-left:18px;padding-right:18px}.yp-admission-footer,.yp-admission-footer__actions{flex-direction:column;align-items:stretch}.yp-admission-footer{padding-inline:0}.yp-admission-footer__submit{width:100%}}.reports-module{display:flex;flex-direction:column;gap:28px;padding:2px 0 40px}.reports-module-tabs{display:inline-flex;align-items:center;gap:12px;margin-bottom:8px}.reports-module-tabs__link{position:relative;padding:0 2px 10px;color:#6b7280;font-size:15px;line-height:20px;font-weight:500}.reports-module-tabs__link.is-active{color:#17181c;font-weight:700}.reports-module-tabs__link.is-active:after{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;border-radius:999px;background:#17181c}.reports-overview,.reports-kpi-record,.reports-regulatory{display:flex;flex-direction:column;gap:28px}.reports-hero,.reports-panel,.reports-filter-shell,.reports-record-card,.reports-archive-card,.reports-reg-card,.reports-reg-summary,.reports-kpi-grid-card,.reports-kpi-focus-card,.reports-kpi-context-card{border:1px solid #ebeff5;background:#fffffff5;box-shadow:0 22px 48px #0f172a0f}.reports-hero,.reports-panel,.reports-filter-shell,.reports-kpi-context-card{border-radius:30px}.reports-hero__copy h1,.reports-regulatory__hero h1,.reports-kpi-record__hero h1{margin:0;color:#1a1d24;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:56px;line-height:60px;font-weight:800;letter-spacing:-.06em}.reports-regulatory__hero h1,.reports-kpi-record__hero h1{font-size:34px;line-height:40px}.reports-hero__copy p,.reports-regulatory__hero p,.reports-kpi-record__hero p{margin:10px 0 0;max-width:760px;color:#697586;font-size:18px;line-height:32px;font-weight:500}.reports-regulatory__hero p,.reports-kpi-record__hero p{margin-top:8px;font-size:16px;line-height:28px}.reports-hero__actions,.reports-kpi-record__actions{display:flex;align-items:flex-start;justify-content:flex-end;gap:12px;flex-wrap:wrap}.reports-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:999px;border:1px solid transparent;font-size:15px;line-height:20px;font-weight:700;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.reports-button--dark{background:#605d62;color:#fff;box-shadow:0 18px 36px #49494f33}.reports-button--dark:hover{background:#49464b;color:#fff}.reports-button--light{border-color:#e8edf4;background:#fff;color:#4a4f57}.reports-button--light:hover{border-color:#cfd8e3;color:#17181c}.reports-summary-grid,.reports-kpi-top-grid,.reports-regulatory__summary-grid{display:grid;gap:18px}.reports-kpi-top-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.reports-summary-card,.reports-kpi-top-card,.reports-reg-top-card{min-height:148px;border-radius:26px;padding:26px 24px;background:#fff;border:1px solid #edf1f7;box-shadow:0 18px 40px #0f172a0f}.reports-summary-card__eyebrow,.reports-kpi-top-card__label,.reports-reg-top-card__label{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 12px;border-radius:999px;background:#eef2f5;color:#5f6773;font-size:11px;line-height:14px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.reports-summary-card__value,.reports-kpi-top-card__value,.reports-reg-top-card__value{display:block;margin-top:22px;color:#17181c;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:46px;line-height:1;font-weight:800;letter-spacing:-.06em}.reports-kpi-top-card__value--compact{font-size:32px;line-height:36px}.reports-summary-card__value.is-danger,.reports-reg-top-card__value.is-danger{color:#ab4d58}.reports-summary-card__value.is-success,.reports-reg-top-card__value.is-success{color:#07815a}.reports-summary-card__tag,.reports-list-pill,.reports-reg-status-tag,.reports-history-pill{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 14px;border-radius:999px;font-size:12px;line-height:16px;font-weight:800}.reports-summary-card__tag.is-neutral,.reports-list-pill.is-neutral,.reports-reg-status-tag.is-neutral,.reports-history-pill.is-neutral{background:#edf2f7;color:#6b7280}.reports-summary-card__tag.is-success,.reports-list-pill.is-success,.reports-history-pill.is-success{background:#63efb0;color:#08714d}.reports-summary-card__tag.is-danger,.reports-list-pill.is-danger,.reports-reg-status-tag.is-danger,.reports-history-pill.is-danger{background:#ff8fa0;color:#8d3240}.reports-summary-card__tag.is-info,.reports-list-pill.is-info,.reports-reg-status-tag.is-info,.reports-history-pill.is-info{background:#d9e4ff;color:#1f5fcc}.reports-section__dot.is-danger{background:#b65868}.reports-section__dot.is-success{background:#07815a}.reports-record-links a.is-muted{color:#616b79}.reports-empty{border-radius:26px;border:1px dashed #d9e1ea;padding:26px 28px;color:#8b95a2;font-size:14px;line-height:22px;font-weight:500;background:#fcfdff}.reports-kpi-record__hero,.reports-regulatory__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:8px 0 4px}.reports-kpi-record__status{display:inline-flex;align-items:center;gap:12px;margin-top:12px;color:#78818d;font-size:15px;line-height:20px;font-weight:500}.reports-kpi-record__grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(340px,.92fr);gap:26px;align-items:start}.reports-kpi-record__left,.reports-kpi-record__right{display:flex;flex-direction:column;gap:24px}.reports-kpi-top-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.reports-kpi-top-card__sub{margin-top:12px;color:#7c8592;font-size:14px;line-height:20px;font-weight:500}.reports-kpi-grid-card,.reports-kpi-focus-card{border-radius:30px;padding:26px}.reports-kpi-grid-card__head,.reports-kpi-focus-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.reports-kpi-grid-card__head h2,.reports-kpi-focus-card__head h2,.reports-reg-card__head h2,.reports-reg-summary__head h2{margin:0;color:#20242d;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:18px;line-height:24px;font-weight:700;letter-spacing:-.04em}.reports-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #edf1f7;border-radius:26px;overflow:hidden}.reports-kpi-grid__item{min-height:102px;padding:18px;border-right:1px solid #edf1f7;border-bottom:1px solid #edf1f7;background:#fff}.reports-kpi-grid__item:nth-child(3n){border-right:0}.reports-kpi-grid__item:nth-last-child(-n+3){border-bottom:0}.reports-kpi-grid__label,.reports-kpi-metric-list__label,.reports-reg-mini__label,.reports-reg-note__label{color:#9ba4b2;font-size:11px;line-height:14px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.reports-kpi-grid__value,.reports-kpi-metric-list__value,.reports-reg-mini__value{display:block;margin-top:10px;color:#17181c;font-size:17px;line-height:24px;font-weight:700}.reports-reg-mini__value--success{color:#0d8f64}.reports-kpi-metric-columns{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.88fr) minmax(140px,.7fr);gap:14px}.reports-kpi-metric-list,.reports-reg-mini,.reports-reg-note{border-radius:24px;background:#f7fafc;padding:20px;border:1px solid #edf1f7}.reports-kpi-staff-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.reports-kpi-metric-list dl,.reports-reg-mini dl{display:flex;flex-direction:column;gap:12px;margin-top:14px}.reports-kpi-metric-list div,.reports-reg-mini div{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#626b77;font-size:14px;line-height:20px;font-weight:500}.reports-kpi-focus-card--accent{background:linear-gradient(135deg,#5e9bb3f0,#356b8ae6);color:#fff;overflow:hidden}.reports-kpi-context-card{position:relative;min-height:176px;padding:30px;overflow:hidden}.reports-kpi-context-card:before{content:"";position:absolute;inset:-25% auto auto 50%;width:320px;height:320px;transform:translate(-50%);border-radius:999px;background:radial-gradient(circle,#ffffff47,#ffffff0a 44%,#fff0 72%);pointer-events:none}.reports-kpi-context-card h3{position:relative;z-index:1;margin:0;color:#fff;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:34px;line-height:38px;font-weight:700;letter-spacing:-.04em}.reports-kpi-context-card p{position:relative;z-index:1;margin:12px 0 0;max-width:380px;color:#ffffffe6;font-size:16px;line-height:24px;font-weight:500}.reports-reg-history__shape.is-success{fill:#0b7b56}.reports-reg-history__shape.is-danger{fill:#ab4d58}.reports-reg-side-card .reports-button{align-self:flex-start}@media(max-width:1279px){.reports-summary-grid,.reports-kpi-top-grid,.reports-regulatory__summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-kpi-record__grid,.reports-regulatory__layout,.reports-reg-flow{grid-template-columns:minmax(0,1fr)}.reports-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.reports-module-tabs{flex-wrap:wrap;gap:10px 16px}.reports-hero,.reports-kpi-record__hero,.reports-regulatory__hero{flex-direction:column;align-items:flex-start}.reports-hero,.reports-panel,.reports-filter-shell,.reports-kpi-grid-card,.reports-kpi-focus-card,.reports-reg-card,.reports-reg-summary,.reports-reg-history,.reports-kpi-context-card{padding:22px}.reports-hero__copy h1,.reports-regulatory__hero h1,.reports-kpi-record__hero h1{font-size:38px;line-height:42px}.reports-summary-grid,.reports-kpi-top-grid,.reports-regulatory__summary-grid,.reports-filter-form,.reports-kpi-grid,.reports-kpi-metric-columns,.reports-kpi-staff-grid,.reports-reg-split,.reports-record-card{grid-template-columns:minmax(0,1fr)}.reports-record-card{gap:12px}.reports-reg-history__bars{grid-template-columns:repeat(2,minmax(0,1fr));min-height:auto}.reports-reg-history__bar{width:100%}}.reports-kpi-edit{--kpi-bg: #f4f6f8;--kpi-surface: #ffffff;--kpi-border: #e8eaed;--kpi-dark: #111827;--kpi-body: #374151;--kpi-muted: #6b7280;--kpi-hint: #9ca3af;--kpi-teal: #0d9488;--kpi-teal-bg: #f0fdfa;--kpi-amber: #f59e0b;--kpi-amber-bg: #fffbeb;--kpi-radius: 12px;color:var(--kpi-dark);font-family:DM Sans,sans-serif}body:has(.reports-kpi-edit){background:var(--kpi-bg)}body:has(.reports-kpi-edit) .cb-main-content{padding:56px 0 0 220px;background:var(--kpi-bg)}.reports-kpi-edit .reports-module-tabs{height:48px;margin:0;border-bottom:1px solid var(--kpi-border);background:var(--kpi-surface);padding:0 28px}.reports-kpi-edit .reports-module-tabs__link{display:inline-flex;align-items:center;height:48px;padding:0 16px;border-bottom:2px solid transparent;color:var(--kpi-muted);font-size:14px;line-height:18px;font-weight:400}.reports-kpi-edit .reports-module-tabs__link.is-active{border-bottom-color:var(--kpi-dark);color:var(--kpi-dark);font-weight:600}.reports-kpi-edit .reports-module-tabs__link.is-active:after{display:none}.reports-kpi-edit__content{padding:28px 28px 78px}.reports-kpi-edit__back{display:inline-flex;align-items:center;gap:7px;margin-bottom:16px;color:var(--kpi-muted);font-size:13px;line-height:18px;font-weight:500}.reports-kpi-edit__back:hover{color:var(--kpi-teal)}.reports-kpi-edit__notice{border:1px solid #99f6e4;border-radius:6px;background:var(--kpi-teal-bg);color:var(--kpi-teal);margin-bottom:20px;padding:12px 16px;font-size:13px;line-height:18px}.reports-kpi-edit__hero{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.reports-kpi-edit__hero h1{margin:0;color:var(--kpi-dark);font-size:22px;line-height:28px;font-weight:700;letter-spacing:-.02em}.reports-kpi-edit__hero p{margin:2px 0 0;color:var(--kpi-muted);font-size:13px;line-height:18px}.reports-kpi-edit__actions,.reports-kpi-edit__date-row,.reports-kpi-edit__bottom-bar>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.reports-kpi-edit__status{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border-radius:20px;padding:0 14px;border:1px solid var(--kpi-border);background:#f6f7fb;color:var(--kpi-muted);font-size:11px;line-height:14px;font-weight:700}.reports-kpi-edit__pdf{border:1px solid var(--kpi-amber);background:var(--kpi-amber);color:#fff;box-shadow:0 8px 18px #f59e0b3d}.reports-kpi-edit__pdf:hover{color:#fff;opacity:.88}.reports-kpi-edit__panel{border:1px solid var(--kpi-border);border-radius:var(--kpi-radius);background:var(--kpi-surface);margin-bottom:18px}.reports-kpi-edit__date-panel{padding:18px 20px}.reports-kpi-edit__date-panel label,.reports-kpi-edit__manual-grid label>span{display:block;margin-bottom:7px;color:var(--kpi-muted);font-size:11px;line-height:14px;font-weight:700}.reports-kpi-edit__date-panel input,.reports-kpi-edit__manual-grid input,.reports-kpi-edit__section-card textarea{min-height:36px;border:1px solid var(--kpi-border);border-radius:6px;background:#fff;color:var(--kpi-dark);font-family:DM Sans,sans-serif;font-size:13px;outline:none}.reports-kpi-edit__date-panel input{width:200px;padding:0 12px}.reports-kpi-edit__date-panel p{margin:12px 0 0;color:var(--kpi-muted);font-size:12px;line-height:18px}.reports-kpi-edit__meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:16px}.reports-kpi-edit__meta-grid div{min-height:78px;border:1px solid var(--kpi-border);border-radius:8px;background:#f8fafc;padding:14px}.reports-kpi-edit__meta-grid span,.reports-kpi-edit__metric-grid span{display:block;color:var(--kpi-hint);font-size:10px;line-height:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.reports-kpi-edit__meta-grid strong{display:block;margin-top:8px;color:var(--kpi-dark);font-size:13px;line-height:18px;font-weight:600}.reports-kpi-edit__meta-grid strong.is-muted{color:var(--kpi-muted);font-weight:500}.reports-kpi-edit__progress{display:flex;align-items:center;gap:16px;padding:14px 20px}.reports-kpi-edit__progress div{flex:1;height:6px;border-radius:999px;background:#e5e7eb;overflow:hidden}.reports-kpi-edit__progress div span{display:block;height:100%;border-radius:inherit;background:var(--kpi-teal)}.reports-kpi-edit__progress p{margin:0;color:var(--kpi-muted);font-size:13px;line-height:18px;white-space:nowrap}.reports-kpi-edit__progress strong{color:var(--kpi-dark);font-weight:700}.reports-kpi-edit__layout{display:grid;grid-template-columns:180px minmax(0,1fr);gap:20px;align-items:start}.reports-kpi-edit__sidebar{position:sticky;top:118px;padding-top:4px}.reports-kpi-edit__sidebar p{margin:0 0 14px;color:var(--kpi-hint);font-size:11px;line-height:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.reports-kpi-edit__sidebar a{position:relative;display:grid;grid-template-columns:22px minmax(0,1fr);-moz-column-gap:10px;column-gap:10px;min-height:64px;border-left:2px solid transparent;padding:8px 0 8px 12px;color:var(--kpi-muted)}.reports-kpi-edit__sidebar a:after{content:"";position:absolute;left:22px;top:42px;width:1px;height:22px;background:var(--kpi-border)}.reports-kpi-edit__sidebar a:last-child:after{display:none}.reports-kpi-edit__sidebar a.is-active{border-left-color:var(--kpi-teal);color:var(--kpi-dark)}.reports-kpi-edit__sidebar a.is-complete{color:var(--kpi-teal)}.reports-kpi-edit__sidebar a span{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:2px solid #cfd8e3;border-radius:999px;background:#fff;color:var(--kpi-muted);font-size:10px;line-height:1;font-weight:700}.reports-kpi-edit__sidebar a.is-complete span{border-color:var(--kpi-teal);background:var(--kpi-teal);color:#fff;font-size:0}.reports-kpi-edit__sidebar a.is-complete span:after{content:"✓";font-size:11px;line-height:1}.reports-kpi-edit__sidebar a.is-active span{border-color:var(--kpi-teal);background:#fff;color:var(--kpi-teal)}.reports-kpi-edit__sidebar a.is-complete strong{color:var(--kpi-teal)}.reports-kpi-edit__sidebar strong,.reports-kpi-edit__sidebar small{grid-column:2;display:block}.reports-kpi-edit__sidebar strong{font-size:13px;line-height:17px;font-weight:700}.reports-kpi-edit__sidebar small{margin-top:2px;color:var(--kpi-hint);font-size:11px;line-height:14px}.reports-kpi-edit__main{display:flex;min-width:0;flex-direction:column;gap:18px}.reports-kpi-edit__section-card{overflow:hidden;border:1px solid var(--kpi-border);border-radius:var(--kpi-radius);background:var(--kpi-surface)}.reports-kpi-edit__section-card>header{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:72px;border-bottom:1px solid var(--kpi-border);padding:16px 24px}.reports-kpi-edit__section-title{display:flex;align-items:center;gap:12px}.reports-kpi-edit__section-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;flex:0 0 auto;border-radius:8px;background:var(--kpi-teal-bg);color:var(--kpi-teal)}.reports-kpi-edit__section-icon--manual{background:var(--kpi-amber-bg);color:var(--kpi-amber)}.reports-kpi-edit__section-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.reports-kpi-edit__section-card h2{margin:0;color:var(--kpi-dark);font-size:15px;line-height:20px;font-weight:700}.reports-kpi-edit__section-card header p{margin:1px 0 0;color:var(--kpi-muted);font-size:12px;line-height:16px}.reports-kpi-edit__auto,.reports-kpi-edit__manual{display:inline-flex;align-items:center;justify-content:center;min-height:24px;border-radius:999px;padding:0 12px;font-size:11px;line-height:14px;font-weight:800}.reports-kpi-edit__auto{background:var(--kpi-teal-bg);color:var(--kpi-teal)}.reports-kpi-edit__manual{border:1px solid #fde68a;background:var(--kpi-amber-bg);color:var(--kpi-amber)}.reports-kpi-edit__auto-note{margin:20px 24px 16px;border:1px solid #99f6e4;border-radius:6px;background:var(--kpi-teal-bg);color:var(--kpi-teal);padding:10px 14px;font-size:12px;line-height:16px}.reports-kpi-edit__metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 24px 24px;overflow:hidden;border:1px solid var(--kpi-border);border-radius:8px;background:var(--kpi-border);gap:1px}.reports-kpi-edit__metric-grid div{min-height:62px;background:#f8fafc;padding:13px 14px}.reports-kpi-edit__metric-grid strong{display:block;margin-top:7px;color:var(--kpi-dark);font-size:15px;line-height:20px;font-weight:700}.reports-kpi-edit__manual-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:20px 24px 24px}.reports-kpi-edit__manual-grid input{width:100%;padding:0 12px}.reports-kpi-edit__section-card textarea{display:block;width:calc(100% - 48px);min-height:110px;margin:20px 24px 24px;padding:10px 12px;line-height:1.5;resize:vertical}.reports-kpi-edit__bottom-bar{position:sticky;bottom:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--kpi-border);background:var(--kpi-surface);margin-top:18px;padding:14px 24px}.reports-kpi-edit__bottom-bar p{display:inline-flex;align-items:center;gap:8px;margin:0;color:var(--kpi-muted);font-size:13px;line-height:18px}.reports-kpi-edit__bottom-bar p span{width:6px;height:6px;border-radius:999px;background:var(--kpi-teal)}.reports-kpi-edit__empty{padding:24px;color:var(--kpi-muted);font-size:13px}@media(max-width:1279px){.reports-kpi-edit__meta-grid,.reports-kpi-edit__metric-grid,.reports-kpi-edit__manual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){body:has(.reports-kpi-edit) .cb-main-content{padding-left:0}.reports-kpi-edit__content{padding:18px 16px 88px}.reports-kpi-edit__hero,.reports-kpi-edit__bottom-bar{align-items:flex-start;flex-direction:column}.reports-kpi-edit__meta-grid,.reports-kpi-edit__layout,.reports-kpi-edit__metric-grid,.reports-kpi-edit__manual-grid{grid-template-columns:minmax(0,1fr)}.reports-kpi-edit__sidebar{position:static}.reports-kpi-edit__date-panel input,.reports-kpi-edit__date-row .reports-v2-btn,.reports-kpi-edit__bottom-bar>div,.reports-kpi-edit__bottom-bar .reports-v2-btn{width:100%}}.reports-v2.reports-reg-centre{--rp-bg: #f9fafb;--rp-surface: #ffffff;--rp-border: #e5e7eb;--rp-dark: #111827;--rp-muted: #6b7280;--rp-hint: #9ca3af;--rp-teal: #0d9488;--rp-teal-dark: #0f766e;--rp-teal-bg: #f0fdfa;background:var(--rp-bg);font-family:DM Sans,sans-serif}.reports-v2.reports-reg-centre .reports-module-tabs{height:40px;align-items:stretch;border-bottom:1px solid var(--rp-border);padding:0 28px}.reports-v2.reports-reg-centre .reports-module-tabs__link{display:flex;height:40px;align-items:center;margin:0;padding:0 16px;border-bottom:2px solid transparent;color:var(--rp-muted);font-size:14px;line-height:18px;font-weight:500}.reports-v2.reports-reg-centre .reports-module-tabs__link.is-active{border-bottom-color:var(--rp-dark);color:var(--rp-dark);font-weight:600}.reports-v2.reports-reg-centre .reports-v2__content{padding:68px 28px 80px}.reports-v2.reports-reg-centre .reports-reg-centre__breadcrumb{margin-bottom:20px;font-size:13px;line-height:18px;font-weight:500}.reports-v2.reports-reg-centre .reports-reg-centre__header{margin-bottom:24px}.reports-v2.reports-reg-centre .reports-reg-centre__header h1{font-size:22px;line-height:28px;font-weight:700;letter-spacing:-.02em}.reports-v2.reports-reg-centre .reports-reg-centre__header p{margin-top:4px;font-size:13px;line-height:18px;font-weight:500}.reports-v2.reports-reg-centre .reports-reg-centre__stat-grid{gap:16px;margin-bottom:24px}.reports-v2.reports-reg-centre .reports-reg-centre__stat-card{min-height:122px;border-radius:10px;padding:20px;box-shadow:none}.reports-v2.reports-reg-centre .reports-reg-centre__stat-card>span{margin-bottom:10px;font-size:11px;line-height:14px;font-weight:700;letter-spacing:.06em}.reports-v2.reports-reg-centre .reports-reg-centre__stat-card>strong{margin:0 0 8px;font-size:22px;line-height:27px;font-weight:700;letter-spacing:-.02em}.reports-v2.reports-reg-centre .reports-v2-badge{min-height:22px;margin-top:0;padding:3px 10px;border-radius:999px;font-size:11px;line-height:14px;font-weight:500;letter-spacing:0;text-transform:none}.reports-v2.reports-reg-centre .reports-v2-badge--neutral{border:1px solid var(--rp-border);background:var(--rp-bg);color:var(--rp-muted)}.reports-v2.reports-reg-centre .reports-v2-badge--teal{border:1px solid rgba(13,148,136,.2);background:var(--rp-teal-bg);color:var(--rp-teal-dark)}.reports-v2.reports-reg-centre .reports-v2-badge--blue{border:0;background:#dbeafe;color:#1d4ed8}.reports-v2.reports-reg-centre .reports-reg-centre__report-grid,.reports-v2.reports-reg-centre .reports-reg-centre__bottom-grid{gap:16px;margin-bottom:24px}.reports-v2.reports-reg-centre .reports-reg-centre__report-card{min-height:294px;border-radius:10px;padding:20px 24px;box-shadow:none}.reports-v2.reports-reg-centre .reports-reg-centre__report-card header{margin-bottom:16px}.reports-v2.reports-reg-centre .reports-reg-centre__report-card h2,.reports-v2.reports-reg-centre .reports-reg-centre__bottom-card h2{font-size:15px;line-height:20px;font-weight:700;letter-spacing:0}.reports-v2.reports-reg-centre .reports-reg-centre__report-card p,.reports-v2.reports-reg-centre .reports-reg-centre__bottom-card>p{margin-top:3px;font-size:12px;line-height:18px;font-weight:500}.reports-v2.reports-reg-centre .reports-reg-centre__meta-grid{gap:10px;margin-bottom:16px}.reports-v2.reports-reg-centre .reports-reg-centre__meta-grid>div{min-height:54px;border-radius:6px;padding:10px 14px;background:#f9fafb}.reports-v2.reports-reg-centre .reports-reg-centre__meta-grid span{font-size:10px;line-height:13px;font-weight:700;letter-spacing:.06em}.reports-v2.reports-reg-centre .reports-reg-centre__meta-grid strong{margin-top:4px;font-size:13px;line-height:18px;font-weight:600}.reports-v2.reports-reg-centre .reports-reg-centre__progress{margin-bottom:14px}.reports-v2.reports-reg-centre .reports-reg-centre__progress span{height:6px}.reports-v2.reports-reg-centre .reports-v2-btn{min-height:34px;border-radius:6px;padding:0 16px;font-size:13px;line-height:18px;font-weight:600}.reports-v2.reports-reg-centre .reports-v2-btn--teal{border-color:var(--rp-teal);background:var(--rp-teal)}.reports-v2.reports-reg-centre .reports-v2-btn--ghost{border-color:var(--rp-border);background:#fff;color:var(--rp-dark);font-weight:500}.reports-v2.reports-reg-centre .reports-reg-centre__bottom-card{min-height:220px;border-radius:10px;padding:20px 24px;box-shadow:none}.reports-v2.reports-reg-centre .reports-reg-centre__empty{min-height:160px;border-radius:6px}.reports-v2.reports-reg-centre .reports-reg-centre__checklist{gap:8px;margin:14px 0 16px}.reports-v2.reports-reg-centre .reports-reg-centre__checklist div{font-size:13px;line-height:18px;font-weight:500}.reports-v2.reports-reg-centre .reports-reg-centre__bottom-card h3{margin-bottom:10px;font-size:11px;line-height:14px;font-weight:700;letter-spacing:.06em}.reports-v2.reports-reg-centre .reports-reg-centre__recommendation{border-radius:6px;padding:12px 14px}@media(max-width:767px){.reports-v2.reports-reg-centre .reports-v2__content{padding:22px 16px 88px}}.reports-v2-btn--teal{border:1px solid var(--rp-teal);background:var(--rp-teal);color:#fff;font-weight:600}.reports-v2-btn--teal:hover{background:var(--rp-teal-dark);color:#fff}.reports-v2-btn svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.reports-reg-centre__content{padding-top:68px}.reports-reg-centre__breadcrumb{display:flex;align-items:center;gap:6px;margin-bottom:20px;color:var(--rp-muted);font-size:13px;line-height:18px;font-weight:500}.reports-reg-centre__breadcrumb svg{width:14px;height:14px;fill:none;stroke:var(--rp-hint);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.reports-reg-centre__breadcrumb strong{color:var(--rp-dark);font-weight:600}.reports-reg-centre__header{margin-bottom:24px}.reports-reg-centre__stat-grid,.reports-reg-centre__report-grid,.reports-reg-centre__bottom-grid{display:grid;gap:16px}.reports-reg-centre__stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:24px}.reports-reg-centre__report-grid,.reports-reg-centre__bottom-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:24px}.reports-reg-centre__stat-card,.reports-reg-centre__report-card,.reports-reg-centre__bottom-card{border:1px solid var(--rp-border);border-radius:10px;background:var(--rp-surface)}.reports-reg-centre__stat-card{min-height:122px;padding:20px}.reports-reg-centre__stat-card>span,.reports-reg-centre__meta-grid span,.reports-reg-centre__bottom-card h3{display:block;color:var(--rp-hint);font-size:11px;line-height:14px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.reports-reg-centre__stat-card>strong{display:block;margin-top:10px;color:var(--rp-dark);font-size:22px;line-height:28px;font-weight:700;letter-spacing:-.02em}.reports-reg-centre__stat-card>strong.is-teal{color:var(--rp-teal)}.reports-reg-centre__stat-card small{display:block;margin-top:8px;color:var(--rp-hint);font-size:12px;line-height:16px;font-weight:500}.reports-reg-centre__report-card{padding:20px 24px}.reports-reg-centre__report-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.reports-reg-centre__report-card h2,.reports-reg-centre__bottom-card h2{margin:0;color:var(--rp-dark);font-size:15px;line-height:20px;font-weight:700;letter-spacing:0}.reports-reg-centre__report-card p,.reports-reg-centre__bottom-card>p{margin:3px 0 0;color:var(--rp-muted);font-size:12px;line-height:18px;font-weight:500}.reports-reg-centre__meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:16px}.reports-reg-centre__meta-grid>div{min-height:54px;border-radius:6px;background:var(--rp-bg);padding:10px 14px}.reports-reg-centre__meta-grid strong{display:block;margin-top:4px;color:var(--rp-dark);font-size:13px;line-height:18px;font-weight:600}.reports-reg-centre__progress{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;margin-bottom:14px}.reports-reg-centre__progress span{display:block;height:6px;overflow:hidden;border-radius:999px;background:var(--rp-border)}.reports-reg-centre__progress i{display:block;height:100%;border-radius:inherit;background:var(--rp-teal)}.reports-reg-centre__progress strong{color:var(--rp-muted);font-size:12px;line-height:16px;font-weight:600}.reports-reg-centre__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.reports-reg-centre__bottom-card{padding:20px 24px}.reports-reg-centre__bottom-card h2{margin-bottom:16px}.reports-reg-centre__empty{display:flex;min-height:160px;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1px dashed var(--rp-border);border-radius:6px;background:var(--rp-bg);color:var(--rp-muted)}.reports-reg-centre__empty svg{width:22px;height:22px;fill:none;stroke:var(--rp-hint);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.reports-reg-centre__empty strong{color:var(--rp-muted);font-size:13px;line-height:18px;font-weight:600}.reports-reg-centre__empty span{color:var(--rp-hint);font-size:12px;line-height:16px}.reports-reg-centre__history-bars{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;min-height:160px;align-items:end;border:1px solid var(--rp-border);border-radius:6px;background:var(--rp-bg);padding:18px}.reports-reg-centre__history-bars div{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:7px}.reports-reg-centre__history-bars span{color:var(--rp-dark);font-size:11px;font-weight:700}.reports-reg-centre__history-bars i{display:block;width:34px;border-radius:999px 999px 4px 4px;background:var(--rp-teal)}.reports-reg-centre__history-bars strong{color:var(--rp-hint);font-size:10px;line-height:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.reports-reg-centre__checklist{display:flex;flex-direction:column;gap:8px;margin:14px 0 16px}.reports-reg-centre__checklist div{display:flex;align-items:center;gap:8px;color:var(--rp-muted);font-size:13px;line-height:18px;font-weight:500}.reports-reg-centre__checklist span{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;flex:0 0 auto;border:1.5px solid var(--rp-border);border-radius:999px;font-size:10px;font-weight:800}.reports-reg-centre__checklist span.is-done{border-color:var(--rp-teal);background:var(--rp-teal);color:#fff}.reports-reg-centre__checklist span.is-warn{border-color:#f59e0b;background:#fffbeb;color:#f59e0b}.reports-reg-centre__checklist span.is-open{background:#fff}.reports-reg-centre__bottom-card hr{margin:14px 0;border:0;border-top:1px solid var(--rp-border)}.reports-reg-centre__recommendation{border-radius:6px;background:var(--rp-bg);padding:12px 14px;margin-bottom:12px}.reports-reg-centre__recommendation strong{display:block;color:var(--rp-muted);font-size:13px;line-height:18px;font-weight:700}.reports-reg-centre__recommendation span{display:block;margin-top:2px;color:var(--rp-hint);font-size:12px;line-height:17px}.reports-reg-centre__full-button{width:100%}@media(max-width:1279px){.reports-reg-centre__stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-reg-centre__report-grid,.reports-reg-centre__bottom-grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:767px){.reports-reg-centre__content{padding-top:22px}.reports-reg-centre__stat-grid,.reports-reg-centre__meta-grid{grid-template-columns:minmax(0,1fr)}.reports-reg-centre__report-card header{flex-direction:column}}body:has(.reg44-workflow){background:#f9fafb}body:has(.reg44-workflow) .cb-main-content{padding-top:76px;padding-right:28px;padding-bottom:0;background:#f9fafb}.reg44-workflow{display:grid;grid-template-columns:184px minmax(0,1fr);gap:28px;color:#111827;font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif}.reg44-workflow__nav{position:sticky;top:88px;align-self:start;padding:8px 12px 0 0}.reg44-workflow__nav-label{margin-bottom:14px;color:#9ca3af;font-size:11px;line-height:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.reg44-step{display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;padding:8px 0 8px 12px;margin-left:-12px;border-left:2px solid transparent;color:#6b7280}.reg44-step.is-active{border-left-color:#0d9488}.reg44-step.is-complete{color:#0f766e}.reg44-step__dot{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:2px solid #d1d5db;border-radius:999px;background:#fff;color:#6b7280;font-size:10px;line-height:1;font-weight:700}.reg44-step.is-active .reg44-step__dot{border-color:#0d9488;color:#0d9488}.reg44-step.is-complete .reg44-step__dot{border-color:#0d9488;background:#0d9488;color:#fff;font-size:0}.reg44-step.is-complete .reg44-step__dot:after{content:"✓";font-size:10px;line-height:1}.reg44-step strong{display:block;color:#6b7280;font-size:13px;line-height:17px;font-weight:600}.reg44-step.is-active strong{color:#111827}.reg44-step small{display:block;margin-top:1px;color:#9ca3af;font-size:11px;line-height:14px;font-weight:500}.reg44-step__connector{display:block;width:2px;height:12px;margin-left:9px;background:#e5e7eb}.reg44-workflow__main{min-width:0;padding-bottom:28px}.reg44-breadcrumb{display:flex;align-items:center;gap:6px;margin-bottom:16px;color:#6b7280;font-size:13px;line-height:18px;font-weight:500}.reg44-breadcrumb svg{width:14px;height:14px;color:#9ca3af}.reg44-breadcrumb strong{color:#111827;font-weight:600}.reg44-page-header,.reg44-card{border:1px solid #e5e7eb;border-radius:10px;background:#fff}.reg44-page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;margin-bottom:20px}.reg44-page-header h1{margin:0;color:#111827;font-size:20px;line-height:26px;font-weight:700;letter-spacing:0}.reg44-page-header p{margin:2px 0 0;color:#6b7280;font-size:13px;line-height:20px}.reg44-progress-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;margin-bottom:20px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;padding:18px 24px}.reg44-progress-track{height:6px;overflow:hidden;border-radius:999px;background:#e5e7eb}.reg44-progress-fill{display:block;width:0;height:100%;border-radius:inherit;background:#0d9488;transition:width .2s ease}.reg44-progress-label{margin:0;color:#6b7280;font-size:13px;line-height:18px;font-weight:500;white-space:nowrap}.reg44-progress-label strong{color:#111827;font-weight:700}.reg44-form{display:flex;flex-direction:column;gap:16px}.reg44-card{overflow:hidden;scroll-margin-top:82px}.reg44-card__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;border-bottom:1px solid #e5e7eb}.reg44-card__title-group{display:flex;align-items:center;gap:10px;min-width:0}.reg44-card__icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;border-radius:6px;background:#f0fdfa;color:#0d9488}.reg44-card__icon svg{width:16px;height:16px}.reg44-card__header h2{margin:0;color:#111827;font-size:15px;line-height:20px;font-weight:700;letter-spacing:0}.reg44-card__header p{margin:1px 0 0;color:#6b7280;font-size:12px;line-height:16px;font-weight:500}.reg44-card__body{padding:20px 24px}.reg44-field-grid,.reg44-narrative-grid{display:grid;gap:16px}.reg44-field-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.reg44-field-grid--two,.reg44-narrative-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reg44-field,.reg44-field span{min-width:0}.reg44-field{display:flex;flex-direction:column;gap:5px}.reg44-field--span-2{grid-column:span 2}.reg44-field--full{grid-column:1 / -1}.reg44-field>span{color:#6b7280;font-size:12px;line-height:16px;font-weight:600}.reg44-field input,.reg44-field select,.reg44-field textarea{width:100%;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#111827;font-family:inherit;font-size:14px;line-height:20px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.reg44-field input,.reg44-field select{min-height:38px;padding:0 12px}.reg44-field textarea{min-height:104px;padding:10px 12px;resize:vertical}.reg44-field input:focus,.reg44-field select:focus,.reg44-field textarea:focus{border-color:#0d9488;box-shadow:0 0 0 3px #0d948814}.reg44-field textarea::-moz-placeholder{color:#9ca3af}.reg44-field textarea::placeholder{color:#9ca3af}.reg44-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:3px 9px;border-radius:999px;font-size:11px;line-height:14px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.reg44-badge--auto{background:#ccfbf1;color:#0f766e}.reg44-badge--manual{border:1px solid #fde68a;background:#fffbeb;color:#92400e}.reg44-info-note{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;margin-bottom:16px;border:1px solid #99f6e4;border-radius:6px;background:#f0fdfa;color:#0f766e;font-size:12px;line-height:18px;font-weight:500}.reg44-info-note svg{width:14px;height:14px;flex-shrink:0;margin-top:2px}.reg44-auto-section+.reg44-auto-section{margin-top:16px}.reg44-auto-section h3{margin:0 0 8px;color:#6b7280;font-size:12px;line-height:16px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.reg44-auto-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;border-radius:6px;background:#e5e7eb}.reg44-auto-item{min-width:0;background:#f9fafb;padding:12px 14px}.reg44-auto-item span,.reg44-auto-item strong{display:block}.reg44-auto-item span{margin-bottom:2px;color:#9ca3af;font-size:11px;line-height:14px;font-weight:500}.reg44-auto-item strong{color:#111827;font-size:15px;line-height:20px;font-weight:700;overflow-wrap:anywhere}.reg44-pill-grid{display:flex;flex-wrap:wrap;gap:8px;padding-top:4px}.reg44-pill{cursor:pointer}.reg44-pill input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.reg44-pill span{display:inline-flex;align-items:center;min-height:30px;padding:6px 12px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#6b7280;font-size:13px;line-height:16px;font-weight:600}.reg44-pill input:checked+span{border-color:#0d9488;background:#f0fdfa;color:#0f766e}.reg44-action-list{display:flex;flex-direction:column;gap:10px}.reg44-action-card{border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;padding:14px}.reg44-action-card header{margin-bottom:12px}.reg44-action-card header strong{color:#6b7280;font-size:12px;line-height:16px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.reg44-action-grid{display:grid;grid-template-columns:2fr repeat(5,minmax(110px,1fr));gap:10px}.reg44-action-description{grid-column:span 2}.reg44-action-notes{grid-column:span 5}.reg44-bottom-bar{position:sticky;bottom:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;margin-top:8px;border:1px solid #e5e7eb;border-radius:10px 10px 0 0;background:#fffffffa;box-shadow:0 -12px 30px #0f172a0d}.reg44-bottom-bar__status,.reg44-bottom-bar__actions{display:flex;align-items:center;gap:10px}.reg44-bottom-bar__status{color:#6b7280;font-size:13px;line-height:18px;font-weight:500}.reg44-bottom-bar__status span{width:6px;height:6px;border-radius:999px;background:#0d9488}.reg44-btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:6px;border:1px solid transparent;font-size:14px;line-height:18px;font-weight:700;white-space:nowrap}.reg44-btn--secondary{border-color:#e5e7eb;background:#fff;color:#111827}.reg44-btn--secondary:hover{background:#f9fafb;color:#111827}.reg44-btn--primary{min-width:150px;background:#0d9488;color:#fff}.reg44-btn--primary:hover{background:#0f766e;color:#fff}@media(max-width:1280px){.reg44-workflow{grid-template-columns:minmax(0,1fr)}.reg44-workflow__nav{position:static;display:flex;gap:8px;overflow-x:auto;padding:0 0 4px}.reg44-workflow__nav-label,.reg44-step__connector,.reg44-step small{display:none}.reg44-step{display:inline-flex;min-width:-moz-max-content;min-width:max-content;align-items:center;padding:8px 10px;margin:0;border:1px solid #e5e7eb;border-radius:999px;background:#fff}}@media(max-width:1100px){.reg44-field-grid--four,.reg44-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reg44-action-description,.reg44-action-notes{grid-column:1 / -1}}@media(max-width:767px){body:has(.reg44-workflow) .cb-main-content{padding:72px 16px 0}.reg44-page-header,.reg44-progress-card,.reg44-card__header,.reg44-bottom-bar{align-items:flex-start;flex-direction:column}.reg44-progress-card{display:flex;gap:10px}.reg44-progress-track{width:100%}.reg44-field-grid--four,.reg44-field-grid--two,.reg44-narrative-grid,.reg44-auto-grid,.reg44-action-grid{grid-template-columns:minmax(0,1fr)}.reg44-field--span-2,.reg44-field--full{grid-column:auto}.reg44-bottom-bar__actions,.reg44-btn{width:100%}}.reports-v2{--rp-bg: #f4f6f8;--rp-surface: #ffffff;--rp-border: #e8eaed;--rp-dark: #111827;--rp-body: #374151;--rp-muted: #6b7280;--rp-hint: #9ca3af;--rp-teal: #0d9488;--rp-teal-bg: #f0fdfa;--rp-teal-dark: #0f766e;--rp-green: #16a34a;--rp-red: #dc2626;--rp-red-bg: #fef2f2;--rp-blue: #2563eb;--rp-blue-bg: #eff6ff;--rp-amber: #d97706;--rp-amber-bg: #fffbeb;--rp-radius: 14px;--rp-radius-sm: 9px;min-height:calc(100vh - 56px);background:var(--rp-bg);color:var(--rp-dark);font-family:DM Sans,sans-serif;-webkit-font-smoothing:antialiased}body:has(.reports-v2){background:#f4f6f8}body:has(.reports-v2) .cb-main-content{padding:56px 0 0 220px;background:#f4f6f8}body:has(.reports-v2) .cb-navbar{height:56px;border-bottom:1px solid #e8eaed;background:#fff;box-shadow:none}body:has(.reports-v2) .cb-navbar-bg{height:56px;background:#fff;box-shadow:none}body:has(.reports-v2) .cb-sidebar-brand{height:72px;border-bottom:1px solid #e8eaed}body:has(.reports-v2) .cb-brand-mark{width:32px;height:32px;background:#0d9488;color:#fff;font-size:12px;font-weight:700}body:has(.reports-v2) .cb-brand-name{color:#111827;font-size:14px;font-weight:700}body:has(.reports-v2) .cb-menu-header{padding:8px 20px 4px;color:#9ca3af;font-size:10px;font-weight:600;letter-spacing:.08em}body:has(.reports-v2) .cb-sidebar-user{border-top:1px solid #e8eaed;background:#fff}body:has(.reports-v2) .cb-home-switcher select,body:has(.reports-v2) .cb-active-home{min-width:154px;border:1px solid #e8eaed;border-radius:20px;background:#f4f6f8;padding:6px 16px;color:#111827;font-size:13px;font-weight:500;text-align:center}body:has(.reports-v2) .cb-top-search{width:260px;min-height:34px;border:1px solid #e8eaed;border-radius:20px;background:#f4f6f8;padding:7px 14px;color:#9ca3af;box-shadow:none}body:has(.reports-v2) .cb-top-search svg{width:14px;height:14px;color:#9ca3af}body:has(.reports-v2) .cb-top-search span{color:#9ca3af;font-size:13px;font-weight:500}body:has(.reports-v2) .cb-top-icon{width:34px;height:34px;border:1px solid #e8eaed;border-radius:9px;background:#fff;color:#6b7280;box-shadow:none}body:has(.reports-v2) .cb-top-link{color:#6b7280;font-size:13px;font-weight:500}body:has(.reports-v2) .cb-navbar form[action*=logout] button{height:34px;border:1px solid #e8eaed;border-radius:8px;background:#fff;padding:0 14px;color:#111827;font-size:13px;font-weight:500;box-shadow:none}.reports-v2 .reports-module-tabs{display:flex;gap:0;margin:0;border-bottom:1px solid var(--rp-border);background:var(--rp-surface);padding:0 28px}.reports-v2 .reports-module-tabs__link{margin-bottom:-1px;border-bottom:2px solid transparent;padding:14px 18px;color:var(--rp-muted);font-size:13.5px;line-height:18px;font-weight:500;letter-spacing:0}.reports-v2 .reports-module-tabs__link.is-active{border-bottom-color:var(--rp-dark);color:var(--rp-dark);font-weight:600}.reports-v2 .reports-module-tabs__link.is-active:after{display:none}.reports-v2__content{padding:24px 28px 80px}.reports-v2__header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.reports-v2__header h1{margin:0;color:var(--rp-dark);font-size:22px;line-height:28px;font-weight:700;letter-spacing:-.02em}.reports-v2__header p{margin:2px 0 0;color:var(--rp-muted);font-size:13px;line-height:20px}.reports-v2__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.reports-v2-btn{display:inline-flex;align-items:center;justify-content:center;min-height:36px;border-radius:20px;padding:0 18px;font-size:13px;line-height:18px;font-weight:500;white-space:nowrap}.reports-v2-btn--ghost{border:1px solid var(--rp-border);background:var(--rp-surface);color:var(--rp-muted)}.reports-v2-btn--ghost:hover{border-color:var(--rp-teal);color:var(--rp-teal)}.reports-v2-btn--dark{border:1px solid var(--rp-dark);background:var(--rp-dark);color:#fff;font-weight:600}.reports-v2-btn--dark:hover{color:#fff;opacity:.88}.reports-v2-stat-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:20px}.reports-v2-stat-card{display:flex;align-items:center;gap:12px;min-height:89px;border:1px solid var(--rp-border);border-radius:var(--rp-radius);background:var(--rp-surface);padding:14px 18px}.reports-v2-stat-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;flex:0 0 auto}.reports-v2-stat-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.5}.reports-v2-stat-icon--muted{background:var(--rp-bg);color:var(--rp-hint)}.reports-v2-stat-icon--teal{background:var(--rp-teal-bg);color:var(--rp-teal)}.reports-v2-stat-icon--red{background:var(--rp-red-bg);color:var(--rp-red)}.reports-v2-stat-icon--blue{background:var(--rp-blue-bg);color:var(--rp-blue)}.reports-v2-stat-card strong{display:block;color:var(--rp-dark);font-size:22px;line-height:1;font-weight:700;letter-spacing:-.02em}.reports-v2-stat-card strong.is-red{color:var(--rp-red)}.reports-v2-stat-card span span{display:block;margin-top:2px;color:var(--rp-muted);font-size:11px;line-height:15px}.reports-v2-badge{display:inline-flex;align-items:center;min-height:15px;border-radius:20px;margin-top:3px;padding:1px 7px;font-size:9.5px;line-height:12px;font-style:normal;font-weight:700;letter-spacing:.03em}.reports-v2-badge--neutral{background:#f3f4f6;color:var(--rp-hint)}.reports-v2-badge--teal{background:var(--rp-teal-bg);color:var(--rp-teal-dark)}.reports-v2-badge--red{background:var(--rp-red-bg);color:var(--rp-red)}.reports-v2-badge--blue{background:var(--rp-blue-bg);color:var(--rp-blue)}.reports-v2-filter-bar,.reports-v2-filter-panel{border:1px solid var(--rp-border);border-radius:var(--rp-radius);background:var(--rp-surface);margin-bottom:20px}.reports-v2-filter-bar{display:flex;align-items:center;gap:10px;padding:12px 18px}.reports-v2-filter-pills{display:flex;align-items:center;gap:6px;flex:1;flex-wrap:wrap;min-height:28px}.reports-v2-filter-hint{color:var(--rp-hint);font-size:13px;line-height:18px}.reports-v2-filter-pill{display:inline-flex;align-items:center;gap:5px;min-height:24px;border:1px solid #99f6e4;border-radius:20px;background:var(--rp-teal-bg);padding:3px 10px;color:var(--rp-teal-dark);font-size:12px;font-weight:500}.reports-v2-filter-pill a{color:var(--rp-teal);font-size:14px;line-height:1}.reports-v2-filter-toggle{display:inline-flex;align-items:center;gap:6px;min-height:32px;border:1px solid var(--rp-border);border-radius:20px;background:transparent;padding:0 14px;color:var(--rp-body);font-size:13px;font-weight:500}.reports-v2-filter-toggle:hover{border-color:var(--rp-teal);color:var(--rp-teal)}.reports-v2-filter-toggle svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.5}.reports-v2-filter-panel{padding:16px 18px}.reports-v2-filter-grid{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;margin-bottom:12px}.reports-v2-filter-grid label{display:flex;flex-direction:column;gap:4px}.reports-v2-filter-grid label span{color:var(--rp-hint);font-size:10px;line-height:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.reports-v2-filter-grid input,.reports-v2-filter-grid select{min-height:34px;border:1px solid var(--rp-border);border-radius:20px;background:var(--rp-bg);padding:7px 14px;color:var(--rp-body);font-size:13px;font-family:DM Sans,sans-serif;outline:none}.reports-v2-filter-grid select{min-width:130px;padding-right:28px}.reports-v2-filter-search{flex:1 1 260px}.reports-v2-filter-search input{width:100%}.reports-v2-filter-actions{display:flex;justify-content:flex-end;gap:8px}.reports-v2-section{margin-bottom:24px}.reports-v2-section__head{display:flex;align-items:center;gap:8px;margin-bottom:12px}.reports-v2-section__dot{width:8px;height:8px;border-radius:999px}.reports-v2-section__dot--red{background:var(--rp-red)}.reports-v2-section__dot--green{background:var(--rp-green)}.reports-v2-section__head h2{margin:0;color:var(--rp-dark);font-size:15px;line-height:20px;font-weight:700;letter-spacing:0}.reports-v2-section__head h2 span{color:var(--rp-hint);font-size:12px;font-weight:400}.reports-v2-row{display:flex;align-items:center;gap:14px;min-height:66px;border:1px solid var(--rp-border);border-radius:var(--rp-radius-sm);background:var(--rp-surface);margin-bottom:6px;padding:14px 18px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.reports-v2-row:hover,.reports-v2-row:focus-visible{border-color:var(--rp-teal);box-shadow:0 0 0 1px var(--rp-teal);outline:none}.reports-v2-row--overdue{border-left:3px solid var(--rp-red);background:#fff8f8}.reports-v2-row--overdue:hover,.reports-v2-row--overdue:focus-visible{border-left-color:var(--rp-teal)}.reports-v2-row__icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:var(--rp-bg);color:var(--rp-hint);flex:0 0 auto}.reports-v2-row__icon svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.5}.reports-v2-row__main{flex:1 1 auto;min-width:0}.reports-v2-row__main h3{margin:0 0 2px;color:var(--rp-dark);font-size:13.5px;line-height:18px;font-weight:600}.reports-v2-row__main p{display:flex;align-items:center;gap:5px;margin:0;color:var(--rp-muted);font-size:12px;line-height:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reports-v2-row__main p span{width:3px;height:3px;border-radius:999px;background:var(--rp-hint);flex:0 0 auto}.reports-v2-row__actions{display:flex;align-items:center;gap:8px;flex:0 0 auto;white-space:nowrap}.reports-v2-row__actions a{color:var(--rp-teal);font-size:12.5px;line-height:16px;font-weight:600}.reports-v2-row__actions a:hover{text-decoration:underline}.reports-v2-row__actions a.is-muted{color:var(--rp-hint);font-weight:500}.reports-v2-status{display:inline-flex;align-items:center;min-height:21px;border-radius:20px;padding:3px 10px;font-size:10.5px;line-height:14px;font-weight:700}.reports-v2-show-more{width:100%;min-height:38px;border:1px solid var(--rp-border);border-radius:var(--rp-radius-sm);background:var(--rp-surface);margin-top:4px;color:var(--rp-muted);font-size:12.5px;font-weight:500;font-family:DM Sans,sans-serif;text-align:center}.reports-v2-empty{border:1.5px dashed var(--rp-border);border-radius:var(--rp-radius-sm);background:var(--rp-surface);padding:16px 20px;color:var(--rp-hint);font-size:13px;line-height:18px}.reports-v2-fab{position:fixed;right:28px;bottom:24px;z-index:40;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:999px;background:var(--rp-teal);color:#fff;box-shadow:0 12px 28px #0d948852}.reports-v2-fab:hover{color:#fff;background:var(--rp-teal-dark)}.reports-v2-fab svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}@media(max-width:1279px){.reports-v2-stat-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){body:has(.reports-v2) .cb-main-content{padding-left:0}body:has(.reports-v2) .cb-navbar{left:0}.reports-v2 .reports-module-tabs{overflow-x:auto;padding:0 16px}.reports-v2__content{padding:18px 16px 88px}.reports-v2__header{align-items:flex-start;flex-direction:column}.reports-v2-stat-strip,.reports-v2-filter-grid{grid-template-columns:minmax(0,1fr);display:grid}.reports-v2-row{align-items:flex-start}.reports-v2-row__main p{white-space:normal}.reports-v2-row__actions{align-items:flex-end;flex-direction:column}}body:has(.reports-reg-centre),body:has(.reports-reg-centre) .cb-navbar,body:has(.reports-reg-centre) #app-sidebar,.reports-v2.reports-reg-centre{font-family:DM Sans,sans-serif}body:has(.reports-reg-centre) .cb-brand-name{font-family:DM Sans,sans-serif;font-size:14px;line-height:1.2;font-weight:600;letter-spacing:0}body:has(.reports-reg-centre) .cb-brand-name+span{font-size:11px;line-height:1.2;font-weight:400}body:has(.reports-reg-centre) .cb-menu-header{font-size:10px;line-height:14px;font-weight:600;letter-spacing:.08em}body:has(.reports-reg-centre) .cb-sidebar-link{font-family:DM Sans,sans-serif;font-size:13px;line-height:18px;font-weight:400;letter-spacing:0}body:has(.reports-reg-centre) .cb-sidebar-link.is-active{font-weight:500}body:has(.reports-reg-centre) .cb-top-search span,body:has(.reports-reg-centre) .cb-top-link{font-family:DM Sans,sans-serif;font-size:13px;line-height:18px;font-weight:400;letter-spacing:0}body:has(.reports-reg-centre) .cb-active-home,body:has(.reports-reg-centre) .cb-home-switcher select,body:has(.reports-reg-centre) .cb-navbar form[action*=logout] button{font-family:DM Sans,sans-serif;font-size:13px;line-height:18px;font-weight:500;letter-spacing:0}.reports-v2.reports-reg-centre .reports-module-tabs__link{font-size:14px;line-height:18px;font-weight:400}.reports-v2.reports-reg-centre .reports-module-tabs__link.is-active{font-weight:500}.reports-v2.reports-reg-centre .reports-reg-centre__breadcrumb{font-size:13px;line-height:18px;font-weight:400}.reports-v2.reports-reg-centre .reports-reg-centre__breadcrumb strong{font-weight:500}.reports-v2.reports-reg-centre .reports-reg-centre__header h1{font-size:22px;line-height:28px;font-weight:600;letter-spacing:0}.reports-v2.reports-reg-centre .reports-reg-centre__header p{font-size:13px;line-height:18px;font-weight:400}.reports-v2.reports-reg-centre .reports-reg-centre__stat-card>span{font-size:11px;line-height:14px;font-weight:600;letter-spacing:.06em}.reports-v2.reports-reg-centre .reports-reg-centre__stat-card>strong{font-size:22px;line-height:26px;font-weight:600;letter-spacing:0}.reports-v2.reports-reg-centre .reports-reg-centre__stat-card small{font-size:12px;line-height:16px;font-weight:400}.reports-v2.reports-reg-centre .reports-v2-badge{font-size:11px;line-height:14px;font-weight:500;letter-spacing:0;text-transform:none}.reports-v2.reports-reg-centre .reports-reg-centre__report-card h2,.reports-v2.reports-reg-centre .reports-reg-centre__bottom-card h2{font-size:15px;line-height:20px;font-weight:600;letter-spacing:0}.reports-v2.reports-reg-centre .reports-reg-centre__report-card p{font-size:12px;line-height:18px;font-weight:400}.reports-v2.reports-reg-centre .reports-reg-centre__meta-grid span{font-size:10px;line-height:13px;font-weight:600;letter-spacing:.06em}.reports-v2.reports-reg-centre .reports-reg-centre__meta-grid strong{font-size:13px;line-height:18px;font-weight:500}.reports-v2.reports-reg-centre .reports-reg-centre__progress strong{font-size:12px;line-height:16px;font-weight:500}.reports-v2.reports-reg-centre .reports-v2-btn{font-family:DM Sans,sans-serif;font-size:13px;line-height:18px;font-weight:500;letter-spacing:0}.reports-v2.reports-reg-centre .reports-reg-centre__bottom-card>p,.reports-v2.reports-reg-centre .reports-reg-centre__checklist div{font-size:13px;line-height:19.5px;font-weight:400}.reports-v2.reports-reg-centre .reports-reg-centre__checklist span{font-size:10px}.reports-v2.reports-reg-centre .reports-reg-centre__bottom-card h3{font-size:11px;line-height:14px;font-weight:600;letter-spacing:.06em}.reports-v2.reports-reg-centre .reports-reg-centre__recommendation strong{font-size:13px;line-height:18px;font-weight:500}.reports-v2.reports-reg-centre .reports-reg-centre__recommendation span{font-size:12px;line-height:17px;font-weight:400}.reports-v2.reports-reg-centre .reports-reg-centre__empty strong{font-size:13px;line-height:18px;font-weight:400}.reports-v2.reports-reg-centre .reports-reg-centre__empty span{font-size:12px;line-height:16px;font-weight:400}.reports-v2.reports-reg-centre .reports-reg-centre__history-bars span,.reports-v2.reports-reg-centre .reports-reg-centre__history-bars strong{font-weight:600}.auth-page{min-height:100vh;background:#f6f7f8;display:flex;flex-direction:column}.auth-page__body{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 24px 72px}.auth-shell{width:100%;max-width:610px;display:flex;flex-direction:column;align-items:center;gap:36px}.auth-brand{display:inline-flex;align-items:center;gap:14px;color:#2d333a;text-decoration:none}.auth-brand__mark{width:32px;height:32px;border-radius:12px;background:linear-gradient(180deg,#23d392,#11b77e);display:inline-flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 12px 24px #1cbf832e}.auth-brand__text{font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:31px;line-height:1;font-weight:800;letter-spacing:-.05em;color:#2c3239}.auth-card{width:100%;border-radius:0;background:#fff;border:1px solid #ecf0f4;box-shadow:0 28px 56px #0f172a14;padding:48px 44px 40px}.auth-card--compact{max-width:610px}.auth-panel{display:flex;flex-direction:column;gap:28px}.auth-panel__header h1{margin:0;color:#333840;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:32px;line-height:1.05;font-weight:800;letter-spacing:-.05em}.auth-panel__header p{margin:10px 0 0;color:#6f7782;font-size:15px;line-height:24px;font-weight:500}.auth-panel__status{border-radius:18px;background:#eefcf6;color:#0b8c61;padding:12px 16px;font-size:14px;line-height:20px;font-weight:600}.auth-panel__errors{display:flex;flex-direction:column;gap:8px}.auth-panel__error{border-radius:16px;background:#fff0f2;color:#bc435c;padding:10px 14px;font-size:13px;line-height:18px;font-weight:600}.auth-form{display:flex;flex-direction:column;gap:22px}.auth-field{display:flex;flex-direction:column;gap:10px}.auth-field__label{color:#5e6672;font-size:13px;line-height:16px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.auth-field__control,.auth-field__password{width:100%;min-height:62px;border:0;border-radius:999px;background:#f1f4f7;box-shadow:inset 0 0 0 1px #eef2f5;color:#39414b;font-size:18px;line-height:24px;font-weight:500}.auth-field__control{padding:0 22px}.auth-field__password{display:flex;align-items:center;padding-inline:22px 18px}.auth-field__password input{width:100%;border:0;background:transparent;padding:0;color:#39414b;font-size:18px;line-height:24px;font-weight:500}.auth-field__control::-moz-placeholder,.auth-field__password input::-moz-placeholder{color:#8f98a4}.auth-field__control::placeholder,.auth-field__password input::placeholder{color:#8f98a4}.auth-field__control:focus,.auth-field__password:focus-within{outline:none;box-shadow:inset 0 0 0 2px #21c18540}.auth-field__password input:focus{outline:none;box-shadow:none}.auth-field__toggle{width:38px;height:38px;border:0;border-radius:999px;background:transparent;color:#6f7782;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.auth-field__toggle:hover{color:#2d333a}.auth-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.auth-check{display:inline-flex;align-items:center;gap:12px;color:#58606c;font-size:14px;line-height:20px;font-weight:500}.auth-check input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;border-radius:999px;border:1.5px solid #b5c0cb;background:#fff;display:inline-block;position:relative;margin:0}.auth-check input:checked{border-color:#19bf83;background:#19bf83}.auth-check input:checked:after{content:"";position:absolute;top:6px;right:6px;bottom:6px;left:6px;border-radius:999px;background:#fff}.auth-link{color:#14b985;font-size:14px;line-height:20px;font-weight:700;text-decoration:none}.auth-link:hover{color:#0fa975}.auth-submit{min-height:62px;border:0;border-radius:999px;background:linear-gradient(180deg,#20c48a,#19b880);box-shadow:0 18px 40px #19b88038;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:18px;line-height:22px;font-weight:800;letter-spacing:-.02em}.auth-submit:hover{background:linear-gradient(180deg,#1abc84,#14ad76)}.auth-submit:focus-visible,.auth-link:focus-visible,.auth-brand:focus-visible,.auth-field__toggle:focus-visible{outline:2px solid #19bf83;outline-offset:3px}.auth-submit__spinner{width:24px;height:24px;border-radius:999px;border:4px solid rgba(255,255,255,.4);border-right-color:#fff;animation:auth-spin 1s linear infinite}.auth-divider{height:1px;width:100%;background:#edf1f4;margin:14px 0 6px}.auth-note{color:#6f7782;font-size:14px;line-height:22px;font-weight:500;text-align:center}.auth-footer{padding:18px 24px 28px;border-top:1px solid rgba(228,233,239,.65)}.auth-footer__inner{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px;color:#a1a9b3;font-size:14px;line-height:20px;font-weight:500}.auth-footer__links{display:flex;align-items:center;gap:26px;flex-wrap:wrap}.auth-footer__links a{color:inherit;text-decoration:none}.auth-footer__links a:hover{color:#707985}@keyframes auth-spin{to{transform:rotate(360deg)}}@media(max-width:767px){.auth-page__body{padding:28px 16px 48px}.auth-shell{gap:28px}.auth-card{padding:32px 22px 28px;border-radius:28px}.auth-panel__header h1{font-size:28px}.auth-row,.auth-footer__inner{flex-direction:column;align-items:flex-start}.auth-footer__links{gap:14px 20px}}.cb-card-surface label,.cb-card-surface .text-brand-text-muted:first-child{color:#6b7280}.cb-table thead th{border-bottom-color:#e8eaed;color:#9ca3af;font-size:10.5px;letter-spacing:.07em}.cb-navbar-bg{position:fixed;inset:0 0 auto 0;height:56px;z-index:19;background-color:var(--cb-topbar-bg);box-shadow:none}.cb-navbar{height:56px;background-color:var(--cb-topbar-bg);border-bottom:1px solid var(--color-sidebar-border);box-shadow:none}.cb-sidebar-brand{height:56px;padding:0 20px;border-bottom:1px solid var(--color-sidebar-border)}.cb-brand-link{color:var(--cb-brand-text)}.cb-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:var(--color-primary-teal);color:#fff}.cb-brand-name{color:var(--cb-brand-text)}.cb-menu-header{margin:12px 0 4px;padding:0 20px;color:var(--cb-sidebar-text-muted);font-size:11px;font-weight:700;letter-spacing:1.2px}.cb-sidebar-link{color:var(--cb-sidebar-text);border-left:4px solid transparent}.cb-sidebar-link:hover{color:var(--color-text-primary);background-color:var(--cb-sidebar-hover-bg)}.cb-sidebar-link.is-active{color:var(--color-primary-teal-dark);background-color:var(--cb-sidebar-active-bg);border-left-color:var(--color-primary-teal);padding-left:1rem}.cb-sidebar-link .cb-sidebar-icon{background-color:#f3f7fb;color:#7a8ca4}.cb-sidebar-link:hover .cb-sidebar-icon,.cb-sidebar-link.is-active .cb-sidebar-icon{background-color:#5faf9c2e;color:var(--color-primary-teal-dark)}.theme-dark .cb-sidebar-link .cb-sidebar-icon{background-color:#94a3b824;color:#afbecf}.cb-sidebar-user{border-top:1px solid var(--color-sidebar-border);background-color:var(--cb-sidebar-user-bg);color:var(--color-text-secondary)}.cb-sidebar-user p:first-child{color:var(--color-text-primary)}.cb-main-content{padding:80px 28px 80px 248px}@media(max-width:1023px){.cb-main-content{padding-left:16px;padding-right:16px;padding-top:72px}}.cb-mobile-menu{color:var(--color-text-secondary);border-color:var(--cb-icon-border);background-color:var(--cb-icon-bg)}.cb-top-search{position:relative;display:none;align-items:center;min-height:34px;min-width:260px;max-width:300px;border:1px solid var(--cb-icon-border);border-radius:999px;background:var(--cb-search-bg);color:var(--color-text-secondary);padding:0 14px;transition:border-color .2s ease,box-shadow .2s ease,color .2s ease}.cb-top-search:hover{border-color:#5faf9c66;color:var(--color-text-primary)}.cb-top-search:focus-visible{outline:2px solid rgba(95,175,156,.35);outline-offset:0}.cb-home-switcher select{height:34px;min-width:170px;border-radius:999px;border:1px solid var(--cb-icon-border);background:var(--cb-icon-bg);color:var(--color-text-primary);font-size:12px;font-weight:700;padding:0 34px 0 12px}.cb-home-switcher select:focus{outline:2px solid rgba(95,175,156,.35);outline-offset:0}.cb-active-home{color:var(--color-text-secondary);font-size:12px;font-weight:700;border:1px solid var(--cb-icon-border);background:var(--cb-icon-bg);border-radius:999px;padding:6px 16px}.cb-top-search svg{width:16px;height:16px;color:var(--color-text-secondary);flex-shrink:0;pointer-events:none}.cb-top-search span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600}.cb-top-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;height:34px;width:34px;border-radius:9px;border:1px solid var(--cb-icon-border);background-color:var(--cb-icon-bg);color:var(--color-text-secondary);transition:all .2s ease}.cb-top-icon:hover{border-color:#5faf9c73;color:var(--color-primary-teal-dark)}.cb-top-link{color:var(--color-text-secondary);font-size:12px;font-weight:700}.cb-top-link:hover{color:var(--color-primary-teal-dark)}.cb-top-dot{position:absolute;top:5px;right:6px;height:8px;width:8px;border-radius:999px;background-color:var(--color-secondary-amber)}.cb-section-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px;border-radius:10px;background:var(--cb-surface);border:1px solid var(--cb-surface-border);padding:18px 24px;box-shadow:var(--cb-shadow)}.cb-section-header h1{margin:0;font-size:30px;line-height:34px;font-weight:700;color:var(--color-text-primary)}.cb-section-header p{margin:4px 0 0;font-size:14px;color:var(--color-text-secondary);font-weight:600}.cb-stat-card{border-radius:10px;background:var(--cb-surface);border:1px solid var(--cb-surface-border);padding:20px;box-shadow:var(--cb-shadow)}.cb-stat-card h3{margin:0;font-size:14px;color:var(--color-text-secondary);font-weight:700}.cb-stat-card .cb-stat-value{margin-top:12px;font-size:24px;font-weight:700;color:var(--color-text-primary)}.cb-stat-card .cb-stat-meta{margin-top:8px;font-size:12px;font-weight:700;color:var(--color-text-secondary)}.cb-card-surface{background-color:var(--cb-surface);border-color:var(--cb-surface-border)}.cb-card-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--cb-surface-border);margin-bottom:18px;padding-bottom:14px}.cb-card-head h2{margin:0;color:var(--color-text-primary);font-size:18px;font-weight:700}.cb-card-head a{font-size:12px;font-weight:700}.cb-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--cb-surface-border);padding:4px 10px;font-size:11px;font-weight:700;color:var(--color-text-secondary);background:var(--cb-surface)}.cb-pill-active{border-color:var(--color-primary-teal);background:var(--color-primary-teal-light);color:var(--color-primary-teal-dark)}.cb-person-card{border:1px solid var(--cb-surface-border);border-radius:10px;padding:12px;display:grid;grid-template-columns:52px minmax(0,1fr);grid-template-rows:auto auto;-moz-column-gap:12px;column-gap:12px;row-gap:8px;background:var(--cb-surface)}.cb-person-photo{width:52px;height:52px;border-radius:999px;-o-object-fit:cover;object-fit:cover;grid-row:span 2;box-shadow:0 6px 18px #020c1b2e}.cb-chart-svg{width:100%;height:auto}.cb-grid-line{stroke:#94a3b852;stroke-width:1}.cb-axis-text{fill:var(--color-text-secondary);font-size:11px;font-weight:700}.cb-chart-legend{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:var(--color-text-secondary);font-weight:700}.cb-dot{width:8px;height:8px;border-radius:999px;display:inline-block}.cb-dot-teal{background:var(--color-primary-teal)}.cb-dot-amber{background:var(--color-secondary-amber)}.cb-table{width:100%;font-size:12px;color:var(--color-text-primary)}.cb-table thead th{padding:10px 14px;text-align:left;font-size:12px;letter-spacing:.3px;color:var(--color-text-secondary);border-bottom:1px solid var(--cb-surface-border);font-weight:700;text-transform:uppercase}.cb-table tbody td{padding:11px 14px;border-bottom:1px solid var(--cb-surface-border);vertical-align:middle}.cb-table.cb-table-striped tbody tr:nth-child(odd){background-color:#0f172a08}.cb-table tbody tr:hover{background:#5faf9c14}.db-homes-screen{width:100%;max-width:none;padding:8px 24px 160px 8px}.db-homes-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;width:100%;margin-bottom:28px}.db-homes-hero-compact{align-items:flex-start}.db-homes-hero h1{margin:0;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:30px;line-height:36px;font-weight:800;color:#1a1d24;letter-spacing:-.75px}.db-homes-hero p:last-child{margin:0;max-width:620px;color:#71717a;font-size:14px;line-height:20px;font-weight:500}.db-homes-primary-action{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 24px;border-radius:999px;background:#17181c;color:#fff;font-size:14px;line-height:20px;font-weight:600;box-shadow:0 20px 40px #2b34370a}.db-homes-primary-action:hover{background:#0f1013;color:#fff}.db-homes-summary-grid,.db-homes-secondary-grid{display:grid;gap:18px}.db-homes-summary-grid{grid-template-columns:repeat(4,minmax(180px,1fr));width:100%;gap:24px;margin-bottom:58px}.db-homes-summary-card,.db-homes-mini-card{border-radius:28px;background:#ffffffeb;box-shadow:0 28px 48px #0f172a14;border:1px solid rgba(232,236,242,.9)}.db-homes-summary-card{position:relative;min-height:107px;padding:24px;overflow:hidden;border-radius:24px;background:#f1f4f6;box-shadow:none;border:0}.db-homes-summary-card.is-danger{background:#ff8b9a1a}.db-homes-summary-card.is-danger:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;border-radius:24px 0 0 24px;background:#9e3f4e}.db-homes-summary-label,.db-homes-mini-label{display:block;color:#586064;font-size:10px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.db-homes-summary-value,.db-homes-mini-value{display:block;color:#17181c;font-weight:800}.db-homes-summary-value{margin-top:4px;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:36px;line-height:40px}.db-homes-summary-card.is-danger .db-homes-summary-label,.db-homes-summary-card.is-danger .db-homes-summary-value{color:#9e3f4e}.db-homes-status-section{width:100%;margin-bottom:56px}.db-homes-status-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.db-homes-status-title-wrap{display:inline-flex;align-items:center;gap:12px}.db-homes-status-head-minimal{justify-content:flex-start}.db-homes-status-dot{width:8px;height:8px;border-radius:999px;flex-shrink:0}.db-homes-status-dot.is-danger{background:#b65868}.db-homes-status-dot.is-warning{background:#efb438}.db-homes-status-dot.is-success{background:#0d8f64}.db-homes-status-head h2{margin:0;color:#3f3f46;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:20px;line-height:28px;font-weight:700;letter-spacing:-.5px}.db-homes-status-head p{margin:4px 0 0;color:#7b8797;font-size:14px;font-weight:500}.db-homes-card-grid{display:grid;width:100%;align-items:start;gap:32px}.db-homes-status-section.is-needs_attention .db-homes-card-grid,.db-homes-status-section.is-performing_well .db-homes-card-grid{grid-template-columns:repeat(auto-fit,minmax(300px,322.6667px));grid-auto-rows:438px}.db-homes-status-section.is-stable .db-homes-card-grid{grid-template-columns:repeat(auto-fit,minmax(288px,288px));grid-auto-rows:407px}.db-home-card{position:relative;display:flex;height:100%;flex-direction:column;gap:0;padding:32px 32px 32px 38px;border-radius:24px;background:#fff;border:0;box-shadow:0 20px 40px #2b34370a;overflow:hidden}.db-home-card:before{content:"";position:absolute;inset:0 auto 0 0;width:6px;border-radius:24px 0 0 24px}.db-home-card.is-needs_attention:before{background:#9e3f4e}.db-home-card.is-stable:before{background:#f7b500}.db-home-card.is-performing_well:before{background:#006d4a}.db-home-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:24px}.db-home-card h3{margin:0;color:#1c1f25;font-size:18px;line-height:28px;font-weight:600}.db-home-card-status{display:inline-flex;align-items:center;gap:8px;margin-top:4px;color:#586064;font-size:12px;line-height:16px;font-weight:500}.db-home-card-status-dot{width:6px;height:6px;border-radius:999px;background:#006d4a}.db-home-card-kebab{display:inline-flex;align-items:center;gap:3px;padding:4px 0;border:0;background:transparent;cursor:default}.db-home-card-kebab span{width:4px;height:4px;border-radius:999px;background:#71717a}.db-home-card-metrics{display:grid;gap:16px;margin:0;padding-bottom:32px}.db-home-card-metrics div{display:flex;align-items:center;justify-content:space-between;gap:18px}.db-home-card-metrics dt{color:#586064;font-size:14px;line-height:20px;font-weight:400}.db-home-card-metrics dd{margin:0;color:#18181b;font-size:14px;line-height:20px;font-weight:600;text-align:right}.db-home-card-metrics dd.is-danger{color:#9e3f4e}.db-home-card-metrics dd.is-warning{color:#18181b}.db-home-card-metrics dd.is-success{color:#006d4a}.db-home-card-tags{display:flex;flex-wrap:wrap;gap:8px;min-height:23px;padding-bottom:32px}.db-home-card-tag{display:inline-flex;align-items:center;justify-content:center;min-height:23px;padding:4px 12px;border-radius:999px;font-size:10px;line-height:15px;font-weight:600;letter-spacing:-.25px;text-transform:uppercase}.db-home-card-tag.is-danger{background:#ff8b9a33;color:#9e3f4e}.db-home-card-tag.is-success{background:#69f6b833;color:#006d4a}.db-home-card-tag.is-neutral{background:#eef2f3;color:#586064}.db-home-card-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:nowrap;margin-top:auto}.db-home-card-actions form{display:inline-flex}.db-home-card-secondary-actions{display:inline-flex;align-items:center;gap:16px;padding:0 8px;white-space:nowrap}.db-home-card-primary{display:inline-flex;align-items:center;justify-content:center;min-height:56px;min-width:96px;padding:12px 20px;border-radius:999px;background:#17181c;color:#fff;font-size:12px;line-height:16px;font-weight:600;box-shadow:none;text-align:center;max-width:111px}.db-home-card-primary:hover{background:#0f1013;color:#fff}.db-home-card-link{color:#586064;font-size:12px;line-height:16px;font-weight:600}.db-home-card-link:hover{color:#1a1d24}.db-home-card-link.is-danger{color:#586064}.db-home-card-link.is-danger:hover{color:#1a1d24}body:has(.home-db-page) .cb-main-content{background:#fff}.home-db-snapshot-card.is-danger .home-db-snapshot-icon{background:#9f403d1a;color:#9f403d}.home-db-snapshot-card.is-amber .home-db-snapshot-icon{background:#8654001a;color:#865400}.home-db-toggle button.is-active{background:#fff;color:#18181b;box-shadow:0 8px 20px #0f172a14}.home-db-dist-bar.is-muted{background:#93bdf2}.home-db-behavior-track .is-danger{background:#ab4d47}.home-db-behavior-track .is-amber{background:#9f6b0e}.home-db-behavior-track .is-neutral{background:#2f7cf6}.home-db-status-badge.is-success{background:#e8f5ef;color:#08714d}.home-db-status-badge.is-neutral{background:#eef3fa;color:#44556f}.home-db-status-badge.is-danger{background:#fde7e5;color:#ab4d47}.home-db-risk-chip.is-danger{color:#ab4d47}.home-db-risk-chip.is-amber{color:#9f6b0e}.home-db-risk-chip.is-success{color:#08714d}.theme-dark .cb-empty-icon{background:#263548}.theme-dark .cb-table.cb-table-striped tbody tr:nth-child(odd){background-color:#94a3b80f}.theme-dark .db-homes-hero h1,.theme-dark .db-homes-summary-value,.theme-dark .db-homes-mini-value,.theme-dark .db-home-card h3,.theme-dark .db-home-card-metrics dd,.theme-dark .db-homes-registry-head h2{color:#f8fafc}.theme-dark .db-homes-hero p:last-child,.theme-dark .db-homes-mini-meta,.theme-dark .db-homes-status-head p,.theme-dark .db-home-card-status,.theme-dark .db-home-card-metrics dt,.theme-dark .db-homes-registry-head p{color:#c7d0dc}.theme-dark .db-homes-summary-card,.theme-dark .db-homes-mini-card,.theme-dark .db-home-card,.theme-dark .db-homes-section-count,.theme-dark .db-homes-empty-state{background:#1f2937eb;border-color:#2f3b4ff2;box-shadow:none}.theme-dark .db-homes-primary-action,.theme-dark .db-home-card-primary{background:#f8fafc;color:#111827;box-shadow:none}.theme-dark .db-home-card-link,.theme-dark .db-homes-secondary-link{color:#d3dae5}.theme-dark .db-home-card-kebab span{background:#d3dae5}.theme-dark .db-homes-more-panel{background:#1f2937eb;border-color:#2f3b4ff2;box-shadow:none}.theme-dark .db-homes-more-panel summary{color:#e5e7eb}@media(max-width:1279px){.db-homes-screen{max-width:100%;padding-right:16px}.db-homes-summary-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}.db-homes-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.db-homes-status-section.is-needs_attention .db-homes-card-grid,.db-homes-status-section.is-performing_well .db-homes-card-grid{grid-template-columns:repeat(auto-fit,minmax(300px,322.6667px))}.db-homes-status-section.is-stable .db-homes-card-grid{grid-template-columns:repeat(auto-fit,minmax(288px,288px))}}@media(max-width:767px){.db-homes-screen{padding:0 8px 120px 0}.db-homes-hero{flex-direction:column;align-items:stretch}.db-homes-hero h1{font-size:30px}.db-homes-hero p:last-child{font-size:14px}.db-homes-summary-grid,.db-homes-secondary-grid,.db-homes-card-grid{grid-template-columns:minmax(0,1fr)}.db-homes-status-section.is-needs_attention .db-homes-card-grid,.db-homes-status-section.is-performing_well .db-homes-card-grid,.db-homes-status-section.is-stable .db-homes-card-grid{grid-template-columns:minmax(0,1fr);grid-auto-rows:auto}.db-homes-status-head,.db-homes-status-title-wrap{flex-direction:column;align-items:flex-start}.db-home-card{min-height:auto}.db-home-card-actions{flex-wrap:wrap}.db-home-card-secondary-actions{padding:0}.db-homes-more-grid{grid-template-columns:minmax(0,1fr)}}@media(min-width:640px){.cb-top-search{display:block}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-x-3{left:.75rem;right:.75rem}.inset-y-0{top:0;bottom:0}.-bottom-16{bottom:-4rem}.-left-16{left:-4rem}.-left-20{left:-5rem}.bottom-0{bottom:0}.bottom-24{bottom:6rem}.end-0{inset-inline-end:0px}.left-0{left:0}.right-0{right:0}.right-4{right:1rem}.start-0{inset-inline-start:0px}.top-0{top:0}.top-\[84px\]{top:84px}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.\!row-span-1{grid-row:span 1 / span 1!important}.-mx-3{margin-left:-.75rem;margin-right:-.75rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-3{margin-top:.75rem;margin-bottom:.75rem}.-me-2{margin-inline-end:-.5rem}.-ml-px{margin-left:-1px}.-mt-2{margin-top:-.5rem}.-mt-px{margin-top:-1px}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.ml-1{margin-left:.25rem}.ml-10{margin-left:2.5rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.ms-1{margin-inline-start:.25rem}.ms-3{margin-inline-start:.75rem}.ms-4{margin-inline-start:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-row{display:table-row}.grid{display:grid}.\!hidden{display:none!important}.hidden{display:none}.aspect-video{aspect-ratio:16 / 9}.size-12{width:3rem;height:3rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[32\.5rem\]{height:32.5rem}.h-\[35\.5rem\]{height:35.5rem}.h-\[3px\]{height:3px}.h-\[50px\]{height:50px}.h-full{height:100%}.max-h-32{max-height:8rem}.min-h-\[120px\]{min-height:120px}.min-h-\[300px\]{min-height:300px}.min-h-\[32px\]{min-height:32px}.min-h-\[34px\]{min-height:34px}.min-h-\[44px\]{min-height:44px}.min-h-\[52px\]{min-height:52px}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[13\%\]{width:13%}.w-\[220px\]{width:220px}.w-\[25\%\]{width:25%}.w-\[62\%\]{width:62%}.w-\[8rem\]{width:8rem}.w-\[calc\(100\%_\+_8rem\)\]{width:calc(100% + 8rem)}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[180px\]{min-width:180px}.min-w-\[220px\]{min-width:220px}.min-w-\[520px\]{min-width:520px}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[877px\]{max-width:877px}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.border-collapse{border-collapse:collapse}.origin-top{transform-origin:top}.origin-top-right{transform-origin:top right}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.\!flex-row{flex-direction:row!important}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.self-center{align-self:center}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.overflow-x-scroll{overflow-x:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[12px\]{border-radius:12px}.rounded-\[14px\]{border-radius:14px}.rounded-\[16px\]{border-radius:16px}.rounded-\[20px\]{border-radius:20px}.rounded-\[9px\]{border-radius:9px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-\[\#FDE68A\]{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-\[\#FECACA\]{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-\[\#e7e8ee\]{--tw-border-opacity: 1;border-color:rgb(231 232 238 / var(--tw-border-opacity, 1))}.border-brand-amber{border-color:var(--color-secondary-amber)}.border-brand-primary{border-color:var(--color-primary-teal)}.border-brand-section{border-color:var(--color-bg-section)}.border-brand-sidebar-border{border-color:var(--color-sidebar-border)}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.border-indigo-400{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-l-red-500{--tw-border-opacity: 1;border-left-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.bg-\[\#FEF2F2\]{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-\[\#FF2D20\]\/10{background-color:#ff2d201a}.bg-\[\#FFFBEB\]{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-\[\#f6f7fb\]{--tw-bg-opacity: 1;background-color:rgb(246 247 251 / var(--tw-bg-opacity, 1))}.bg-\[\#f7f2ff\]{--tw-bg-opacity: 1;background-color:rgb(247 242 255 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-brand-amber{background-color:var(--color-secondary-amber)}.bg-brand-amber-light{background-color:var(--color-secondary-amber-light)}.bg-brand-danger{background-color:var(--color-danger)}.bg-brand-danger-light{background-color:var(--color-danger-light)}.bg-brand-primary{background-color:var(--color-primary-teal)}.bg-brand-primary-light{background-color:var(--color-primary-teal-light)}.bg-brand-section{background-color:var(--color-bg-section)}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-200\/80{background-color:#e5e7ebcc}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-red-500\/20{background-color:#ef444433}.bg-sky-100{--tw-bg-opacity: 1;background-color:rgb(224 242 254 / var(--tw-bg-opacity, 1))}.bg-slate-950\/45{background-color:#02061773}.bg-violet-100{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/95{background-color:#fffffff2}.bg-zinc-900{--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity, 1))}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-white{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-zinc-900{--tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #18181b var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.to-zinc-900{--tw-gradient-to: #18181b var(--tw-gradient-to-position)}.fill-current{fill:currentColor}.fill-red-500{fill:#ef4444}.stroke-\[\#FF2D20\]{stroke:#ff2d20}.object-cover{-o-object-fit:cover;object-fit:cover}.object-top{-o-object-position:top;object-position:top}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[3px\]{padding-top:3px;padding-bottom:3px}.py-\[7px\]{padding-top:7px;padding-bottom:7px}.pb-1{padding-bottom:.25rem}.pb-12{padding-bottom:3rem}.pb-24{padding-bottom:6rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pe-4{padding-inline-end:1rem}.pl-5{padding-left:1.25rem}.pr-3{padding-right:.75rem}.ps-3{padding-inline-start:.75rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:Inter,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[10\.5px\]{font-size:10.5px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12\.5px\]{font-size:12.5px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[26px\]{font-size:26px}.text-\[28px\]{font-size:28px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-sm\/relaxed{font-size:.875rem;line-height:1.625}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-none{line-height:1}.leading-tight{line-height:1.25}.tracking-\[0\.08em\]{letter-spacing:.08em}.tracking-\[0\.2px\]{letter-spacing:.2px}.tracking-\[0\.3px\]{letter-spacing:.3px}.tracking-\[0\.4px\]{letter-spacing:.4px}.tracking-normal{letter-spacing:0em}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.text-\[\#4f5a6a\]{--tw-text-opacity: 1;color:rgb(79 90 106 / var(--tw-text-opacity, 1))}.text-\[\#D97706\]{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-\[\#DC2626\]{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-black\/50{color:#00000080}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-brand-amber-dark{color:var(--color-secondary-amber-dark)}.text-brand-danger{color:var(--color-danger)}.text-brand-danger-dark{color:var(--color-danger-dark)}.text-brand-primary{color:var(--color-primary-teal)}.text-brand-primary-dark{color:var(--color-primary-teal-dark)}.text-brand-text{color:var(--color-text-primary)}.text-brand-text-muted{color:var(--color-text-secondary)}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-50{--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-sky-700{--tw-text-opacity: 1;color:rgb(3 105 161 / var(--tw-text-opacity, 1))}.text-violet-700{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-75{opacity:.75}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_-10px_30px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow: 0 -10px 30px rgba(15,23,42,.08);--tw-shadow-colored: 0 -10px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_10px_30px_rgba\(15\,23\,42\,0\.04\)\]{--tw-shadow: 0 10px 30px rgba(15,23,42,.04);--tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_14px_30px_rgba\(46\,174\,162\,0\.28\)\]{--tw-shadow: 0 14px 30px rgba(46,174,162,.28);--tw-shadow-colored: 0 14px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_10px_rgba\(220\,38\,38\,0\.3\)\]{--tw-shadow: 0 4px 10px rgba(220,38,38,.3);--tw-shadow-colored: 0 4px 10px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_10px_rgba\(245\,160\,51\,0\.35\)\]{--tw-shadow: 0 4px 10px rgba(245,160,51,.35);--tw-shadow-colored: 0 4px 10px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_10px_rgba\(95\,175\,156\,0\.35\)\]{--tw-shadow: 0 4px 10px rgba(95,175,156,.35);--tw-shadow-colored: 0 4px 10px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px_14px_34px_0px_rgba\(0\,0\,0\,0\.08\)\]{--tw-shadow: 0px 14px 34px 0px rgba(0,0,0,.08);--tw-shadow-colored: 0px 14px 34px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-card{--tw-shadow: 0 .46875rem 2.1875rem rgba(90, 97, 105, .1), 0 .9375rem 1.40625rem rgba(90, 97, 105, .1), 0 .25rem .53125rem rgba(90, 97, 105, .12), 0 .125rem .1875rem rgba(90, 97, 105, .1);--tw-shadow-colored: 0 .46875rem 2.1875rem var(--tw-shadow-color), 0 .9375rem 1.40625rem var(--tw-shadow-color), 0 .25rem .53125rem var(--tw-shadow-color), 0 .125rem .1875rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1))}.ring-brand-primary{--tw-ring-color: var(--color-primary-teal)}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1))}.ring-gray-900\/5{--tw-ring-color: rgb(17 24 39 / .05)}.ring-transparent{--tw-ring-color: transparent}.ring-white{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1))}.ring-white\/\[0\.05\]{--tw-ring-color: rgb(255 255 255 / .05)}.ring-zinc-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(39 39 42 / var(--tw-ring-opacity, 1))}.ring-opacity-5{--tw-ring-opacity: .05}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-\[0px_4px_34px_rgba\(0\,0\,0\,0\.06\)\]{--tw-drop-shadow: drop-shadow(0px 4px 34px rgba(0,0,0,.06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-\[0px_4px_34px_rgba\(0\,0\,0\,0\.25\)\]{--tw-drop-shadow: drop-shadow(0px 4px 34px rgba(0,0,0,.25));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}:root{--color-primary-teal: #5faf9c;--color-primary-teal-dark: #3e8c7b;--color-primary-teal-light: #e6f3ef;--color-secondary-amber: #f5a033;--color-secondary-amber-dark: #e28e1f;--color-secondary-amber-light: #fde7cc;--color-bg-warm: #faf8f4;--color-bg-section: #f3efe8;--color-text-primary: #1f2937;--color-text-secondary: #6b7280;--color-sidebar-bg: #ffffff;--color-sidebar-border: #e6eaf1;--color-danger: #dc2626;--color-danger-dark: #b91c1c;--color-danger-light: #fee2e2;--cb-page-bg: #ffffff;--cb-surface: #ffffff;--cb-surface-border: #edf1f7;--cb-shadow: 0 .46875rem 2.1875rem rgba(90, 97, 105, .09), 0 .25rem .53125rem rgba(90, 97, 105, .1);--cb-topbar-bg: #ffffff;--cb-brand-text: #1f2937;--cb-search-bg: #f0f3ff;--cb-icon-bg: #ffffff;--cb-icon-border: #e6eaf1;--cb-sidebar-text: #48566c;--cb-sidebar-text-muted: #94a3b8;--cb-sidebar-hover-bg: #f2f6fb;--cb-sidebar-active-bg: #e6f3ef;--cb-sidebar-user-bg: #f9fbff}.cb-icon{width:16px;height:16px;flex-shrink:0;display:inline-block;fill:none;stroke-width:1.75!important}.cb-severity-badge,.yp-incidents-row__severity-pill,.inc-cmd-incident-row__severity-pill{display:inline-flex;align-items:center;justify-content:center;min-height:20px;padding:3px 10px;border-radius:20px;font-size:10.5px;line-height:14px;font-weight:700;letter-spacing:0;text-transform:uppercase;white-space:nowrap}.cb-severity-badge--critical,.yp-incidents-row__severity-pill--critical,.yp-incidents-row__severity-pill--alert,.inc-cmd-incident-row__severity-pill--critical{background:#fef2f2;color:#dc2626}.cb-severity-badge--high,.yp-incidents-row__severity-pill--high,.inc-cmd-incident-row__severity-pill--high{background:#fffbeb;color:#d97706}.cb-severity-badge--medium,.yp-incidents-row__severity-pill--medium,.inc-cmd-incident-row__severity-pill--medium{background:#eff6ff;color:#2563eb}.cb-severity-badge--low,.yp-incidents-row__severity-pill--low,.yp-incidents-row__severity-pill--default,.inc-cmd-incident-row__severity-pill--low,.inc-cmd-incident-row__severity-pill--neutral{background:#f8fafc;color:#64748b}.cb-status-dot,.inc-archive-status__dot{width:7px;height:7px;border-radius:999px}html.theme-dark{--color-primary-teal-light: #1a332e;--color-secondary-amber-light: #4b3922;--color-bg-warm: #0f172a;--color-bg-section: #1f2937;--color-text-primary: #e5e7eb;--color-text-secondary: #94a3b8;--color-sidebar-bg: #111827;--color-sidebar-border: #253247;--cb-page-bg: #0f172a;--cb-surface: #1f2937;--cb-surface-border: #2f3b4f;--cb-shadow: none;--cb-topbar-bg: #1f2937;--cb-brand-text: #f8fafc;--cb-search-bg: #111827;--cb-icon-bg: #111827;--cb-icon-border: #2f3b4f;--cb-sidebar-text: #c7d0dc;--cb-sidebar-text-muted: #8ea0b7;--cb-sidebar-hover-bg: #1c2839;--cb-sidebar-active-bg: #1f3f38;--cb-sidebar-user-bg: #141f2f}.cb-section-header{align-items:flex-start;border:1px solid #e8eaed;border-radius:14px;background:#fff;box-shadow:none;padding:22px 24px;margin-bottom:16px}.cb-section-header h1{font-family:var(--font-app-strong);font-size:var(--type-page-title-size);line-height:var(--type-page-title-line);font-weight:var(--type-page-title-weight);letter-spacing:0;color:#111827}.cb-section-header p{margin-top:3px;color:#6b7280;font-size:var(--type-body-size);line-height:var(--type-body-line);font-weight:var(--type-body-weight)}.cb-card-surface{border-color:#e8eaed;border-radius:14px;background:#fff;box-shadow:none}.cb-card-surface.rounded-\[10px\],.cb-card-surface.rounded-\[12px\]{border-radius:14px}.cb-card-head{margin-bottom:18px;padding-bottom:12px;border-bottom-color:#e8eaed}.cb-card-head h2{color:#111827;font-family:var(--font-app-strong);font-size:var(--type-section-title-size);line-height:var(--type-section-title-line);font-weight:var(--type-section-title-weight);letter-spacing:0}.cb-card-surface input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),.cb-card-surface select,.cb-card-surface textarea{border-color:#e8eaed;border-radius:9px;background:#f4f6f8;color:#374151;box-shadow:none}.cb-card-surface input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]):focus,.cb-card-surface select:focus,.cb-card-surface textarea:focus{border-color:#0d9488;background:#fff;box-shadow:0 0 0 2px #0d948829}.cb-card-surface .rounded-md,.cb-card-surface .rounded-\[10px\],.cb-card-surface .rounded-\[12px\]{border-radius:9px}.cb-table thead th{border-bottom-color:#e8eaed;color:#9ca3af;font-size:var(--type-label-size);line-height:var(--type-label-line);font-weight:var(--type-label-weight);letter-spacing:var(--type-label-tracking)}.cb-table tbody td{border-bottom-color:#e8eaed;color:#374151}.cb-table.cb-table-striped tbody tr:nth-child(odd){background-color:#f8fafc}.cb-table tbody tr:hover{background:#f0fdfa}.cb-main-content>.grid a[class*=shadow-card],.cb-main-content>section.grid a[class*=shadow-card]{border-color:#e8eaed;border-radius:14px;background:#fff;box-shadow:none}.cb-main-content>.grid a[class*=shadow-card]:hover,.cb-main-content>section.grid a[class*=shadow-card]:hover{border-color:#0d9488;background:#f0fdfa;box-shadow:0 2px 12px #0d94881a}.theme-dark .cb-section-header,.theme-dark .cb-card-surface,.theme-dark .cb-main-content>.grid a[class*=shadow-card],.theme-dark .cb-main-content>section.grid a[class*=shadow-card]{border-color:#2f3b4f;background:#1f2937}.theme-dark .cb-section-header h1,.theme-dark .cb-card-head h2{color:#f8fafc}.theme-dark .cb-section-header p,.theme-dark .cb-table tbody td{color:#c7d0dc}.theme-dark .cb-card-surface input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),.theme-dark .cb-card-surface select,.theme-dark .cb-card-surface textarea{border-color:#2f3b4f;background:#111827;color:#e5e7eb}@media(max-width:767px){.cb-section-header{flex-direction:column;align-items:flex-start}.cb-section-header>div:last-child{width:100%}}#app-sidebar{width:220px!important;border-right:1px solid #e8eaed!important;background:#fff!important;font-family:DM Sans,Inter,ui-sans-serif,system-ui,sans-serif!important}#app-sidebar .cb-sidebar-brand{height:68px!important;min-height:68px!important;margin-bottom:0!important;padding:0 20px!important;border-bottom:1px solid #e8eaed!important}#app-sidebar .cb-brand-link{gap:10px!important}#app-sidebar .cb-brand-mark{width:32px!important;height:32px!important;border-radius:999px!important;background:#0d9488!important;color:#fff!important;font-size:12px!important;font-weight:700!important}#app-sidebar .cb-brand-name{color:#111827!important;font-size:14px!important;font-weight:700!important}#app-sidebar nav{padding-top:12px!important}#app-sidebar .cb-menu-header{display:block!important;margin:12px 0 4px!important;padding:0 20px!important;color:#9ca3af!important;font-size:10px!important;line-height:13px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important}#app-sidebar .cb-sidebar-user{display:block!important;margin-top:auto!important;border-top:1px solid #e8eaed!important;background:#fff!important;color:#64748b!important}#app-sidebar .cb-sidebar-user--avatar{display:flex!important}#app-sidebar .cb-sidebar-help{display:none!important}.cb-navbar{height:56px!important;border-bottom:1px solid #e8eaed!important;background:#fff!important;box-shadow:none!important;padding:0 28px!important}.cb-navbar-bg{height:56px!important;background:#fff!important;box-shadow:none!important}.cb-top-search{width:260px!important;min-width:260px!important;max-width:260px!important;min-height:34px!important;height:34px!important;border:1px solid #e8eaed!important;border-radius:20px!important;background:#f4f6f8!important;color:#9ca3af!important;box-shadow:none!important;padding:0 14px!important}.cb-top-search svg{width:16px!important;height:16px!important;color:#9ca3af!important}.cb-top-search span{color:#6b7280!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;font-weight:500!important;line-height:16px!important}.cb-home-switcher{position:static!important;transform:none!important}.cb-home-switcher select,.cb-active-home{min-width:146px!important;height:34px!important;border:1px solid #e8eaed!important;border-radius:20px!important;background-color:#f4f6f8!important;color:#111827!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;font-weight:500!important;text-align:center!important;box-shadow:none!important}.cb-top-icon{width:34px!important;height:34px!important;border:1px solid #e8eaed!important;border-radius:9px!important;background:#fff!important;color:#6b7280!important;box-shadow:none!important}.cb-top-link{color:#6b7280!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;font-weight:500!important;line-height:18px!important}.cb-navbar form[action*=logout] button{min-height:34px!important;height:34px!important;border:1px solid #e8eaed!important;border-radius:8px!important;background:#fff!important;color:#111827!important;box-shadow:none!important;padding:0 14px!important;font-family:DM Sans,sans-serif!important;font-size:13px!important;font-weight:500!important}@media(min-width:768px){.cb-navbar{left:220px!important}}@media(max-width:767px){.cb-navbar{padding:0 16px!important}}@media(min-width:768px){.cb-navbar{position:fixed!important}.cb-home-switcher,.cb-active-home{position:absolute!important;top:50%!important;left:50%!important;z-index:2!important;margin:0!important;transform:translate(-50%,-50%)!important}.cb-home-switcher{display:block!important}.cb-active-home{display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important}.cb-home-switcher select,.cb-active-home{width:auto!important;min-width:146px!important;max-width:min(260px,calc(100vw - 760px))!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}}@media(max-width:1100px)and (min-width:768px){.cb-home-switcher select,.cb-active-home{max-width:180px!important}}@media(max-width:767px){.cb-home-switcher{position:static!important;transform:none!important}}.cb-navigation-fab__button{background:var(--color-primary-teal)!important;color:#fff!important;box-shadow:0 14px 30px #2eaea247!important}.cb-navigation-fab__button:hover{background:var(--color-primary-teal-dark)!important}.cb-navigation-fab__button svg{color:currentColor}body:has(.yp-profile-ref) .cb-navigation-fab{right:28px!important;bottom:24px!important;z-index:100}body:has(.yp-profile-ref) .cb-navigation-fab__button{width:48px!important;height:48px!important;background:#0d9488!important;color:#fff!important;box-shadow:0 12px 28px #0d948852!important}body:has(.yp-profile-ref) .cb-navigation-fab__button:hover{background:#0f766e!important}body:has(.yp-profile-ref) .cb-navigation-fab__button svg{width:18px;height:18px}body:has(.yp-profile-ref){--yp-profile-type-section-title: var(--type-section-title-size);--yp-profile-type-section-title-line: var(--type-section-title-line);--yp-profile-type-label: var(--type-label-size);--yp-profile-type-label-line: var(--type-label-line);--yp-profile-type-body: var(--type-body-size);--yp-profile-type-body-line: var(--type-body-line);--yp-profile-type-value: var(--type-value-size);--yp-profile-type-value-line: var(--type-value-line);--yp-profile-type-small: var(--type-small-size);--yp-profile-type-small-line: var(--type-small-line)}body:has(.yp-profile-ref) .yp-profile-card__head h2,body:has(.yp-profile-ref) .yp-whereabouts-page__head h2,body:has(.yp-profile-ref) .yp-incidents-page__head h2,body:has(.yp-profile-ref) .yp-documents-page__head h2,body:has(.yp-profile-ref) .yp-profile-extra__summary-text strong{font-size:var(--yp-profile-type-section-title)!important;line-height:var(--yp-profile-type-section-title-line)!important;font-weight:var(--type-section-title-weight)!important;letter-spacing:0!important}body:has(.yp-profile-ref) .yp-profile-summary__cell span,body:has(.yp-profile-ref) .yp-profile-field span,body:has(.yp-profile-ref) .yp-profile-social__label,body:has(.yp-profile-ref) .yp-whereabouts-item__meta-block span,body:has(.yp-profile-ref) .yp-incidents-table__head span,body:has(.yp-profile-ref) .yp-documents-table__head span{font-size:var(--yp-profile-type-label)!important;line-height:var(--yp-profile-type-label-line)!important;font-weight:var(--type-label-weight)!important;letter-spacing:var(--type-label-tracking)!important;text-transform:uppercase!important}body:has(.yp-profile-ref) .yp-documents-page__head p,body:has(.yp-profile-ref) .yp-profile-field p,body:has(.yp-profile-ref) .yp-profile-field small,body:has(.yp-profile-ref) .yp-profile-note-quote,body:has(.yp-profile-ref) .yp-whereabouts-item__meta-block p,body:has(.yp-profile-ref) .yp-incidents-row__summary,body:has(.yp-profile-ref) .yp-incidents-table__footer p,body:has(.yp-profile-ref) .yp-documents-row__type,body:has(.yp-profile-ref) .yp-documents-row__date,body:has(.yp-profile-ref) .yp-documents-table__empty,body:has(.yp-profile-ref) .yp-profile-extra__summary-text small{font-size:var(--yp-profile-type-body)!important;line-height:var(--yp-profile-type-body-line)!important}body:has(.yp-profile-ref) .yp-profile-summary__cell strong,body:has(.yp-profile-ref) .yp-profile-field strong,body:has(.yp-profile-ref) .yp-profile-social__card strong,body:has(.yp-profile-ref) .yp-whereabouts-item__meta-block strong,body:has(.yp-profile-ref) .yp-whereabouts-item__person strong,body:has(.yp-profile-ref) .yp-incidents-row__type strong,body:has(.yp-profile-ref) .yp-incidents-row__date strong,body:has(.yp-profile-ref) .yp-documents-row__title a{font-size:var(--yp-profile-type-value)!important;line-height:var(--yp-profile-type-value-line)!important}body:has(.yp-profile-ref) .yp-profile-social__card small,body:has(.yp-profile-ref) .yp-profile-social__meta,body:has(.yp-profile-ref) .yp-incidents-row__date span,body:has(.yp-profile-ref) .yp-incidents-table__pager-btn{font-size:var(--yp-profile-type-small)!important;line-height:var(--yp-profile-type-small-line)!important}.cb-card-surface .placeholder\:text-brand-text-muted:first-child::-moz-placeholder{color:#6b7280}.cb-card-surface .placeholder\:text-brand-text-muted:first-child::placeholder{color:#6b7280}.selection\:bg-\[\#FF2D20\] *::-moz-selection{--tw-bg-opacity: 1;background-color:rgb(255 45 32 / var(--tw-bg-opacity, 1))}.selection\:bg-\[\#FF2D20\] *::selection{--tw-bg-opacity: 1;background-color:rgb(255 45 32 / var(--tw-bg-opacity, 1))}.selection\:text-white *::-moz-selection{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.selection\:text-white *::selection{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.selection\:bg-\[\#FF2D20\]::-moz-selection{--tw-bg-opacity: 1;background-color:rgb(255 45 32 / var(--tw-bg-opacity, 1))}.selection\:bg-\[\#FF2D20\]::selection{--tw-bg-opacity: 1;background-color:rgb(255 45 32 / var(--tw-bg-opacity, 1))}.selection\:text-white::-moz-selection{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.selection\:text-white::selection{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.placeholder\:text-brand-text-muted::-moz-placeholder{color:var(--color-text-secondary)}.placeholder\:text-brand-text-muted::placeholder{color:var(--color-text-secondary)}.default\:col-span-full:default{grid-column:1 / -1}.default\:row-span-1:default{grid-row:span 1 / span 1}.hover\:rounded-b-md:hover{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.hover\:rounded-t-md:hover{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.hover\:border-brand-danger:hover{border-color:var(--color-danger)}.hover\:border-brand-primary:hover{border-color:var(--color-primary-teal)}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:bg-\[\#eceff6\]:hover{--tw-bg-opacity: 1;background-color:rgb(236 239 246 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#f8f9fc\]:hover{--tw-bg-opacity: 1;background-color:rgb(248 249 252 / var(--tw-bg-opacity, 1))}.hover\:bg-brand-amber-dark:hover{background-color:var(--color-secondary-amber-dark)}.hover\:bg-brand-danger-dark:hover{background-color:var(--color-danger-dark)}.hover\:bg-brand-primary-dark:hover{background-color:var(--color-primary-teal-dark)}.hover\:bg-brand-section:hover{background-color:var(--color-bg-section)}.hover\:bg-brand-warm:hover{background-color:var(--color-bg-warm)}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100\/75:hover{background-color:#f3f4f6bf}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.hover\:text-black\/70:hover{color:#000000b3}.hover\:text-brand-amber:hover{color:var(--color-secondary-amber)}.hover\:text-brand-danger:hover{color:var(--color-danger)}.hover\:text-brand-primary:hover{color:var(--color-primary-teal)}.hover\:text-brand-primary-dark:hover{color:var(--color-primary-teal-dark)}.hover\:text-brand-text:hover{color:var(--color-text-primary)}.hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:ring-black\/20:hover{--tw-ring-color: rgb(0 0 0 / .2)}.focus\:z-10:focus{z-index:10}.focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.focus\:border-brand-primary:focus{border-color:var(--color-primary-teal)}.focus\:border-gray-300:focus{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.focus\:border-indigo-700:focus{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity, 1))}.focus\:bg-gray-100:focus{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-50:focus{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-100:focus{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.focus\:text-gray-500:focus{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.focus\:text-gray-700:focus{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.focus\:text-gray-800:focus{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.focus\:text-indigo-800:focus{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-brand-primary:focus{--tw-ring-color: var(--color-primary-teal)}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-\[\#FF2D20\]:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 45 32 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-brand-amber:focus-visible{--tw-ring-color: var(--color-secondary-amber)}.focus-visible\:ring-brand-danger:focus-visible{--tw-ring-color: var(--color-danger)}.focus-visible\:ring-brand-primary:focus-visible{--tw-ring-color: var(--color-primary-teal)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.active\:bg-gray-100:active{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.active\:text-gray-500:active{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.active\:text-gray-700:active{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.disabled\:opacity-25:disabled{opacity:.25}@media(min-width:640px){.sm\:col-span-1{grid-column:span 1 / span 1}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:-my-px{margin-top:-1px;margin-bottom:-1px}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:ms-10{margin-inline-start:2.5rem}.sm\:ms-6{margin-inline-start:1.5rem}.sm\:mt-10{margin-top:2.5rem}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:size-16{width:4rem;height:4rem}.sm\:size-6{width:1.5rem;height:1.5rem}.sm\:w-full{width:100%}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-xl{max-width:36rem}.sm\:flex-1{flex:1 1 0%}.sm\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:gap-3{gap:.75rem}.sm\:gap-6{gap:1.5rem}.sm\:rounded-\[14px\]{border-radius:14px}.sm\:border{border-width:1px}.sm\:p-12{padding:3rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:pt-0{padding-top:0}.sm\:pt-5{padding-top:1.25rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}}@media(min-width:768px){.md\:bottom-6{bottom:1.5rem}.md\:left-\[220px\]{left:220px}.md\:right-6{right:1.5rem}.md\:col-span-2{grid-column:span 2 / span 2}.md\:row-span-3{grid-row:span 3 / span 3}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:hidden{display:none}.md\:w-72{width:18rem}.md\:min-w-64{min-width:16rem}.md\:max-w-80{max-width:20rem}.md\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-\[180px_minmax\(0\,1fr\)_auto\]{grid-template-columns:180px minmax(0,1fr) auto}.md\:grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:gap-2{gap:.5rem}.md\:pb-8{padding-bottom:2rem}.md\:pl-\[248px\]{padding-left:248px}}@media(min-width:1024px){.lg\:col-start-2{grid-column-start:2}.lg\:block{display:block}.lg\:inline-block{display:inline-block}.lg\:inline-flex{display:inline-flex}.lg\:h-16{height:4rem}.lg\:w-\[12rem\]{width:12rem}.lg\:min-w-\[320px\]{min-width:320px}.lg\:max-w-7xl{max-width:80rem}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-8{gap:2rem}.lg\:p-10{padding:2.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:pb-10{padding-bottom:2.5rem}.lg\:pt-0{padding-top:0}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:text-\[\#FF2D20\]{--tw-text-opacity: 1;color:rgb(255 45 32 / var(--tw-text-opacity, 1))}.default\:lg\:col-span-6:default{grid-column:span 6 / span 6}}@media(min-width:1280px){.xl\:col-span-2{grid-column:span 2 / span 2}.xl\:col-span-4{grid-column:span 4 / span 4}.xl\:col-span-5{grid-column:span 5 / span 5}.xl\:col-span-6{grid-column:span 6 / span 6}.xl\:col-span-7{grid-column:span 7 / span 7}.xl\:col-span-8{grid-column:span 8 / span 8}.xl\:flex{display:flex}.xl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-\[2fr\,1fr\],.xl\:grid-cols-\[2fr_1fr\]{grid-template-columns:2fr 1fr}}.ltr\:origin-top-left:where([dir=ltr],[dir=ltr] *){transform-origin:top left}.ltr\:origin-top-right:where([dir=ltr],[dir=ltr] *){transform-origin:top right}.rtl\:origin-top-left:where([dir=rtl],[dir=rtl] *){transform-origin:top left}.rtl\:origin-top-right:where([dir=rtl],[dir=rtl] *){transform-origin:top right}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}@media(prefers-color-scheme:dark){.dark\:block{display:block}.dark\:hidden{display:none}.dark\:border{border-width:1px}.dark\:border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.dark\:border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.dark\:border-gray-900{--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.dark\:border-l-red-500{--tw-border-opacity: 1;border-left-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.dark\:bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900\/80{background-color:#111827cc}.dark\:bg-gray-950\/95{background-color:#030712f2}.dark\:bg-red-500\/20{background-color:#ef444433}.dark\:bg-zinc-900{--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity, 1))}.dark\:via-zinc-900{--tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #18181b var(--tw-gradient-via-position), var(--tw-gradient-to)}.dark\:to-zinc-900{--tw-gradient-to: #18181b var(--tw-gradient-to-position)}.dark\:text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dark\:text-gray-950{--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity, 1))}.dark\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:text-white\/50{color:#ffffff80}.dark\:text-white\/70{color:#ffffffb3}.dark\:ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.dark\:ring-gray-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1))}.dark\:ring-zinc-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(39 39 42 / var(--tw-ring-opacity, 1))}.dark\:hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-800\/75:hover{background-color:#1f2937bf}.dark\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.dark\:hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:hover\:text-white\/70:hover{color:#ffffffb3}.dark\:hover\:text-white\/80:hover{color:#fffc}.dark\:hover\:ring-zinc-700:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(63 63 70 / var(--tw-ring-opacity, 1))}.dark\:focus\:border-blue-700:focus{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:focus\:border-blue-800:focus{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:focus\:text-gray-500:focus{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.dark\:focus-visible\:ring-\[\#FF2D20\]:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 45 32 / var(--tw-ring-opacity, 1))}.dark\:focus-visible\:ring-white:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1))}.dark\:active\:bg-gray-700:active{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:active\:text-gray-300:active{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}}
