:root{--rc-primary-900:#000084;--rc-primary-800:#090890;--rc-primary-950:#0a0046;--rc-accent-500:#00dadc;--rc-accent-400:#23b9cf;--rc-neutral-900:#141414;--rc-neutral-500:#999;--rc-font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--rc-surface:#f5f7fb;--rc-accent-soft:#e6fbfc;--rc-on-dark-muted:#d6dcf7;--rc-warning:#92400e;--rc-warning-soft:#fffbeb;--rc-danger:#b91c1c;--rc-danger-soft:#fef2f2}:root{font-family:var(--rc-font-family);color:var(--rc-neutral-900);background:var(--rc-surface);font-synthesis:none;font-weight:400;font-size:14px;line-height:1.5;--navy:var(--rc-primary-900);--interactive:var(--rc-primary-900);--muted:#4b5563;--border:#dde1ed;--surface:#fff;--shadow:0 3px 15px #0000840d}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}button{transition:background .15s,border-color .15s,transform .15s}button:focus-visible,a:focus-visible{outline:3px solid var(--rc-accent-500);outline-offset:3px}input,select,textarea{color:var(--rc-neutral-900);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--rc-primary-900)!important;box-shadow:0 0 0 3px #00dadc22}input:disabled{background:var(--rc-surface)}h1,h2,h3,p{margin-top:0}h1{font-size:30px;font-weight:620;line-height:1.25;letter-spacing:-.85px;margin-bottom:9px}h2{font-size:18px;font-weight:600;line-height:1.45;letter-spacing:-.35px;margin-bottom:12px}h3{font-size:15px;font-weight:600;margin-bottom:7px}p{margin-bottom:14px}small{font-size:12px}svg{flex-shrink:0}a{color:var(--interactive)}.muted{color:var(--muted)}.small-text{font-size:12px}.nowrap{white-space:nowrap}.preserve-lines{white-space:pre-wrap;overflow-wrap:anywhere}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.full{width:100%}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.eyebrow{display:block;color:var(--rc-primary-900);letter-spacing:1.65px;font-size:10px;font-weight:700;margin-bottom:11px}.eyebrow.light{color:var(--rc-accent-500)}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:7px;padding:11px 17px;font-size:13px;font-weight:550;min-height:42px;white-space:nowrap;text-decoration:none}.button.primary{background:var(--interactive);color:#fff;border-color:var(--interactive);box-shadow:0 3px 7px #0000840d}.button.primary:hover:not(:disabled){background:var(--rc-primary-900)}.button.secondary{background:#fff;color:var(--rc-neutral-900);border-color:var(--border)}.button.secondary:hover:not(:disabled){background:var(--rc-surface);border-color:var(--border)}.button.text{background:transparent;color:var(--interactive)}.button.small{padding:7px 11px;font-size:12px;min-height:34px}.button-row{display:flex;gap:9px}.icon-button{border:1px solid transparent;background:transparent;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;color:var(--muted);border-radius:6px}.icon-button:hover:not(:disabled){background:var(--rc-accent-soft);color:var(--interactive)}.icon-box{width:43px;height:43px;display:inline-flex;align-items:center;justify-content:center;background:var(--rc-accent-soft);color:var(--interactive);border-radius:11px;flex-shrink:0}.notice{display:flex;align-items:flex-start;gap:12px;padding:15px 17px;margin:16px 0;border:1px solid var(--border);border-radius:8px;background:var(--rc-surface);color:var(--muted);font-size:13px}.notice p{margin:5px 0 10px}.notice.success{color:var(--rc-primary-900);background:var(--rc-accent-soft);border-color:var(--border)}.notice.danger{background:var(--rc-danger-soft);color:var(--rc-danger);border-color:#f2d8d1}.notice strong{font-weight:600}.error{color:var(--rc-danger);background:var(--rc-danger-soft);padding:11px 13px;border-radius:6px;font-size:13px;margin-top:14px}.success-text{color:var(--rc-primary-900);display:flex;align-items:center;gap:7px}.app-shell{display:flex;min-height:100vh}.sidebar{width:238px;position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column;background:var(--navy);color:var(--rc-on-dark-muted);z-index:30}.sidebar-brand{height:98px;padding:28px 24px;display:flex;align-items:center;justify-content:space-between}.workspace-label{font-size:9px;letter-spacing:1.7px;color:var(--rc-on-dark-muted);font-weight:600;padding:30px 27px 17px}.sidebar nav{padding:0 14px;display:flex;flex-direction:column;gap:6px}.nav-item{display:flex;align-items:center;gap:12px;position:relative;text-align:left;width:100%;border:0;border-radius:7px;background:transparent;color:var(--rc-on-dark-muted);font-size:13px;letter-spacing:.1px;padding:13px 15px}.nav-item:hover{background:var(--rc-primary-800);color:#fff}.nav-item.active{background:var(--rc-primary-800);color:var(--rc-on-dark-muted);font-weight:550}.nav-item.active i{width:5px;height:5px;border-radius:50%;background:var(--rc-accent-500);margin-left:auto}.sidebar-bottom{margin-top:auto;padding:30px 24px 21px}.care-note{display:flex;gap:11px;align-items:flex-start;border-top:1px solid var(--border);padding-top:23px;color:var(--rc-accent-500)}.care-note p{font-size:10px;line-height:1.75;color:var(--rc-on-dark-muted)}.care-note strong{font-weight:400;color:var(--rc-on-dark-muted)}.sidebar-version{font-size:9px;color:var(--rc-on-dark-muted);display:flex;gap:7px;align-items:center;margin-top:15px}.status-dot{display:inline-block;flex-shrink:0;width:6px;height:6px;border-radius:50%;background:var(--rc-primary-900)}.app-body{margin-left:238px;width:calc(100% - 238px);min-width:0}.topbar{height:77px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 35px;gap:20px}.breadcrumb{display:flex;align-items:center;gap:15px;font-size:11px;color:var(--muted)}.breadcrumb strong{font-weight:550;color:var(--rc-neutral-900)}.breadcrumb-divider{color:#c4ced3}.topbar-right{display:flex;align-items:center;gap:17px}.tenant-select{display:flex;align-items:center;gap:9px;margin:0;color:var(--rc-neutral-900);position:relative}.tenant-select select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;padding:4px 17px 4px 0;background:transparent;font-size:12px;font-weight:550;max-width:180px;cursor:pointer}.tenant-select>svg:last-child{position:absolute;right:0;pointer-events:none}.topbar-rule{height:25px;width:1px;background:var(--border)}.user-summary{display:flex;gap:10px;align-items:center}.avatar{height:33px;width:33px;border-radius:50%;background:var(--rc-accent-soft);color:var(--rc-primary-900);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:650;border:1px solid var(--border)}.user-summary strong{display:block;font-size:10px;font-weight:550;line-height:1.7}.user-summary small{display:block;font-size:9px;color:var(--muted);max-width:145px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.demo-banner{padding:7px 35px;background:var(--rc-warning-soft);border-bottom:1px solid #e9dfc4;color:var(--rc-warning);font-size:10px;display:flex;gap:9px;align-items:center}.demo-banner strong{font-weight:600}.main-content{padding:34px 35px 20px;max-width:1740px;margin:0 auto}.page-content{min-height:calc(100vh - 206px)}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:27px}.page-heading p{font-size:12px;color:var(--muted);margin:0}.page-heading .button{margin-top:5px}.page-footer{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:9px;margin-top:35px;padding-top:20px;border-top:1px solid var(--border)}.page-footer>span:first-child{font-size:12px;font-weight:550;letter-spacing:-.3px}.panel{background:#fff;border:1px solid var(--border);border-radius:11px;box-shadow:var(--shadow);overflow:hidden}.padded{padding:24px}.section-title{display:flex;align-items:center;gap:10px;margin-bottom:19px}.section-title h2,.section-title h3{margin:0}.section-title p{margin:4px 0 0}.section-title>svg{color:var(--rc-primary-900)}.section-title.space{justify-content:space-between}.section-kicker{display:flex;align-items:center;justify-content:space-between;margin:29px 0 15px}.section-kicker h2{font-size:15px;margin:0}.section-kicker span{font-size:10px;color:var(--muted)}.welcome-banner{background:var(--rc-accent-soft);border:1px solid var(--border);position:relative;border-radius:12px;padding:27px 31px;overflow:hidden;display:flex;justify-content:space-between;min-height:223px}.welcome-banner h2{font-size:24px;letter-spacing:-.55px;color:var(--rc-primary-900);line-height:1.35;margin-bottom:10px}.welcome-banner p{font-size:11px;color:var(--muted);margin-bottom:19px;max-width:460px}.welcome-banner .eyebrow{font-size:8px;letter-spacing:1.5px;color:var(--muted);margin-bottom:10px}.welcome-banner .button{font-size:11px;padding:8px 13px;min-height:35px}.welcome-art{width:300px;position:relative;flex-shrink:0;margin:-28px -5px -27px 15px;display:flex;align-items:center;justify-content:center}.welcome-ring{position:absolute;border-radius:50%;border:1px solid var(--border)}.ring-one{width:215px;height:215px}.ring-two{width:305px;height:305px}.welcome-shield{display:flex;align-items:center;justify-content:center;width:115px;height:115px;border-radius:32px;background:linear-gradient(140deg,#fff8,var(--rc-accent-soft));color:var(--rc-primary-900);border:1px solid #ffffffe0;transform:rotate(-8deg);box-shadow:0 15px 35px #00dadc22}.welcome-shield svg{transform:rotate(8deg)}.floating-pill{position:absolute;bottom:33px;right:4px;display:flex;align-items:center;gap:7px;background:#fff;box-shadow:0 6px 20px #0000840d;border-radius:7px;padding:10px 14px;font-size:9px;color:var(--rc-primary-900)}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.metric-card{padding:18px 20px 16px;border:1px solid var(--border);border-radius:10px;background:#fff;box-shadow:var(--shadow)}.metric-label{display:flex;align-items:center;justify-content:space-between;gap:9px;font-size:10px;color:var(--muted)}.metric-icon{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center}.metric-icon.teal,.metric-icon.blue{color:var(--rc-primary-900);background:var(--rc-accent-soft)}.metric-icon.amber{color:var(--rc-warning);background:var(--rc-warning-soft)}.metric-card>strong{display:block;font-size:29px;font-weight:550;line-height:1.5;letter-spacing:-.8px;margin-top:5px}.metric-card>small{font-size:9px;color:var(--muted)}.chart-grid{display:grid;grid-template-columns:1.45fr 1fr;gap:18px;margin-top:22px}.chart-grid .section-title h2,.bottom-grid h2{font-size:14px}.chart-figure{margin:5px 0 0;min-width:0}.chart-figure svg{display:block;width:100%;min-height:220px}.status-chart{display:flex;align-items:center;gap:13px;min-height:230px}.status-chart>svg{width:46%;max-width:175px;flex-shrink:0}.chart-legend{padding:0;margin:0;list-style:none;flex:1;min-width:0}.chart-legend li{display:flex;align-items:center;gap:7px;font-size:9px;margin:10px 0}.chart-legend i{height:6px;width:6px;flex-shrink:0;border-radius:50%}.chart-legend span{color:var(--muted);flex:1;line-height:1.4}.chart-legend strong{font-size:10px;font-weight:550}.bottom-grid{display:grid;grid-template-columns:1.45fr 1fr;gap:18px;margin-top:20px}.service-bars>div{margin:17px 0}.service-bars>div>div:first-child{display:flex;justify-content:space-between;font-size:10px;color:var(--muted);margin-bottom:7px}.service-bars strong{font-weight:550;color:var(--rc-neutral-900)}.bar-track{background:var(--rc-surface);border-radius:4px;height:6px;overflow:hidden}.bar-track>span{display:block;border-radius:4px;height:100%}.action-summary{background:linear-gradient(120deg,#fff,var(--rc-surface))}.action-summary h2{font-size:20px;line-height:1.4;margin-top:14px;margin-bottom:12px}.action-summary .button{margin-top:13px;font-size:11px}.action-counts{display:flex;gap:30px;margin:15px 0}.action-counts strong{display:block;font-size:23px;font-weight:550;line-height:1.3}.action-counts span{font-size:10px;color:var(--muted)}.data-note{font-size:10px;color:var(--muted);margin:20px 0 0;max-width:780px}.panel-toolbar{display:flex;gap:17px;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--border)}.search-field{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:7px;padding:1px 5px 1px 13px;max-width:560px;flex:1;min-width:100px;color:var(--muted)}.search-field input{border:0;width:100%;background:transparent;padding:10px 0;font-size:11px;min-width:30px}.search-field input:focus{box-shadow:none}.panel-toolbar>select{max-width:210px;font-size:11px}.table-wrap{overflow:auto;width:100%}table{width:100%;border-collapse:collapse;text-align:left;font-size:11px}th{font-size:10px;color:var(--muted);background:var(--rc-surface);font-weight:500;padding:14px 18px;white-space:nowrap}td{padding:18px;border-bottom:1px solid var(--rc-surface);color:var(--muted);vertical-align:middle}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:var(--rc-surface)}td strong{font-weight:550;color:var(--rc-neutral-900)}.record-link{border:0;background:transparent;text-align:left;padding:0;max-width:275px;color:inherit}.record-link:hover strong{color:var(--interactive)}.record-link strong{display:block;line-height:1.6;font-size:11px}.record-code{display:block;color:var(--rc-primary-900);font-size:9px;font-weight:600;letter-spacing:.3px;margin-bottom:4px}.badge{display:inline-flex;align-items:center;gap:5px;border-radius:5px;padding:4px 7px;font-size:9px;white-space:nowrap;font-weight:500;line-height:1.4}.badge i{width:4px;height:4px;border-radius:50%;background:currentColor}.badge.teal,.badge.blue{color:var(--rc-primary-900);background:var(--rc-accent-soft)}.badge.amber{color:var(--rc-warning);background:var(--rc-warning-soft)}.badge.red{color:var(--rc-danger);background:var(--rc-danger-soft)}.badge.neutral{color:var(--muted);background:var(--rc-surface)}.pagination{display:flex;align-items:center;justify-content:space-between;padding:15px 21px;border-top:1px solid var(--border);font-size:10px;color:var(--muted)}.pagination>div{display:flex;align-items:center;gap:10px}.pagination .icon-button{height:29px;width:29px;border-color:var(--border)}.loading-state{padding:80px 20px;display:flex;align-items:center;justify-content:center;gap:13px;color:var(--rc-primary-900);font-size:13px;min-height:250px}.empty-state{padding:40px 22px;text-align:center;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center}.empty-icon{display:flex;align-items:center;justify-content:center;height:58px;width:58px;background:var(--rc-accent-soft);border:1px solid var(--border);color:var(--rc-primary-900);border-radius:17px;margin-bottom:16px}.empty-state h3{font-size:13px;font-weight:550;color:var(--rc-primary-900);margin-bottom:8px}.empty-state p{font-size:11px;max-width:330px;margin-bottom:15px}.chart-grid .empty-state{min-height:230px;padding:20px}.chart-grid .empty-icon{height:45px;width:45px;border-radius:13px}.chart-grid .empty-state h3{font-size:12px}.chart-grid .empty-state p{font-size:10px}.back-link{border:0;background:transparent;display:flex;align-items:center;gap:8px;color:var(--muted);font-size:11px;padding:0;margin:0 0 24px}.detail-facts{display:flex;flex-wrap:wrap;gap:22px;align-items:center;margin:-10px 0 24px;font-size:11px;color:var(--muted)}.detail-facts>span{display:flex;align-items:center;gap:7px}.tabs{display:flex;gap:25px;margin-bottom:23px;border-bottom:1px solid var(--border);overflow:auto}.tabs button{border:0;border-bottom:2px solid transparent;padding:12px 0;color:var(--muted);background:transparent;white-space:nowrap;font-size:12px}.tabs button.active{border-bottom-color:var(--interactive);color:var(--interactive);font-weight:550}.detail-grid{display:grid;grid-template-columns:1.7fr 1fr;gap:20px}.event-description{font-size:13px;line-height:1.85;color:var(--muted);min-height:90px}.detail-metadata{display:flex;gap:40px;border-top:1px solid var(--border);padding-top:20px;margin-top:30px}.detail-metadata span{display:block;font-size:10px;color:var(--muted);margin-bottom:6px}.detail-metadata strong{font-size:11px;font-weight:500}.process-list{display:flex;flex-direction:column;gap:21px;padding-top:13px}.process-list>div{display:flex;align-items:center;gap:11px;font-size:11px;color:var(--muted)}.process-list>div.complete{color:var(--rc-primary-900)}.stack{display:flex;flex-direction:column;gap:15px}.record-card{border:1px solid var(--border);border-radius:8px;padding:20px}.analysis-answer strong{font-size:11px;color:var(--muted)}.analysis-answer p{font-size:12px;line-height:1.8;margin:4px 0 14px}.action-card{display:flex;align-items:flex-start;gap:15px;border:1px solid var(--border);border-radius:9px;padding:19px}.action-body{flex:1;min-width:0}.action-body p{font-size:11px;line-height:1.65}.action-meta{display:flex;flex-wrap:wrap;gap:17px;font-size:10px;color:var(--muted)}.action-meta span{display:flex;align-items:center;gap:6px}.status-select{width:auto;min-width:125px;font-size:11px}.timeline article{display:flex;gap:15px;padding:15px 0;border-bottom:1px solid var(--border)}.timeline article:last-child{border-bottom:0}.timeline-icon{height:35px;width:35px;border-radius:50%;background:var(--rc-accent-soft);color:var(--rc-primary-900);display:flex;align-items:center;justify-content:center}.timeline article>div{flex:1}.timeline p{font-size:12px;line-height:1.8;margin:9px 0}.file-row{display:flex;align-items:center;gap:14px;padding:15px;border:1px solid var(--border);border-radius:7px;color:var(--rc-primary-900)}.file-row small{display:block;margin-top:4px}.file-row strong{font-size:12px}.form-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.form-card{padding:23px;display:flex;flex-direction:column;align-items:stretch}.form-card h2{font-size:17px;margin:3px 0 11px}.form-card p{font-size:11px;margin-bottom:25px}.form-card .button{margin-top:auto;font-size:11px}.builder-field{padding:16px;border:1px solid var(--border);background:var(--rc-surface);border-radius:8px}.builder-field .section-title{margin-bottom:10px}.builder-field .section-title strong{font-size:11px;color:var(--muted)}.builder-field label{font-size:11px}.builder-field:last-child{margin-bottom:15px}.cell-subtitle{display:block;color:var(--muted);margin-top:5px;font-size:10px}.settings-form{max-width:870px}.settings-form form{max-width:720px}label{display:block;font-size:12px;font-weight:500;color:var(--rc-neutral-900);margin-bottom:18px}label>input,label>select,label>textarea{margin-top:7px}input:not([type=checkbox]),select,textarea{width:100%;padding:11px 12px;border:1px solid var(--border);background:#fff;border-radius:6px;font-size:12px;line-height:1.5;min-height:40px}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:var(--muted);font-weight:400}label>small{display:block;font-size:10px;font-weight:400;margin-top:6px}.checkbox-label{display:flex;align-items:center;gap:9px;font-size:12px}.checkbox-label input{accent-color:var(--interactive);width:15px;height:15px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.form-footer{display:flex;justify-content:flex-end;gap:9px;border-top:1px solid var(--border);margin-top:23px;padding-top:19px}.modal{border:1px solid var(--border);border-radius:13px;width:min(690px,calc(100% - 35px));max-height:90vh;padding:27px 30px;box-shadow:0 30px 100px #0a004633;color:var(--rc-neutral-900);overflow:auto}.modal::backdrop{background:#0a004660;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-heading{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:23px}.modal-heading h2{font-size:23px;margin-bottom:5px;letter-spacing:-.5px}.modal-heading p{font-size:12px;margin:0}.modal-heading .icon-button{margin:-6px -9px 0 0}.center-state{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:30px}.mfa-card{max-width:450px;padding:30px}.mfa-card h2{font-size:24px;margin:20px 0 12px}.mfa-qr{display:block;height:190px;width:190px;margin:16px auto}.mfa-card p{font-size:13px}.skip-link{position:absolute;top:-50px;left:250px;z-index:100;padding:8px 15px;background:#fff;border:1px solid var(--interactive);border-radius:4px}.skip-link:focus{top:10px}.mobile-only,.mobile-backdrop{display:none}.auth-shell{display:grid;grid-template-columns:1.05fr 1fr;min-height:100vh;background:#fff}.auth-story{background:var(--rc-primary-950);color:#fff;position:relative;overflow:hidden;padding:49px 65px;display:flex;flex-direction:column}.auth-story:after{content:"";position:absolute;height:650px;width:650px;border:1px solid #ffffff06;border-radius:50%;bottom:-330px;left:-180px}.auth-copy{margin:auto 0;position:relative;z-index:1;padding:65px 0 45px}.auth-copy h1{font-size:clamp(37px,4.1vw,65px);line-height:1.1;letter-spacing:-1.8px;font-weight:450;margin-top:18px}.auth-copy em{font-style:normal;color:var(--rc-accent-500);font-weight:400}.auth-copy>p{font-size:13px;color:var(--rc-on-dark-muted);line-height:1.9;max-width:330px;margin-top:24px}.auth-orbit{height:135px;position:relative;display:flex;align-items:center;margin-top:37px}.orbit-card{display:flex;align-items:center;gap:20px;padding:22px 24px;background:#ffffff05;border:1px solid #ffffff12;border-radius:12px;color:var(--rc-accent-500);position:relative;z-index:1;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.orbit-card span{font-size:11px;line-height:1.8;color:var(--rc-on-dark-muted)}.orbit-card strong{font-weight:450;color:var(--rc-on-dark-muted)}.orbit-card>svg:last-child{margin-left:15px;color:var(--rc-primary-900)}.orbit-circle{position:absolute;width:190px;height:190px;border:1px solid #ffffff06;border-radius:50%;right:-20px;top:-28px}.auth-footer{color:var(--rc-on-dark-muted);font-size:9px;letter-spacing:.1px;position:relative;z-index:1}.auth-form-panel{display:flex;align-items:center;justify-content:center;padding:55px 50px}.auth-form{width:100%;max-width:370px}.auth-form>.icon-box{margin-bottom:24px;height:48px;width:48px}.auth-form>.eyebrow{font-size:8px;letter-spacing:1.5px;margin-bottom:14px;color:var(--muted)}.auth-form h2{font-size:32px;line-height:1.3;letter-spacing:-.9px;color:var(--rc-primary-900);font-weight:550;margin-bottom:13px}.auth-form>.muted{font-size:12px;line-height:1.7;margin-bottom:29px}.auth-form label{font-size:11px;margin-bottom:19px}.auth-form .button{font-size:12px}.input-icon{display:flex;align-items:center;gap:9px;border:1px solid var(--border);border-radius:6px;margin-top:8px;padding:0 12px;color:var(--muted)}.input-icon input{border:0;background:transparent;font-size:12px;padding-left:0}.input-icon:focus-within{border-color:var(--rc-primary-900);box-shadow:0 0 0 3px #00dadc22}.input-icon input:focus{box-shadow:none}.divider-label{position:relative;text-align:center;margin:23px 0;font-size:9px;color:var(--muted)}.divider-label:before,.divider-label:after{content:"";height:1px;background:var(--border);width:23%;position:absolute;top:50%}.divider-label:before{left:0}.divider-label:after{right:0}.microsoft-mark{width:14px;height:14px;background:linear-gradient(90deg,#f25022 47%,transparent 47%,transparent 53%,#7fba00 53%);position:relative}.microsoft-mark:after{content:"";position:absolute;top:7px;left:0;right:0;bottom:0;border-top:1px solid white;background:linear-gradient(90deg,#00a4ef 47%,transparent 47%,transparent 53%,#ffb900 53%)}.auth-assurance{display:flex;justify-content:center;align-items:center;gap:7px;color:var(--muted);font-size:9px;margin-top:26px}.local-demo-access{padding-top:20px;text-align:center}.local-demo-access>small{color:var(--rc-warning);font-size:9px;display:block;margin-top:8px}@media(min-width:1600px){.main-content{padding:40px 50px 24px}.topbar{padding:0 50px}.welcome-banner{padding:32px 36px}.metric-card{padding:23px}.metric-card>strong{font-size:33px}.chart-grid .panel{padding:28px}.chart-figure svg{min-height:265px}.status-chart{min-height:265px}}@media(max-width:1250px){.sidebar{width:205px}.sidebar-brand{padding:25px 17px}.app-body{margin-left:205px;width:calc(100% - 205px)}.main-content{padding:28px 25px 18px}.topbar{padding:0 25px}.user-summary>div{display:none}.welcome-art{width:230px}.welcome-banner h2{font-size:21px}.metric-grid{gap:11px}.metric-card{padding:16px 14px}.metric-label{font-size:9px}.metric-icon{height:26px;width:26px}.metric-card>small{font-size:8px}.status-chart{flex-direction:column;gap:0;align-items:stretch}.status-chart>svg{max-width:140px;min-width:140px;align-self:center}.chart-legend{display:grid;grid-template-columns:1fr 1fr;column-gap:15px}.chart-legend li{margin:5px 0}.chart-figure svg{min-height:260px}.padded{padding:20px}.form-cards{grid-template-columns:repeat(2,minmax(0,1fr))}h1{font-size:26px}.auth-story,.auth-form-panel{padding:40px}}@media(max-width:1000px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-label{font-size:11px}.metric-card>small{font-size:10px}.chart-grid,.bottom-grid{grid-template-columns:1fr}.status-chart{flex-direction:row;gap:20px}.chart-legend{display:block}.chart-legend li{font-size:11px;margin:10px 0}.chart-legend strong{font-size:11px}.chart-figure svg{min-height:210px}.status-chart{min-height:190px}.welcome-art{width:150px}.welcome-ring.ring-one{width:175px;height:175px}.welcome-ring.ring-two{width:245px;height:245px}.welcome-shield{width:92px;height:92px;border-radius:25px}.welcome-shield svg{width:57px}.floating-pill{display:none}.welcome-banner{padding:24px}.welcome-banner p{max-width:300px}.topbar-right{gap:10px}.topbar-rule{display:none}.breadcrumb{font-size:10px;gap:9px}.tenant-select select{max-width:142px;font-size:10px}.detail-grid{grid-template-columns:1fr}.auth-copy h1{font-size:45px}.auth-story{padding:35px}.auth-copy>p{font-size:12px}.orbit-card{gap:13px;padding:18px}.orbit-card>svg:last-child{display:none}.auth-form-panel{padding:35px}.auth-form h2{font-size:29px}}@media(max-width:760px){.mobile-only{display:inline-flex}.light-button{color:var(--rc-on-dark-muted)}.sidebar{transform:translate(-100%);transition:transform .2s;width:245px}.sidebar.is-open{transform:translate(0)}.sidebar-brand{padding:25px 20px}.app-body{margin-left:0;width:100%}.mobile-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0a004660;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:0;z-index:29}.topbar{height:66px;padding:0 17px;gap:8px}.breadcrumb>span{display:none}.breadcrumb,.topbar-right{gap:7px}.user-summary{display:none}.tenant-select>svg:first-child{display:none}.tenant-select select{max-width:150px;font-size:11px}.main-content{padding:25px 19px 18px}.demo-banner{padding:7px 20px;font-size:9px;gap:7px}.demo-banner>span{display:none}.page-heading{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:23px}h1{font-size:26px;letter-spacing:-.6px}.page-heading p{font-size:11px;line-height:1.75}.eyebrow{font-size:9px;margin-bottom:9px}.welcome-banner{padding:24px;min-height:225px}.welcome-banner h2{font-size:21px}.welcome-banner p{font-size:10px;max-width:280px}.welcome-art{width:100px;margin-right:-45px;opacity:.8;align-self:stretch}.welcome-shield{width:78px;height:78px;border-radius:23px}.welcome-shield svg{width:46px}.ring-one{display:none}.welcome-ring.ring-two{height:185px;width:185px}.metric-grid{gap:12px}.metric-card{padding:15px}.metric-label{font-size:9px;gap:5px}.metric-card>strong{font-size:29px;margin:5px 0}.metric-card>small{font-size:8px}.metric-icon{width:25px;height:25px}.metric-icon svg{width:16px}.section-kicker span{font-size:8px}.panel-toolbar{flex-direction:column;align-items:stretch;padding:16px;gap:12px}.panel-toolbar>select{max-width:none}.search-field{max-width:none}.search-field input,.search-field .button{font-size:10px}.padded{padding:19px}.form-cards{grid-template-columns:1fr}.action-card{flex-wrap:wrap;gap:11px}.action-card>.icon-box{width:35px;height:35px}.action-body{min-width:180px}.action-card .status-select{margin-left:46px}.detail-facts{gap:12px;font-size:10px}.detail-metadata{flex-direction:column;gap:17px}.tabs{gap:21px}.tabs button{font-size:11px}.pagination{font-size:9px;padding:12px 14px}.pagination>div{gap:5px}.modal{padding:22px 20px;width:calc(100% - 24px);max-height:94vh}.modal-heading h2{font-size:21px}.form-grid{grid-template-columns:1fr}.form-footer .button{flex:1}.auth-shell{display:flex;flex-direction:column}.auth-story{padding:25px 27px;min-height:260px}.auth-copy{padding:33px 0 0}.auth-copy .eyebrow{font-size:8px}.auth-copy h1{font-size:33px;line-height:1.15;letter-spacing:-.8px;margin:0}.auth-copy h1 br:first-child{display:none}.auth-copy>p,.auth-orbit,.auth-footer{display:none}.auth-form-panel{padding:35px 27px 40px}.auth-form{max-width:420px}.auth-form>.icon-box{display:none}.auth-form>.eyebrow{font-size:8px}.auth-form h2{font-size:27px}.auth-form h2 br{display:none}.auth-form>.muted{margin-bottom:24px}.skip-link{left:15px}.record-link{min-width:180px}.section-title.space{align-items:flex-start;gap:13px}.section-title.space h2{font-size:14px}.section-title.space .button{font-size:10px;padding:7px 10px}.page-footer{margin-top:26px}.center-state{padding:20px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.upload-panel{background:var(--rc-surface);border:1px dashed var(--border);border-radius:9px;padding:18px;margin-bottom:20px}.upload-panel label{margin-bottom:12px}.upload-panel input{background:#fff}.file-info{flex:1;min-width:0;overflow-wrap:anywhere}.file-row .button{flex-shrink:0}.action-controls{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.button-row.wrap{flex-wrap:wrap}.export-progress{text-align:center;padding:25px 12px;background:var(--rc-surface);border:1px solid var(--border);border-radius:10px}.export-progress>.icon-box{margin-bottom:15px}.export-progress h3{font-size:17px}.export-progress p{font-size:12px;color:var(--muted);max-width:400px;margin:12px auto 19px}.export-progress>.button.text{display:block;margin:12px auto 0}.brand{display:inline-flex;align-items:center;justify-content:center;width:190px;max-width:100%;line-height:0;background:#fff;border-radius:10px;flex-shrink:0}.brand-logo{display:block;width:100%;height:auto;object-fit:contain}.table-wrap{position:relative}.chart-figure{position:relative;overflow-x:auto}.sidebar-brand{height:112px;min-height:112px;padding:10px 18px;background:#fff;gap:8px}.sidebar-brand .brand{width:180px;flex-shrink:1}.sidebar-brand .icon-button{color:var(--rc-primary-900)}.auth-story .brand{width:220px;position:relative;z-index:1}.sidebar{background:var(--rc-primary-900)}.sidebar .nav-item{color:#fff}.sidebar .nav-item:hover{background:var(--rc-primary-800)}.sidebar .nav-item.active{background:var(--rc-accent-500);color:var(--rc-primary-950);font-weight:600}.sidebar .nav-item.active i{background:var(--rc-primary-950)}.care-note{border-color:#fff3}.sidebar .status-dot,.auth-orbit .status-dot{background:var(--rc-accent-500)}.orbit-card>svg:last-child{color:var(--rc-accent-500)}.auth-story{background:linear-gradient(135deg,var(--rc-primary-900),var(--rc-primary-950))}.auth-copy h1{font-weight:700;letter-spacing:-1.2px}.auth-copy em{color:var(--rc-accent-500);font-weight:700}h1,h2{font-weight:700}h3{font-weight:600}.auth-form h2{font-weight:700}.auth-form h2{color:var(--rc-primary-900)}.button.primary{background:var(--rc-accent-500);border-color:var(--rc-accent-500);color:var(--rc-primary-950);font-weight:600}.button.primary:hover:not(:disabled){background:var(--rc-accent-400);border-color:var(--rc-accent-400)}.button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--rc-primary-900);outline-offset:3px}.auth-story a:focus-visible,.sidebar a:focus-visible,.sidebar button:focus-visible{outline-color:var(--rc-accent-500)}.welcome-banner{background:linear-gradient(120deg,#e6fbfc,#f3f4ff)}.welcome-banner h2{color:var(--rc-primary-900)}.welcome-shield{background:linear-gradient(140deg,#fff8,var(--rc-accent-soft));color:var(--rc-primary-900)}.notice.success{color:var(--rc-primary-900);background:var(--rc-accent-soft)}.metric-icon.amber,.badge.amber{color:var(--rc-warning)}.badge.red{color:var(--rc-danger)}@media(max-width:1250px){.sidebar-brand{padding:10px 14px}.sidebar-brand .brand{width:175px}}@media(max-width:760px){.sidebar-brand{padding:10px 17px}.sidebar-brand .brand,.auth-story .brand{width:175px}.auth-copy h1{font-size:32px;letter-spacing:-.8px}.chart-figure svg{min-width:560px}}.public-report-page{min-height:100vh;background:#f4f5fa;color:var(--rc-primary-950)}.public-report-header{background:#fff;border-bottom:3px solid var(--rc-accent-500);display:flex;justify-content:space-between;align-items:center;padding:8px max(24px,calc((100vw - 850px)/2));gap:24px;font-size:13px}.public-report-header img{width:145px;height:auto}.public-report-body{max-width:850px;margin:0 auto;padding:32px 24px 50px}.public-report-heading{margin-bottom:24px}.public-report-heading h1{font-size:28px;line-height:1.25;margin:8px 0 18px;color:var(--rc-primary-900)}.public-report-heading>p{line-height:1.7}.public-report-heading .notice{display:flex;align-items:center;gap:12px}.public-report-form{padding:30px}.public-report-form fieldset,.modal fieldset{margin:0;padding:0;border:0;min-width:0}.public-report-form .field{margin:22px 0}.public-report-form input,.public-report-form select,.public-report-form textarea{font-size:15px;min-height:45px}.public-report-form textarea{line-height:1.7}.public-report-progress{display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:12px;color:#667084;margin-bottom:18px}.public-report-progress progress{height:6px;accent-color:var(--rc-primary-900);width:140px}.public-report-navigation{display:flex;justify-content:flex-end;gap:12px;margin-top:28px}.public-report-navigation .button{min-height:44px;min-width:105px}.public-report-success{padding:36px;text-align:center}.public-report-success>svg{color:var(--rc-primary-900)}.public-report-success code{display:block;padding:14px;background:#f3f4f9;overflow-wrap:anywhere}.public-report-footer{font-size:12px;line-height:1.7;margin-top:25px;color:#657084}.public-report-footer a,.reporting-public-link a{color:var(--rc-primary-900);text-decoration:underline;overflow-wrap:anywhere}.reporting-public-link{font-size:12px;overflow-wrap:anywhere}.public-report-form h2{font-size:22px}.public-report-form .notice{line-height:1.6;font-size:13px}@media(max-width:760px){.public-report-header{padding:8px 18px}.public-report-header img{width:125px}.public-report-header>span{font-size:11px}.public-report-body{padding:24px 14px}.public-report-heading h1{font-size:23px}.public-report-form,.public-report-success{padding:20px}.public-report-form input,.public-report-form select,.public-report-form textarea{font-size:16px}.public-report-form h2{font-size:20px}}.public-report-form .public-multiple-choice{margin:0 0 24px;padding:0 0 12px;border-bottom:1px solid var(--border)}.public-multiple-choice legend{font-size:15px;font-weight:500;line-height:1.6;margin-bottom:5px}.public-multiple-choice .checkbox-label{margin:0;min-height:44px;padding:6px 0;font-size:15px;line-height:1.5;align-items:flex-start}.public-report-form .public-multiple-choice input[type=checkbox]{min-height:18px;width:18px;height:18px;flex:0 0 18px;margin-top:2px}.legacy-event-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border:1px solid var(--border,#dfe5ec);border-radius:10px;padding:0 12px;margin-bottom:12px;min-width:0}.legacy-status-tabs{display:flex;align-items:stretch;overflow-x:auto;min-width:0;align-self:stretch}.legacy-status-tabs button{border:0;border-bottom:2px solid transparent;background:transparent;padding:16px 11px;white-space:nowrap;font:inherit;font-size:12px;cursor:pointer;color:var(--rc-primary-950)}.legacy-status-tabs button.active{border-bottom-color:var(--rc-primary-900);font-weight:600}.legacy-status-tabs button:focus-visible{outline:2px solid var(--rc-primary-900);outline-offset:-3px}.legacy-event-search{flex:0 1 290px;min-width:220px;margin:5px 0}.legacy-event-search input{min-width:60px}.legacy-filter-count{font-size:10px}.legacy-event-filters{margin-bottom:12px;padding-top:18px}.legacy-event-filters>.button{margin:0 22px 15px}.legacy-event-list{display:grid;gap:10px;min-width:0}.legacy-event-card{background:#fff;border:1px solid var(--border,#dfe5ec);border-radius:8px;box-shadow:0 2px 3px #0a004612;padding:20px 22px 16px;min-width:0;--case-color:#818895}.legacy-event-card.adverse{--case-color:#cf5800}.legacy-event-card.unclassified{--case-color:#252732}.legacy-event-top,.legacy-event-identification,.legacy-event-date,.legacy-event-bottom{display:flex;align-items:center;gap:18px;min-width:0}.legacy-event-top{justify-content:space-between;align-items:flex-start}.legacy-event-identification{flex:1;flex-wrap:wrap;gap:10px 16px}.legacy-classification{display:flex;gap:7px;align-items:center;color:var(--case-color);font-size:12px;min-width:160px}.legacy-event-code{border:0;border-left:1px solid #e0e2e7;border-right:1px solid #e0e2e7;background:transparent;font:inherit;font-weight:600;font-size:11px;padding:0 16px;color:var(--rc-primary-950);cursor:pointer}.legacy-event-code:hover{text-decoration:underline}.legacy-patient{font-size:11px;overflow-wrap:anywhere}.legacy-event-date{flex-shrink:0;font-size:11px;gap:20px;color:#475267}.legacy-event-status{padding:3px 14px;min-width:116px;text-align:center;background:#f1f1f3;border:1px solid #dedee3;border-radius:18px;font-size:10px}.legacy-event-description{font-size:12px;line-height:1.65;margin:16px 0 20px;color:#394153;overflow-wrap:anywhere}.legacy-event-context{display:grid;grid-template-columns:1fr 1fr 2fr;gap:14px;margin:0 0 18px;font-size:11px}.legacy-event-context>div{display:flex;gap:9px;border-left:1px solid var(--case-color);padding-left:5px;min-width:0}.legacy-event-context dt{color:#758095;white-space:nowrap}.legacy-event-context dd{margin:0;overflow-wrap:anywhere;color:#394153}.legacy-event-bottom{gap:18px;flex-wrap:wrap;min-height:40px}.legacy-response{display:grid;grid-template-columns:110px auto;gap:4px 10px;align-items:center;font-size:11px;color:#758095;margin-right:auto;min-height:28px}.legacy-response strong{font-weight:400;grid-column:2;grid-row:1 / 3}.legacy-response progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;border:0;width:110px;grid-column:1;border-radius:10px;overflow:hidden}.legacy-response progress::-webkit-progress-bar{background:#e9ecf2}.legacy-response progress::-webkit-progress-value{background:var(--rc-accent-400)}.legacy-response progress.late::-webkit-progress-value{background:#d52e40}.legacy-response progress::-moz-progress-bar{background:var(--rc-accent-400)}.legacy-response progress.late::-moz-progress-bar{background:#d52e40}.legacy-assignee{display:flex;align-items:center;gap:7px;min-width:0;max-width:200px}.legacy-assignee .avatar{width:28px;height:28px;font-size:11px}.legacy-assignee>div{display:grid;min-width:0;font-size:11px}.legacy-assignee small{color:#758095}.legacy-assignee span[title]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.legacy-event-actions{display:flex;gap:10px;flex-wrap:wrap}.legacy-event-actions .button{min-height:33px;padding:6px 12px;font-size:12px;gap:8px;border-radius:8px}.legacy-event-actions .button.primary{background:var(--rc-primary-900);border-color:var(--rc-primary-900);color:#fff}.legacy-event-actions .button.primary:hover{background:var(--rc-primary-800)}@media(max-width:1250px){.legacy-event-toolbar{flex-wrap:wrap;gap:0}.legacy-status-tabs{flex:1 1 100%}.legacy-event-search{margin-left:auto;flex-basis:330px}.legacy-event-date{flex-direction:column;align-items:flex-end;gap:6px}.legacy-event-actions{margin-left:auto}}@media(max-width:760px){.legacy-event-toolbar{padding:0 8px}.legacy-status-tabs button{padding:13px 10px}.legacy-event-search{flex-basis:100%;min-width:0}.legacy-event-card{padding:15px}.legacy-event-top{flex-direction:column;gap:10px}.legacy-event-identification{gap:8px}.legacy-classification{min-width:0}.legacy-event-code{padding:0 8px}.legacy-patient{flex-basis:100%}.legacy-event-date{flex-direction:row;justify-content:space-between;width:100%;align-items:center}.legacy-event-context{grid-template-columns:1fr;gap:10px}.legacy-event-actions{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:8px}.legacy-event-actions .button{justify-content:center;min-height:42px}.legacy-response{min-width:130px}.legacy-assignee{max-width:160px}.legacy-event-description{margin:14px 0}.legacy-event-bottom{gap:12px}}.clinical-sections{display:grid;gap:12px;margin:20px 0}.clinical-section{border:1px solid var(--border,#dfe5ec);border-radius:12px;padding:16px}.clinical-section summary{font-weight:700;color:var(--rc-primary-900);cursor:pointer;margin-bottom:12px}.clinical-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.clinical-summary dt{font-size:.8rem;color:var(--muted,#586477)}.clinical-summary dd{margin:4px 0 0;overflow-wrap:anywhere}.filter-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;padding:0 22px 20px}.document-brand{width:190px;max-width:100%;height:auto}.print-document{color:var(--rc-neutral-900);overflow-wrap:anywhere}.print-document h2{margin-top:24px}.print-document footer{border-top:1px solid #dce0e6;margin-top:28px;padding-top:16px;font-size:.8rem}.action-controls{display:flex;flex-wrap:wrap;gap:8px}.upload-panel{flex-wrap:wrap}.upload-panel select{max-width:240px}.sidebar nav{overflow-y:auto;min-height:0}.sidebar .sidebar-bottom{margin-top:auto}@media(max-width:760px){.filter-grid,.clinical-summary{grid-template-columns:1fr}.filter-grid{padding:0 16px 16px}.action-card{flex-wrap:wrap}.clinical-section{padding:12px}}@media print{@page{size:A4;margin:15mm}html:has(.print-document),body:has(.print-document){background:#fff!important;margin:0!important}body:has(.print-document) *:not(:has(.print-document)):not(.print-document):not(.print-document *){display:none!important}body:has(.print-document) *:has(.print-document){display:block!important;position:static!important;overflow:visible!important;max-height:none!important;min-height:0!important;height:auto!important;width:auto!important;min-width:0!important;padding:0!important;margin:0!important;border:0!important;box-shadow:none!important;transform:none!important;background:#fff!important}.print-document{position:static!important;width:auto;padding:0;background:#fff;font-size:11pt}.print-document section{break-inside:avoid}.print-document .panel{box-shadow:none;border:0;padding:0}.print-document h1{font-size:20pt}.print-document .document-brand{width:45mm;height:auto}.modal::backdrop{display:none!important}}.event-classification-form fieldset.stack{gap:12px}.event-classification-form label{margin-bottom:0}.event-classification-form fieldset>.stack{gap:5px}.event-classification-form .button.text{align-self:flex-end;padding:5px 0}.event-classification-form .form-footer{margin-top:0;padding-top:14px}.event-classification-form .clinical-section,.event-classification-form .muted{margin:0}.public-voice-panel{padding:1rem;margin-bottom:1.5rem;border:1px solid var(--border);border-radius:12px;background:#f8fafc}.public-voice-panel h3{display:flex;align-items:center;gap:.5rem;margin-top:0}.public-voice-panel audio{width:100%;max-width:440px}.public-voice-panel .voice-local-preview{margin:1rem 0;overflow-wrap:anywhere}.voice-file-label{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;max-width:100%}.voice-file-label input{max-width:100%;min-width:0;width:auto}.public-voice-panel textarea{width:100%}.reporting-form-tools{flex-wrap:wrap}.reporting-create-controls{max-width:100%;min-width:0;align-items:flex-end}.reporting-create-controls>label{width:340px;max-width:100%;min-width:0;margin:0}.reporting-create-controls select{width:100%;max-width:100%;min-width:0}.access-help{padding:16px;border:1px solid var(--border);border-radius:10px;margin:16px 0;background:var(--rc-surface)}.access-help p:first-child{margin-top:0}.access-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:18px 0}.access-facts strong{font-size:12px}.access-facts p{margin:5px 0}.access-email{overflow-wrap:anywhere;margin:5px 0}.access-person h3{margin:0}.access-person .section-title{flex-wrap:wrap}.access-management .button{white-space:normal}@media(max-width:700px){.access-facts{grid-template-columns:1fr;gap:10px}.access-management>.section-title{align-items:flex-start;flex-wrap:wrap}.access-management>.section-title>.section-title{flex-wrap:wrap}}
