:root{--libukeng-primary-blue:#2f80ed;--libukeng-primary-blue-dark:#256dcc;--libukeng-primary-blue-focus:#2f80ed59;--libukeng-light-blue:#eaf4ff;--libukeng-orange:#f28a00;--libukeng-orange-dark:#d97700;--libukeng-warning:#ffc107;--libukeng-warning-dark:#e0a800;--libukeng-white:#fff;--libukeng-text-primary:#1f2937;--libukeng-text-secondary:#64748b;--libukeng-border:#e2e8f0;--libukeng-border-light:#edf2f7;--libukeng-success:#198754;--libukeng-error:#dc3545;--libukeng-error-dark:#b02a37;--libukeng-surface:#fff;--libukeng-shadow:0 1px 3px #0f172a14;--libukeng-shadow-hover:0 6px 18px #0f172a1f;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:16px/145% var(--sans);letter-spacing:.18px;color:var(--text-primary);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--white:#fff;--text-primary:#1f2937;--text-secondary:#64748b;--border:#e2e8f0;--background:#f8fafc;--surface:#fff;--font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;--content-max-width:1200px;--shadow-sm:0 1px 2px #0f172a0d;--shadow:0 4px 12px #0f172a14;--shadow-lg:0 10px 25px #0f172a1a;font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;background:var(--background)}*{box-sizing:border-box}html,body,#root{min-height:100%}html{font-size:16px}body{background:var(--background);min-width:320px;color:var(--text-primary);font-family:var(--font-sans);margin:0;line-height:1.5}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-family:var(--font-sans);margin:0}h1{font-size:2rem;line-height:1.2}h2{font-size:1.5rem;line-height:1.3}h3{font-size:1.25rem;line-height:1.4}p{margin:0}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}code,pre{font-family:var(--font-mono)}.main-navigation{border-bottom:1px solid var(--border);background:var(--bg);box-sizing:border-box;width:100%}.main-navigation__inner{align-items:stretch;gap:20px;width:min(1400px,100% - 48px);min-height:58px;margin:0 auto;display:flex}.main-navigation__dashboard{color:var(--text-h);border-bottom:3px solid #0000;flex-shrink:0;align-items:center;padding:0 6px;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s,background .2s;display:flex}.main-navigation__dashboard:hover{color:var(--accent)}.main-navigation__groups{flex:1;align-items:stretch;gap:4px;min-width:0;display:flex}.main-navigation__group{border-left:1px solid var(--border);align-items:center;gap:6px;padding:0 10px;display:flex}.main-navigation__group-title{color:var(--text-h);white-space:nowrap;align-items:center;margin:0;padding:0 4px;font-size:13px;font-weight:700;display:flex}.main-navigation__links{flex-wrap:wrap;align-items:center;gap:3px;padding:6px 0;display:flex}.main-navigation__link{min-height:32px;color:var(--text);white-space:nowrap;border-radius:6px;align-items:center;padding:0 9px;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s,background .2s,box-shadow .2s;display:inline-flex}.main-navigation__link:hover{color:var(--accent);background:var(--accent-bg)}.main-navigation__link--active{color:var(--accent);background:var(--accent-bg);box-shadow:inset 0 -2px 0 var(--accent)}.main-navigation__dashboard.main-navigation__link--active{color:var(--accent);border-bottom-color:var(--accent);box-shadow:none;background:0 0}@media (width<=1100px){.main-navigation__inner{flex-direction:column;gap:0;width:min(100% - 32px,100%);padding:8px 0}.main-navigation__dashboard{min-height:36px}.main-navigation__groups{flex-wrap:wrap;gap:4px}.main-navigation__group{padding:4px 8px}}@media (width<=700px){.main-navigation__inner{width:calc(100% - 24px)}.main-navigation__groups{flex-direction:column}.main-navigation__group{border-left:none;border-top:1px solid var(--border);padding:7px 0;display:block}.main-navigation__group-title{min-height:30px;padding:0}.main-navigation__links{padding:3px 0 0}}.main-navigation{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg);box-sizing:border-box;align-items:stretch;width:100%;min-height:88px;display:flex}.main-navigation .nav-link{color:var(--text-h);white-space:nowrap;align-items:center;padding:0 20px;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s,background-color .2s;display:flex}.main-navigation .nav-link:hover{color:var(--accent);background:var(--accent-bg)}.main-navigation .nav-link-active{color:var(--accent);background:var(--accent-bg);box-shadow:inset 0 -3px 0 var(--accent);font-weight:700}.main-navigation .nav-group{border-right:1px solid var(--border);align-items:stretch;display:flex}.main-navigation .nav-group-title{color:var(--text-h);white-space:nowrap;align-items:center;margin:0;padding:0 18px;font-size:15px;font-weight:700;display:flex}.main-navigation .nav-group-links{flex-direction:column;justify-content:center;display:flex}.main-navigation .nav-group-links .nav-link{min-height:34px;padding:0 14px;font-size:14px}.main-navigation .nav-link:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}@media (width<=1024px){.main-navigation{flex-wrap:wrap;min-height:auto}.main-navigation .nav-link,.main-navigation .nav-group{min-height:56px}}.app-shell{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.app-header{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-bottom:1px solid #e3e8ef;width:100%;position:sticky;top:0;box-shadow:0 2px 8px #1423370d}.app-header-inner{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:28px;width:min(1440px,100% - 40px);min-height:78px;margin:0 auto;display:grid}.app-brand{color:#15253a;flex-shrink:0;align-items:center;gap:11px;text-decoration:none;display:inline-flex}.app-brand-logo{background:#fff;border:1px solid #e5eaf0;border-radius:13px;justify-content:center;align-items:center;width:46px;height:46px;display:flex;box-shadow:0 5px 14px #1423371a}.app-brand-mark{width:38px;height:38px;overflow:visible}.logo-book{fill:none;stroke:#172b45;stroke-width:3px;stroke-linejoin:round}.logo-fold{fill:none;stroke:#172b45;stroke-width:2.5px;stroke-linecap:round}.logo-chart{fill:none;stroke:#f28c28;stroke-width:3.5px;stroke-linecap:round;stroke-linejoin:round}.logo-chart-arrow{fill:none;stroke:#f28c28;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.app-brand-name{color:#172b45;font-family:var(--heading);letter-spacing:-.7px;font-size:27px;font-weight:750;line-height:1}.main-navigation{flex:1;min-width:0;height:100%}.main-navigation-list{justify-content:flex-end;align-items:stretch;min-width:0;height:100%;display:flex}.main-nav-item{align-items:stretch;display:flex;position:relative}.main-nav-link{color:#26384d;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:8px;min-height:78px;padding:0 15px;font-family:inherit;font-size:14px;font-weight:650;text-decoration:none;transition:color .16s,background-color .16s;display:inline-flex;position:relative}.main-nav-link:hover{color:#f28c28;background:#fff8f0}.main-nav-link.is-active{color:#e57916}.main-nav-link.is-active:after{content:"";background:#f28c28;border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:14px;right:14px}.main-nav-group-button{font-family:inherit}.nav-chevron{color:#7c8998;font-size:11px;transition:transform .18s,color .18s;display:inline-block}.nav-chevron.is-open{color:#f28c28;transform:rotate(180deg)}.main-nav-dropdown{opacity:0;visibility:hidden;pointer-events:none;min-width:225px;padding-top:12px;transition:opacity .16s,transform .16s,visibility .16s;position:absolute;top:calc(100% - 1px);left:calc(50% - 18px);transform:translate(-50%,-8px)}.main-nav-item:hover .main-nav-dropdown,.main-nav-dropdown.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.main-nav-dropdown-inner{background:#fff;border:1px solid #e4e9ef;border-radius:13px;padding:8px;position:relative;box-shadow:0 14px 28px #1423371f,0 5px 16px #f28c2829}.main-nav-dropdown-inner:before{content:"";background:#fff;border-top:1px solid #e4e9ef;border-left:1px solid #e4e9ef;width:11px;height:11px;position:absolute;top:-6px;left:calc(50% + 18px);transform:translate(-50%)rotate(45deg)}.main-nav-sub-link{color:#34465a;border-radius:8px;align-items:center;gap:10px;min-height:42px;padding:0 13px;font-size:14px;font-weight:600;text-decoration:none;transition:color .15s,background-color .15s,transform .15s;display:flex;position:relative}.main-nav-sub-link:hover{color:#df7414;background:#fff6ec;transform:translate(3px)}.main-nav-sub-link.is-active{color:#df7414;background:#fff3e5}.main-nav-submenu-group{border-top:1px solid var(--border);padding:6px 0}.main-nav-submenu-title{color:var(--text-h);text-transform:uppercase;padding:6px 14px;font-size:12px;font-weight:800;display:block}.main-nav-sub-link--nested{padding-left:26px}.main-nav-sub-link.is-unavailable{color:#7b8795;cursor:not-allowed}.main-nav-sub-link.is-unavailable .submenu-indicator{background:#c4ccd5;transform:none}.submenu-soon{color:#98a3af;margin-left:auto;font-size:11px;font-weight:700}.submenu-indicator{background:#c4ccd5;border-radius:50%;flex-shrink:0;width:5px;height:5px;transition:background-color .15s,transform .15s}.main-nav-sub-link:hover .submenu-indicator,.main-nav-sub-link.is-active .submenu-indicator{background:#f28c28;transform:scale(1.25)}.main-nav-link-disabled{cursor:default;color:#536477}.main-nav-link-disabled:hover{color:#536477;background:0 0}.app-main{flex:1;width:min(1120px,100% - 48px);margin:0 auto;padding:20px 0 64px}.app-account{min-width:0;position:relative}.app-account-button{color:#26384d;font:inherit;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;max-width:300px;padding:10px;font-weight:700;overflow:hidden}.app-account-menu{z-index:2;background:#fff;border:1px solid #e4e9ef;border-radius:10px;min-width:210px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 14px 28px #1423371f}.app-account-menu a,.app-account-menu button{color:#34465a;text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;padding:10px;text-decoration:none}.app-account-menu a:hover,.app-account-menu button:hover{color:#df7414;background:#fff6ec}.app-account-context{color:#34465a;border-bottom:1px solid #e4e9ef;gap:2px;margin:4px 10px 8px;padding-bottom:8px;display:grid}.app-account-context span{color:#5e7187;font-size:13px}.app-account-message{color:#b42318;margin:6px 10px;font-size:12px;line-height:1.35}.account-page{background:#fff;border:1px solid #dbe4ee;border-radius:14px;max-width:760px;margin:32px auto;padding:28px}.account-page>span{color:#ed7d12;letter-spacing:.12em;font-size:12px;font-weight:800}.account-page h1{color:#102f56}.account-page dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.account-page dt{color:#5e7187;font-size:13px;font-weight:800}.account-page dd{color:#102f56;margin:4px 0}.account-page li{color:#102f56;margin:8px 0}.account-message{color:#205d98;font-weight:700}.account-email-form{border-top:1px solid #dbe4ee;margin-top:24px;padding-top:18px}.account-email-form label{color:#40546b;gap:6px;margin:12px 0;font-weight:700;display:grid}.account-email-form input{font:inherit;border:1px solid #cbd7e5;border-radius:8px;padding:10px 12px}.account-email-form>div{gap:10px;display:flex}.account-email-form button,.account-primary-action{color:#fff;font:inherit;cursor:pointer;background:#ed7d12;border:1px solid #ed7d12;border-radius:8px;padding:10px 14px;font-weight:700;text-decoration:none}.account-email-form button.secondary{color:#205d98;background:#fff;border-color:#cbd7e5}.account-email-form button:disabled{opacity:.65;cursor:wait}@media (width<=1180px){.app-header-inner{gap:18px;width:min(100% - 24px,1440px)}.app-brand-name{font-size:24px}.main-nav-link{padding:0 8px;font-size:12px}.app-account-button{max-width:250px;font-size:13px}}@media (width<=1160px) and (width>=901px){.app-header-inner{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand account""navigation navigation";gap:0 18px;min-height:auto;padding:8px 0 0}.app-brand{grid-area:brand}.app-account{grid-area:account;justify-self:end}.app-account-button{max-width:none}.main-navigation{grid-area:navigation;width:100%}.main-navigation-list{flex-wrap:wrap;justify-content:center}.main-nav-link{min-height:48px;padding:0 10px;font-size:13px}}@media (width<=900px){.app-header{position:relative}.app-header-inner{flex-wrap:wrap;min-height:auto;padding:14px 0;display:flex}.app-brand{justify-content:center;width:100%;padding-bottom:6px}.main-navigation{order:3;width:100%}.app-account{order:2;margin-left:auto}.main-navigation-list{flex-wrap:wrap;justify-content:center;overflow:visible}.main-nav-link{min-height:48px}.main-nav-link.is-active:after{bottom:2px}.app-main{width:min(100% - 32px,1120px);padding-top:32px}}@media (width<=640px){.app-header-inner{width:calc(100% - 16px)}.app-brand-logo{width:42px;height:42px}.app-brand-name{font-size:23px}.main-navigation-list{scrollbar-width:thin;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto}.main-nav-link{flex-shrink:0;padding:0 12px;font-size:13px}.main-nav-dropdown{width:min(280px,100vw - 32px);min-width:0;position:fixed;top:auto;left:50%}.app-main{width:calc(100% - 24px);padding-top:24px}}.society-form{color:#172b45;width:min(1280px,100% - 48px);margin:0 auto;padding:24px 0 52px}.society-form__header{border-bottom:1px solid #e3e8ef;margin-bottom:18px;padding-bottom:14px}.society-form__eyebrow{color:#e57916;letter-spacing:1.4px;margin-bottom:6px;font-size:11px;font-weight:800;display:block}.society-form__header h1{margin:0;font-size:30px;line-height:1.15}.society-form__header p{color:#64748b;margin-top:7px}.society-form__section{background:#fff;border:1px solid #e3e8ef;border-radius:14px;margin-bottom:14px;padding:16px 18px}.society-form__section-heading{margin-bottom:12px}.society-form__section-heading h2{margin:0;font-size:17px}.society-form__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px 16px;display:grid}.society-form__field{flex-direction:column;gap:5px;min-width:0;display:flex}.society-form__field>span{color:#41536a;font-size:12px;font-weight:700}.society-form__field b,.society-form__error{color:#b33a3a}.society-form__error{margin:0 0 14px}.society-form__control{color:#172b45;width:100%;min-height:38px;font:inherit;background:#fff;border:1px solid #d5dce5;border-radius:8px;padding:8px 10px;font-size:13px}.society-form__actions{justify-content:flex-end;gap:9px;margin-top:14px;display:flex}.society-button{color:#172b45;min-height:38px;font:inherit;cursor:pointer;background:#f5f7fa;border:1px solid #d5dce5;border-radius:8px;justify-content:center;align-items:center;padding:8px 15px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.society-button--primary{color:#fff;background:#e57916;border-color:#d96e0c}.society-button:disabled{cursor:wait;opacity:.7}@media (width<=980px){.society-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.society-form{width:min(100% - 24px,1280px);padding-top:20px}.society-form__grid{grid-template-columns:1fr}}.society-form__actions--start{flex-wrap:wrap;justify-content:flex-start}.module-manager.module-manager--detail{padding-top:10px}.module-manager{width:min(1180px,100% - 48px);margin:0 auto;padding:10px 0 72px}.module-manager__header{text-align:center;max-width:820px;margin:0 auto 28px}.module-manager__header--detail{text-align:left;max-width:none;margin:0 0 24px}.module-manager__eyebrow{color:#e57916;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:800;display:inline-block}.module-manager__title-row{align-items:baseline;gap:12px;display:flex}.module-manager__title{color:#172b45;letter-spacing:-1.2px;margin:0;font-size:clamp(30px,4vw,42px);font-weight:760;line-height:1.1}.module-manager__description{color:#65758a;margin:0;font-size:16px;line-height:1.4}.module-manager__catalogue{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.module-tile{min-height:245px;color:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #e3e8ef;border-radius:18px;flex-direction:column;padding:26px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;position:relative;box-shadow:0 5px 18px #172b450e}.module-tile:hover{border-color:#f28c288c;transform:translateY(-5px);box-shadow:0 16px 34px #f28c2824,0 6px 16px #172b450f}.module-tile:focus-visible{outline-offset:3px;outline:3px solid #f28c2840}.module-tile__icon{color:#172b45;background:#fff7ee;border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:22px;display:flex}.module-tile__icon svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:32px;height:32px}.module-tile__body{flex-direction:column;flex:1;gap:7px;display:flex}.module-tile__title{color:#172b45;letter-spacing:-.4px;font-size:22px;font-weight:750}.module-tile__subtitle{color:#718095;max-width:230px;font-size:14px;line-height:1.55}.module-tile__status{letter-spacing:.8px;text-transform:uppercase;border-radius:999px;align-self:flex-start;margin-top:18px;padding:6px 10px;font-size:10px;font-weight:800}.module-tile__status--installed{color:#278052;background:#edf8f2}.module-tile__status--available,.module-tile__status--selected{color:#d96e0c;background:#fff1df}.module-tile__status--planned{color:#738094;background:#f1f3f6}.module-tile__arrow{color:#a3afbd;font-size:20px;transition:color .16s,transform .16s;position:absolute;bottom:23px;right:25px}.module-tile:hover .module-tile__arrow{color:#e57916;transform:translate(4px)}.module-manager__back{color:#65758a;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;margin-bottom:22px;font-family:inherit;font-size:14px;font-weight:700;display:inline-flex}.module-manager__back:hover{color:#e57916}.module-manager__detail-grid{grid-template-columns:minmax(0,1.65fr) minmax(320px,.85fr);align-items:start;gap:24px;display:grid}.module-manager__detail-main{gap:20px;display:grid}.module-info-panel{background:#fff;border:1px solid #e3e8ef;border-radius:18px;padding:28px;box-shadow:0 5px 18px #172b450b}.module-info-panel__heading{border-bottom:1px solid #edf0f4;margin-bottom:18px;padding-bottom:15px}.module-info-panel__heading h2{color:#172b45;margin:0;font-size:19px;font-weight:750}.module-info-panel__text{color:#5f7085;margin:0;font-size:15px;line-height:1.7}.module-capabilities{margin-top:26px}.module-capabilities h3{color:#172b45;text-transform:uppercase;letter-spacing:.6px;margin:0 0 14px;font-size:14px;font-weight:800}.module-capabilities ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin:0;padding:0;list-style:none;display:grid}.module-capabilities li{color:#41536a;align-items:center;gap:9px;font-size:14px;display:flex}.module-capabilities li span{color:#278052;background:#edf8f2;border-radius:50%;justify-content:center;align-items:center;width:21px;height:21px;font-size:12px;font-weight:800;display:inline-flex}.module-technical-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;display:grid}.module-technical-grid>div{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;min-height:40px;display:flex}.module-technical-grid span{color:#718095;font-size:13px}.module-technical-grid strong{color:#172b45;font-size:13px;font-weight:700}.module-card__button{color:#172b45;cursor:pointer;background:#f5f7fa;border:1px solid #d9e0e8;border-radius:9px;justify-content:center;align-items:center;min-height:38px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:700;transition:background-color .16s,border-color .16s,color .16s,box-shadow .16s,transform .16s;display:inline-flex}.module-card__button:hover{background:#edf2f7;border-color:#c7d2df;transform:translateY(-1px);box-shadow:0 4px 10px #172b4514}.module-card__button:focus-visible{outline-offset:2px;outline:3px solid #f28c2840}.module-card__button--attention{color:#c9650b;background:#fff1df;border-color:#f2c48d}.module-card__button--warning{color:#8a6a00;background:#fff8df;border-color:#ead58a}.module-card__button--danger{color:#b33a3a;background:#fff0f0;border-color:#e8b7b7}.module-manager__detail-side .module-card{color:#172b45;background:#fff;border:1px solid #e3e8ef;border-radius:18px;margin:0;padding:20px;position:sticky;top:96px;overflow:hidden;box-shadow:0 10px 28px #f28c2817,0 5px 18px #172b450d}.module-manager__detail-side .module-card__title{color:#172b45;letter-spacing:-.4px;margin:0 0 6px;font-size:21px;font-weight:750;line-height:1.2}.module-manager__detail-side .module-card__description{color:#64748b;margin:0 0 12px;font-size:13px;line-height:1.5}.module-manager__detail-side .module-card__details{gap:0;margin:0 0 14px;display:grid}.module-manager__detail-side .module-card__detail{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;min-height:31px;margin:0;display:flex}.module-manager__detail-side .module-card__label{color:#718095;font-size:11px}.module-manager__detail-side .module-card__value{color:#172b45;text-align:right;font-size:11px;font-weight:700}.module-manager__detail-side .module-card__dependencies{background:#eaf4ff;border:1px solid #dbe8f6;border-radius:9px;margin-top:14px;padding:11px}.module-manager__detail-side .module-card__dependencies-title{color:#172b45;margin-bottom:6px;font-size:12px;font-weight:800;display:block}.module-manager__detail-side .module-card__dependencies-list{margin:0;padding-left:16px}.module-manager__detail-side .module-card__dependency{color:#41536a;margin:3px 0;font-size:11px;line-height:1.4}.module-manager__detail-side .module-card__dependency--satisfied{color:#278052}.module-manager__detail-side .module-card__dependency--unsatisfied{color:#b33a3a}.module-manager__detail-side .module-card__actions{border-top:1px solid #edf0f4;margin-top:14px;padding-top:12px}.module-manager__detail-side .module-card__actions-title{color:#718095;letter-spacing:.3px;margin-bottom:8px;font-size:11px;font-weight:800;display:block}.module-manager__detail-side .module-card__actions-list{flex-wrap:wrap;gap:8px;display:flex}@media (width<=900px){.module-manager__detail-grid{grid-template-columns:1fr}.module-manager__detail-side .module-card{position:static}}@media (width<=640px){.module-manager{width:min(100% - 24px,1180px);padding:24px 0 36px}.module-manager__header{margin-bottom:22px}.module-manager__description{font-size:15px;line-height:1.6}.module-manager__catalogue{grid-template-columns:1fr}.module-manager__detail-grid{gap:16px}.module-info-panel,.module-manager__detail-side .module-card{padding:20px}}.member-profile{width:min(1040px,100% - 48px);margin:0 auto;padding:28px 0 72px}.member-profile__back{color:#2f80ed;margin-bottom:20px;font-weight:700;text-decoration:none;display:inline-block}.member-profile__back:hover{text-decoration:underline}.member-profile__header,.member-profile__card{background:#fff;border:1px solid #e3e8ef;border-radius:16px;box-shadow:0 5px 18px #172b450b}.member-profile__header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;padding:28px;display:flex}.member-profile__eyebrow{color:#e57916;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800;display:inline-block}.member-profile h1,.member-profile h2{color:#172b45}.member-profile h1{letter-spacing:-1.2px;font-size:clamp(30px,4vw,42px);line-height:1.1}.member-profile__header p{color:#65758a;font-family:var(--font-mono);margin-top:10px;font-size:14px;font-weight:700}.member-profile__status{color:#256dcc;letter-spacing:.4px;background:#eaf4ff;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.member-profile__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:20px;display:grid}.member-profile__card{padding:24px}.member-profile__card h2{margin-bottom:18px;font-size:19px}.member-profile dl{gap:14px;margin:0;display:grid}.member-profile dl div{grid-template-columns:minmax(120px,.7fr) minmax(0,1.3fr);gap:12px;display:grid}.member-profile dt{color:#718095;font-size:13px;font-weight:700}.member-profile dd{color:#41536a;margin:0;font-size:14px}.member-profile__history ol{gap:14px;margin:0;padding:0;list-style:none;display:grid}.member-profile__history li{border-left:3px solid #2f80ed;padding-left:16px}.member-profile__history li>div{color:#172b45;justify-content:space-between;gap:12px;display:flex}.member-profile__history li span,.member-profile__history p,.member-profile__history small{color:#65758a;font-size:13px}.member-profile__history p{margin-top:6px}.member-profile__history small{margin-top:4px;display:block}.member-profile__message{color:#65758a;width:min(1040px,100% - 48px);margin:48px auto}.member-profile__message--error{color:#b33a3a}@media (width<=760px){.member-profile{width:min(100% - 24px,1040px);padding-top:20px}.member-profile__header{flex-direction:column;padding:22px}.member-profile__grid{grid-template-columns:1fr}.member-profile__card{padding:20px}.member-profile dl div{grid-template-columns:1fr;gap:4px}}.member-workspace{width:min(1180px,100% - 48px);margin:0 auto;padding:28px 0 72px}.member-workspace__header{margin-bottom:28px}.member-workspace__eyebrow{color:#e57916;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800;display:inline-block}.member-workspace h1,.member-workspace h2{color:#172b45}.member-workspace h1{letter-spacing:-1.2px;font-size:clamp(30px,4vw,42px);line-height:1.1}.member-workspace__header p{color:#65758a;margin-top:10px}.member-workspace__search,.member-workspace__results{background:#fff;border:1px solid #e3e8ef;border-radius:16px;padding:24px;box-shadow:0 5px 18px #172b450b}.member-workspace__search{margin-bottom:20px}.member-workspace__search label{color:#41536a;margin-bottom:8px;font-size:14px;font-weight:700;display:block}.member-workspace__search-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.member-workspace__search-controls{justify-content:flex-end;gap:12px;margin-top:16px;display:flex}.member-workspace__search input{color:#172b45;border:1px solid #cdd7e2;border-radius:8px;flex:1;min-width:0;min-height:42px;padding:8px 12px}.member-workspace__search button{color:#fff;cursor:pointer;background:#e57916;border:1px solid #d96e0c;border-radius:8px;min-height:42px;padding:8px 18px;font-weight:700}.member-workspace__search input:focus-visible,.member-workspace__search button:focus-visible{outline-offset:2px;outline:3px solid #2f80ed4d}.member-workspace__results-heading{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:baseline;gap:16px;padding-bottom:16px;display:flex}.member-workspace__results-heading h2{font-size:19px}.member-workspace__results-heading span,.member-workspace__message{color:#65758a;font-size:14px}.member-workspace__message{padding:20px 0 4px}.member-workspace__message--error{color:#b33a3a}.member-workspace__table-wrap{overflow-x:auto}.member-workspace table{border-collapse:collapse;width:100%;min-width:760px}.member-workspace th,.member-workspace td{text-align:left;border-bottom:1px solid #edf0f4;padding:14px 12px}.member-workspace th{color:#718095;letter-spacing:.4px;text-transform:uppercase;font-size:12px;font-weight:800}.member-workspace td{color:#41536a;font-size:14px}.member-workspace td:first-child{color:#172b45;font-family:var(--font-mono);font-weight:700}.member-workspace__status{color:#41536a;letter-spacing:.4px;background:#f1f3f6;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:800;display:inline-block}@media (width<=760px){.member-workspace__search-fields{grid-template-columns:1fr}}@media (width<=640px){.member-workspace{width:min(100% - 24px,1180px);padding-top:20px}.member-workspace__search,.member-workspace__results{padding:18px}.member-workspace__search-controls{flex-direction:column}}.business-identifier-value,.business-identifier-pending{font-variant-numeric:tabular-nums;letter-spacing:.015em;max-width:100%;display:inline-block}.business-identifier-value{color:#102f56;white-space:nowrap;overflow-wrap:normal;word-break:normal;font-weight:800}.business-identifier-pending{color:#5e7187;font-weight:600}.business-identifier-label{color:#5e7187;letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:800;display:block}.silent-witness{border-top:1px solid #e4eaf1;margin-top:24px;padding-top:18px}.silent-witness__intro,.silent-witness__count{color:#5e7187;font-size:13px}.silent-witness__count{font-weight:700}.silent-witness article{border-left:3px solid #ed7d12;margin:10px 0;padding:8px 12px}.silent-witness__summary{grid-template-columns:145px minmax(180px,1fr) minmax(120px,.7fr) auto;align-items:center;gap:8px;display:grid}.silent-witness time{color:#5e7187;font-size:12px}.silent-witness__summary span{color:#5e7187;font-size:13px}.silent-witness button{color:#205d98;font:inherit;background:#fff;border:1px solid #cbd7e5;border-radius:7px;padding:6px 9px;font-size:12px;font-weight:700}.silent-witness__details{overflow-wrap:anywhere;background:#f5f8fb;border-radius:7px;margin-top:8px;padding:8px 10px}.silent-witness__details p{margin:5px 0}.silent-witness__pages{flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;margin-top:14px;display:flex}.silent-witness__pages button:disabled{opacity:.45}.silent-witness__pages span{color:#40546b;font-size:13px;font-weight:700}@media (width<=760px){.silent-witness__summary{grid-template-columns:1fr;gap:3px}.silent-witness__summary button{justify-self:start}}.silent-witness__state{margin-top:10px}.silent-witness__state>b{color:#102f56}.silent-witness__state dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 14px;margin:7px 0;display:grid}.silent-witness__state dl div{min-width:0}.silent-witness__state dt{color:#5e7187;font-size:12px;font-weight:700}.silent-witness__state dd{color:#102f56;overflow-wrap:anywhere;margin:2px 0 0}@media (width<=600px){.silent-witness__state dl{grid-template-columns:1fr}}.silent-witness__comparison{gap:0;max-width:100%;margin:10px 0 0;display:grid;overflow-x:auto}.silent-witness__comparison-row{border-top:1px solid #e1e8f0;grid-template-columns:minmax(180px,.8fr) minmax(220px,1fr);gap:12px;min-width:0;padding:7px 0;display:grid}.silent-witness__comparison-row dt{color:#5e7187;font-size:12px;font-weight:700}.silent-witness__comparison-row dd{color:#102f56;overflow-wrap:break-word;word-break:normal;min-width:0;margin:0}.silent-witness__comparison.has-before-after{grid-template-columns:1fr}.silent-witness__comparison.has-before-after .silent-witness__comparison-row{grid-template-columns:minmax(160px,.7fr) repeat(2,minmax(220px,1fr));min-width:640px}.silent-witness__unchanged{color:#5e7187;font-style:italic}@media (width<=700px){.silent-witness__comparison-row,.silent-witness__comparison.has-before-after .silent-witness__comparison-row{grid-template-columns:1fr;gap:3px;min-width:0}.silent-witness__comparison.has-before-after .silent-witness__comparison-row dd:before{color:#5e7187;font-size:11px;font-weight:700;display:block}.silent-witness__comparison.has-before-after .silent-witness__comparison-row dd:first-of-type:before{content:"Before"}.silent-witness__comparison.has-before-after .silent-witness__comparison-row dd:nth-of-type(2):before{content:"After"}}.silent-witness__comparison-heading{color:#5e7187;text-transform:uppercase;grid-template-columns:minmax(130px,.7fr) repeat(2,minmax(0,1fr));gap:12px;padding:0 0 5px;font-size:11px;font-weight:800;display:grid}.silent-witness__comparison.has-before-after>.silent-witness__column-heading{display:none}@media (width<=700px){.silent-witness__comparison-heading{display:none}}.application-queue{max-width:1440px;margin:0 auto;padding:38px 28px}.application-breadcrumb{color:#5e7187;flex-wrap:wrap;gap:7px;font-size:13px;font-weight:700;display:flex}.application-breadcrumb span{align-items:center;gap:7px;display:inline-flex}.application-breadcrumb i{color:#9baaba;font-style:normal}.application-breadcrumb span:last-child{color:#205d98}.application-queue-heading span,.navigator-label{color:#ed7d12;letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:800}.application-queue h1,.application-queue h2,.application-queue h3{color:#102f56}.application-queue-heading h1{margin:8px 0;font-size:34px}.application-queue-heading p{color:#5e7187}.application-action button{color:#fff;font:inherit;background:#ed7d12;border:1px solid #ed7d12;border-radius:8px;padding:10px 14px;font-weight:700}.application-action .secondary{color:#8a5100;background:#fff5d8;border-color:#d88a00}.application-action .danger{background:#b42318;border-color:#b42318}.application-message{color:#205d98;background:#f0f7ff;border:1px solid #bdd4ee;border-radius:8px;padding:12px}.application-workspace{background:#fff;border:1px solid #dbe4ee;border-radius:16px;grid-template-columns:300px minmax(0,1fr);display:grid;overflow:hidden}.work-queue-navigator{background:#fbfcfe;border-right:1px solid #dbe4ee;padding:18px}.queue-links{gap:4px;margin-top:10px;display:grid}.queue-links button{color:#29435e;width:100%;font:inherit;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:9px 10px;display:flex}.queue-links button b{color:#5e7187;text-align:center;background:#edf2f7;border-radius:999px;min-width:24px;padding:2px 7px;font-size:12px}.queue-links button.active{color:#9a5100;background:#fff4e8;border-color:#f3c281;font-weight:800}.queue-links button.active b{color:#fff;background:#ed7d12}.navigator-applications{border-top:1px solid #dbe4ee;margin-top:22px;padding-top:18px}.navigator-applications h2{margin:7px 0 10px;font-size:17px}.navigator-applications>button{text-align:left;color:#223c5a;width:100%;font:inherit;background:#f2f6fa;border:1px solid #0000;border-radius:8px;gap:4px;margin:7px 0;padding:11px;display:grid}.navigator-applications>button.selected{background:#fff4e8;border-color:#ed7d12}.navigator-applications>button span{color:#ed7d12;font-size:12px;font-weight:800}.navigator-applications small{color:#5e7187}.application-detail{padding:28px}.application-detail-title{border-bottom:1px solid #e4eaf1;justify-content:space-between;gap:16px;padding-bottom:16px;display:flex}.application-detail-title h2{margin:5px 0}.application-detail-title span{color:#ed7d12;font-weight:800}.application-detail-title b{color:#205d98;background:#edf4fb;border-radius:999px;height:max-content;padding:7px 10px}.application-detail dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.application-detail dt{color:#5e7187;font-size:13px;font-weight:800}.application-detail dd{color:#102f56;margin:4px 0}.application-reason,.application-success{background:#f5f8fb;border-radius:8px;padding:12px}.application-success{color:#16734f;background:#ecfdf3}.application-action{border-top:1px solid #e4eaf1;gap:10px;padding-top:20px;display:grid}.application-action label{color:#102f56;gap:7px;font-weight:700;display:grid}.application-action textarea,.application-action input{font:inherit;border:1px solid #cbd7e5;border-radius:8px;padding:10px}.application-action textarea{min-height:76px}.application-action>div{flex-wrap:wrap;gap:10px;display:flex}.application-audit{border-top:1px solid #e4eaf1;margin-top:28px;padding-top:18px}.application-audit div{border-left:3px solid #ed7d12;margin:10px 0;padding:8px 12px}.application-audit span{color:#5e7187;margin-top:3px;font-size:13px;display:block}.application-audit p{margin:5px 0 0}@media (width<=760px){.application-queue{padding:26px 16px}.application-workspace{grid-template-columns:1fr}.work-queue-navigator{border-bottom:1px solid #dbe4ee;border-right:0}.queue-links{grid-template-columns:repeat(2,minmax(0,1fr))}.application-detail{padding:22px}.application-detail dl{grid-template-columns:1fr}.application-detail-title{display:block}.application-detail-title b{margin-top:10px;display:inline-block}}@media (width<=440px){.queue-links{grid-template-columns:1fr}.application-action>div{display:grid}.application-action button{width:100%}}.application-detail dl{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:18px 0}.application-detail dt{font-size:12px}.application-detail dd{overflow-wrap:anywhere}.application-action{gap:8px;padding-top:16px}.application-action label{gap:4px}.application-action textarea,.application-action input{padding:8px 10px}.application-action textarea{resize:vertical;min-height:54px}.application-action>button{justify-self:end}.application-audit{margin-top:20px;padding-top:16px}@media (width<=1040px){.application-detail dl{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=760px){.application-detail dl{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=440px){.application-detail dl{grid-template-columns:1fr}.application-action>button{justify-self:stretch}}.application-authority-note{color:#40546b;background:#f5f8fb;border-left:3px solid #5e7187;border-radius:4px;margin:0;padding:10px 12px}.correction-controls{border:1px solid #dbe4ee;border-radius:10px;padding:14px}.correction-controls legend{color:#102f56;font-weight:800}.correction-field-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px!important;display:grid!important}.correction-field-list label{align-items:center;gap:7px;font-size:13px;font-weight:600;display:flex}@media (width<=760px){.correction-field-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=440px){.correction-field-list{grid-template-columns:1fr}}.application-audit-intro{color:#5e7187;margin:-4px 0 10px;font-size:13px}.application-audit div{grid-template-columns:145px minmax(180px,1fr) minmax(120px,.7fr);align-items:baseline;gap:8px;display:grid}.application-audit time{color:#5e7187;font-size:12px}.application-audit div p{grid-column:2/-1}@media (width<=760px){.application-audit div{grid-template-columns:1fr;gap:3px}.application-audit div p{grid-column:auto}}.application-detail-title .business-identifier-label{color:#5e7187;font-weight:800}.application-detail-title .business-identifier-value{color:#ed7d12;font-size:16px}.application-membership-identifiers{border-top:1px solid #e4eaf1;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding-top:14px;display:grid}.application-membership-identifiers dd{overflow-wrap:normal}.application-membership-identifiers .business-identifier-value{font-size:16px}@media (width<=760px){.application-membership-identifiers{grid-template-columns:1fr}}.correction-delivery{color:#40546b;background:#fff9ee;border:1px solid #edc27e;border-left:4px solid #ed7d12;border-radius:10px;margin:0 0 18px;padding:14px}.correction-delivery>strong{color:#102f56}.correction-delivery p{margin:7px 0}.correction-delivery a{color:#205d98;margin:3px 0 10px;font-weight:800;display:inline-block}.correction-delivery dl{gap:8px;margin:0;display:grid}.correction-delivery dt{color:#5e7187;font-size:12px;font-weight:800}.correction-delivery dd{overflow-wrap:anywhere;margin:2px 0}.correction-delivery code{color:#102f56;letter-spacing:.08em;font-size:16px;font-weight:800}.application-action button:disabled,.correction-controls:disabled{cursor:not-allowed;opacity:.62}.sealed-submission{background:#f8fbff;border:1px solid #b9cee5;border-left:4px solid #205d98;border-radius:10px;margin:20px 0;padding:16px}.sealed-submission>header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.sealed-submission>header span{color:#205d98;letter-spacing:.1em;font-size:11px;font-weight:900}.sealed-submission h3{margin:4px 0}.sealed-submission>header b{color:#205d98;font-size:13px}.sealed-submission>p{color:#40546b}.sealed-submission .sealed-evidence-fields{border-top:1px solid #dbe6f1;grid-template-columns:repeat(3,minmax(0,1fr));padding:12px 0}.sealed-submission .sealed-evidence-fields dd{white-space:pre-wrap}.sealed-submission details{border-top:1px solid #dbe6f1;padding:12px 0}.sealed-submission summary{cursor:pointer;color:#102f56;font-weight:800}.sealed-submission pre{color:#f8fbff;white-space:pre-wrap;background:#102f56;border-radius:8px;max-height:320px;padding:12px;overflow:auto}@media (width<=760px){.sealed-submission>header{display:block}.sealed-submission>header b{margin-top:6px;display:inline-block}.sealed-submission .sealed-evidence-fields{grid-template-columns:1fr}}.sealed-submission h4{color:#102f56;margin:18px 0 8px;font-size:14px}.sealed-submission .structured-evidence,.silent-witness .structured-evidence{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px;margin:12px 0;padding:0;display:grid}.sealed-submission .structured-evidence__field,.silent-witness .structured-evidence__field{min-width:0}.sealed-submission .structured-evidence__field--nested,.silent-witness .structured-evidence__field--nested{grid-column:1/-1}.sealed-submission .structured-evidence dt,.silent-witness .structured-evidence dt{color:#5e7187;font-size:12px;font-weight:700}.sealed-submission .structured-evidence dd,.silent-witness .structured-evidence dd{min-width:0;color:inherit;overflow-wrap:anywhere;margin:4px 0 0}.sealed-submission .structured-evidence .structured-evidence,.silent-witness .structured-evidence .structured-evidence{border-left:2px solid #dbe6f1;grid-template-columns:1fr;margin:8px 0 0;padding-left:12px}.sealed-submission .structured-evidence__text,.silent-witness .structured-evidence__text{white-space:pre-wrap;overflow-wrap:anywhere}.sealed-submission .structured-evidence__empty,.silent-witness .structured-evidence__empty{color:#5e7187;font-style:italic}.sealed-submission .structured-evidence__list,.silent-witness .structured-evidence__list{margin:6px 0;padding-left:22px}.sealed-submission .structured-evidence__list>li,.silent-witness .structured-evidence__list>li{overflow-wrap:anywhere;margin:7px 0}.sealed-submission .structured-evidence__table-scroll,.silent-witness .structured-evidence__table-scroll{max-width:100%;margin:8px 0;overflow-x:auto}.sealed-submission .structured-evidence__table,.silent-witness .structured-evidence__table{border-collapse:collapse;background:0 0;width:100%;font-size:13px}.sealed-submission .structured-evidence__table th,.sealed-submission .structured-evidence__table td,.silent-witness .structured-evidence__table th,.silent-witness .structured-evidence__table td{text-align:left;vertical-align:top;overflow-wrap:anywhere;border:1px solid #dbe6f1;min-width:100px;padding:9px}.sealed-submission .structured-evidence__table th,.silent-witness .structured-evidence__table th{color:#40546b;background:#edf4fb;font-weight:700}@media (width<=760px){.sealed-submission .structured-evidence,.silent-witness .structured-evidence{grid-template-columns:1fr}.sealed-submission .structured-evidence__table th,.sealed-submission .structured-evidence__table td,.silent-witness .structured-evidence__table th,.silent-witness .structured-evidence__table td{min-width:90px}}.sealed-submission{background:0 0;border:1px solid #cbd7e5;border-left:0;border-right:0;border-radius:0;padding:20px 0}.sealed-submission .evidence-section{border-bottom:1px solid #e4eaf1;padding:8px 0 18px}.sealed-submission .evidence-section:last-child{border-bottom:0}.sealed-submission .evidence-inspect{border-top:1px solid #e4eaf1;margin-top:12px;padding:10px 0}.sealed-submission .evidence-inspect>summary{color:#5e7187;font-size:12px;font-weight:600}.sealed-submission .evidence-rate p{color:#40546b;margin:5px 0}.sealed-submission .evidence-rate .evidence-rate__amount{color:#102f56;font-size:18px;font-weight:800}.sealed-submission .evidence-offer-name{font-size:16px;font-weight:700}.sealed-submission .evidence-rate-schedule,.sealed-submission .evidence-document-list{margin:8px 0;padding-left:22px}.sealed-submission .evidence-rate-schedule>li,.sealed-submission .evidence-document-list>li{padding:5px 0}.sealed-submission .evidence-acknowledgements{margin:10px 0;padding:0;list-style:none}.sealed-submission .evidence-acknowledgements>li{flex-wrap:wrap;align-items:baseline;gap:10px;padding:6px 0;display:flex}.sealed-submission .evidence-acknowledgements small{color:#5e7187}.sealed-submission .evidence-acknowledged{color:#16734f;font-weight:800}.sealed-submission .evidence-unrecorded{color:#5e7187}.sealed-submission .evidence-identity{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:12px 0;display:grid}.sealed-submission .evidence-terms-screen{border-top:1px solid #e4eaf1;padding:12px 0}.sealed-submission .evidence-terms-screen h5{color:#102f56;margin:4px 0 12px;font-size:15px}.sealed-submission .evidence-terms-topic h6{color:#40546b;margin:14px 0 6px;font-size:13px}.sealed-submission .evidence-terms-topic p,.sealed-submission .evidence-authored-heading{white-space:pre-wrap;overflow-wrap:anywhere;margin:6px 0;line-height:1.65}@media (width<=760px){.sealed-submission .evidence-identity{grid-template-columns:1fr}}.login-page{background:#f5f8fb;place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:#fff;border:1px solid #dbe4ee;border-radius:18px;width:min(410px,100%);padding:42px;box-shadow:0 18px 42px #102f561f}.login-kicker{color:#ed7d12;letter-spacing:.12em;text-align:center;font-size:12px;font-weight:800;display:block}.login-card h1{color:#102f56;text-align:center;margin:10px 0;font-size:30px;line-height:1.15}.login-card>p{color:#5e7187;text-align:center}.login-card label{color:#102f56;gap:7px;margin-top:18px;font-weight:700;display:grid}.login-card input{font:inherit;border:1px solid #cbd7e5;border-radius:8px;padding:12px}.login-card input::placeholder{color:#7d8da0;opacity:.58;font-weight:500}.login-card button{color:#fff;width:100%;font-weight:800;font:inherit;background:#ed7d12;border:0;border-radius:8px;margin-top:24px;padding:13px}.login-error{font-weight:700;color:#b42318!important}.login-success{font-weight:700;color:#2e74b5!important}.login-secondary{color:#365675!important;background:0 0!important;border:1px solid #cbd7e5!important;margin-top:12px!important}.login-signup{margin:14px 0 0;line-height:1.4}.login-signup a{color:#365675;display:inline-block}.login-signup .login-primary-link{color:#fff;background:#ed7d12;border-radius:8px;padding:13px;font-weight:800;text-decoration:none;display:block}.login-recovery{text-align:right;color:#205d98;margin-top:10px;font-weight:700;display:block}.login-test-link{overflow-wrap:anywhere;color:#205d98;display:block}.password-success{text-align:center;color:#205d98;gap:6px;margin:4px 0 8px;display:grid}.password-success strong{font-size:16px}.password-success span{display:block}.oar-queues{flex-wrap:wrap;gap:8px;display:flex}.oar-queues button{color:#40546b!important;background:#fff!important;border-color:#cbd7e5!important}.oar-queues button.active{color:#a64e00!important;background:#fff4e8!important;border-color:#ed7d12!important}.oar-columns{grid-template-columns:minmax(250px,.8fr) minmax(0,1.2fr);gap:18px;display:grid}.oar-row{text-align:left;gap:3px;width:100%;margin-bottom:7px;display:grid;color:#102f56!important;background:#fff!important;border-color:#dbe4ee!important}.oar-row span,.oar-row small{color:#5e7187}.oar-workbench textarea{width:100%;min-height:64px;font:inherit;border:1px solid #cbd7e5;border-radius:8px;padding:9px}@media (width<=760px){.oar-columns{grid-template-columns:1fr}}.user-access-workbench{color:#102f56;max-width:1180px;margin:0 auto;padding:34px 28px}.user-access-workbench header>span{color:#ed7d12;letter-spacing:.12em;font-size:12px;font-weight:800}.user-access-workbench h1{margin:7px 0;font-size:34px}.user-access-workbench header p,.hint,.user-identity{color:#5e7187}.user-access-tabs{border-bottom:1px solid #dbe4ee;gap:6px;margin:25px 0 18px;display:flex}.user-access-tabs button{color:#40546b;font:inherit;background:0 0;border:0;padding:12px 16px;font-weight:800}.user-access-tabs button.active{color:#102f56;border-bottom:3px solid #ed7d12}.user-access-message{color:#205d98;background:#f0f7ff;border:1px solid #bdd4ee;border-radius:8px;padding:12px}.user-access-users{grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);gap:22px;display:grid}.list-toolbar{gap:8px;display:flex}.list-toolbar label{flex:1}.user-access-workbench label{gap:6px;margin:11px 0;font-weight:800;display:grid}.user-access-workbench input,.user-access-workbench select{font:inherit;border:1px solid #cbd7e5;border-radius:8px;padding:9px 10px}.user-access-workbench button:not(.user-access-tabs button){color:#fff;font:inherit;cursor:pointer;background:#ed7d12;border:1px solid #ed7d12;border-radius:8px;padding:9px 13px;font-weight:700}.cancel-create{color:#40546b!important;background:#fff!important;border-color:#cbd7e5!important}.user-list{gap:7px;margin-top:14px;display:grid}.user-list button{text-align:left;gap:3px;display:grid;color:#102f56!important;background:#f7f9fc!important;border-color:#e0e8f0!important}.user-list button.selected{background:#fff4e8!important;border-color:#ed7d12!important}.user-list span,.user-list small{color:#5e7187}.user-list em{color:#b65d0e;font-size:12px;font-style:normal}.user-access-detail{background:#fff;border:1px solid #dbe4ee;border-radius:13px;padding:22px}.user-access-detail h2{margin-top:0}.user-access-detail form{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px;display:grid}.user-access-detail form h2,.user-access-detail form p,.user-access-detail form button{grid-column:1/-1}.user-access-detail fieldset{border:1px solid #dbe4ee;border-radius:9px;margin:16px 0;padding:14px}.user-access-detail legend{padding:0 5px;font-weight:800}.checkbox{align-items:flex-start;gap:8px;font-weight:600!important;display:flex!important}.checkbox input{margin-top:3px}.role-choice small{color:#5e7187;margin-top:4px;font-weight:400;display:block}.role-catalogue{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:16px;display:grid}.role-catalogue article,.access-request-list article,.create-user-empty{background:#fff;border:1px solid #dbe4ee;border-radius:11px;padding:18px}.role-catalogue h2{margin-top:0;font-size:19px}.role-catalogue h3{font-size:14px}.access-request-list{gap:12px;display:grid}.access-request-list article>div{justify-content:space-between;gap:10px;display:flex}.access-request-list span{color:#5e7187}.user-access-refused{max-width:760px}@media (width<=760px){.user-access-workbench{padding:26px 16px}.user-access-users,.user-access-detail form{grid-template-columns:1fr}.user-access-tabs{overflow:auto}.access-request-list article>div{display:block}}.user-access-detail form{gap:4px 18px}.user-access-detail form .full-width{grid-column:1/-1}.user-access-workbench textarea{resize:vertical;min-height:82px;font:inherit;border:1px solid #cbd7e5;border-radius:8px;padding:9px 10px}.access-change-request-form{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;column-gap:18px;display:grid}.access-change-request-form fieldset{margin:4px 0}.access-change-request-form .full-width,.access-change-request-form>button{grid-column:1/-1}.access-change-results{grid-template-columns:minmax(190px,.45fr) minmax(0,1.55fr)}.access-change-results .user-access-detail{min-width:0}.user-access-workbench button:disabled{cursor:wait;opacity:.62}.account-primary-action{color:#fff;background:#ed7d12;border-radius:8px;margin-top:14px;padding:11px 16px;font-weight:800;text-decoration:none;display:inline-block}.membership-type-admin{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);align-items:start;gap:22px;display:grid}.membership-type-admin>div,.membership-type-admin>form{background:#fff;border:1px solid #dbe4ee;border-radius:11px;padding:20px}.membership-type-admin h2{margin-top:0}.membership-type-admin form{gap:4px;display:grid}.membership-type-admin ul{gap:8px;padding:0;list-style:none;display:grid}.membership-type-admin li{border:1px solid #e0e8f0;border-radius:8px;gap:3px;padding:12px;display:grid}.membership-type-admin li span{color:#5e7187}@media (width<=760px){.access-change-request-form{grid-template-columns:1fr}.access-change-request-form .full-width,.access-change-request-form>button{grid-column:auto}.access-change-results,.membership-type-admin{grid-template-columns:1fr}.list-toolbar{flex-wrap:wrap}}.email-setup{color:#102f56;max-width:860px;margin:0 auto;padding:34px 28px}.email-setup header>span{color:#ed7d12;letter-spacing:.12em;font-size:12px;font-weight:800}.email-setup h1{margin:7px 0;font-size:34px}.email-setup header p,.email-setup small,.email-setup__guide p,.email-setup__test p{color:#5e7187}.email-setup__message{color:#205d98;background:#f0f7ff;border:1px solid #bdd4ee;border-radius:8px;padding:12px}.email-setup__guide,.email-setup__form,.email-setup__test{background:#fff;border:1px solid #dbe4ee;border-radius:13px;margin-top:18px;padding:22px}.email-setup__guide h2,.email-setup__test h2{margin-top:0}.email-setup__form{grid-template-columns:1fr 1fr;gap:4px 18px;display:grid}.email-setup label{gap:6px;margin:9px 0;font-weight:800;display:grid}.email-setup input{font:inherit;border:1px solid #cbd7e5;border-radius:8px;padding:10px}.email-setup button{color:#fff;font:inherit;cursor:pointer;background:#ed7d12;border:1px solid #ed7d12;border-radius:8px;padding:10px 14px;font-weight:700}.email-setup button:disabled{opacity:.55;cursor:not-allowed}.email-setup__toggle{grid-column:1/-1;align-items:center;gap:9px;display:flex!important}.email-setup__form button{grid-column:1/-1;justify-self:start;margin-top:10px}.email-setup__test label{max-width:520px}@media (width<=700px){.email-setup{padding:26px 16px}.email-setup__form{grid-template-columns:1fr}}.assurance-page{color:#102a4c;max-width:1180px;margin:0 auto;padding:2rem}.assurance-page h1{margin:.25rem 0;font-size:2rem}.eyebrow{color:#ef7d00;letter-spacing:.12em;font-size:.75rem;font-weight:800}.assurance-message,.assurance-note{background:#eef6ff;border:1px solid #b9d6f2;border-radius:10px;margin:1rem 0;padding:1rem}.assurance-summary,.assurance-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin:1rem 0;display:grid}.assurance-grid{grid-template-columns:1fr 1fr}.assurance-summary article,.assurance-card{background:#fff;border:1px solid #d7e0ea;border-radius:12px;padding:1.2rem}.assurance-summary article{flex-direction:column;gap:.35rem;display:flex}.assurance-card label{flex-direction:column;gap:.35rem;margin:.75rem 0;font-weight:700;display:flex}.assurance-card select,.assurance-card textarea{border:1px solid #aebdce;border-radius:7px;padding:.7rem}.button-row,.operation-actions{flex-wrap:wrap;gap:.65rem;margin:.8rem 0;display:flex}.assurance-card button{color:#fff;background:#ef7d00;border:0;border-radius:7px;padding:.72rem 1rem;font-weight:800}.assurance-card button.secondary{background:#1f5d8f}.assurance-card button.danger{background:#a83434}.assurance-card button:disabled{opacity:.5}.operation{border-top:1px solid #e1e7ee;justify-content:space-between;gap:1rem;padding:1rem 0;display:flex}.operation:first-of-type{border-top:0}.operation p{margin:.35rem 0}.status{background:#e8edf3;border-radius:999px;margin-left:.75rem;padding:.25rem .5rem;font-size:.72rem;font-weight:800}.status.succeeded{color:#176535;background:#dff4e6}.status.failed,.failure{color:#9e2929}.status.requested{color:#8a5100;background:#fff1d7}.assurance-note{background:#fff8e9;border-color:#eed49b}@media (width<=800px){.assurance-summary,.assurance-grid{grid-template-columns:1fr}.operation{flex-direction:column}}.assurance-warning{color:#704600;background:#fff8e9;border-left:4px solid #c27800;padding:.75rem}.recent-backups{background:#f7f9fc;border:1px solid #d7e0ea;border-radius:9px;margin:.9rem 0;padding:.85rem}.recent-backups>strong{margin-bottom:.45rem;display:block}.recent-backups ol{margin:0;padding:0;list-style:none}.recent-backups li{border-top:1px solid #e1e7ee;flex-direction:column;gap:.15rem;padding:.5rem 0;display:flex}.recent-backups li:first-child{border-top:0}.recent-backups li span{overflow-wrap:anywhere;font-weight:700}.recent-backups li small{color:#496273}.recent-backups p{color:#496273;margin:.25rem 0}.start-restore{width:100%;margin:.1rem 0 .8rem}.restore-request-form{border-top:1px solid #e1e7ee;margin-top:.85rem;padding-top:.2rem}.assurance-card button.quiet{color:#29455e;box-shadow:none;background:#e8edf3}.assurance-card button.start-restore:disabled{cursor:not-allowed;color:#627487;box-shadow:none;background:#cbd5df}.restore-readiness{text-align:center;color:#496273;margin:.05rem 0 .8rem;font-weight:700}.prepared-backup{background:#edf8f0;border-left:4px solid #237a45;border-radius:6px;flex-direction:column;gap:.25rem;margin:.75rem 0;padding:.8rem;display:flex}.prepared-backup small{color:#496273;font-weight:700}.prepared-backup strong{overflow-wrap:anywhere}.prepared-backup span{color:#355746}.restore-asset-name{text-align:center;display:block}.routine-actions{align-items:flex-start}.routine-action{text-align:center;flex-direction:column;flex:180px;gap:.55rem;display:flex}.routine-action button{width:100%}.routine-action small{color:#29455e;display:block}.operational-heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.operational-heading h2{margin-bottom:.2rem}.operational-heading p{color:#496273;margin:.1rem 0 1rem}.operational-heading>span{color:#1f5d8f;white-space:nowrap;background:#eef6ff;border-radius:999px;padding:.35rem .65rem;font-size:.78rem;font-weight:800}.journey-navigation{background:#f7f9fc;border:1px solid #d7e0ea;border-radius:9px;grid-template-columns:1fr auto 1fr;align-items:center;gap:.8rem;margin:.5rem 0 1rem;padding:.65rem;display:grid}.journey-navigation strong{text-align:center}.journey-navigation button{color:#29455e;box-shadow:none;background:#e8edf3}.journey-navigation button:last-child{justify-self:end}.journey-navigation button:disabled{cursor:not-allowed}.assurance-card>.journey-navigation:last-child{margin:1rem 0 0}@media (width<=650px){.operational-heading{flex-direction:column}.journey-navigation{grid-template-columns:1fr 1fr}.journey-navigation strong{grid-area:1/1/auto/-1}.journey-navigation button{width:100%}}.journey-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.journey-stack .operation{background:#f2f6fa;border:1px solid #b9cce0;border-radius:10px;align-items:flex-start;min-width:0;margin:0;padding:1rem}.journey-stack .operation:first-of-type{border-top:1px solid #b9cce0}.journey-stack .operation>div:first-child{width:100%;min-width:0}.journey-stack .operation-actions{align-self:center}.health-report-trigger{color:#176535;cursor:pointer;background:#dff4e6;border:1px solid #9fd3ae;border-radius:8px;align-items:center;gap:.5rem;margin-top:.8rem;padding:.65rem .8rem;font-weight:800;display:inline-flex}.health-report-trigger span{color:#fff;background:#237a45;border-radius:50%;place-items:center;width:1.3rem;height:1.3rem;display:grid}.journey-stack+.health-report{background:#fff;margin-top:1rem}@media (width<=800px){.journey-stack{grid-template-columns:1fr}}.routine-path{background:#f7f9fc;border:1px solid #d7e0ea;border-radius:10px;margin-top:1.25rem;padding:1rem}.routine-path>strong{margin-bottom:.5rem;display:block}.routine-path ol{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.routine-path li{grid-template-columns:30px 1fr;align-items:start;gap:.65rem;display:grid}.routine-path li>span{color:#fff;background:#1f5d8f;border-radius:50%;place-items:center;width:28px;height:28px;font-weight:800;display:grid}.routine-path li p{color:#496273;overflow-wrap:anywhere;margin:.15rem 0 0}.routine-reassurance{color:#176535;background:#edf8f0;border-left:4px solid #237a45;margin:.85rem 0 0;padding:.65rem;font-weight:800}.routine-path li p.routine-filename{color:#29455e;font-size:.78rem;font-weight:700}.assurance-guidance{background:#eef6ff;border-left:4px solid #1f5d8f;padding:.8rem}.backup-identity{overflow-wrap:anywhere;background:#f7f9fc;border-radius:7px;padding:.7rem}.backup-identity code{font-size:.82rem}.assurance-card button{justify-content:center;align-items:center;gap:.45rem;min-height:44px;line-height:1.1;transition:transform .12s,box-shadow .12s,filter .12s;display:inline-flex;box-shadow:0 1px 2px #102a4c1f}.assurance-card button:hover:not(:disabled){filter:brightness(.97);transform:translateY(-1px);box-shadow:0 3px 8px #102a4c2e}.assurance-card button:focus-visible{outline-offset:2px;outline:3px solid #1f5d8f47}.button-row>button{flex:180px}.operation-actions{grid-template-columns:repeat(2,minmax(112px,1fr));align-self:center;gap:.75rem;min-width:236px;margin:.25rem 0;display:grid}.operation-actions:empty{display:none}.operation-actions button{width:100%;min-height:46px}.operation-actions button.approve{background:#237a45}.operation-actions button.danger{background:#ae3034}.operation-actions>:only-child{grid-column:1/-1}.restore-decision-actions{width:100%;margin-top:.9rem}@media (width<=800px){.operation-actions{align-self:stretch;min-width:0}.button-row>button{flex-basis:100%}}.health-report{background:#f4fbf6;border:1px solid #9fd3ae;border-radius:10px;margin-top:1rem;overflow:hidden}.health-report-title{color:#176535;background:#dff4e6;align-items:center;gap:.55rem;padding:.8rem 1rem;font-weight:800;display:flex}.health-report-title span{color:#fff;background:#237a45;border-radius:50%;place-items:center;width:1.35rem;height:1.35rem;display:grid}.health-report-body{padding:1rem}.health-result{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.health-result>span{font-weight:700}.health-result>strong{color:#fff;background:#237a45;border-radius:999px;padding:.35rem .65rem}.health-result>small{color:#496273}.health-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:0 0 1rem;display:grid}.health-facts>div{background:#fff;border:1px solid #d6e8db;border-radius:7px;min-width:0;padding:.65rem}.health-facts dt{color:#496273;text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:800}.health-facts dd{overflow-wrap:anywhere;margin:.2rem 0 0}.health-table-wrap{background:#fff;border:1px solid #d6e8db;border-radius:8px;overflow:auto}.health-table{border-collapse:collapse;width:100%;min-width:700px}.health-table th,.health-table td{text-align:left;vertical-align:top;white-space:pre-wrap;overflow-wrap:anywhere;border-bottom:1px solid #e4eee7;padding:.65rem .75rem}.health-table thead th{text-transform:uppercase;letter-spacing:.03em;background:#edf7f0;font-size:.78rem}.health-table tbody th{min-width:190px}.health-table td{max-width:320px;font-size:.84rem}.health-match{border-radius:999px;padding:.2rem .45rem;font-size:.72rem;font-weight:800;display:inline-block}.health-match.match{color:#176535;background:#dff4e6}.health-match.different{color:#982b2b;background:#fde4e4}.health-caption{color:#355746;margin:.8rem 0 0;font-weight:700}@media (width<=800px){.health-facts{grid-template-columns:1fr}}.health-table th:last-child,.health-table td:last-child{text-align:center;width:112px;min-width:112px}.health-match{white-space:nowrap;text-align:center;min-width:64px}.health-table{table-layout:auto;min-width:940px}.health-table th:nth-child(2),.health-table td:nth-child(2),.health-table th:nth-child(3),.health-table td:nth-child(3){width:260px;min-width:260px}.health-table tbody th:first-child{width:220px;min-width:220px}.recovery-readiness{color:#102a4c;background:linear-gradient(135deg,#f7fcf8,#eef8f1);border:1px solid #b7d5c0;border-radius:12px;margin:1rem 0;padding:1.2rem}.recovery-heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.recovery-heading h2{margin:.2rem 0}.recovery-heading p{color:#496273;margin:.25rem 0}.recovery-rate{color:#fff;text-align:center;background:#237a45;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-width:140px;padding:.75rem 1rem;display:flex}.recovery-rate strong{font-size:1.7rem}.recovery-rate span{font-size:.75rem;font-weight:700}.recovery-metrics{grid-template-columns:repeat(7,minmax(0,1fr));gap:.65rem;margin:1rem 0;display:grid}.recovery-metrics article{background:#fff;border:1px solid #d6e8db;border-radius:8px;flex-direction:column;gap:.2rem;padding:.7rem;display:flex}.recovery-metrics small{color:#496273;font-weight:700}.recovery-metrics strong{font-size:1.35rem}.recovery-chart{background:#fff;border:1px solid #d6e8db;border-radius:9px;gap:.6rem;padding:.9rem;display:grid}.recovery-bar-row{grid-template-columns:90px 1fr 36px;align-items:center;gap:.7rem;display:grid}.recovery-bar-row>span{font-weight:700}.recovery-track{background:#edf1f4;border-radius:999px;height:18px;overflow:hidden}.recovery-bar{border-radius:999px;height:100%}.recovery-bar.success{background:#237a45}.recovery-bar.failure{background:#ae3034}.recovery-bar.rejected{background:#c27800}.recovery-bar-row>strong{text-align:right}.recovery-definition{color:#496273;margin-top:.65rem;display:block}@media (width<=900px){.recovery-metrics{grid-template-columns:repeat(3,1fr)}}@media (width<=600px){.recovery-heading{flex-direction:column}.recovery-rate{align-items:flex-start}.recovery-metrics{grid-template-columns:repeat(2,1fr)}.recovery-bar-row{grid-template-columns:75px 1fr 30px}}.assurance-summary article{grid-template-columns:auto auto 1fr;align-items:center;gap:.55rem;min-width:0;padding:.75rem 1rem;display:grid}.assurance-summary article small{white-space:nowrap;font-size:.72rem}.assurance-summary article>span{white-space:nowrap;color:#496273;justify-self:end;font-size:.78rem}.summary-status{white-space:nowrap;background:#e8edf3;border-radius:999px;padding:.22rem .45rem;font-size:.72rem;font-weight:800;line-height:1}.summary-status.succeeded{color:#176535;background:#dff4e6}.summary-status.failed{color:#982b2b;background:#fde4e4}.summary-status.not-run{color:#627487}.assurance-summary article small{font-size:.78rem;font-weight:700}.assurance-summary article>span{color:#29455e;font-size:.8rem;font-weight:700}.assurance-summary article{grid-template-columns:auto auto auto;justify-content:center}.assurance-summary article>span{justify-self:auto}.journey-stack .operation{padding-right:3.8rem;position:relative}.journey-stack .operation:after{color:#fff;background:#1f5d8f;border-radius:50%;place-items:center;width:2rem;height:2rem;font-size:1rem;font-weight:800;display:grid;position:absolute;top:.8rem;right:.9rem}.journey-stack .operation.integrity:after{content:"1"}.journey-stack .operation.backup:after{content:"2"}.journey-stack .operation.restore-test:after{content:"3"}.journey-stack .operation.compare:after{content:"4"}.journey-stack .operation.cleanup{background:#f4fbf6;border-color:#9fd3ae;grid-column:1/-1}.journey-stack .operation.cleanup:after{content:"5";background:#237a45}.cleanup-guidance{background:#edf8f0;border-left-color:#237a45}.assurance-page-heading{justify-content:space-between;align-items:flex-start;gap:1.5rem;display:flex}.assurance-page-heading p{margin:.35rem 0}.assurance-page-heading .policy-open{color:#fff;cursor:pointer;background:#1f5d8f;border:1px solid #174c78;border-radius:9px;flex:none;align-items:center;gap:.55rem;margin-top:1.65rem;padding:.72rem 1.05rem;font-weight:800;display:inline-flex;box-shadow:0 2px 7px #102a4c2e}.assurance-page-heading .policy-open svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:1.3rem;height:1.3rem}.assurance-page-heading .policy-open:hover{background:#174c78;border-color:#123d61}.assurance-page-heading .policy-open:focus-visible{outline-offset:2px;outline:3px solid #1f5d8f40}.assurance-policy{background:#fff;border:1px solid #b9cce0;border-top:4px solid #1f5d8f;border-radius:12px;margin:1rem 0;padding:1.5rem;box-shadow:0 8px 24px #102a4c14}.policy-title{border-bottom:1px solid #dfe7ef;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1rem;display:flex}.policy-title h2{margin:.3rem 0;font-size:1.55rem}.policy-title p{color:#496273;max-width:780px;margin:.35rem 0}.policy-version{color:#1f5d8f;background:#eef6ff;border-radius:999px;flex:none;padding:.38rem .7rem;font-size:.78rem;font-weight:800}.policy-metadata{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin:1rem 0;display:grid}.policy-metadata>div{background:#f8fafc;border:1px solid #dfe7ef;border-radius:8px;padding:.75rem}.policy-metadata dt{color:#496273;text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:800}.policy-metadata dd{margin:.25rem 0 0;font-weight:700}.policy-principle{text-align:center;color:#176535;background:#edf8f0;border:1px solid #9fd3ae;border-radius:9px;padding:1rem}.policy-principle strong{font-size:1.02rem}.policy-principle p{color:#355746;max-width:850px;margin:.45rem auto 0}.policy-sections{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin:1rem 0;display:grid}.policy-sections section,.policy-register{background:#fff;border:1px solid #dfe7ef;border-radius:9px;padding:1rem}.policy-sections h3,.policy-register h3{margin:0 0 .45rem;font-size:1rem}.policy-sections p,.policy-register p{color:#29455e;margin:0;line-height:1.55}.policy-sections ul{color:#29455e;margin:.2rem 0 0;padding-left:1.25rem}.policy-sections li+li{margin-top:.3rem}.policy-register{background:#f8fafc}.policy-document-note{background:#eef6ff;border-left:4px solid #1f5d8f;align-items:flex-start;gap:.75rem;margin-top:1rem;padding:.9rem;display:flex}.policy-document-note>span{color:#fff;background:#1f5d8f;border-radius:6px;place-items:center;width:1.7rem;height:1.7rem;display:grid}.policy-document-note p{color:#29455e;margin:.2rem 0 0}@media (width<=800px){.assurance-page-heading,.policy-title{flex-direction:column}.policy-metadata,.policy-sections{grid-template-columns:1fr}.assurance-page-heading .policy-open{justify-content:center;width:100%}}.correction-page{background:#f5f8fb;min-height:100vh;padding:34px}.correction-card{background:#fff;border:1px solid #dbe4ee;border-radius:18px;max-width:880px;margin:0 auto;padding:34px;box-shadow:0 18px 42px #102f561f}.correction-card header span{color:#ed7d12;letter-spacing:.1em;font-size:12px;font-weight:800}.correction-card h1{color:#102f56}.correction-card header p{background:#fff4e8;border-left:3px solid #ed7d12;padding:10px 12px}.correction-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:24px 0;display:grid}.correction-grid label{color:#102f56;gap:6px;font-weight:700;display:grid}.correction-grid input,.correction-grid select{font:inherit;color:#102f56;background:#fff;border:1px solid #cbd7e5;border-radius:8px;padding:11px}.correction-grid .readonly input{color:#66788c;background:#eef2f6;border-color:#d9e1ea}.correction-grid .editable input,.correction-grid .editable select{border-color:#ed7d12}.correction-grid small{color:#a64e00}.correction-grid .field-error{color:#a51d2d;font-weight:700}.correction-card>button{color:#fff;width:100%;font:inherit;background:#ed7d12;border:0;border-radius:8px;padding:13px;font-weight:800}@media (width<=650px){.correction-page{padding:16px}.correction-card{padding:24px}.correction-grid{grid-template-columns:1fr}}.dfo-public{color:#172b4d;background:#f3f6fa;min-height:100vh;padding:clamp(1rem,4vw,3rem);font-family:Inter,system-ui,sans-serif}.dfo-public__hero,.dfo-public__card,.dfo-notice,.dfo-public footer{max-width:900px;margin:auto}.dfo-public__hero{padding:2rem 0}.dfo-public__hero span,.dfo-public__card>span,.dfo-workbench header span{letter-spacing:.12em;color:#24665b;font-size:.76rem;font-weight:800}.dfo-public h1{margin:.35rem 0;font-size:clamp(2rem,5vw,3.6rem)}.dfo-public__hero p{max-width:680px;font-size:1.1rem}.dfo-steps{grid-template-columns:repeat(4,1fr);gap:.5rem;max-width:900px;margin:0 auto 1rem;display:grid}.dfo-steps button{text-align:left;color:#354764;background:#fff;border:1px solid #cad4e2;border-radius:.6rem;grid-template-columns:auto 1fr;gap:.5rem;padding:.8rem;display:grid}.dfo-steps button.active{border-color:#1d6659;box-shadow:0 0 0 2px #d4ebe6}.dfo-steps b{background:#e5eeef;border-radius:50%;place-items:center;width:1.6rem;height:1.6rem;display:grid}.dfo-steps em{color:#24705e;grid-column:2;font-size:.75rem}.dfo-public__card{background:#fff;border:1px solid #d9e1eb;border-radius:.8rem;padding:clamp(1.25rem,4vw,2.5rem);box-shadow:0 10px 30px #20365012}.dfo-public__card h2{margin:.4rem 0 1rem;font-size:1.7rem}.dfo-public__body{white-space:pre-wrap;line-height:1.7}.dfo-read{background:#f5f8fa;gap:.6rem;margin-top:2rem;padding:1rem;display:flex}.dfo-actions{justify-content:space-between;margin-top:1.5rem;display:flex}.dfo-actions button,.dfo-editor button,.dfo-version-actions button{background:#fff;border:1px solid #9eacbd;border-radius:.4rem;padding:.75rem 1.1rem;font-weight:700}.dfo-actions .primary,.dfo-editor>button,.dfo-version-actions button{color:#fff;background:#173b67;border-color:#173b67}.dfo-actions button:disabled,.dfo-editor button:disabled{opacity:.45}.dfo-notice{text-align:center;background:#fff7e6;border-left:4px solid #b27a13;margin-top:1rem;padding:1rem}.dfo-public footer{color:#607085;text-align:center;padding:1.5rem 0;font-size:.85rem}.dfo-workbench{color:#183153;max-width:1100px;margin:auto;padding:2rem}.dfo-workbench header{margin-bottom:1.5rem}.dfo-workbench h1{margin:.3rem 0;font-size:2rem}.dfo-message{background:#edf7f4;border-left:4px solid #28725f;margin:1rem 0;padding:1rem}.dfo-editor,.dfo-versions{background:#fff;border:1px solid #d8e0ea;border-radius:.7rem;margin:1rem 0;padding:1.5rem}.dfo-editor fieldset{border:1px solid #d8e0ea;margin:1rem 0;padding:1rem}.dfo-editor legend{font-weight:800}.dfo-editor label{gap:.35rem;margin:.7rem 0;font-weight:650;display:grid}.dfo-editor input,.dfo-editor textarea{font:inherit;border:1px solid #aebaca;border-radius:.35rem;padding:.7rem}.dfo-versions article{border-top:1px solid #e0e6ee;justify-content:space-between;gap:1rem;padding:1rem 0;display:flex}.dfo-status{background:#e8edf4;border-radius:1rem;margin-left:.7rem;padding:.2rem .5rem;font-size:.72rem;font-weight:800;display:inline-block}.dfo-status.published{color:#175d4e;background:#daf1e8}.dfo-version-actions{align-items:center;gap:.5rem;display:flex}.dfo-version-actions .danger{color:#932d2d;background:#fff;border-color:#b76565}.dfo-catalogue-preview{background:#f5f8fa;border-left:4px solid #24665b;margin:1rem 0;padding:1rem}.dfo-catalogue-preview article{border-top:1px solid #d8e0ea;padding:1rem 0;display:block}.dfo-catalogue-preview ul{margin:.4rem 0}.dfo-catalogue-digest{overflow-wrap:anywhere;color:#52657c;font-size:.8rem}@media (width<=720px){.dfo-steps{grid-template-columns:1fr 1fr}.dfo-versions article{display:block}.dfo-version-actions{margin-top:1rem}}.dfo-public{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;isolation:isolate;line-height:1.55}.dfo-public *,.dfo-public :before,.dfo-public :after{box-sizing:border-box}.dfo-public .dfo-public__hero{padding:1rem 0 1.75rem}.dfo-public .dfo-public__hero>p{color:#4a5d73;max-width:42rem}.dfo-public .dfo-public__meta{flex-wrap:wrap;gap:.5rem 1.5rem;margin:1rem 0;display:flex}.dfo-public .dfo-public__meta span{color:#53657a;letter-spacing:normal;font-size:.82rem;font-weight:600}.dfo-public .dfo-resume-entry{text-align:center;background:#fff;border:1px solid #c5d5df;border-radius:.55rem;flex-wrap:wrap;justify-content:center;align-items:center;gap:.45rem 1rem;width:fit-content;max-width:100%;margin:1.25rem auto .75rem;padding:.55rem .8rem;font-size:.9rem;display:flex}.dfo-public .dfo-resume-entry a{color:#173b67;font-weight:800}.dfo-public .dfo-resume-entry span{flex-wrap:wrap;gap:.65rem 1.25rem;display:flex}.dfo-public button,.dfo-public input,.dfo-public textarea{font:inherit}.dfo-public button{cursor:pointer}.dfo-public button:disabled{cursor:not-allowed;opacity:.5}.dfo-public button:focus-visible,.dfo-public input:focus-visible,.dfo-public a:focus-visible{outline-offset:3px;outline:3px solid #2e7cce}.dfo-public .dfo-language-tabs{background:#e5edf2;border-radius:.6rem;flex-wrap:wrap;gap:.35rem;width:fit-content;padding:.3rem;display:flex}.dfo-public .dfo-language-tabs button{color:#25475d;background:0 0;border:1px solid #0000;border-radius:.4rem;padding:.5rem 1.2rem;font-weight:700}.dfo-public .dfo-language-tabs button[aria-selected=true]{background:#fff;border-color:#c5d5df;box-shadow:0 1px 3px #17334b12}.dfo-public .dfo-steps button{grid-template-rows:1fr 1.15rem;align-items:start;min-height:7rem}.dfo-public .dfo-steps button>span{font-size:.9rem;font-weight:650}.dfo-public .dfo-steps em{align-self:end;min-height:1.15rem;font-style:normal;font-weight:700}.dfo-public .dfo-steps .is-unread{visibility:hidden}.dfo-public .dfo-public__card+.dfo-public__card{margin-top:1.25rem}.dfo-public .dfo-public__card>h2{border-bottom:1px solid #e2e9ed;padding-bottom:1rem}.dfo-public .dfo-organisation-introduction{margin:1.5rem 0;font-size:1.08rem;line-height:1.85}.dfo-public .dfo-organisation-introduction p+p{margin-top:1.25rem}.dfo-public .dfo-topic-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.dfo-public .dfo-topic-list article{overflow-wrap:anywhere;background:#f6f8fb;border:1px solid #e6ecf2;border-radius:.55rem;padding:1rem 1.15rem}.dfo-public .dfo-topic-list h3{margin:0 0 .55rem;font-size:1rem}.dfo-public .dfo-public__body{margin:.5rem 0 0;line-height:1.7}.dfo-public .dfo-read{cursor:pointer;background:#eef6f3;border:1px solid #dce8e5;border-radius:.5rem;align-items:start;line-height:1.5}.dfo-public .dfo-read input[type=checkbox]{appearance:auto;accent-color:#24665b;flex:0 0 1.1rem;width:1.1rem;height:1.1rem;margin:.2rem 0 0}.dfo-public .dfo-offers{margin-top:1.75rem}.dfo-public .dfo-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.dfo-public .dfo-offer-grid article{background:#f7fbf9;border:1px solid #bdd8ce;border-radius:.6rem;padding:1.25rem}.dfo-public .dfo-offer-grid h4{margin:0;font-size:1.15rem}.dfo-public .dfo-offer-grid dl{margin:1rem 0}.dfo-public .dfo-offer-grid dl>div{margin:.6rem 0}.dfo-public .dfo-offer-grid dt{color:#546979;font-size:.8rem}.dfo-public .dfo-offer-grid dd{margin:.1rem 0;font-weight:600}.dfo-public .dfo-deadline,.dfo-public .dfo-session-guidance{background:#f0f5fa;border-left:3px solid #7292b4;border-radius:.2rem;margin:1.5rem 0 0;padding:1rem 1.25rem}.dfo-public .dfo-deadline h3,.dfo-public .dfo-session-guidance h3{margin:0;font-size:1rem}.dfo-public .dfo-application-entry>label{gap:.4rem;max-width:28rem;margin:1rem 0;font-weight:600;display:grid}.dfo-public .dfo-application-entry input{color:#172b4d;background:#fff;border:1px solid #aebdcb;border-radius:.4rem;width:100%;padding:.75rem}.dfo-public .dfo-public__card>button,.dfo-public .dfo-application-entry button{color:#173b67;background:#fff;border:1px solid #9eacbd;border-radius:.4rem;margin:.3rem .5rem .3rem 0;padding:.75rem 1rem;font-weight:700}.dfo-public .dfo-public__card>button.primary,.dfo-public .dfo-application-entry button.primary{color:#fff;background:#173b67;border-color:#173b67}.dfo-public [role=alert]{color:#922a36;background:#fff3f3;border-left:3px solid #af4652;padding:.85rem 1rem}.dfo-public .dfo-session-guidance a{color:#205487;overflow-wrap:anywhere}@media (width<=640px){.dfo-public .dfo-topic-list,.dfo-public .dfo-offer-grid{grid-template-columns:1fr}.dfo-public .dfo-steps button{min-height:6.5rem}.dfo-public .dfo-actions{align-items:center;gap:1rem}}.dfo-public[data-dfo-theme],.dfo-theme-preview[data-dfo-theme]{--dfo-surface:#fff;--dfo-background:#f3f6fa;--dfo-ink:#172b4d;--dfo-accent:#173b67;--dfo-soft:#edf3f8;--dfo-border:#9eacbd;--dfo-radius:.8rem}.dfo-public[data-dfo-theme=calm],.dfo-theme-preview[data-dfo-theme=calm]{--dfo-background:#eef5f1;--dfo-ink:#193d30;--dfo-accent:#195741;--dfo-soft:#e5f1e9;--dfo-border:#8aab98;--dfo-radius:1.1rem}.dfo-public[data-dfo-theme=high-contrast],.dfo-theme-preview[data-dfo-theme=high-contrast]{--dfo-background:#fff;--dfo-ink:#101010;--dfo-accent:#101010;--dfo-soft:#f0f0f0;--dfo-border:#242424;--dfo-radius:.2rem}.dfo-public[data-dfo-theme]{background:var(--dfo-background);color:var(--dfo-ink)}.dfo-public[data-dfo-theme] .dfo-public__card{background:var(--dfo-surface);border-color:var(--dfo-border);border-radius:var(--dfo-radius)}.dfo-public[data-dfo-theme] .dfo-actions .primary{background:var(--dfo-accent);border-color:var(--dfo-accent);color:#fff}.dfo-public[data-dfo-theme] .dfo-read{background:var(--dfo-soft);color:var(--dfo-ink)}.dfo-public[data-dfo-theme] .dfo-steps button{color:var(--dfo-ink);border-color:var(--dfo-border)}.dfo-public[data-dfo-theme] .dfo-steps button.active{border-color:var(--dfo-accent);box-shadow:0 0 0 2px var(--dfo-soft)}.dfo-public[data-dfo-theme] .dfo-steps b{background:var(--dfo-soft)}.dfo-public[data-dfo-theme=high-contrast] :is(h1,h2,h3,p,footer,.dfo-public__hero span,.dfo-public__card>span,.dfo-steps em){color:var(--dfo-ink)}.dfo-public[data-dfo-theme] :focus-visible,.dfo-theme-gallery :focus-visible{outline-offset:3px;outline:3px solid #a65300}.dfo-theme-gallery{border-top:1px solid #d8e0ea;margin:1.5rem 0;padding:1rem 0}.dfo-theme-gallery fieldset{border:0;margin:1rem 0;padding:0}.dfo-theme-gallery legend{margin-bottom:.6rem;font-weight:700}.dfo-theme-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;display:grid}.dfo-theme-options label{cursor:pointer;background:#fff;border:1px solid #aebaca;border-radius:.5rem;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.65rem;min-width:0;padding:.9rem;display:grid}.dfo-theme-options label>span{min-width:0;display:block}.dfo-theme-options label strong,.dfo-theme-options label small{overflow-wrap:anywhere}.dfo-theme-options input{flex:none;margin-top:.2rem}.dfo-theme-options small{margin-top:.3rem;line-height:1.45;display:block}.dfo-theme-gallery>button{color:#fff;font:inherit;background:#173b67;border:1px solid #173b67;border-radius:.4rem;margin:.8rem .5rem 0 0;padding:.7rem 1rem;font-weight:700}.dfo-theme-gallery>button:disabled{opacity:.5}.dfo-theme-gallery [role=alert]{color:#8b2424}.dfo-theme-preview{border:1px solid var(--dfo-border);border-radius:var(--dfo-radius);background:var(--dfo-background);color:var(--dfo-ink);max-width:44rem;padding:1.25rem}.dfo-theme-preview h3{color:var(--dfo-accent);margin:.4rem 0;font-size:1.4rem}.dfo-theme-preview>span{letter-spacing:.1em;font-size:.7rem;font-weight:800}.dfo-theme-preview ol{flex-wrap:wrap;gap:.5rem 1.4rem;padding-left:1.1rem;font-size:.8rem;display:flex}.dfo-theme-preview__offer{background:var(--dfo-surface);border:1px solid var(--dfo-border);border-radius:var(--dfo-radius);padding:.8rem}.dfo-theme-preview__offer p{margin:.3rem 0}.dfo-theme-preview__read{background:var(--dfo-soft);gap:.5rem;padding:.8rem;display:flex}.dfo-theme-preview__privacy{font-size:.8rem;line-height:1.5}@media (width<=720px){.dfo-theme-options{grid-template-columns:1fr}}.dfo-public[data-dfo-theme] :is(.dfo-language-tabs,.dfo-topic-list article,.dfo-deadline,.dfo-session-guidance){background:var(--dfo-soft);border-color:var(--dfo-border);color:var(--dfo-ink)}.dfo-public[data-dfo-theme] .dfo-language-tabs button{color:var(--dfo-ink)}.dfo-public[data-dfo-theme] .dfo-language-tabs button[aria-selected=true]{background:var(--dfo-surface);border-color:var(--dfo-border)}.dfo-public[data-dfo-theme] .dfo-offer-grid article{background:var(--dfo-surface);border-color:var(--dfo-border);border-radius:var(--dfo-radius)}.dfo-public[data-dfo-theme] :is(.dfo-offer-grid dt,.dfo-public__hero>p,.dfo-public__meta span,footer){color:var(--dfo-ink)}.dfo-public[data-dfo-theme] .dfo-session-guidance a{color:var(--dfo-accent);text-decoration:underline}.dfo-public[data-dfo-theme] .dfo-application-entry input{color:var(--dfo-ink);background:var(--dfo-surface);border:1px solid var(--dfo-border)}.dfo-public[data-dfo-theme] input[type=checkbox]{accent-color:var(--dfo-accent)}.dfo-public[data-dfo-theme],.dfo-theme-preview[data-dfo-theme]{--dfo-hero-base:#101d38;--dfo-hero-glow:#344788;--dfo-hero-accent:#ffba73;--dfo-hero-text:#fff;--dfo-hero-muted:#dce5fa}.dfo-public[data-dfo-theme=calm],.dfo-theme-preview[data-dfo-theme=calm]{--dfo-hero-base:#103b32;--dfo-hero-glow:#246755;--dfo-hero-accent:#e6cd8d;--dfo-hero-muted:#e0f1e9}.dfo-public[data-dfo-theme] .dfo-public__hero,.dfo-theme-preview__hero{isolation:isolate;background:radial-gradient(ellipse at 100% 0%,var(--dfo-hero-glow),transparent 65%),var(--dfo-hero-base);color:var(--dfo-hero-text);border:1px solid #ffffff24;border-radius:1.6rem;padding:clamp(1.5rem,5vw,4rem);position:relative;overflow:hidden;box-shadow:0 24px 60px #102a4c20}.dfo-public[data-dfo-theme] .dfo-public__hero{flex-direction:column;justify-content:center;max-width:1100px;min-height:0;margin:0 auto 1.5rem;padding:clamp(1.25rem,3vw,2.25rem);display:flex}.dfo-public[data-dfo-theme] .dfo-public__hero:before,.dfo-theme-preview__hero:before{content:"";z-index:-1;pointer-events:none;border:1px solid #ffffff30;border-radius:50%;width:32rem;height:32rem;position:absolute;top:-13rem;right:-13rem;box-shadow:0 0 0 3rem #ffffff05,0 0 0 6rem #ffffff05,0 0 0 9rem #ffffff05}.dfo-public[data-dfo-theme] .dfo-public__hero:after{content:"";background:linear-gradient(90deg,var(--dfo-hero-accent),var(--dfo-hero-glow),transparent);width:100%;height:4px;position:absolute;bottom:0;left:0}.dfo-public[data-dfo-theme] .dfo-public__hero>span,.dfo-theme-preview__hero>span{color:var(--dfo-hero-accent);letter-spacing:.18em;font-size:.7rem;font-weight:800}.dfo-public[data-dfo-theme] .dfo-public__hero h1{color:var(--dfo-hero-text);letter-spacing:-.035em;overflow-wrap:anywhere;text-wrap:wrap;max-width:100%;margin:.65rem 0;font-size:clamp(1.6rem,3vw,2.6rem);line-height:1.2}.dfo-public[data-dfo-theme] .dfo-public__hero>p{color:var(--dfo-hero-muted);max-width:38rem;margin:.25rem 0 1rem;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.7}.dfo-public[data-dfo-theme] .dfo-public__meta{gap:.65rem 1rem;margin:.5rem 0 1.2rem}.dfo-public[data-dfo-theme] .dfo-public__meta span{color:var(--dfo-hero-muted);font-size:.78rem}.dfo-public[data-dfo-theme] .dfo-public__hero .dfo-language-tabs{background:#ffffff12;border:1px solid #ffffff40}.dfo-public[data-dfo-theme] .dfo-public__hero .dfo-language-tabs button{color:var(--dfo-hero-text)}.dfo-public[data-dfo-theme] .dfo-public__hero .dfo-language-tabs button[aria-selected=true]{color:var(--dfo-hero-base);background:#fff;border-color:#fff}.dfo-public[data-dfo-theme] .dfo-public__card,.dfo-public[data-dfo-theme] .dfo-steps,.dfo-public[data-dfo-theme] .dfo-notice,.dfo-public[data-dfo-theme] footer{max-width:1100px}.dfo-public[data-dfo-theme] .dfo-steps{gap:.8rem;margin-bottom:1.5rem}.dfo-public[data-dfo-theme] .dfo-steps button{border-radius:.9rem;padding:1rem;transition:box-shadow .18s,background .18s}.dfo-public[data-dfo-theme] .dfo-steps button.active{background:var(--dfo-soft);box-shadow:inset 0 3px var(--dfo-accent)}.dfo-public[data-dfo-theme] .dfo-steps button.active b{background:var(--dfo-accent);color:#fff}.dfo-public[data-dfo-theme] .dfo-public__card{border-color:#d6dfe9;box-shadow:0 12px 40px #172b4d08}.dfo-public[data-dfo-theme] .dfo-topic-list article{border-top:3px solid var(--dfo-accent);padding:1.4rem}.dfo-theme-preview{max-width:52rem;padding:1rem}.dfo-theme-preview__hero{box-shadow:none;border-radius:1rem;padding:2rem}.dfo-theme-preview__hero h3{color:var(--dfo-hero-text);letter-spacing:-.035em;margin:1rem 0 .6rem;font-size:2rem;line-height:1.15}.dfo-theme-preview__hero p{color:var(--dfo-hero-muted);margin:0;line-height:1.6}.dfo-public[data-dfo-theme=high-contrast],.dfo-theme-preview[data-dfo-theme=high-contrast]{--dfo-hero-base:#fff;--dfo-hero-glow:#fff;--dfo-hero-accent:#111;--dfo-hero-text:#111;--dfo-hero-muted:#111}.dfo-public[data-dfo-theme=high-contrast] .dfo-public__hero,.dfo-theme-preview[data-dfo-theme=high-contrast] .dfo-theme-preview__hero{box-shadow:none;background:#fff;border:2px solid #111;border-radius:.2rem}.dfo-public[data-dfo-theme=high-contrast] .dfo-public__hero:before,.dfo-theme-preview[data-dfo-theme=high-contrast] .dfo-theme-preview__hero:before{display:none}.dfo-public[data-dfo-theme=high-contrast] .dfo-public__card{box-shadow:none;border:2px solid #111}.dfo-public[data-dfo-theme=high-contrast] .dfo-public__hero .dfo-language-tabs{border:1px solid #111}.dfo-public[data-dfo-theme=high-contrast] .dfo-public__hero .dfo-language-tabs button[aria-selected=true]{color:#fff;background:#111}@media (width<=640px){.dfo-public[data-dfo-theme] .dfo-public__hero{border-radius:1rem;min-height:0}.dfo-public[data-dfo-theme] .dfo-steps{gap:.5rem}.dfo-public[data-dfo-theme] .dfo-steps button{padding:.75rem}.dfo-theme-preview__hero{padding:1.3rem}}@media (prefers-reduced-motion:reduce){.dfo-public[data-dfo-theme] .dfo-steps button{transition:none}}.dfo-public[data-dfo-theme=scenic-society],.dfo-theme-preview[data-dfo-theme=scenic-society]{--dfo-background:#f1f7fa;--dfo-ink:#152e4b;--dfo-accent:#116879;--dfo-soft:#edf6f7;--dfo-border:#b8cedb;--dfo-radius:1rem;--dfo-hero-base:#eaf4fa;--dfo-hero-text:#102b49;--dfo-hero-muted:#274560;--dfo-hero-accent:#135c68;--dfo-scenery:url(/assets/scenic-society-highlands-CHP0i0yw.jpg)}.dfo-public[data-dfo-theme=scenic-society]{background:linear-gradient(#e6f1f8 0,#f6fafc 680px,#eef5f8 100%);padding-top:1.4rem}.dfo-scenic-masthead{color:#152e4b;background:#fff;border:1px solid #cfdfeb;border-top:4px solid #2364a3;border-radius:1rem 1rem 0 0;justify-content:space-between;align-items:center;gap:1rem;max-width:1100px;margin:0 auto;padding:.9rem clamp(1.25rem,3vw,2.25rem);display:flex}.dfo-scenic-brand{align-items:center;gap:.7rem;min-width:0;display:flex}.dfo-scenic-brand>svg{fill:none;stroke:#183b61;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:42px;height:42px}.dfo-scenic-brand__chart{stroke:#e78327}.dfo-scenic-brand strong{letter-spacing:-.04em;font-size:1.45rem;line-height:1.15;display:block}.dfo-scenic-brand span{overflow-wrap:anywhere;margin-top:.2rem;font-size:.73rem;display:block}.dfo-scenic-masthead__label{color:#326079;flex:none;font-size:.75rem;font-weight:650}.dfo-public[data-dfo-theme=scenic-society] .dfo-public__hero,.dfo-theme-preview[data-dfo-theme=scenic-society] .dfo-theme-preview__hero{background-color:#eaf4fa;background-image:linear-gradient(90deg, #f4fafff5 0%, #f0f8fbea 38%, #edf7fc80 67%, #edf7fc0d 100%), var(--dfo-scenery);background-position:50%,50% 53%;background-size:cover;border:1px solid #cfdfeb;border-top:0;border-radius:0 0 1rem 1rem;padding:clamp(1.5rem,3vw,2.5rem);box-shadow:0 12px 24px #16365409}.dfo-public[data-dfo-theme=scenic-society] .dfo-public__hero:before,.dfo-theme-preview[data-dfo-theme=scenic-society] .dfo-theme-preview__hero:before,.dfo-public[data-dfo-theme=scenic-society] .dfo-public__hero:after{display:none}.dfo-public[data-dfo-theme=scenic-society] .dfo-public__hero h1{margin:.65rem 0;font-size:clamp(1.6rem,3vw,2.6rem);line-height:1.2}.dfo-public[data-dfo-theme=scenic-society] .dfo-public__hero>p{max-width:36rem;font-size:1rem}.dfo-public[data-dfo-theme=scenic-society] .dfo-public__meta{background:#fffffff0;border:1px solid #c9dfe8;border-radius:.5rem;width:fit-content;max-width:100%;padding:.4rem .7rem}.dfo-public[data-dfo-theme=scenic-society] .dfo-public__hero .dfo-language-tabs{background:#fffffff0;border-color:#a6c5d5}.dfo-public[data-dfo-theme=scenic-society] .dfo-public__hero .dfo-language-tabs button[aria-selected=true]{color:#fff;background:#116879;border-color:#116879}.dfo-public[data-dfo-theme=scenic-society] .dfo-steps button{border-color:#bfd4e2;min-height:5.3rem;box-shadow:0 4px 14px #17334b05}.dfo-public[data-dfo-theme=scenic-society] .dfo-steps button.active{background:#fff;border-color:#177783;box-shadow:inset 0 -3px #177783}.dfo-public[data-dfo-theme=scenic-society] .dfo-public__card{border:1px solid #cbdde9;padding:clamp(1.2rem,3vw,2rem);box-shadow:0 8px 24px #183b6108}.dfo-scenic-icon{color:#172b45;background:#fff7ee;border-radius:13px;flex:none;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.dfo-scenic-icon svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:30px;height:30px}.dfo-public[data-dfo-theme=scenic-society] .dfo-organisation-introduction{gap:.8rem;margin:1rem 0 .8rem;font-size:1rem;line-height:1.7;display:grid}.dfo-public[data-dfo-theme=scenic-society] .dfo-organisation-introduction p{background:linear-gradient(100deg,#f8fbfe,#fff);border:1px solid #d7e5ee;border-radius:.75rem;min-height:78px;margin:0;padding:1rem 1rem 1rem 5.2rem;position:relative}.dfo-public[data-dfo-theme=scenic-society] .dfo-organisation-introduction p>.dfo-scenic-icon{position:absolute;top:1rem;left:1rem}.dfo-public[data-dfo-theme=scenic-society] .dfo-organisation-introduction p>strong{margin-bottom:.2rem;display:block}.dfo-public[data-dfo-theme=scenic-society] .dfo-topic-list{grid-template-columns:1fr;gap:.8rem}.dfo-public[data-dfo-theme=scenic-society] .dfo-topic-list article{background:linear-gradient(100deg,#f8fbfe,#fff);border:1px solid #d7e5ee;border-radius:.75rem;min-height:78px;padding:1rem 1rem 1rem 5.2rem;position:relative}.dfo-public[data-dfo-theme=scenic-society] .dfo-topic-list h3{margin-bottom:.2rem;font-size:1rem}.dfo-public[data-dfo-theme=scenic-society] .dfo-topic-list h3>.dfo-scenic-icon{position:absolute;top:1rem;left:1rem}.dfo-public[data-dfo-theme=scenic-society] .dfo-topic-list .dfo-public__body{margin-top:.25rem}.dfo-public[data-dfo-theme=scenic-society] .dfo-actions button{border-radius:.5rem;min-height:44px}.dfo-public[data-dfo-theme=scenic-society] .dfo-actions .primary{background:#185e9e;border-color:#185e9e}.dfo-theme-preview[data-dfo-theme=scenic-society] .dfo-theme-preview__offer{grid-template-columns:auto 1fr;align-items:center;column-gap:.75rem;display:grid}.dfo-theme-preview[data-dfo-theme=scenic-society] .dfo-theme-preview__offer .dfo-scenic-icon{grid-row:span 2}.dfo-theme-options{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=640px){.dfo-scenic-masthead{flex-wrap:wrap;gap:.65rem}.dfo-scenic-masthead__label{font-size:.7rem}.dfo-public[data-dfo-theme=scenic-society] .dfo-public__hero{background-image:linear-gradient(90deg,#f4fafff0,#f0f8fbdc),var(--dfo-scenery)}.dfo-public[data-dfo-theme=scenic-society] .dfo-organisation-introduction p,.dfo-public[data-dfo-theme=scenic-society] .dfo-topic-list article{padding-left:4.2rem}.dfo-public[data-dfo-theme=scenic-society] .dfo-scenic-icon{border-radius:10px;width:36px;height:36px}.dfo-public[data-dfo-theme=scenic-society] .dfo-scenic-icon svg{width:25px;height:25px}.dfo-theme-options{grid-template-columns:1fr}}.dfo-office{max-width:1280px;line-height:1.55}.dfo-office *{box-sizing:border-box}.dfo-office button,.dfo-office input,.dfo-office textarea{font:inherit}.dfo-office button{color:#183f65;cursor:pointer;background:#fff;border:1px solid #a8b9c9;border-radius:.4rem;padding:.6rem .9rem;font-weight:650}.dfo-office button.primary{color:#fff;background:#173b67;border-color:#173b67}.dfo-office button.danger{color:#923333;border-color:#ba7575}.dfo-office button:disabled{opacity:.5;cursor:not-allowed}.dfo-office button:focus-visible,.dfo-office input:focus-visible,.dfo-office textarea:focus-visible,.dfo-office summary:focus-visible{outline-offset:3px;outline:3px solid #3c81c9}.dfo-office .dfo-office-header,.dfo-office .dfo-office-editor-heading{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.dfo-office .dfo-office-header>div{max-width:48rem}.dfo-office .dfo-office-overview{grid-template-columns:1.1fr 1fr;gap:1rem;display:grid}.dfo-office .dfo-office-panel{background:#fff;border:1px solid #d9e3eb;border-radius:.65rem;min-width:0;margin:1rem 0;padding:1.5rem}.dfo-office .dfo-office-panel h2{margin:.2rem 0 .7rem;font-size:1.3rem}.dfo-office .dfo-office-published{border-top:4px solid #387b65}.dfo-office .dfo-office-eyebrow{letter-spacing:.08em;color:#466275;font-size:.72rem;font-weight:800}.dfo-office .dfo-office-controls{gap:.7rem;display:grid}.dfo-office .dfo-office-controls dt{color:#546b7c;font-size:.8rem;font-weight:700}.dfo-office .dfo-office-controls dd{margin:.15rem 0 0}.dfo-office .dfo-office-error{color:#842d38;background:#fff0f0;border-left:4px solid #b25362;margin:1rem 0;padding:.9rem 1.2rem}.dfo-office .dfo-office-error p{margin:.3rem 0}.dfo-office .dfo-office-version{border-top:1px solid #e1e8ef;padding:1.2rem 0;display:block}.dfo-office .dfo-office-version-heading{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.dfo-office .dfo-office-version h3{margin:0;font-size:1.1rem}.dfo-office .dfo-office-attribution{color:#587084;font-size:.85rem}.dfo-office .dfo-office-actions{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.8rem;display:flex}.dfo-office .dfo-office-editor-heading .dfo-office-actions{margin:0}.dfo-office .dfo-office-preview{margin:.8rem 0}.dfo-office .dfo-office-preview>summary{cursor:pointer;color:#205881;font-weight:700}.dfo-office .dfo-office-preview[open]{background:#fbfcfd;border:1px solid #d9e3eb;border-radius:.5rem;padding:1rem}.dfo-office .dfo-office-language-preview{border-top:1px solid #d7e2eb;margin:1.25rem 0;padding-top:1rem}.dfo-office .dfo-office-language-preview h4{margin-bottom:.5rem}.dfo-office .dfo-office-language-preview p{white-space:pre-wrap;overflow-wrap:anywhere;margin-top:.35rem}.dfo-office .dfo-office-corrections,.dfo-office .dfo-office-decision{white-space:pre-wrap;background:#fff8e9;border-left:3px solid #c0963d;padding:.85rem 1.1rem}.dfo-office .dfo-office-corrections p{margin:.4rem 0}.dfo-office .dfo-office-corrections button{margin:.3rem .5rem .3rem 0}.dfo-office .dfo-office-draft-note{background:#eff5fa;border-radius:.4rem;padding:.8rem 1rem}.dfo-office .dfo-office-settings{border:0;grid-template-columns:1fr 1fr;align-items:center;gap:1.5rem;min-width:0;margin:0;padding:1rem 0;display:grid}.dfo-office .dfo-office-settings label:not(.dfo-office-language-choice),.dfo-office .dfo-office-screen-editor label{gap:.4rem;margin:.5rem 0;font-weight:650;display:grid}.dfo-office .dfo-office-settings input[type=number]{max-width:10rem}.dfo-office .dfo-office-settings small{color:#536e82;font-size:.8rem;font-weight:400}.dfo-office .dfo-office-language-choice{align-items:flex-start;gap:.6rem;font-weight:650;line-height:1.5;display:flex}.dfo-office .dfo-office-language-choice input[type=checkbox]{appearance:auto;accent-color:#24665b;flex:0 0 1.1rem;width:1.1rem;height:1.1rem;margin:.2rem 0 0}.dfo-office input:not([type=checkbox]),.dfo-office textarea{color:#1b354d;background:#fff;border:1px solid #acbdca;border-radius:.4rem;width:100%;padding:.65rem .8rem}.dfo-office textarea{resize:vertical;min-height:8rem;line-height:1.6}.dfo-office .dfo-language-tabs{background:#e9f0f5;border-radius:.5rem;gap:.35rem;width:fit-content;margin:.8rem 0;padding:.3rem;display:flex}.dfo-office .dfo-language-tabs button{background:0 0;border-color:#0000;padding:.5rem 1.2rem}.dfo-office .dfo-language-tabs button[aria-selected=true]{background:#fff;border-color:#b7cbd8}.dfo-office .dfo-office-screens{grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;margin:1rem 0;display:grid}.dfo-office .dfo-office-screens button{text-align:left;grid-template-rows:1fr auto;grid-template-columns:auto 1fr;gap:.35rem .5rem;min-height:6rem;font-size:.88rem;display:grid}.dfo-office .dfo-office-screens button.active{background:#eff8f4;border-color:#2c6d5f;box-shadow:0 0 0 1px #2c6d5f}.dfo-office .dfo-office-screens b{background:#e6eef2;border-radius:50%;place-items:center;width:1.5rem;height:1.5rem;display:grid}.dfo-office .dfo-office-screens small{color:#567187;grid-column:2;font-weight:400}.dfo-office .dfo-office-screen-editor{border:1px solid #d7e3eb;border-radius:.5rem;min-width:0;margin-top:1.25rem;padding:1.2rem}.dfo-office .dfo-office-screen-editor legend{padding:0 .5rem;font-weight:800}.dfo-office .dfo-office-topic{background:#f6f8fa;border:1px solid #e3eaf0;border-radius:.4rem;margin:1.25rem 0;padding:1rem 1.1rem}.dfo-office .dfo-office-topic label+label{margin-top:.8rem}.dfo-office .dfo-office-topic label>span{color:#3f5e75;font-size:.85rem}.dfo-office .dfo-office-screen-navigation{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin:1rem 0;display:flex}.dfo-office .dfo-office-screen-navigation span{color:#587084;font-size:.85rem}.dfo-office .dfo-office-savebar{border-top:1px solid #d9e3eb;margin-top:1.5rem;padding-top:1rem}.dfo-office .dfo-office-savebar p{font-size:.9rem}.dfo-office .dfo-office-active-heading{z-index:2;background:#fff;border-bottom:1px solid #d9e3eb;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.7rem 0;display:flex;position:sticky;top:0}.dfo-office .dfo-office-active-heading>div:first-child{flex:20rem}.dfo-office .dfo-office-active-actions{flex:20rem;justify-content:flex-end;margin-top:0}.dfo-office .dfo-office-review-identity,.dfo-office .dfo-office-readiness{border-bottom:1px solid #d9e3eb;padding:.9rem 0}.dfo-office .dfo-office-readiness h4{margin:0}.dfo-office .dfo-office-readiness ul{margin-bottom:0}.dfo-office .dfo-office-review .dfo-catalogue-preview{background:0 0;border-left:0;padding:0}.dfo-office .dfo-office-catalogue-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem 1.2rem;display:grid}.dfo-office .dfo-office-catalogue-fields dt{color:#536e82;font-size:.8rem;font-weight:650}.dfo-office .dfo-office-catalogue-fields dd{margin:.1rem 0 0}.dfo-office .dfo-office-author-review{border-bottom:1px solid #d9e3eb;padding:.8rem 0}.dfo-office .dfo-office-author-review h3{margin:.2rem 0}@media (width<=850px){.dfo-office .dfo-office-overview,.dfo-office .dfo-office-settings{grid-template-columns:1fr}.dfo-office .dfo-office-overview{gap:0}.dfo-office .dfo-office-screens{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.dfo-office,.dfo-office .dfo-office-panel,.dfo-office .dfo-office-screen-editor{padding:1rem}.dfo-office .dfo-office-topic{padding:.8rem}.dfo-office .dfo-office-catalogue-fields{grid-template-columns:1fr}.dfo-office .dfo-office-active-actions{justify-content:flex-start}}
