@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700&display=swap";:root{font-family:DM Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#252a27;background:#f6f7f3;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #242925;--muted: #727a74;--border: #e2e5de;--soft-border: #eceee9;--surface: #ffffff;--canvas: #f6f7f3;--forest: #173f38;--forest-hover: #0f342e;--coral: #eb6658;--sidebar-width: 244px;--topbar-height: 68px}*{box-sizing:border-box}html{min-width:320px;max-width:100%;overflow-x:hidden;background:var(--canvas)}body,#root{width:100%;max-width:100%;min-height:100vh}body{margin:0;min-width:320px;overflow-x:hidden}button,input,select,textarea{max-width:100%;font:inherit}img,svg{max-width:100%}button{border:0;cursor:pointer}button:disabled{cursor:not-allowed}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(30,115,98,.24);outline-offset:2px}.app-shell{min-height:100vh;background:var(--canvas)}.sidebar{position:fixed;inset:0 auto 0 0;z-index:40;width:var(--sidebar-width);display:flex;flex-direction:column;overflow:hidden;padding:22px 14px 14px;background:#fdfdfb;border-right:1px solid var(--border)}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:0 10px 22px;color:#173f38;font-family:Manrope,sans-serif;font-size:21px;font-weight:700;letter-spacing:-.8px}.brand-mark{width:25px;height:25px;position:relative;flex:0 0 auto}.brand-mark span{position:absolute;display:block;border-radius:20px 20px 20px 4px;transform-origin:5px 20px}.brand-mark span:nth-child(1){width:9px;height:23px;left:8px;top:0;background:#ed6a59;transform:rotate(0)}.brand-mark span:nth-child(2){width:9px;height:20px;left:6px;top:3px;background:#f4b948;transform:rotate(-48deg)}.brand-mark span:nth-child(3){width:9px;height:18px;left:10px;top:5px;background:#2c8b75;transform:rotate(52deg)}.workspace-switcher{width:100%;min-height:58px;display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--ink);text-align:left;box-shadow:0 1px 1px #1c2b2208;transition:border-color .16s ease,box-shadow .16s ease}.workspace-switcher:hover{border-color:#c7cec6;box-shadow:0 5px 16px #1c2b220f}.workspace-switcher>svg{color:#8b928d;margin-left:auto}.workspace-avatar,.profile-avatar,.top-avatar{display:grid;place-items:center;border-radius:9px;font-size:11px;font-weight:700}.workspace-avatar{width:36px;height:36px;color:#174c40;background:#dff0e9}.workspace-avatar.has-logo{overflow:hidden;padding:4px;background:#fff;border:1px solid #e2e6e1}.workspace-avatar.has-logo img{width:100%;height:100%;object-fit:contain}.workspace-copy{display:flex;flex-direction:column;min-width:0}.workspace-copy strong{font-size:12.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-copy small,.profile-row small{color:#8b928d;font-size:10.5px;margin-top:1px}.sidebar-nav{min-height:0;flex:1;display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;margin:12px -6px 10px 0;padding:13px 6px 8px 0;scrollbar-width:thin;scrollbar-color:#cbd4cd transparent}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:#cbd4cd;border-radius:8px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#aebbb2}.nav-label{padding:0 12px 8px;color:#a1a6a2;font-size:9.5px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.nav-label-spaced{margin-top:22px}.nav-item{width:100%;height:42px;display:flex;align-items:center;gap:12px;padding:0 12px;margin-bottom:3px;border-radius:9px;color:#69716b;background:transparent;font-size:13px;font-weight:500;text-align:left;transition:color .14s ease,background .14s ease}.nav-item:hover{color:var(--ink);background:#f2f4ef}.nav-item.active{color:#174c40;background:#e8f2ed;font-weight:600}.nav-item.active svg{color:#287866}.nav-item span:nth-child(2){flex:1}.nav-item.locked{color:#9ba19c;cursor:not-allowed}.nav-item.locked:hover{color:#8e958f;background:#f6f7f4}.nav-item .nav-lock{flex:0 0 auto;color:#a2a8a3}.nav-badge{min-width:20px;height:20px;display:grid;place-items:center;padding:0 6px;color:#7f857f;background:#eaede8;border-radius:10px;font-size:10px;font-weight:700}.nav-item.active .nav-badge{color:#216855;background:#d3e7de}.sidebar-bottom{flex:0 0 auto;padding-top:12px;border-top:1px solid var(--soft-border)}.profile-row{width:100%;display:grid;grid-template-columns:35px 1fr auto;align-items:center;gap:10px;padding:12px 10px 6px;color:var(--ink);background:transparent;text-align:left}.sidebar-signout{width:31px;height:31px;display:grid;place-items:center;padding:0;color:#89918b;background:transparent;border-radius:7px}.sidebar-signout:hover{color:#8f4138;background:#f8eae7}.profile-row>span:nth-child(2){display:flex;flex-direction:column;min-width:0}.profile-row strong{font-size:11.5px;font-weight:600;white-space:nowrap}.profile-row>svg{color:#9aa09b}.profile-avatar,.top-avatar{background:#f2c4bb;color:#7e352c}.profile-avatar{width:35px;height:35px}.profile-avatar.has-image,.top-avatar.has-image{overflow:hidden;padding:0;background:#eef2ef}.profile-avatar img,.top-avatar img{width:100%;height:100%;display:block;object-fit:cover}.page-shell{min-width:0;min-height:100vh;margin-left:var(--sidebar-width)}.topbar{position:sticky;top:0;z-index:25;height:var(--topbar-height);display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 32px;background:#fffffde8;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.search-shell{position:relative;width:min(440px,45vw);display:flex;align-items:center;gap:9px}.search-shell>svg{position:absolute;left:13px;color:#8f9691;pointer-events:none}.search-shell input{width:100%;height:38px;padding:0 72px 0 40px;color:var(--ink);background:#f5f6f2;border:1px solid transparent;border-radius:9px;font-size:12.5px;transition:all .16s ease}.search-shell input::placeholder{color:#989f99}.search-shell input:hover,.search-shell input:focus{background:#fff;border-color:#d5dad4;box-shadow:0 4px 14px #1f32280d;outline:none}.search-shortcut{position:absolute;right:9px;display:flex;align-items:center;gap:3px;padding:3px 6px;border:1px solid #dfe2dd;border-radius:5px;color:#969c97;background:#fff;font-size:9px;font-weight:600;pointer-events:none}.search-results,.notification-popover{position:absolute;top:calc(100% + 10px);background:#fff;border:1px solid var(--border);border-radius:13px;box-shadow:0 20px 50px #172b2126;animation:pop-in .15s ease both}.search-results{left:0;width:100%;min-width:360px;padding:7px}.search-results-head,.popover-head{display:flex;align-items:center;justify-content:space-between;padding:7px 8px 9px}.search-results-head span{color:#999f9a;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.search-results-head button,.popover-head button{display:grid;place-items:center;color:#868e88;background:transparent}.search-result{width:100%;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:8px;border-radius:9px;color:var(--ink);background:transparent;text-align:left}.search-result:hover{background:#f5f7f3}.search-result.locked{color:#8d948f}.search-result.locked .search-result-icon{color:#87918b;background:#eff1ee}.search-result.locked>svg{color:#a1a7a2}.search-result-icon{width:34px;height:34px;display:grid;place-items:center;color:#2e7665;background:#e7f1ec;border-radius:8px}.search-result>span:nth-child(2){display:flex;flex-direction:column}.search-result strong{font-size:12px;font-weight:600}.search-result small{margin-top:1px;color:#969c97;font-size:10px}.search-result>svg{color:#a4aaa5}.empty-search{margin:0;padding:22px 10px;color:#8b928d;font-size:12px;text-align:center}.topbar-actions{display:flex;align-items:center;gap:6px}.icon-button,.topbar-help{display:grid;place-items:center;color:#667069;background:transparent;border-radius:8px}.icon-button{width:38px;height:38px}.icon-button:hover,.topbar-help:hover{color:var(--ink);background:#f1f3ef}.topbar-help{height:38px;grid-template-columns:auto auto;gap:7px;padding:0 9px;font-size:12px}.notification-shell,.notification-button{position:relative}.notification-dot{position:absolute;top:8px;right:8px;width:7px;height:7px;background:var(--coral);border:2px solid white;border-radius:50%}.top-avatar{width:34px;height:34px;margin-left:5px;border-radius:50%}.mobile-menu,.mobile-close{display:none}.notification-popover{right:0;width:340px;padding:8px}.popover-head{padding:8px 8px 12px}.popover-head strong{font-family:Manrope,sans-serif;font-size:14px}.notification-item{display:grid;grid-template-columns:36px 1fr;gap:10px;padding:11px 8px;border-radius:9px}.notification-item.unread{background:#f6f8f4}.notification-item>span:nth-child(2){display:flex;flex-direction:column}.notification-item strong{color:#343a35;font-size:11.5px}.notification-item small{margin-top:3px;color:#838b85;font-size:10.5px;line-height:1.4}.view-all-button{width:100%;padding:10px;color:#266c5d;background:transparent;border-top:1px solid var(--soft-border);font-size:11.5px;font-weight:600}.notification-empty{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;color:#929a94;text-align:center}.notification-empty>svg{margin-bottom:10px}.notification-empty strong{color:#4d5650;font-size:13px}.notification-empty small{margin-top:4px;font-size:11px}.main-content{width:100%;min-width:0;max-width:1480px;margin:0 auto;padding:38px 38px 20px;overflow-wrap:anywhere}.welcome-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:29px}.eyebrow{display:block;margin-bottom:7px;color:#8b928d;font-size:9.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.date-label{color:#b06b60}h1,h2{margin:0;color:var(--ink);font-family:Manrope,sans-serif;letter-spacing:-.035em}.welcome-row h1{font-size:clamp(25px,2.2vw,33px);line-height:1.15;font-weight:700}.welcome-row h1 span{display:inline-block;margin-left:2px;font-size:26px;transform:rotate(-5deg)}.welcome-row p{margin:8px 0 0;color:var(--muted);font-size:12.5px}.welcome-actions{display:flex;align-items:center;gap:9px}.primary-button,.secondary-button{min-height:39px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border-radius:8px;font-size:11.5px;font-weight:600;transition:transform .14s ease,box-shadow .14s ease,background .14s ease}.primary-button{color:#fff;background:var(--forest);box-shadow:0 5px 14px #173f3829}.primary-button:hover{background:var(--forest-hover);box-shadow:0 7px 18px #173f3838;transform:translateY(-1px)}.secondary-button{color:#4d5650;background:#fff;border:1px solid #daddd8}.secondary-button:hover{color:var(--ink);border-color:#c4c9c3;background:#fbfcfa}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:13px}.metric-card,.panel{background:var(--surface);border:1px solid var(--border);box-shadow:0 1px 2px #1c2b2206}.metric-card{min-width:0;min-height:173px;padding:17px 17px 15px;border-radius:12px;transition:transform .16s ease,box-shadow .16s ease}.metric-card:hover{transform:translateY(-2px);box-shadow:0 9px 22px #1c2b220f}.metric-card-head{display:flex;align-items:center;justify-content:space-between}.metric-card-head button{display:grid;place-items:center;padding:3px;color:#a1a6a2;background:transparent}.metric-icon,.task-icon,.activity-icon{display:grid;place-items:center;border-radius:8px}.metric-icon{width:33px;height:33px}.coral{color:#b74c40;background:#fbe8e4}.green{color:#27705e;background:#e3f1eb}.blue{color:#356b90;background:#e6f0f5}.purple{color:#735b96;background:#eee9f5}.metric-card>p{margin:14px 0 4px;color:#727a74;font-size:10.5px;font-weight:500}.metric-value{color:#202521;font-family:Manrope,sans-serif;font-size:29px;font-weight:700;letter-spacing:-.06em;line-height:1.05}.metric-value small{margin-left:2px;color:#959b96;font-size:13px;font-weight:500;letter-spacing:-.02em}.metric-foot{display:flex;align-items:center;gap:6px;margin-top:9px;min-width:0}.metric-foot>span{padding:3px 6px;border-radius:5px;font-size:8.5px;font-weight:700;white-space:nowrap}.metric-foot .positive{color:#28705e;background:#e6f2ed}.metric-foot .neutral{color:#aa675c;background:#f9e9e6}.metric-foot small{overflow:hidden;color:#969c97;font-size:8.5px;white-space:nowrap;text-overflow:ellipsis}.metric-card .metric-foot small{font-size:10.5px}.dashboard-grid{display:grid;gap:13px;margin-bottom:13px}.top-grid{grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr)}.bottom-grid{grid-template-columns:minmax(0,1.55fr) minmax(300px,.95fr)}.panel{border-radius:13px}.engagement-panel,.next-steps-panel,.activity-panel,.quick-panel{padding:21px}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.panel-head h2{font-size:15px;font-weight:700}.panel-head p{margin:5px 0 0;color:#878e88;font-size:10.5px}.panel-head.compact{align-items:center}.panel-head.compact .eyebrow{margin-bottom:4px}.panel-head.compact>svg{color:#c47b70}.filter-button{height:32px;display:flex;align-items:center;gap:8px;padding:0 10px;color:#616963;background:#fafbf9;border:1px solid #e0e3de;border-radius:7px;font-size:10px;white-space:nowrap}.filter-button:hover{border-color:#c8cdc7}.score-summary{display:flex;align-items:center;gap:8px;margin:18px 0 2px 33px}.score-summary>strong{font-family:Manrope,sans-serif;font-size:24px;letter-spacing:-.05em}.score-delta{display:inline-flex;align-items:center;gap:3px;padding:3px 6px;color:#24715c;background:#e6f2ed;border-radius:5px;font-size:8.5px;font-weight:700}.score-summary>small{color:#9aa09b;font-size:9px}.chart-wrap{height:182px;display:flex;gap:8px;margin-top:1px}.chart-y-axis{width:25px;height:147px;display:flex;flex-direction:column;justify-content:space-between;padding-top:4px;color:#a1a6a2;font-size:8px;text-align:right}.chart-area{position:relative;flex:1;min-width:0;height:100%}.grid-line{position:absolute;left:0;right:0;height:1px;background:#eef0ec}.line-1{top:5px}.line-2{top:52px}.line-3{top:99px}.line-4{top:146px}.chart-area svg{position:absolute;top:5px;left:0;width:100%;height:142px;overflow:visible}.chart-line{fill:none;stroke:#e4685a;stroke-width:2.4;vector-effect:non-scaling-stroke}.chart-area-fill{fill:url(#areaGradient)}.chart-area circle{fill:#fff;stroke:#e4685a;stroke-width:2;vector-effect:non-scaling-stroke}.chart-area circle:last-child{fill:#e4685a;stroke:#fff;stroke-width:2.5;filter:drop-shadow(0 2px 3px rgba(171,72,62,.23))}.chart-x-axis{position:absolute;top:157px;left:0;right:0;display:flex;justify-content:space-between;color:#a1a6a2;font-size:8.5px}.chart-tooltip{position:absolute;right:-5px;top:-19px;display:flex;align-items:center;gap:5px;padding:4px 7px;color:#fff;background:#28312c;border-radius:5px;font-size:8px;box-shadow:0 4px 10px #1e272226}.chart-tooltip strong{font-size:9px}.chart-tooltip span{color:#cbd0cc}.chart-tooltip:after{content:"";position:absolute;bottom:-3px;right:7px;width:6px;height:6px;background:#28312c;transform:rotate(45deg)}.task-list{margin-top:18px}.task-item{display:grid;grid-template-columns:37px 1fr;gap:10px;padding:12px 0;border-bottom:1px solid var(--soft-border)}.task-icon{width:37px;height:37px}.task-item>div{min-width:0}.task-item strong,.activity-item strong,.quick-links strong{color:#3a403c;font-size:10.5px;font-weight:600}.task-item p,.activity-item p{margin:3px 0 0;color:#8c938e;font-size:9.5px;line-height:1.45}.task-item>button{grid-column:2;width:fit-content;display:flex;align-items:center;gap:3px;margin-top:-1px;padding:0;color:#2b6d5e;background:transparent;font-size:9.5px;font-weight:600}.insight-callout{display:grid;grid-template-columns:34px 1fr;gap:10px;margin-top:16px;padding:12px;background:#f5f4ec;border:1px solid #ece8d8;border-radius:9px}.insight-icon{width:34px;height:34px;display:grid;place-items:center;color:#a46f1e;background:#faecca;border-radius:8px}.insight-callout strong{color:#4e4b3e;font-size:10px;font-weight:700}.insight-callout p{margin:3px 0 0;color:#7d796b;font-size:9px;line-height:1.45}.text-button{display:flex;align-items:center;gap:5px;padding:4px;color:#377567;background:transparent;font-size:9.5px;font-weight:600}.activity-list{margin-top:14px}.activity-item{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:11px;padding:10px 0;border-bottom:1px solid var(--soft-border)}.activity-item:last-child{border-bottom:0}.activity-icon{width:36px;height:36px}.activity-item time{color:#a1a6a2;font-size:8.5px;white-space:nowrap}.quick-links{display:grid;gap:7px;margin-top:14px}.quick-links>button{display:grid;grid-template-columns:35px 1fr auto;align-items:center;gap:10px;padding:9px;color:var(--ink);background:#fafbf9;border:1px solid #edf0eb;border-radius:9px;text-align:left;transition:border-color .14s ease,transform .14s ease}.quick-links>button:hover{border-color:#d2d8d1;transform:translate(2px)}.quick-links>button>span{width:35px;height:35px;display:grid;place-items:center;color:#347362;background:#e6f1ec;border-radius:8px}.quick-links>button>div{display:flex;flex-direction:column}.quick-links small{margin-top:2px;color:#939a94;font-size:9px}.quick-links>button>svg{color:#a3a9a4}.dashboard-footer{display:flex;align-items:center;justify-content:space-between;padding:15px 2px 2px;color:#a2a8a3;font-size:8.5px}.dashboard-footer>span{display:flex;align-items:center;gap:6px;color:#7e867f;font-family:Manrope,sans-serif;font-weight:700}.dashboard-footer .brand-mark{width:15px;height:15px;transform:scale(.6);transform-origin:left center;margin-right:-5px}.dashboard-footer p{margin:0}.dashboard-empty-panel{min-height:160px;display:grid;grid-template-columns:44px 1fr;align-content:center;align-items:center;gap:5px 12px;padding:24px 10px}.dashboard-empty-panel>span{grid-row:1 / 3;width:44px;height:44px;display:grid;place-items:center;color:#377d6b;background:#e8f2ed;border-radius:12px}.dashboard-empty-panel>div{align-self:end}.dashboard-empty-panel strong{color:#3c453f;font-size:13px}.dashboard-empty-panel p{margin:4px 0 0;color:#858d87;font-size:11.5px;line-height:1.5}.dashboard-empty-panel>button{grid-column:2;width:fit-content;display:flex;align-items:center;gap:5px;align-self:start;margin-top:7px;padding:0;color:#2b705f;background:transparent;font-size:11.5px;font-weight:700}.next-steps-panel .dashboard-empty-panel{min-height:210px;padding-inline:2px}.activity-panel>.dashboard-empty-panel{min-height:190px}.live-score-list{display:grid;gap:14px;margin-top:25px;padding:0 4px}.live-score-list>div{display:grid;grid-template-columns:minmax(120px,1fr) minmax(100px,2fr) 32px;align-items:center;gap:12px}.live-score-list span{overflow:hidden;color:#5c655f;font-size:11.5px;white-space:nowrap;text-overflow:ellipsis}.live-score-list i{height:8px;overflow:hidden;background:#edf0ec;border-radius:8px}.live-score-list b{display:block;height:100%;background:linear-gradient(90deg,#ef9d8f,#dd6558);border-radius:inherit}.live-score-list strong{color:#37403a;font-size:12px;text-align:right}.data-error{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;padding:11px 13px;color:#8f4138;background:#fceeea;border:1px solid #f0d8d1;border-radius:9px;font-size:12px}.data-error button{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;color:inherit;background:#fff7f5;border-radius:6px;font-weight:700}.panel-loading{min-height:190px;display:flex;align-items:center;justify-content:center;gap:9px;color:#858e87;font-size:12px}.app-loading,.setup-required{min-height:100vh;display:flex;align-items:center;justify-content:center;color:#717b74;background:#f6f7f3}.app-loading{flex-direction:column;gap:14px;font-size:12px}.app-loading .brand-mark{margin-bottom:4px}.setup-required{padding:28px}.setup-required>section{width:min(560px,100%);padding:36px;background:#fff;border:1px solid #dfe4de;border-radius:16px;box-shadow:0 22px 65px #1930251a}.setup-required .brand-mark{margin-bottom:24px}.setup-required h1{font-size:29px}.setup-required p{margin:10px 0 22px;color:#6f7972;font-size:13px;line-height:1.65}.setup-required>section>div{display:flex;gap:9px}.setup-required small{display:block;margin-top:20px;color:#949b96;font-size:10.5px;line-height:1.5}.placeholder-page{min-height:calc(100vh - 150px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center}.placeholder-art{width:76px;height:76px;display:grid;place-items:center;margin-bottom:22px;color:#2c806c;background:#e3f0ea;border:1px solid #d4e5dc;border-radius:24px;transform:rotate(-4deg)}.placeholder-page h1{font-size:30px}.placeholder-page p{max-width:460px;margin:11px 0 24px;color:var(--muted);font-size:13px;line-height:1.6}.toast{position:fixed;right:24px;bottom:24px;z-index:80;display:flex;align-items:center;gap:10px;max-width:min(420px,calc(100vw - 32px));padding:11px 15px 11px 11px;color:#39433d;background:#fff;border:1px solid #dce2dc;border-radius:10px;box-shadow:0 15px 40px #172b2129;font-size:11.5px;font-weight:500;animation:toast-in .22s ease both}.toast>span{width:27px;height:27px;display:grid;place-items:center;color:#fff;background:#2f7b69;border-radius:7px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;place-items:center;padding:20px;background:#17221d6b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fade-in .14s ease both}.modal{width:min(540px,100%);padding:23px;background:#fff;border:1px solid rgba(255,255,255,.65);border-radius:16px;box-shadow:0 28px 80px #11201840;animation:modal-in .18s ease both}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.modal h2{font-size:19px}.modal-intro{margin:9px 0 17px;color:#7e8680;font-size:11px}.survey-options{display:grid;gap:8px}.survey-options>button{width:100%;display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:12px;padding:12px;color:var(--ink);background:#fbfcfa;border:1px solid #e8ebe6;border-radius:10px;text-align:left;transition:transform .14s ease,border-color .14s ease}.survey-options>button:hover{border-color:#bfcfc7;transform:translateY(-1px)}.survey-options>button>span{width:40px;height:40px;display:grid;place-items:center;color:#2b7462;background:#e5f1eb;border-radius:9px}.survey-options strong{font-size:11.5px}.survey-options p{margin:3px 0 0;color:#858c87;font-size:9.5px;line-height:1.4}.survey-options>svg{color:#a2a8a3}.modal-foot{display:flex;justify-content:flex-end;margin-top:17px;padding-top:15px;border-top:1px solid var(--soft-border)}.sidebar-scrim{display:none}@keyframes pop-in{0%{opacity:0;transform:translateY(-5px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (min-width: 1500px){.main-content{padding-top:44px}.metric-card{min-height:184px}}@media (max-width: 1120px){:root{--sidebar-width: 224px}.main-content{padding:30px 25px 18px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.top-grid,.bottom-grid{grid-template-columns:minmax(0,1.45fr) minmax(280px,.85fr)}.metric-card{min-height:160px}}@media (max-width: 860px){.sidebar{transform:translate(-102%);box-shadow:18px 0 50px #19282026;transition:transform .22s ease}.sidebar.open{transform:translate(0)}.sidebar-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;display:block;background:#1d292361;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.page-shell{margin-left:0}.mobile-menu,.mobile-close{display:grid}.mobile-close{margin-left:auto}.topbar{padding:0 20px}.search-shell{width:min(420px,60vw)}.top-grid,.bottom-grid{grid-template-columns:1fr}.next-steps-panel{order:-1}}@media (max-width: 620px){.topbar{gap:7px;padding:0 14px}.search-shell{flex:1;width:auto}.search-shortcut,.topbar-help,.top-avatar{display:none}.search-shell input{padding-right:12px}.search-results{position:fixed;top:61px;left:12px;right:12px;width:auto;min-width:0}.notification-popover{position:fixed;top:61px;left:12px;right:12px;width:auto}.main-content{padding:24px 14px 16px}.welcome-row{align-items:flex-start;flex-direction:column;margin-bottom:22px}.welcome-row h1{font-size:25px}.welcome-actions{width:100%}.welcome-actions button{flex:1}.metric-grid{grid-template-columns:1fr 1fr;gap:9px}.metric-card{min-height:163px;padding:15px}.metric-foot{align-items:flex-start;flex-direction:column;gap:4px}.metric-card>p{margin-top:12px}.panel{border-radius:11px}.engagement-panel,.next-steps-panel,.activity-panel,.quick-panel{padding:17px 15px}.panel-head{gap:10px}.panel-head p{max-width:210px}.score-summary{margin-left:28px}.chart-tooltip{display:none}.activity-item{grid-template-columns:36px minmax(0,1fr)}.activity-item time{grid-column:2;margin-top:-5px}.dashboard-footer{justify-content:center}.dashboard-footer p{display:none}.toast{left:16px;right:16px;bottom:16px}.modal{padding:18px}}@media (max-width: 390px){.metric-grid{grid-template-columns:1fr}.metric-card{min-height:150px}.welcome-actions{align-items:stretch;flex-direction:column-reverse}.filter-button{padding:0 8px;font-size:9px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.engagement-page{animation:eng-fade-up .22s ease}.engagement-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.engagement-header h1{font-size:clamp(27px,2.3vw,34px);line-height:1.1}.engagement-header p{margin:8px 0 0;color:var(--muted);font-size:12.5px}.engagement-tabs{display:flex;gap:4px;margin-bottom:19px;border-bottom:1px solid var(--border)}.engagement-tabs button{position:relative;display:flex;align-items:center;gap:7px;padding:10px 13px 12px;color:#858c87;background:transparent;font-size:11.5px;font-weight:600}.engagement-tabs button:after{content:"";position:absolute;right:11px;bottom:-1px;left:11px;height:2px;background:transparent;border-radius:2px 2px 0 0}.engagement-tabs button:hover{color:#454c47}.engagement-tabs button.active{color:#205e51}.engagement-tabs button.active:after{background:#2d7b69}.engagement-tabs button span{min-width:18px;height:18px;display:grid;place-items:center;padding:0 5px;color:#717a73;background:#ebeee9;border-radius:9px;font-size:8.5px}.engagement-content{min-width:0}.eng-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.eng-mini-stat{min-width:0;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:82px;padding:13px;background:#fff;border:1px solid var(--border);border-radius:11px}.eng-mini-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:9px}.eng-mini-icon.coral{color:#b74c40;background:#fbe8e4}.eng-mini-icon.green{color:#27705e;background:#e3f1eb}.eng-mini-icon.blue{color:#356b90;background:#e6f0f5}.eng-mini-icon.purple{color:#735b96;background:#eee9f5}.eng-mini-stat>div{display:flex;flex-direction:column;min-width:0}.eng-mini-stat>div>span{overflow:hidden;color:#7c847e;font-size:9.5px;white-space:nowrap;text-overflow:ellipsis}.eng-mini-stat>div>strong{margin-top:2px;color:#272d29;font-family:Manrope,sans-serif;font-size:21px;letter-spacing:-.05em}.eng-mini-stat>div>strong small{margin-left:2px;color:#959c97;font-size:10px;font-weight:500}.eng-change{align-self:end;display:flex;align-items:center;gap:2px;padding:3px 5px;border-radius:5px;font-size:8px;font-weight:700;white-space:nowrap}.eng-change.up{color:#28705e;background:#e6f2ed}.eng-change.down{color:#aa554b;background:#f8e8e5}.eng-live-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 180px;overflow:hidden;margin-bottom:12px;background:#fff;border:1px solid #dce2dc;border-radius:13px;box-shadow:0 6px 22px #20382b0a}.eng-live-accent{position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,#ee695a,#efb447)}.eng-live-main{min-width:0;padding:20px 21px 18px 24px}.eng-live-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.eng-live-label{display:flex;align-items:center;gap:6px;margin-bottom:6px;color:#a64f45;font-size:8.5px;font-weight:700;letter-spacing:.1em}.eng-live-label i{width:6px;height:6px;background:#ed6657;border-radius:50%;box-shadow:0 0 0 4px #faebe8}.eng-live-title-row h2{font-size:17px}.eng-live-title-row p{margin:4px 0 0;color:#929993;font-size:9.5px}.eng-icon-button{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;color:#89918b;background:transparent;border-radius:8px}.eng-icon-button:hover{color:#3f4842;background:#f3f5f1}.eng-live-meta{display:flex;gap:28px;margin-top:19px}.eng-live-meta>div{display:flex;align-items:center;gap:8px;color:#4e756a}.eng-live-meta>div>span{display:flex;flex-direction:column}.eng-live-meta strong{color:#515a54;font-size:9.5px;font-weight:600}.eng-live-meta small{margin-top:2px;color:#9aa09b;font-size:8.5px}.eng-live-actions{display:flex;gap:8px;margin-top:18px}.eng-live-actions .primary-button,.eng-live-actions .secondary-button{min-height:34px;font-size:10px}.eng-live-actions button:disabled{cursor:default;opacity:.64;transform:none}.eng-live-progress{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:17px;background:#f8faf7;border-left:1px solid #ebeee9;text-align:center}.eng-progress-ring{position:relative;display:grid;place-items:center}.eng-progress-ring svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:rotate(-90deg)}.eng-progress-ring circle{fill:none;stroke-width:7}.eng-progress-ring .ring-track{stroke:#e5e9e4}.eng-progress-ring .ring-value{stroke:#df6c5c;stroke-linecap:round;transition:stroke-dashoffset .4s ease}.eng-progress-ring>span{display:flex;flex-direction:column}.eng-progress-ring strong{color:#29312c;font-family:Manrope,sans-serif;font-size:18px;letter-spacing:-.05em}.eng-progress-ring small{color:#919892;font-size:7.5px}.eng-live-progress>p{display:flex;flex-direction:column;margin:9px 0 0}.eng-live-progress>p strong{color:#4d5751;font-size:9px}.eng-live-progress>p span{margin-top:2px;color:#969d97;font-size:7.5px}.eng-overview-grid,.eng-insights-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(285px,.65fr);gap:12px;margin-bottom:12px}.eng-card{background:#fff;border:1px solid var(--border);border-radius:12px}.eng-drivers-card,.eng-opportunity-card,.eng-recent-card,.eng-surveys-view,.eng-sentiment-card,.eng-themes-card{padding:20px}.eng-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.eng-card-head .eyebrow{margin-bottom:4px}.eng-card-head h2{font-size:14px}.eng-card-head p{margin:4px 0 0;color:#929993;font-size:9.5px}.eng-text-button{display:flex;align-items:center;gap:5px;padding:4px;color:#327260;background:transparent;font-size:9.5px;font-weight:600;white-space:nowrap}.eng-driver-list{display:grid;gap:12px;margin-top:19px}.eng-driver-row{display:grid;grid-template-columns:76px minmax(70px,1fr) 26px 29px;align-items:center;gap:8px}.eng-driver-label{color:#59625c;font-size:9.5px;font-weight:500}.eng-driver-track{position:relative;height:7px;background:#edf0ec;border-radius:8px}.eng-driver-track>span{display:block;height:100%;background:linear-gradient(90deg,#78b8a6,#3f8e79);border-radius:inherit}.eng-driver-track>span.needs-focus{background:linear-gradient(90deg,#efb89e,#df7965)}.eng-driver-track>i{position:absolute;top:-3px;width:2px;height:13px;background:#39433d;border-radius:2px}.eng-driver-row>strong{color:#37403a;font-size:10.5px;text-align:right}.eng-driver-change{padding:2px 4px;color:#2f7765;background:#e8f2ee;border-radius:4px;font-size:7.5px;font-weight:700;text-align:center}.eng-driver-change.negative{color:#b1584d;background:#f9e9e5}.eng-benchmark-key{display:flex;align-items:center;gap:5px;margin:15px 0 0 84px;color:#a1a7a2;font-size:7.5px}.eng-benchmark-key i{width:2px;height:10px;background:#465049;border-radius:1px}.eng-opportunity-icon{width:38px;height:38px;display:grid;place-items:center;color:#a77525;background:#fbefcf;border-radius:10px}.eng-opportunity-score{display:flex;align-items:center;gap:8px;margin-top:16px}.eng-opportunity-score>strong{font-family:Manrope,sans-serif;font-size:28px;letter-spacing:-.05em}.eng-opportunity-score>span{display:flex;align-items:center;gap:3px;padding:3px 6px;color:#b0584c;background:#faeae7;border-radius:5px;font-size:8px;font-weight:700}.eng-opportunity-card>p{margin:7px 0 0;color:#747c76;font-size:9.5px;line-height:1.5}.eng-quote{position:relative;margin:13px 0;padding:10px 10px 10px 25px;background:#f7f7f2;border-radius:8px}.eng-quote>span{position:absolute;left:9px;top:2px;color:#db9a50;font-family:Georgia,serif;font-size:28px}.eng-quote p{margin:0;color:#716f65;font-size:8.5px;font-style:italic;line-height:1.5}.eng-opportunity-card .secondary-button{min-height:32px;font-size:9.5px}.eng-recent-card{margin-bottom:12px}.eng-survey-table{margin-top:16px;overflow:hidden;border:1px solid #e9ece7;border-radius:9px}.eng-table-head,.eng-table-row{display:grid;grid-template-columns:minmax(240px,1.6fr) 90px 120px 60px 98px 18px;align-items:center;gap:12px}.eng-table-head{min-height:34px;padding:0 12px;color:#9aa19b;background:#f8f9f6;font-size:8px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.eng-table-row{width:100%;min-height:60px;padding:8px 12px;color:#4d5650;background:#fff;border-top:1px solid #edf0eb;text-align:left}.eng-table-row:hover{background:#fafbf9}.eng-survey-name{min-width:0;display:flex;align-items:center;gap:9px}.eng-survey-name>span{min-width:0;display:flex;flex-direction:column}.eng-survey-name strong{overflow:hidden;color:#3b433e;font-size:9.5px;font-weight:600;white-space:nowrap;text-overflow:ellipsis}.eng-survey-name small{margin-top:2px;overflow:hidden;color:#989f99;font-size:7.8px;white-space:nowrap;text-overflow:ellipsis}.eng-type-icon{width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto;color:#2f7563;background:#e7f1ed;border-radius:7px}.eng-type-icon.pulse{color:#a06b1b;background:#faefcf}.eng-type-icon.onboarding{color:#6a5c91;background:#edeaf5}.eng-status{width:fit-content;display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border-radius:10px;font-size:7.5px;font-weight:700}.eng-status i{width:5px;height:5px;border-radius:50%}.eng-status.live{color:#a7483d;background:#fae9e6}.eng-status.live i{background:#df5c4e}.eng-status.complete{color:#2d705f;background:#e6f1ed}.eng-status.complete i{background:#438d79}.eng-status.draft{color:#777e79;background:#eceeeb}.eng-status.draft i{background:#969c97}.eng-table-participation{display:flex;align-items:center;gap:6px}.eng-table-participation>strong{width:25px;font-size:8.5px}.eng-table-participation>i{width:58px;height:4px;overflow:hidden;background:#e9ece8;border-radius:4px}.eng-table-participation b{display:block;height:100%;background:#5a9e8b;border-radius:inherit}.eng-table-score{color:#39413c;font-family:Manrope,sans-serif;font-size:12px;font-weight:700}.eng-table-date{color:#8e958f;font-size:8.5px}.eng-table-row>svg{color:#a7ada8}.eng-template-banner{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;padding:13px 16px;background:#f7f4e9;border:1px solid #ebe5d2;border-radius:11px}.eng-template-banner>span{width:38px;height:38px;display:grid;place-items:center;color:#a87421;background:#f8e7bb;border-radius:9px}.eng-template-banner>div{display:flex;flex-direction:column}.eng-template-banner strong{color:#514e42;font-size:10.5px}.eng-template-banner p{margin:3px 0 0;color:#858174;font-size:8.5px}.eng-template-banner .secondary-button{min-height:32px;color:#716547;background:#fffdf7;border-color:#ddd5bd;font-size:9.5px}.eng-surveys-view{min-height:480px}.eng-surveys-head{align-items:center}.eng-surveys-head .primary-button{min-height:35px;font-size:10px}.eng-survey-counts{display:flex;gap:24px;margin-top:20px;padding:11px 14px;background:#f7f8f5;border:1px solid #eceeea;border-radius:8px}.eng-survey-counts span{display:flex;align-items:center;gap:5px;color:#848b85;font-size:9px}.eng-survey-counts strong{color:#3e4741;font-size:10px}.eng-toolbar{display:flex;justify-content:space-between;gap:10px;margin-top:14px}.eng-search-input,.eng-filter-select{height:34px;display:flex;align-items:center;gap:7px;padding:0 10px;color:#929993;background:#fff;border:1px solid #dfe3de;border-radius:8px}.eng-search-input{width:min(300px,55%)}.eng-search-input input{width:100%;padding:0;color:#424a45;background:transparent;border:0;outline:0;font-size:9.5px}.eng-search-input input::placeholder{color:#a0a6a1}.eng-filter-select{position:relative;min-width:132px}.eng-filter-select select{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0 18px 0 0;color:#58615b;background:transparent;border:0;outline:0;font-size:9px}.eng-filter-select>svg:last-child{position:absolute;right:8px}.eng-empty-state{display:flex;min-height:220px;flex-direction:column;align-items:center;justify-content:center;color:#9aa19b}.eng-empty-state strong{margin-top:9px;color:#535b55;font-size:11px}.eng-empty-state p{margin:3px 0 0;font-size:9px}.eng-insight-hero{display:grid;grid-template-columns:1fr 210px;overflow:hidden;margin-bottom:12px;background:linear-gradient(125deg,#173f38,#276c5d);border-radius:13px;color:#fff}.eng-insight-hero>div:first-child{padding:25px}.eng-insight-hero .eyebrow{color:#b8d9cf}.eng-insight-hero h2{max-width:560px;color:#fff;font-size:22px;line-height:1.2}.eng-insight-hero>div:first-child>p{max-width:600px;margin:9px 0 16px;color:#c6ddd6;font-size:10.5px;line-height:1.55}.eng-insight-hero .secondary-button{min-height:33px;color:#1f5d4f;border-color:#d8e7e2;font-size:9.5px}.eng-hero-score{display:flex;flex-direction:column;justify-content:center;padding:22px;background:#ffffff14;border-left:1px solid rgba(255,255,255,.12)}.eng-hero-score>span{color:#bcdbd2;font-size:8.5px}.eng-hero-score>strong{margin:3px 0;color:#fff;font-family:Manrope,sans-serif;font-size:43px;line-height:1;letter-spacing:-.06em}.eng-hero-score p{display:flex;align-items:center;gap:4px;margin:6px 0 2px;color:#d7eee8;font-size:8.5px}.eng-hero-score small{color:#9fcabd;font-size:7.5px}.eng-drivers-card.detailed .eng-driver-list{margin-top:23px;gap:16px}.eng-drivers-card.detailed .eng-benchmark-key{margin-top:19px}.eng-sentiment-donut{display:flex;align-items:center;justify-content:center;gap:22px;margin:20px 0 17px}.eng-donut{width:104px;height:104px;display:grid;place-items:center;flex:0 0 auto;background:conic-gradient(#4f9885 0,#4f9885 72%,#e5b763 72%,#e5b763 91%,#de7464 91%,#de7464);border-radius:50%}.eng-donut:before{content:"";grid-area:1 / 1;width:72px;height:72px;background:#fff;border-radius:50%}.eng-donut>span{z-index:1;grid-area:1 / 1;display:flex;flex-direction:column;text-align:center}.eng-donut strong{font-family:Manrope,sans-serif;font-size:17px}.eng-donut small{color:#929993;font-size:7px}.eng-sentiment-key{display:grid;gap:8px}.eng-sentiment-key>span{display:grid;grid-template-columns:7px 1fr auto;align-items:center;gap:6px;min-width:98px}.eng-sentiment-key i{width:7px;height:7px;border-radius:50%}.eng-sentiment-key i.positive{background:#4f9885}.eng-sentiment-key i.mixed{background:#e5b763}.eng-sentiment-key i.negative{background:#de7464}.eng-sentiment-key strong{color:#5e6660;font-size:8.5px;font-weight:500}.eng-sentiment-key small{color:#898f8a;font-size:8px}.eng-ai-summary{display:grid;grid-template-columns:27px 1fr;gap:8px;padding:10px;color:#6f6a5c;background:#f8f5e9;border-radius:8px}.eng-ai-summary>svg{width:27px;height:27px;padding:6px;color:#a97724;background:#fae8bc;border-radius:7px}.eng-ai-summary p{margin:0;font-size:8px;line-height:1.45}.eng-ai-summary strong{display:block;margin-bottom:2px;color:#555144;font-size:8.5px}.eng-themes-card{margin-bottom:12px}.eng-theme-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:16px}.eng-theme-grid>button{display:grid;grid-template-columns:1fr auto;align-items:center;gap:7px;padding:11px;color:#3f4742;background:#fafbf9;border:1px solid #eceeea;border-radius:8px;text-align:left}.eng-theme-grid>button:hover{border-color:#d4dad4}.eng-theme-grid>button>div{display:flex;flex-direction:column}.eng-theme-grid strong{font-size:9.5px}.eng-theme-grid small{margin-top:2px;color:#969c97;font-size:7.8px}.eng-theme-sentiment{padding:3px 6px;border-radius:5px;font-size:7px;font-weight:700}.eng-theme-sentiment.positive{color:#2f7563;background:#e5f1ec}.eng-theme-sentiment.mixed{color:#9b6c25;background:#f8edcf}.eng-theme-sentiment.negative{color:#ad554b;background:#f8e7e4}.eng-theme-grid>button>i{height:3px;overflow:hidden;background:#e8ebe7;border-radius:4px}.eng-theme-grid>button>i b{display:block;height:100%;background:#68a392}.eng-theme-grid>button>svg{grid-column:2;grid-row:2;color:#a2a8a3}.engagement-header p{font-size:14px;line-height:1.5}.engagement-header .eyebrow,.engagement-content .eyebrow{font-size:11px;line-height:1.35}.engagement-tabs button{padding:12px 14px 14px;font-size:14px;line-height:1.2}.engagement-tabs button span{min-width:21px;height:21px;border-radius:11px;font-size:11px}.eng-mini-stat{grid-template-columns:40px minmax(0,1fr) auto;min-height:94px;padding:15px}.eng-mini-icon{width:40px;height:40px}.eng-mini-stat>div>span{font-size:13px;line-height:1.35}.eng-mini-stat>div>strong{font-size:25px;line-height:1.15}.eng-mini-stat>div>strong small{font-size:13px}.eng-change{padding:4px 6px;font-size:11px;line-height:1.2}.eng-live-label{font-size:11px;line-height:1.3}.eng-live-title-row h2{font-size:20px;line-height:1.25}.eng-live-title-row p{font-size:13px;line-height:1.45}.eng-live-meta strong{font-size:13px;line-height:1.35}.eng-live-meta small{font-size:12px;line-height:1.4}.eng-live-actions .primary-button,.eng-live-actions .secondary-button{min-height:40px;font-size:13px}.eng-progress-ring strong{font-size:22px}.eng-progress-ring small{font-size:11px;line-height:1.3}.eng-live-progress>p strong{font-size:13px;line-height:1.35}.eng-live-progress>p span{font-size:11.5px;line-height:1.4}.eng-card-head h2{font-size:18px;line-height:1.3}.eng-card-head p{font-size:13px;line-height:1.5}.eng-text-button{font-size:13px}.eng-driver-label{font-size:13px;line-height:1.35}.eng-driver-row>strong{font-size:14px}.eng-driver-change{font-size:11px;line-height:1.25}.eng-benchmark-key{font-size:11.5px;line-height:1.35}.eng-opportunity-score>strong{font-size:32px}.eng-opportunity-score>span{font-size:11px;line-height:1.25}.eng-opportunity-card>p{font-size:13px;line-height:1.6}.eng-quote p{font-size:12.5px;line-height:1.6}.eng-opportunity-card .secondary-button{min-height:40px;font-size:13px}.eng-table-head{min-height:40px;font-size:11px;line-height:1.25}.eng-table-row{min-height:70px}.eng-survey-name strong{font-size:13.5px;line-height:1.35}.eng-survey-name small{font-size:12px;line-height:1.4}.eng-status{padding:5px 8px;font-size:11px;line-height:1.2}.eng-table-participation>strong{width:32px;font-size:12px}.eng-table-score{font-size:15px}.eng-table-date{font-size:12px;line-height:1.35}.eng-template-banner strong{font-size:14px;line-height:1.35}.eng-template-banner p{font-size:12.5px;line-height:1.45}.eng-template-banner .secondary-button{min-height:40px;font-size:13px}.eng-data-empty,.eng-insights-empty{min-height:230px;display:grid;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:18px;margin-bottom:12px;padding:28px}.eng-data-empty>span,.eng-insights-empty>span{width:56px;height:56px;display:grid;place-items:center;color:#2f7865;background:#e7f2ed;border-radius:15px}.eng-data-empty h2,.eng-insights-empty h2{font-size:20px}.eng-data-empty p,.eng-insights-empty p{max-width:650px;margin:7px 0 0;color:#747d77;font-size:13px;line-height:1.6}.eng-insights-empty{min-height:430px}.eng-loading-state{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#818a83}.eng-loading-state svg{animation:auth-spin .9s linear infinite}.eng-loading-state strong{font-size:13px}.eng-load-error{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px;padding:11px 13px;color:#8f4138;background:#fceeea;border:1px solid #f0d8d1;border-radius:9px;font-size:12px}.eng-load-error button{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;color:inherit;background:#fff7f5;border-radius:6px;font-weight:700}.eng-surveys-head .primary-button{min-height:40px;font-size:13px}.eng-survey-counts span{font-size:13px}.eng-survey-counts strong{font-size:14px}.eng-search-input,.eng-filter-select{height:42px}.eng-search-input input,.eng-filter-select select{font-size:13px}.eng-empty-state strong{font-size:15px}.eng-empty-state p{font-size:13px;line-height:1.5}.eng-insight-hero h2{font-size:24px}.eng-insight-hero>div:first-child>p{font-size:14px;line-height:1.6}.eng-insight-hero .secondary-button{min-height:40px;font-size:13px}.eng-hero-score>span{font-size:12px}.eng-hero-score p{font-size:12.5px;line-height:1.4}.eng-hero-score small{font-size:11.5px;line-height:1.4}.eng-donut strong{font-size:20px}.eng-donut small{font-size:11px}.eng-sentiment-key strong{font-size:13px}.eng-sentiment-key small{font-size:12px}.eng-ai-summary p{font-size:12.5px;line-height:1.55}.eng-ai-summary strong{font-size:13px}.eng-theme-grid strong{font-size:13.5px;line-height:1.35}.eng-theme-grid small{font-size:12px;line-height:1.4}.eng-theme-sentiment{font-size:11px;line-height:1.2}.eng-drawer-backdrop,.eng-builder-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#17221d6b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:eng-fade .15s ease both}.eng-drawer{position:absolute;inset:0 0 0 auto;width:min(440px,100%);display:flex;flex-direction:column;overflow-y:auto;padding:23px;background:#fff;box-shadow:-18px 0 60px #12231a29;animation:eng-slide-in .21s ease both}.eng-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:19px;border-bottom:1px solid var(--soft-border)}.eng-drawer-head h2{margin-top:10px;font-size:19px}.eng-drawer-head p{margin:5px 0 0;color:#8a918c;font-size:9.5px}.eng-drawer-hero{display:flex;align-items:center;gap:18px;margin:20px 0;padding:17px;background:#f7f9f6;border-radius:10px}.eng-drawer-hero>div:last-child{display:flex;flex-direction:column}.eng-drawer-hero>div:last-child>span{color:#89918b;font-size:8.5px}.eng-drawer-hero>div:last-child>strong{margin:3px 0;color:#343d37;font-family:Manrope,sans-serif;font-size:18px}.eng-drawer-hero>div:last-child>small{color:#969d97;font-size:8px}.eng-drawer-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px}.eng-drawer-stats>div{display:flex;flex-direction:column;padding:11px;background:#fff;border:1px solid #e8ebe6;border-radius:8px}.eng-drawer-stats span{color:#979d98;font-size:7.5px}.eng-drawer-stats strong{margin-top:4px;color:#4a534d;font-size:9.5px}.eng-drawer-section{display:grid;gap:6px;margin-top:23px}.eng-drawer-section>button{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:9px;padding:9px;color:#347260;background:#fafbf9;border:1px solid #edf0eb;border-radius:8px;text-align:left}.eng-drawer-section>button>span{display:flex;flex-direction:column}.eng-drawer-section strong{color:#4a534d;font-size:9px}.eng-drawer-section small{margin-top:2px;color:#969d97;font-size:7.5px}.eng-drawer-section>button>svg:last-child{color:#a3a9a4}.eng-drawer-foot{display:flex;justify-content:flex-end;gap:8px;margin-top:auto;padding-top:20px}.eng-drawer-foot button{min-height:35px;font-size:10px}.eng-builder-backdrop{display:grid;place-items:center;padding:20px}.eng-builder{width:min(760px,100%);max-height:min(760px,calc(100vh - 40px));display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden;background:#fff;border-radius:15px;box-shadow:0 28px 80px #1120183d;animation:eng-modal-in .18s ease both}.eng-builder-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 22px 15px}.eng-builder-head .eyebrow{margin-bottom:4px}.eng-builder-head h2{font-size:18px}.eng-builder-steps{display:flex;align-items:center;justify-content:center;padding:12px 20px;background:#f7f8f5;border-block:1px solid #e8ebe7}.eng-builder-steps>span{position:relative;display:flex;align-items:center;gap:7px;color:#a0a6a1;font-size:8.5px;font-weight:600}.eng-builder-steps>span:not(:last-child):after{content:"";width:50px;height:1px;margin:0 12px;background:#d9ded8}.eng-builder-steps i{width:21px;height:21px;display:grid;place-items:center;color:#8b938d;background:#fff;border:1px solid #d8ddd7;border-radius:50%;font-style:normal;font-size:8px}.eng-builder-steps span.active{color:#316e5e}.eng-builder-steps span.active i{color:#fff;background:#327866;border-color:#327866}.eng-builder-steps span.done i{color:#2d7663;background:#dfefe8;border-color:#cce4da}.eng-builder-body{overflow-y:auto;padding:22px}.eng-builder-section{max-width:650px;margin:0 auto}.eng-builder-intro{margin-bottom:16px}.eng-builder-intro h3{margin:0;color:#303732;font-family:Manrope,sans-serif;font-size:14px}.eng-builder-intro p{margin:5px 0 0;color:#8b928d;font-size:9.5px}.eng-builder-templates{display:grid;grid-template-columns:1fr 1fr;gap:9px}.eng-builder-templates>button{position:relative;display:grid;grid-template-columns:38px 1fr 20px;gap:10px;min-height:112px;padding:12px;color:#3e4741;background:#fff;border:1px solid #e2e5e0;border-radius:10px;text-align:left}.eng-builder-templates>button:hover{border-color:#bdcec5}.eng-builder-templates>button.selected{border-color:#5f9a89;box-shadow:0 0 0 2px #e6f1ed}.eng-template-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:9px}.eng-template-icon.coral{color:#b85044;background:#fae8e4}.eng-template-icon.gold{color:#9c6d22;background:#f9edcd}.eng-template-icon.blue{color:#396d8c;background:#e7f0f4}.eng-template-icon.purple{color:#705c91;background:#eeeaf4}.eng-builder-templates>button>div{display:flex;flex-direction:column}.eng-builder-templates strong{font-size:10px}.eng-builder-templates p{margin:4px 0;color:#858d87;font-size:8px;line-height:1.45}.eng-builder-templates small{margin-top:auto;color:#9ca29d;font-size:7.5px}.eng-builder-templates>button>i,.eng-audience-options>button>i{width:19px;height:19px;display:grid;place-items:center;color:#fff;background:#397b69;border-radius:50%}.eng-form-section{max-width:570px}.eng-form-section>label,.eng-date-fields label{position:relative;display:flex;flex-direction:column;margin-bottom:13px}.eng-form-section label>span{margin-bottom:6px;color:#535c56;font-size:9px;font-weight:600}.eng-form-section input,.eng-form-section textarea{width:100%;padding:9px 11px;color:#3c4540;background:#fff;border:1px solid #dfe3dd;border-radius:8px;outline:0;font-size:10px;resize:vertical}.eng-form-section input:focus,.eng-form-section textarea:focus{border-color:#7aa697;box-shadow:0 0 0 3px #e8f2ee}.eng-form-section label>small{position:absolute;right:8px;bottom:6px;color:#a2a8a3;background:#fff;font-size:7px}.eng-date-fields{display:grid;grid-template-columns:1fr 1fr;gap:11px}.eng-date-fields label>div{position:relative;display:flex;align-items:center}.eng-date-fields svg{position:absolute;left:10px;color:#87908a}.eng-date-fields input{padding-left:34px}.eng-audience-options{display:grid;gap:8px}.eng-audience-options>button{display:grid;grid-template-columns:38px 1fr 20px;align-items:center;gap:10px;padding:11px;color:#424b45;background:#fff;border:1px solid #e1e5df;border-radius:9px;text-align:left}.eng-audience-options>button.selected{border-color:#67a08f;box-shadow:0 0 0 2px #e7f2ed}.eng-audience-options>button>span{width:38px;height:38px;display:grid;place-items:center;color:#337663;background:#e7f2ed;border-radius:9px}.eng-audience-options>button>div{display:flex;flex-direction:column}.eng-audience-options strong{font-size:10px}.eng-audience-options p{margin:3px 0;color:#8c938e;font-size:8px}.eng-audience-options small{color:#497767;font-size:7.5px;font-weight:600}.eng-anonymity{width:100%;display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding:12px;color:#4a534d;background:#f8f9f6;border:1px solid #e7eae5;border-radius:9px;text-align:left}.eng-anonymity>span{display:flex;flex-direction:column}.eng-anonymity strong{font-size:9.5px}.eng-anonymity small{margin-top:3px;color:#929994;font-size:7.5px}.eng-anonymity>i{position:relative;width:32px;height:18px;background:#ccd2cd;border-radius:10px}.eng-anonymity>i b{position:absolute;top:3px;left:3px;width:12px;height:12px;background:#fff;border-radius:50%;transition:transform .15s ease}.eng-anonymity.active>i{background:#3d846f}.eng-anonymity.active>i b{transform:translate(14px)}.eng-review-card{overflow:hidden;border:1px solid #dfe4de;border-radius:10px}.eng-review-title{display:grid;grid-template-columns:40px 1fr;gap:11px;padding:14px;background:#f8f9f6;border-bottom:1px solid #e6e9e4}.eng-review-title>div{display:flex;flex-direction:column}.eng-review-title strong{color:#3a433d;font-size:10.5px}.eng-review-title p{margin:4px 0 0;color:#858d87;font-size:8px;line-height:1.45}.eng-review-card dl{display:grid;grid-template-columns:1fr 1fr;margin:0;padding:7px 14px 12px}.eng-review-card dl>div{padding:9px 0;border-bottom:1px solid #edf0eb}.eng-review-card dl>div:nth-last-child(-n+2){border-bottom:0}.eng-review-card dt{color:#979e98;font-size:7.5px}.eng-review-card dd{margin:3px 0 0;color:#4a534d;font-size:9px;font-weight:600}.eng-review-note{display:grid;grid-template-columns:28px 1fr;gap:9px;margin-top:12px;padding:10px;color:#2f7563;background:#e9f3ef;border-radius:8px}.eng-review-note>svg{width:28px;height:28px;padding:6px;background:#d6ebe3;border-radius:7px}.eng-review-note p{margin:0;color:#658078;font-size:8px;line-height:1.4}.eng-review-note strong{display:block;margin-bottom:2px;color:#397565;font-size:8.5px}.eng-builder-foot{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;border-top:1px solid #e7eae6}.eng-builder-foot button{min-width:90px;min-height:35px;font-size:10px}.eng-builder-foot .primary-button:disabled{cursor:not-allowed;opacity:.45;transform:none}.eng-builder-expanded{width:min(980px,100%);max-height:min(850px,calc(100vh - 30px))}.eng-template-library{max-width:880px}.eng-unique-templates{grid-template-columns:repeat(3,minmax(0,1fr))}.eng-unique-templates>button{grid-template-columns:40px minmax(0,1fr) 20px;min-height:174px;overflow:hidden;padding:14px;border-radius:12px}.eng-unique-templates>button:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:#71827b}.eng-unique-templates>button.template-coral:before{background:#e46f60}.eng-unique-templates>button.template-gold:before{background:#e2ac47}.eng-unique-templates>button.template-blue:before{background:#5e91b2}.eng-unique-templates>button.template-purple:before{background:#8b72ad}.eng-unique-templates>button.template-green:before{background:#5f9d79}.eng-unique-templates>button.template-slate:before{background:#77827c}.eng-unique-templates>button.selected{transform:translateY(-1px);box-shadow:0 8px 20px #233d2f14,0 0 0 2px #e6f1ed}.eng-template-icon.green{color:#34715a;background:#e4f0e9}.eng-template-icon.slate{color:#5e6963;background:#e9ece9}.eng-template-card-copy{min-width:0}.eng-template-card-copy .eng-template-eyebrow{margin:0 0 3px;color:#9aa19b;font-size:7px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.eng-template-card-copy>strong{color:#333c36;font-family:Manrope,sans-serif;font-size:11px}.eng-template-card-copy>p{min-height:35px;margin:5px 0 8px;color:#7d857f;font-size:8px;line-height:1.45}.eng-framework-pill{width:fit-content;max-width:100%;overflow:hidden;padding:4px 7px;color:#396f60;background:#eaf3ef;border-radius:5px;font-size:7px;font-weight:700;white-space:nowrap;text-overflow:ellipsis}.eng-template-card-copy>small{margin-top:8px;color:#999f9a;font-size:7px;line-height:1.35}.eng-question-designer{max-width:870px}.eng-designer-summary{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px;background:#f7f9f6;border:1px solid #e6eae5;border-radius:10px}.eng-designer-summary>div{display:flex;min-width:0;flex-direction:column}.eng-designer-summary>div>span{color:#397160;font-size:7.5px;font-weight:700}.eng-designer-summary>div>strong{margin-top:2px;color:#3c453f;font-size:10.5px}.eng-designer-summary>div>small{margin-top:3px;overflow:hidden;color:#8b928d;font-size:7.5px;white-space:nowrap;text-overflow:ellipsis}.eng-reset-button{display:flex;align-items:center;gap:5px;padding:7px 9px;color:#537268;background:#fff;border:1px solid #dce3de;border-radius:7px;font-size:8px;font-weight:600;white-space:nowrap}.eng-reset-button:hover{border-color:#bdcbc3}.eng-designer-controls{display:grid;grid-template-columns:minmax(150px,1fr) 160px;align-items:center;gap:10px;margin-top:10px;padding:10px 12px;background:#fff;border:1px solid #e6e9e5;border-radius:9px}.eng-designer-controls>div:first-child{display:flex;align-items:center;gap:8px;color:#487264}.eng-designer-controls>div:first-child>span{display:flex;flex-direction:column}.eng-designer-controls>div:first-child strong{color:#4b554f;font-size:8.5px}.eng-designer-controls>div:first-child small{margin-top:2px;color:#969d97;font-size:7px}.eng-designer-controls>label{position:relative;display:flex;align-items:center}.eng-designer-controls select{width:100%;height:30px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0 28px 0 9px;color:#505a54;background:#f8f9f7;border:1px solid #dfe3de;border-radius:7px;outline:0;font-size:8.5px}.eng-designer-controls label>svg{position:absolute;right:8px;color:#8c938e;pointer-events:none}.eng-scale-preview{grid-column:1 / -1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;padding-top:9px;border-top:1px solid #edf0eb}.eng-scale-preview>span{display:flex;align-items:center;gap:5px;color:#89908b;font-size:7px;white-space:nowrap}.eng-scale-preview i{width:18px;height:18px;display:grid;place-items:center;flex:0 0 auto;color:#397262;background:#e6f1ec;border-radius:50%;font-style:normal;font-size:7px;font-weight:700}.eng-section-list{display:grid;gap:9px;margin-top:10px}.eng-question-section{overflow:hidden;background:#fff;border:1px solid #e1e5df;border-radius:10px}.eng-question-section.disabled{background:#f7f8f6;opacity:.7}.eng-question-section>header{display:grid;grid-template-columns:25px minmax(0,1fr) auto 36px;align-items:center;gap:9px;min-height:52px;padding:9px 11px;background:#fafbf9}.eng-section-number{width:25px;height:25px;display:grid;place-items:center;color:#4a7769;background:#e7f1ed;border-radius:7px;font-size:8px;font-weight:700}.eng-question-section>header>div{min-width:0}.eng-question-section>header input{width:100%;padding:0;color:#3f4842;background:transparent;border:0;outline:0;font-size:10px;font-weight:700}.eng-question-section>header p{margin:3px 0 0;overflow:hidden;color:#969d97;font-size:7px;white-space:nowrap;text-overflow:ellipsis}.eng-question-section>header p span{margin-left:5px;padding:2px 4px;color:#6d7d75;background:#ecefeb;border-radius:3px;font-weight:600}.eng-essential-pill{padding:3px 6px;color:#9c6358;background:#f9e9e5;border-radius:5px;font-size:7px;font-weight:700}.eng-section-toggle{padding:0;background:transparent}.eng-section-toggle>i{position:relative;display:block;width:30px;height:17px;background:#cbd1cc;border-radius:10px}.eng-section-toggle b{position:absolute;top:3px;left:3px;width:11px;height:11px;background:#fff;border-radius:50%;transition:transform .15s ease}.eng-section-toggle.active>i{background:#41816f}.eng-section-toggle.active b{transform:translate(13px)}.eng-question-list{padding:5px 10px 10px;border-top:1px solid #edf0eb}.eng-question-row{display:grid;grid-template-columns:14px 18px minmax(170px,1fr) 126px 25px 25px;align-items:center;gap:6px;padding:7px 0;border-bottom:1px solid #eff1ee}.eng-question-row>svg{color:#b0b5b1}.eng-question-index{color:#9ca29d;font-size:7.5px;text-align:center}.eng-question-row textarea{width:100%;min-height:29px;overflow:hidden;padding:7px 8px;color:#414a44;background:#fff;border:1px solid transparent;border-radius:6px;outline:0;font-size:8.5px;line-height:1.45;resize:vertical}.eng-question-row textarea:hover,.eng-question-row textarea:focus{border-color:#dce2dc;background:#fbfcfa}.eng-question-row select{width:100%;height:29px;padding:0 6px;color:#6e7770;background:#f7f8f6;border:1px solid #e2e5e1;border-radius:6px;outline:0;font-size:7.5px}.eng-required-button,.eng-delete-question{width:25px;height:25px;display:grid;place-items:center;padding:0;color:#a0a6a1;background:transparent;border-radius:6px}.eng-required-button.active{color:#fff;background:#448571}.eng-delete-question:hover{color:#b9574c;background:#faebe8}.eng-add-question{display:flex;align-items:center;gap:5px;margin:8px 0 0 38px;padding:5px;color:#397363;background:transparent;font-size:8px;font-weight:600}.eng-add-section{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;margin-top:10px;padding:9px;color:#477466;background:#f7f9f6;border:1px dashed #cbd6cf;border-radius:9px;font-size:8.5px;font-weight:600}.eng-add-section:hover{background:#f0f6f2;border-color:#96b2a7}.eng-audience-section{max-width:760px}.eng-audience-grid{grid-template-columns:1fr 1fr}.eng-audience-grid>button:last-child{grid-column:1 / -1}.eng-audience-options strong em{margin-left:6px;padding:2px 5px;color:#387261;background:#e6f1ec;border-radius:4px;font-size:6.5px;font-style:normal;font-weight:700}.eng-review-section{max-width:700px}.eng-review-title>div>span{margin-bottom:3px;color:#397160;font-size:7px;font-weight:700}.eng-review-frameworks{margin-top:11px;padding:11px;background:#f7f9f6;border:1px solid #e7eae6;border-radius:8px}.eng-review-frameworks>strong{color:#4d5650;font-size:8.5px}.eng-review-frameworks>div{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.eng-review-frameworks span{display:flex;align-items:center;gap:4px;padding:4px 6px;color:#417263;background:#e5f0eb;border-radius:5px;font-size:7.5px}.eng-builder-foot-summary{margin-inline:auto;color:#8e958f;font-size:8px}.eng-drawer-head h2{font-size:22px;line-height:1.25}.eng-drawer-head p{font-size:13px;line-height:1.45}.eng-drawer-hero>div:last-child>span{font-size:12px}.eng-drawer-hero>div:last-child>strong{font-size:21px;line-height:1.3}.eng-drawer-hero>div:last-child>small{font-size:12px;line-height:1.45}.eng-drawer-stats span{font-size:11.5px;line-height:1.35}.eng-drawer-stats strong{font-size:13px;line-height:1.4}.eng-drawer-section .eyebrow{font-size:11px}.eng-drawer-section strong{font-size:13.5px;line-height:1.35}.eng-drawer-section small{font-size:12px;line-height:1.4}.eng-drawer-foot button{min-height:40px;font-size:13px}.eng-builder-head .eyebrow{font-size:11px;line-height:1.35}.eng-builder-head h2{font-size:22px;line-height:1.25}.eng-builder-steps>span{font-size:12px}.eng-builder-steps i{width:25px;height:25px;font-size:11px}.eng-builder-intro h3{font-size:18px;line-height:1.3}.eng-builder-intro p{font-size:13px;line-height:1.55}.eng-template-card-copy .eng-template-eyebrow{font-size:10px;line-height:1.3}.eng-template-card-copy>strong{font-size:14px;line-height:1.35}.eng-template-card-copy>p{min-height:53px;font-size:12.5px;line-height:1.5}.eng-framework-pill{font-size:10.5px;line-height:1.25}.eng-template-card-copy>small{font-size:11.5px;line-height:1.4}.eng-unique-templates>button{min-height:220px}.eng-designer-summary>div>span{font-size:11px;line-height:1.35}.eng-designer-summary>div>strong{font-size:14px;line-height:1.35}.eng-designer-summary>div>small{font-size:12px;line-height:1.4}.eng-reset-button{min-height:36px;font-size:12px}.eng-designer-controls>div:first-child strong{font-size:12.5px}.eng-designer-controls>div:first-child small{font-size:11.5px}.eng-designer-controls select{height:38px;font-size:13px}.eng-scale-preview>span{font-size:11px;line-height:1.35}.eng-scale-preview i{width:22px;height:22px;font-size:10px}.eng-section-number{width:29px;height:29px;font-size:11px}.eng-question-section>header{grid-template-columns:29px minmax(0,1fr) auto 38px;min-height:64px}.eng-question-section>header input{font-size:14px;line-height:1.35}.eng-question-section>header p{font-size:11.5px;line-height:1.4}.eng-essential-pill{font-size:10.5px}.eng-question-index{font-size:11px}.eng-question-row{grid-template-columns:16px 22px minmax(170px,1fr) 134px 30px 30px;gap:8px;padding:9px 0}.eng-question-row textarea{min-height:38px;font-size:13px;line-height:1.5}.eng-question-row select{height:38px;font-size:12px}.eng-required-button,.eng-delete-question{width:30px;height:30px}.eng-add-question{font-size:12.5px}.eng-add-section{min-height:40px;font-size:13px}.eng-form-section label>span{font-size:13px}.eng-form-section input,.eng-form-section textarea{font-size:14px;line-height:1.5}.eng-form-section label>small{font-size:10.5px}.eng-audience-options strong{font-size:14px;line-height:1.35}.eng-audience-options p{font-size:12.5px;line-height:1.45}.eng-audience-options small{font-size:11.5px}.eng-audience-options strong em{font-size:10px}.eng-anonymity strong{font-size:14px}.eng-anonymity small{font-size:12px;line-height:1.45}.eng-review-title>div>span{font-size:10.5px}.eng-review-title strong{font-size:14px;line-height:1.35}.eng-review-title p{font-size:12.5px;line-height:1.5}.eng-review-card dt{font-size:11px}.eng-review-card dd{font-size:13px;line-height:1.4}.eng-review-frameworks>strong{font-size:13px}.eng-review-frameworks span{font-size:11.5px}.eng-review-note strong{font-size:12.5px}.eng-review-note p{font-size:12px;line-height:1.5}.eng-builder-foot button{min-height:40px;font-size:13px}.eng-builder-foot-summary{font-size:12px}@keyframes eng-fade-up{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes eng-fade{0%{opacity:0}to{opacity:1}}@keyframes eng-slide-in{0%{transform:translate(25px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes eng-modal-in{0%{transform:translateY(8px) scale(.985);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@media (max-width: 1120px){.eng-stat-grid{grid-template-columns:1fr 1fr}.eng-table-head,.eng-table-row{grid-template-columns:minmax(210px,1.6fr) 82px 105px 45px 88px 16px;gap:8px}}@media (max-width: 860px){.eng-overview-grid,.eng-insights-grid{grid-template-columns:1fr}.eng-live-card{grid-template-columns:minmax(0,1fr) 170px}.eng-unique-templates{grid-template-columns:1fr 1fr}.eng-question-row{grid-template-columns:16px 22px minmax(150px,1fr) 116px 30px 30px}}@media (max-width: 700px){.engagement-header{align-items:flex-start;flex-direction:column}.engagement-header .primary-button{width:100%}.eng-live-card{grid-template-columns:1fr}.eng-live-progress{flex-direction:row;gap:15px;border-top:1px solid #ebeee9;border-left:0;text-align:left}.eng-live-meta{display:grid;grid-template-columns:1fr 1fr;gap:13px}.eng-table-head{display:none}.eng-survey-table{display:grid;gap:8px;overflow:visible;border:0}.eng-table-row{grid-template-columns:1fr auto;gap:7px;padding:12px;border:1px solid #e7ebe6;border-radius:9px}.eng-survey-name{grid-column:1}.eng-table-row .eng-status{grid-column:2;grid-row:1}.eng-table-participation{grid-column:1;grid-row:2;padding-left:39px}.eng-table-score{display:none}.eng-table-date{grid-column:2;grid-row:2}.eng-table-row>svg{display:none}.eng-builder{max-height:calc(100vh - 20px)}.eng-builder-backdrop{padding:10px}.eng-builder-steps>span:not(:last-child):after{width:20px;margin-inline:7px}.eng-builder-steps b{display:none}.eng-builder-templates{grid-template-columns:1fr}.eng-designer-summary{grid-template-columns:38px 1fr}.eng-reset-button{grid-column:1 / -1;justify-content:center}.eng-designer-controls{grid-template-columns:1fr}.eng-scale-preview{grid-column:1;overflow-x:auto}.eng-question-row{grid-template-columns:16px 22px minmax(150px,1fr) 30px 30px}.eng-question-row select{grid-column:3;grid-row:2;width:136px}.eng-required-button{grid-column:4;grid-row:1}.eng-delete-question{grid-column:5;grid-row:1}.eng-audience-grid{grid-template-columns:1fr}.eng-audience-grid>button:last-child{grid-column:1}}@media (max-width: 520px){.engagement-header{margin-bottom:18px}.engagement-header h1{font-size:27px}.engagement-tabs button{flex:1;justify-content:center}.eng-stat-grid{grid-template-columns:1fr 1fr;gap:8px}.eng-mini-stat{grid-template-columns:32px 1fr;min-height:78px;padding:10px}.eng-mini-icon{width:32px;height:32px}.eng-change{display:none}.eng-live-main{padding:17px 15px 15px 19px}.eng-live-meta{grid-template-columns:1fr}.eng-live-actions{align-items:stretch;flex-direction:column}.eng-drivers-card,.eng-opportunity-card,.eng-recent-card,.eng-surveys-view,.eng-sentiment-card,.eng-themes-card{padding:16px 14px}.eng-driver-row{grid-template-columns:64px minmax(60px,1fr) 23px 26px;gap:6px}.eng-benchmark-key{margin-left:70px}.eng-template-banner{grid-template-columns:36px 1fr}.eng-template-banner .secondary-button{grid-column:1 / -1}.eng-surveys-head{align-items:flex-start;flex-direction:column}.eng-surveys-head .primary-button{width:100%}.eng-survey-counts{justify-content:space-between;gap:8px;overflow-x:auto}.eng-toolbar{align-items:stretch;flex-direction:column}.eng-search-input,.eng-filter-select{width:100%}.eng-insight-hero{grid-template-columns:1fr}.eng-insight-hero>div:first-child{padding:20px}.eng-insight-hero h2{font-size:19px}.eng-hero-score{border-top:1px solid rgba(255,255,255,.12);border-left:0}.eng-sentiment-donut{gap:12px}.eng-theme-grid{grid-template-columns:1fr}.eng-builder-head{padding:16px 16px 12px}.eng-builder-body{padding:17px 15px}.eng-builder-foot{padding:12px 15px}.eng-builder-steps{padding:10px}.eng-builder-steps>span:not(:last-child):after{width:14px;margin-inline:5px}.eng-date-fields,.eng-review-card dl{grid-template-columns:1fr}.eng-review-card dl>div:nth-last-child(2){border-bottom:1px solid #edf0eb}.eng-builder-foot-summary{display:none}.eng-scale-preview{grid-template-columns:repeat(5,88px)}.eng-question-section>header{grid-template-columns:29px minmax(0,1fr) 38px}.eng-essential-pill{display:none}.eng-section-toggle{grid-column:3}.eng-question-row{grid-template-columns:14px 18px minmax(120px,1fr) 28px 28px;gap:5px}.eng-question-row textarea{font-size:12px}.eng-question-row select{width:128px}.eng-required-button,.eng-delete-question{width:28px;height:28px}}.engagement-tabs.engagement-module-tabs{gap:5px;overflow-x:auto;padding:0 0 8px;border-bottom:0;scrollbar-width:thin}.engagement-module-tabs button{min-height:40px;flex:0 0 auto;padding:0 12px;color:#637069;background:#fff;border:1px solid #e1e6e1;border-radius:9px;font-size:12.5px}.engagement-module-tabs button:after{display:none}.engagement-module-tabs button:hover{color:#245f52;border-color:#bfcfc7}.engagement-module-tabs button.active{color:#fff;background:#205e51;border-color:#205e51;box-shadow:0 5px 14px #205e5129}.engagement-module-tabs button span{color:inherit;background:#ffffff26}.eng-hub-card{overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:13px;box-shadow:0 2px 7px #1f2e2606}.eng-hub-header{min-height:112px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:14px;padding:22px 24px;border-bottom:1px solid #e8ece8}.eng-hub-header>div{min-width:0}.eng-hub-header h2{margin:4px 0 5px;color:#2d3832;font-family:Manrope,sans-serif;font-size:21px;line-height:1.25}.eng-hub-header p{max-width:720px;margin:0;color:#707b74;font-size:13.5px;line-height:1.55}.eng-hub-icon,.eng-hub-list-icon{display:grid;place-items:center;color:#286c5b;background:#e4f1eb;border-radius:10px}.eng-hub-icon{width:44px;height:44px}.eng-hub-list-icon{width:34px;height:34px}.eng-hub-header .primary-button{min-height:40px;padding-inline:14px;font-size:12.5px}.eng-hub-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid #e8ece8}.eng-hub-metrics>div{min-height:86px;display:flex;flex-direction:column;justify-content:center;padding:16px 21px;border-right:1px solid #e8ece8}.eng-hub-metrics>div:last-child{border-right:0}.eng-hub-metrics span{color:#818a84;font-size:11.5px;font-weight:600}.eng-hub-metrics strong{margin-top:5px;color:#334039;font-family:Manrope,sans-serif;font-size:20px}.eng-framework-callout{display:grid;grid-template-columns:32px 1fr;gap:10px;margin:18px 22px;padding:15px;color:#7b6628;background:#fff9e9;border:1px solid #f0e3bd;border-radius:10px}.eng-framework-callout>svg{width:32px;height:32px;padding:7px;background:#f9edc7;border-radius:8px}.eng-framework-callout strong{color:#65541f;font-size:13px}.eng-framework-callout p{margin:3px 0 0;color:#7b704e;font-size:12.5px;line-height:1.5}.eng-hub-list{margin:0 22px 22px;overflow:hidden;border:1px solid #e1e6e1;border-radius:10px}.eng-hub-list>button,.eng-hub-list>article{width:100%;min-height:69px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px 13px;color:#354039;background:#fff;border-bottom:1px solid #edf0ed;text-align:left}.eng-hub-list>:last-child{border-bottom:0}.eng-hub-list>button:hover{background:#fafcfa}.eng-hub-list>button>span:nth-child(2),.eng-action-row>span:nth-child(2),.eng-feedback-row>span:last-child{min-width:0;display:flex;flex-direction:column}.eng-hub-list strong{color:#354039;font-size:13.5px;line-height:1.4}.eng-hub-list small{margin-top:4px;overflow:hidden;color:#7f8982;font-size:12px;line-height:1.45;text-overflow:ellipsis}.eng-secondary-template{display:flex;align-items:center;gap:6px;margin:-7px 22px 20px;padding:6px 0;color:#286b5a;background:transparent;font-size:12.5px;font-weight:700}.eng-hub-empty{min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:34px;text-align:center}.eng-hub-empty>span{width:46px;height:46px;display:grid;place-items:center;margin-bottom:12px;color:#397362;background:#e5f1ec;border-radius:12px}.eng-hub-empty>strong{color:#3a453f;font-size:15px}.eng-hub-empty>p{max-width:510px;margin:6px 0 14px;color:#7a847d;font-size:13px;line-height:1.55}.eng-hub-empty button{min-height:38px;font-size:12px}.eng-hub-error,.eng-hub-setup{margin:16px 22px;padding:12px 14px;color:#8d4339;background:#fff2ef;border:1px solid #f0d9d2;border-radius:9px;font-size:12.5px;line-height:1.5}.eng-hub-setup{margin:0;color:#765a20;background:#fff9e9;border-color:#ebdfba}.eng-hub-setup strong{font-size:14px}.eng-hub-setup p{margin:5px 0 12px}.eng-hub-setup button{font-size:12px}.eng-hub-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin:18px 22px;padding:18px;background:#f8faf8;border:1px solid #e3e8e3;border-radius:11px}.eng-hub-form.eng-compact-form{grid-template-columns:minmax(180px,1.3fr) minmax(200px,1fr) 110px}.eng-hub-form.eng-feedback-form{grid-template-columns:1.3fr .8fr 1fr}.eng-hub-form>label{min-width:0;display:flex;flex-direction:column;gap:6px}.eng-hub-form>label.full,.eng-hub-form>.full{grid-column:1 / -1}.eng-hub-form label>span,.eng-qa-toolbar label>span{color:#55625b;font-size:11.5px;font-weight:700}.eng-hub-form input,.eng-hub-form textarea,.eng-hub-form select,.eng-qa-toolbar input,.eng-qa-toolbar select,.eng-question-compose textarea,.eng-answer-compose input{width:100%;min-height:40px;padding:9px 11px;color:#334039;background:#fff;border:1px solid #d8e0da;border-radius:8px;outline:0;font-size:13px;line-height:1.45}.eng-hub-form textarea,.eng-question-compose textarea{resize:vertical}.eng-hub-form input:focus,.eng-hub-form textarea:focus,.eng-hub-form select:focus,.eng-qa-toolbar input:focus,.eng-question-compose textarea:focus,.eng-answer-compose input:focus{border-color:#70a393;box-shadow:0 0 0 3px #e5f0ec}.eng-form-actions{display:flex;justify-content:flex-end;gap:8px}.eng-form-actions button{min-height:39px;font-size:12.5px}.eng-action-check{width:30px;height:30px;display:grid;place-items:center;color:#8a948e;border:1px solid #d6ddd7;border-radius:50%}.eng-action-check.done{color:#fff;background:#3d826e;border-color:#3d826e}.eng-action-row select{min-width:116px;height:35px;padding:0 8px;color:#53615a;background:#f7f9f7;border:1px solid #dce2dc;border-radius:7px;font-size:12px}.eng-row-button{padding:7px 9px;color:#2b6f5e;background:#e9f3ef;border-radius:7px;font-size:11.5px;font-weight:700}.eng-row-status{padding:5px 7px;color:#65716a;background:#eef1ee;border-radius:6px;font-size:11px;text-transform:capitalize}.eng-update-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 22px 22px}.eng-update-grid article{padding:17px;border:1px solid #e0e5e0;border-radius:10px}.eng-update-grid header{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#4f5c55;font-size:12px}.eng-update-grid header strong{padding:4px 7px;color:#276b5a;background:#e5f1ec;border-radius:6px;font-size:11px}.eng-update-grid h3{margin:12px 0;color:#303c35;font-size:15px}.eng-update-grid p{display:grid;grid-template-columns:72px 1fr;gap:7px;margin:8px 0 0;color:#69766e;font-size:12.5px;line-height:1.45}.eng-update-grid p b{color:#455249}.eng-update-grid p.attention{padding:9px;background:#fff7e8;border-radius:7px}.eng-feedback-type{width:fit-content;padding:5px 7px;color:#4b6258;background:#edf1ee;border-radius:7px;font-size:10.5px;font-weight:750;text-transform:capitalize}.eng-feedback-type.recognition{color:#8b6320;background:#fff1cd}.eng-feedback-type.coaching{color:#356681;background:#e5f0f5}.eng-feedback-row{grid-template-columns:88px minmax(0,1fr)!important}.eng-qa-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin:18px 22px 12px}.eng-qa-toolbar form{display:flex;gap:7px}.eng-qa-toolbar form input{width:230px}.eng-qa-toolbar button{min-height:40px;font-size:12px}.eng-qa-toolbar label{min-width:210px;display:flex;flex-direction:column;gap:5px}.eng-question-compose{display:grid;grid-template-columns:1fr auto;align-items:end;gap:9px;margin:0 22px 18px;padding:14px;background:#f7faf8;border:1px solid #e2e7e2;border-radius:10px}.eng-question-compose button{min-height:42px;font-size:12.5px}.eng-question-listing{display:grid;gap:10px;padding:0 22px 22px}.eng-question-listing>article{padding:17px;border:1px solid #e0e6e1;border-radius:10px}.eng-question-listing article>header{display:flex;justify-content:space-between;gap:10px;color:#879189;font-size:11.5px}.eng-question-listing header strong{color:#4b5850}.eng-question-listing article>p{margin:9px 0 12px;color:#344139;font-size:14px;line-height:1.5}.eng-answer-compose{display:grid;grid-template-columns:1fr auto;gap:7px}.eng-answer-compose button{padding:0 12px;color:#fff;background:#276b5a;border-radius:7px;font-size:11.5px;font-weight:700}.eng-answer-compose button:disabled{opacity:.45}.eng-published-answer{display:grid;grid-template-columns:28px 1fr;gap:9px;padding:11px;color:#3e6659;background:#eef6f2;border-radius:8px;font-size:12.5px;line-height:1.5}.eng-published-answer>svg{width:28px;height:28px;padding:6px;color:#fff;background:#3d826e;border-radius:50%}.eng-published-answer span{display:flex;flex-direction:column}.eng-published-answer strong{margin-bottom:2px;font-size:11.5px}.eng-ai-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#e5e9e5;border-bottom:1px solid #e5e9e5}.eng-ai-principles>div{min-height:110px;display:grid;grid-template-columns:34px 1fr;align-items:center;gap:10px;padding:18px;color:#397060;background:#f9fbf9}.eng-ai-principles>div>svg{width:34px;height:34px;padding:8px;background:#e4f0eb;border-radius:9px}.eng-ai-principles span{display:flex;flex-direction:column}.eng-ai-principles strong{color:#3b4740;font-size:13px}.eng-ai-principles small{margin-top:4px;color:#7c8780;font-size:11.5px;line-height:1.45}.eng-trend-summary{display:grid;grid-template-columns:repeat(3,1fr);margin:20px 22px 12px;overflow:hidden;border:1px solid #e1e6e1;border-radius:10px}.eng-trend-summary>span{min-height:85px;display:flex;flex-direction:column;justify-content:center;padding:16px;border-right:1px solid #e6eae6}.eng-trend-summary>span:last-child{border:0}.eng-trend-summary small{color:#7e8881;font-size:11.5px}.eng-trend-summary strong{margin-top:4px;color:#2f6c5c;font-size:22px}.eng-trend-summary i{color:#8b948e;font-size:11px;font-style:normal}.eng-trend-bars{display:grid;gap:12px;margin:18px 22px}.eng-trend-bars>div{display:grid;grid-template-columns:minmax(160px,.6fr) 1fr;align-items:center;gap:14px}.eng-trend-bars span{display:flex;align-items:center;justify-content:space-between;gap:8px}.eng-trend-bars span b{overflow:hidden;color:#46534b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.eng-trend-bars span small{color:#68756d;font-size:11px}.eng-trend-bars>div>i{height:8px;overflow:hidden;background:#e8ede9;border-radius:6px}.eng-trend-bars>div>i>b{display:block;height:100%;background:#3c826e;border-radius:inherit}.eng-ai-status{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;margin:20px 22px 22px;padding:15px;background:#f5f3fa;border:1px solid #e2dded;border-radius:10px}.eng-ai-status>span{width:40px;height:40px;display:grid;place-items:center;color:#6b5790;background:#e8e2f2;border-radius:9px}.eng-ai-status strong{color:#4d425e;font-size:13px}.eng-ai-status p{margin:4px 0 0;color:#766c82;font-size:12px;line-height:1.45}.eng-ai-status button{min-height:36px;padding:0 12px;color:#8c8496;background:#e9e6ed;border-radius:7px;font-size:11.5px;font-weight:700}@media (max-width: 950px){.eng-hub-metrics{grid-template-columns:1fr 1fr}.eng-hub-metrics>div:nth-child(2){border-right:0}.eng-hub-metrics>div:nth-child(-n+2){border-bottom:1px solid #e8ece8}.eng-hub-form.eng-compact-form,.eng-hub-form.eng-feedback-form{grid-template-columns:1fr 1fr}.eng-hub-form.eng-compact-form>label:last-of-type,.eng-hub-form.eng-feedback-form>label:nth-child(3){grid-column:1 / -1}.eng-ai-principles,.eng-update-grid{grid-template-columns:1fr}}@media (max-width: 680px){.eng-hub-header{grid-template-columns:40px 1fr;padding:18px}.eng-hub-header>button{grid-column:1 / -1;width:100%;justify-content:center}.eng-hub-header h2{font-size:19px}.eng-hub-header p{font-size:13px}.eng-hub-metrics,.eng-hub-form,.eng-hub-form.eng-compact-form,.eng-hub-form.eng-feedback-form,.eng-trend-summary{grid-template-columns:1fr}.eng-hub-metrics>div{border-right:0;border-bottom:1px solid #e8ece8}.eng-hub-metrics>div:last-child{border-bottom:0}.eng-hub-form>label,.eng-hub-form.eng-compact-form>label:last-of-type,.eng-hub-form.eng-feedback-form>label:nth-child(3){grid-column:1}.eng-qa-toolbar{align-items:stretch;flex-direction:column}.eng-qa-toolbar form{flex-direction:column}.eng-qa-toolbar form input,.eng-qa-toolbar label{width:100%}.eng-question-compose,.eng-answer-compose{grid-template-columns:1fr}.eng-question-compose button,.eng-answer-compose button{min-height:40px}.eng-trend-summary>span{border-right:0;border-bottom:1px solid #e6eae6}.eng-trend-bars>div{grid-template-columns:1fr;gap:6px}.eng-ai-status{grid-template-columns:36px 1fr}.eng-ai-status>button{grid-column:1 / -1}}.feedback360-page{animation:f360-fade-up .22s ease}.f360-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.f360-page-head h1{font-size:clamp(28px,2.4vw,35px);line-height:1.1}.f360-page-head p{max-width:680px;margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.5}.f360-page-head .eyebrow,.f360-content .eyebrow{font-size:11px;line-height:1.35}.f360-page-head .primary-button{min-height:42px;font-size:13px}.f360-tabs{display:flex;gap:4px;margin-bottom:19px;border-bottom:1px solid var(--border)}.f360-tabs button{position:relative;display:flex;align-items:center;gap:7px;padding:12px 14px 14px;color:#858c87;background:transparent;font-size:14px;font-weight:600;line-height:1.2}.f360-tabs button:after{content:"";position:absolute;right:11px;bottom:-1px;left:11px;height:2px;background:transparent;border-radius:2px 2px 0 0}.f360-tabs button:hover{color:#454c47}.f360-tabs button.active{color:#205e51}.f360-tabs button.active:after{background:#2d7b69}.f360-tabs button span{min-width:21px;height:21px;display:grid;place-items:center;padding:0 6px;color:#717a73;background:#ebeee9;border-radius:11px;font-size:11px}.f360-content{min-width:0}.f360-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-bottom:12px}.f360-metric{min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;min-height:104px;padding:16px;background:#fff;border:1px solid var(--border);border-radius:12px}.f360-metric-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:10px}.f360-metric-icon.coral{color:#b94f44;background:#fae8e4}.f360-metric-icon.green{color:#27705e;background:#e3f1eb}.f360-metric-icon.blue{color:#356b90;background:#e6f0f5}.f360-metric-icon.purple{color:#735b96;background:#eee9f5}.f360-metric>div{min-width:0;display:flex;flex-direction:column}.f360-metric>div>span{overflow:hidden;color:#778079;font-size:13px;line-height:1.35;white-space:nowrap;text-overflow:ellipsis}.f360-metric>div>strong{margin-top:3px;color:#29302b;font-family:Manrope,sans-serif;font-size:26px;line-height:1.1;letter-spacing:-.05em}.f360-metric>div>small{margin-top:3px;overflow:hidden;color:#929a94;font-size:11.5px;line-height:1.4;white-space:nowrap;text-overflow:ellipsis}.f360-hero-card{display:grid;grid-template-columns:minmax(0,1fr) 235px;overflow:hidden;margin-bottom:12px;color:#fff;background:linear-gradient(130deg,#173f38,#286d5e);border-radius:14px;box-shadow:0 12px 28px #173f381f}.f360-hero-copy{padding:26px 28px 24px}.f360-live-label{display:flex;align-items:center;gap:7px;color:#ffd1c9;font-size:11px;font-weight:700;letter-spacing:.1em}.f360-live-label i{width:7px;height:7px;background:#f47b6c;border-radius:50%;box-shadow:0 0 0 4px #f47b6c26}.f360-hero-copy h2{margin-top:8px;color:#fff;font-size:24px;line-height:1.25}.f360-hero-copy>p{margin:6px 0 0;color:#c8ddd7;font-size:13.5px;line-height:1.5}.f360-hero-meta{display:flex;flex-wrap:wrap;gap:26px;margin-top:22px}.f360-hero-meta>span{display:grid;grid-template-columns:20px auto;column-gap:8px;color:#a9d0c5}.f360-hero-meta svg{grid-row:1 / 3;margin-top:2px}.f360-hero-meta strong{color:#fff;font-size:13.5px;line-height:1.35}.f360-hero-meta small{color:#aed0c7;font-size:11.5px;line-height:1.4}.f360-hero-actions{display:flex;gap:9px;margin-top:22px}.f360-hero-actions button{min-height:40px;font-size:13px}.f360-hero-actions .secondary-button{color:#215c4f;border-color:#dcebe6}.f360-hero-actions .primary-button{color:#17463b;background:#f3c35d;box-shadow:none}.f360-hero-actions .primary-button:hover{background:#f8cc70}.f360-hero-progress{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;background:#ffffff14;border-left:1px solid rgba(255,255,255,.12);text-align:center}.f360-ring{width:116px;height:116px;display:grid;place-items:center;margin-bottom:12px;background:conic-gradient(#f2bd53 0,#f2bd53 76%,#ffffff24 76%,#ffffff24);border-radius:50%}.f360-ring:before{content:"";grid-area:1 / 1;width:88px;height:88px;background:#29695c;border-radius:50%}.f360-ring span{z-index:1;grid-area:1 / 1;display:flex;flex-direction:column}.f360-ring strong{color:#fff;font-family:Manrope,sans-serif;font-size:24px;line-height:1}.f360-ring small{margin-top:4px;color:#bad7cf;font-size:10px}.f360-hero-progress>strong{color:#fff;font-size:13.5px}.f360-hero-progress>p{margin:5px 0 0;color:#b6d3cb;font-size:11.5px;line-height:1.45}.f360-overview-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:12px;margin-bottom:12px}.f360-card{background:#fff;border:1px solid var(--border);border-radius:12px}.f360-readiness-card,.f360-guardrail-card,.f360-recent-card,.f360-list-view{padding:21px}.f360-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.f360-card-head h2{font-size:18px;line-height:1.3}.f360-card-head p{margin:4px 0 0;color:#89918b;font-size:13px;line-height:1.5}.f360-text-button{display:flex;align-items:center;gap:5px;padding:5px;color:#327260;background:transparent;font-size:13px;font-weight:600;white-space:nowrap}.f360-cohort-list{display:grid;gap:7px;margin-top:18px}.f360-cohort-list>button{display:grid;grid-template-columns:38px minmax(0,1fr) auto 18px;align-items:center;gap:10px;padding:10px;color:#3f4842;background:#fafbf9;border:1px solid #edf0eb;border-radius:9px;text-align:left}.f360-cohort-list>button:hover{border-color:#cad4cd;background:#f7faf7}.f360-cohort-icon,.f360-template-icon{display:grid;place-items:center;border-radius:9px}.f360-cohort-icon{width:38px;height:38px}.tone-1{color:#b65044;background:#fae8e4}.tone-2{color:#29715e;background:#e4f1ec}.tone-3{color:#376d8e;background:#e7f0f5}.tone-4{color:#705c92;background:#eeeaf5}.f360-cohort-list>button>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.f360-cohort-list strong{font-size:13.5px;line-height:1.35}.f360-cohort-list small{margin-top:2px;overflow:hidden;color:#929993;font-size:11.5px;line-height:1.4;white-space:nowrap;text-overflow:ellipsis}.f360-cohort-list em{color:#6f7872;font-size:11.5px;font-style:normal;font-weight:600}.f360-cohort-list svg:last-child{color:#9ca39e}.f360-shield{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;color:#2d7764;background:#e5f1ec;border-radius:10px}.f360-guardrails{display:grid;gap:17px;margin-top:21px}.f360-guardrails>div{display:grid;grid-template-columns:32px 1fr;gap:10px;color:#3c7868}.f360-guardrails>div>svg{width:32px;height:32px;padding:7px;background:#edf5f1;border-radius:8px}.f360-guardrails span{display:flex;flex-direction:column}.f360-guardrails strong{color:#465049;font-size:13.5px;line-height:1.35}.f360-guardrails small{margin-top:3px;color:#8b938d;font-size:12px;line-height:1.5}.f360-recent-card{margin-bottom:12px}.f360-table{margin-top:17px;overflow:hidden;border:1px solid #e8ece7;border-radius:10px}.f360-table-head,.f360-table-row{display:grid;grid-template-columns:minmax(220px,1.7fr) 105px 90px 125px 115px 18px;align-items:center;gap:12px}.f360-table-head{min-height:40px;padding:0 13px;color:#909892;background:#f7f9f6;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.f360-table-row{width:100%;min-height:76px;padding:10px 13px;color:#4a534d;background:#fff;border-top:1px solid #edf0eb;text-align:left}.f360-table-row:hover{background:#fafbf9}.f360-programme-name{min-width:0;display:flex;align-items:center;gap:10px}.f360-programme-name>i{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;color:#2e7564;background:#e5f1ec;border-radius:9px}.f360-programme-name>span,.f360-participants,.f360-org,.f360-person>span{min-width:0;display:flex;flex-direction:column}.f360-programme-name strong,.f360-participants strong{overflow:hidden;color:#37403a;font-size:13.5px;line-height:1.35;white-space:nowrap;text-overflow:ellipsis}.f360-programme-name small,.f360-participants small{margin-top:2px;overflow:hidden;color:#929993;font-size:11.5px;line-height:1.4;white-space:nowrap;text-overflow:ellipsis}.f360-status{width:fit-content;display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:12px;font-size:11px;font-weight:700;white-space:nowrap}.f360-status i{width:6px;height:6px;border-radius:50%}.f360-status.live{color:#a84d42;background:#fae9e6}.f360-status.live i{background:#dd5e50}.f360-status.draft{color:#6d756f;background:#ecefec}.f360-status.draft i{background:#909791}.f360-status.nominations{color:#94671d;background:#f8edcf}.f360-status.nominations i{background:#d29a39}.f360-status.complete{color:#2d705f;background:#e6f1ed}.f360-status.complete i{background:#438d79}.f360-progress{min-width:0;display:flex;align-items:center;gap:8px}.f360-progress>i{width:70px;height:6px;overflow:hidden;background:#e8ece8;border-radius:5px}.f360-progress b{display:block;height:100%;background:#579985;border-radius:inherit}.f360-progress strong{color:#4d5650;font-size:12px}.f360-date{color:#818a83;font-size:12px;line-height:1.35}.f360-table-row>svg{color:#9da49f}.f360-list-view{min-height:560px}.f360-list-head{align-items:center}.f360-list-head .primary-button{min-height:40px;font-size:13px}.f360-toolbar{display:flex;justify-content:space-between;gap:10px;margin-top:18px}.f360-toolbar label{position:relative;height:42px;display:flex;align-items:center;gap:8px;padding:0 11px;color:#8d958f;background:#fff;border:1px solid #dfe4de;border-radius:9px}.f360-toolbar label:first-child{width:min(350px,55%)}.f360-toolbar input,.f360-toolbar select{width:100%;padding:0;color:#434b46;background:transparent;border:0;outline:0;font-size:13px}.f360-toolbar select{min-width:150px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:22px}.f360-toolbar label>svg:last-child{position:absolute;right:10px;pointer-events:none}.f360-empty{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#98a09a}.f360-empty strong{margin-top:10px;color:#525b55;font-size:15px}.f360-empty p{margin:4px 0 0;font-size:13px}.f360-people-table{margin-top:17px;overflow:hidden;border:1px solid #e8ece7;border-radius:10px}.f360-people-head,.f360-people-table>button{display:grid;grid-template-columns:minmax(210px,1.25fr) minmax(180px,1fr) 120px 88px 120px 18px;align-items:center;gap:12px}.f360-people-head{min-height:40px;padding:0 13px;color:#909892;background:#f7f9f6;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.f360-people-table>button{width:100%;min-height:76px;padding:10px 13px;color:#48514b;background:#fff;border-top:1px solid #edf0eb;text-align:left}.f360-people-table>button:hover{background:#fafbf9}.f360-person{min-width:0;display:flex;align-items:center;gap:10px}.f360-person>i{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;color:#245f51;background:#dfeee8;border-radius:50%;font-size:11px;font-style:normal;font-weight:700}.f360-person strong,.f360-org strong{overflow:hidden;color:#39423c;font-size:13.5px;line-height:1.35;white-space:nowrap;text-overflow:ellipsis}.f360-person small,.f360-org small{margin-top:2px;overflow:hidden;color:#929994;font-size:11.5px;line-height:1.4;white-space:nowrap;text-overflow:ellipsis}.f360-stage{width:fit-content;padding:5px 7px;color:#527267;background:#edf3f0;border-radius:6px;font-size:11px;font-weight:600}.f360-raters{color:#68716b;font-size:12px}.f360-people-table>button>svg{color:#9da49f}.f360-competency-hero{display:grid;grid-template-columns:minmax(0,1fr) 280px;overflow:hidden;margin-bottom:12px;background:linear-gradient(125deg,#183f38,#286a5c);border-radius:13px;color:#fff}.f360-competency-hero>div:first-child{padding:28px}.f360-competency-hero h2{max-width:650px;color:#fff;font-size:24px;line-height:1.25}.f360-competency-hero p{margin:8px 0 0;color:#c6ded7;font-size:14px;line-height:1.6}.f360-competency-hero>div:last-child{display:flex;flex-direction:column;justify-content:center;padding:26px;background:#ffffff14;border-left:1px solid rgba(255,255,255,.12)}.f360-competency-hero>div:last-child>svg{margin-bottom:12px;color:#f3c45e}.f360-competency-hero>div:last-child strong{font-size:14px}.f360-competency-hero>div:last-child p{font-size:12.5px}.f360-template-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.f360-competency-card{display:flex;flex-direction:column;min-height:410px;padding:21px;background:#fff;border:1px solid var(--border);border-radius:12px}.f360-template-icon{width:42px;height:42px;margin-bottom:13px}.f360-competency-card>span{color:#3b7968;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.f360-competency-card h2{margin-top:4px;font-size:18px;line-height:1.3}.f360-competency-card>p{margin:6px 0 15px;color:#838b85;font-size:13px;line-height:1.55}.f360-competency-card>div{display:grid;gap:6px}.f360-competency-card>div>span{display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:7px;padding:7px 9px;color:#505a54;background:#f8faf7;border-radius:7px;font-size:12.5px}.f360-competency-card>div>span svg{color:#3e806d}.f360-competency-card>div>span small{color:#929993;font-size:11px}.f360-competency-card footer{display:grid;grid-template-columns:1fr auto;align-items:center;gap:3px 10px;margin-top:auto;padding-top:16px;border-top:1px solid #edf0eb}.f360-competency-card footer strong{font-size:12.5px}.f360-competency-card footer small{grid-column:1;color:#8f9691;font-size:11.5px}.f360-competency-card footer button{grid-column:2;grid-row:1 / 3;display:flex;align-items:center;gap:5px;color:#327260;background:transparent;font-size:12.5px;font-weight:600}.f360-drawer-backdrop,.f360-wizard-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#16221d70;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:f360-fade .15s ease both}.f360-drawer{position:absolute;inset:0 0 0 auto;width:min(480px,100%);display:flex;flex-direction:column;overflow-y:auto;padding:25px;background:#fff;box-shadow:-18px 0 60px #12231a2e;animation:f360-slide .21s ease both}.f360-drawer>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:21px;border-bottom:1px solid var(--soft-border)}.f360-drawer>header h2{margin-top:11px;font-size:22px;line-height:1.25}.f360-drawer>header p{margin:5px 0 0;color:#838b85;font-size:13px;line-height:1.45}.f360-drawer>header>button{width:38px;height:38px;display:grid;place-items:center;color:#858d87;background:transparent;border-radius:8px}.f360-drawer-summary{display:grid;grid-template-columns:54px 1fr;gap:13px;margin:22px 0 14px;padding:17px;background:#f6f9f6;border-radius:11px}.f360-drawer-summary>span{width:54px;height:54px;display:grid;place-items:center;color:#2f7865;background:#e2f0ea;border-radius:12px}.f360-drawer-summary>div{display:flex;flex-direction:column}.f360-drawer-summary small{color:#808983;font-size:12px}.f360-drawer-summary strong{margin-top:2px;font-family:Manrope,sans-serif;font-size:25px}.f360-drawer-summary p{margin:3px 0 0;color:#89918b;font-size:12.5px;line-height:1.45}.f360-drawer dl{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0}.f360-drawer dl>div{padding:12px;background:#fff;border:1px solid #e7ebe6;border-radius:9px}.f360-drawer dt{color:#929993;font-size:11.5px}.f360-drawer dd{margin:4px 0 0;color:#465049;font-size:13px;font-weight:600;line-height:1.4}.f360-stage-list{display:grid;gap:8px;margin-top:24px}.f360-stage-list>div{display:grid;grid-template-columns:30px 1fr;align-items:center;gap:10px;padding:9px;color:#959c97}.f360-stage-list>div>i{width:30px;height:30px;display:grid;place-items:center;background:#edf0ed;border-radius:50%;font-size:11px;font-style:normal;font-weight:700}.f360-stage-list>div>span{display:flex;flex-direction:column}.f360-stage-list strong{color:#636c66;font-size:13px}.f360-stage-list small{margin-top:2px;font-size:11.5px}.f360-stage-list>div.done>i{color:#2f7663;background:#dff0e8}.f360-stage-list>div.active>i{color:#fff;background:#387b69}.f360-stage-list>div.active strong{color:#354039}.f360-drawer>footer{display:flex;justify-content:flex-end;gap:9px;margin-top:auto;padding-top:22px}.f360-drawer>footer button{min-height:40px;font-size:13px}.f360-wizard-backdrop{display:grid;place-items:center;padding:18px}.f360-wizard{width:min(1020px,100%);max-height:min(880px,calc(100vh - 36px));display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden;background:#fff;border-radius:16px;box-shadow:0 28px 85px #11201840;animation:f360-modal .18s ease both}.f360-wizard-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:21px 24px 17px}.f360-wizard-head .eyebrow{margin-bottom:5px;font-size:11px}.f360-wizard-head h2{font-size:22px;line-height:1.25}.f360-wizard-head>button{width:38px;height:38px;display:grid;place-items:center;color:#87908a;background:transparent;border-radius:8px}.f360-wizard-steps{display:flex;align-items:center;justify-content:center;padding:13px 20px;background:#f7f9f6;border-block:1px solid #e7ebe6}.f360-wizard-steps>span{display:flex;align-items:center;gap:7px;color:#9aa19c;font-size:12px;font-weight:600}.f360-wizard-steps>span:not(:last-child):after{content:"";width:42px;height:1px;margin:0 11px;background:#d8ded8}.f360-wizard-steps i{width:25px;height:25px;display:grid;place-items:center;color:#818983;background:#fff;border:1px solid #d4dad4;border-radius:50%;font-size:11px;font-style:normal}.f360-wizard-steps span.active{color:#2f705f}.f360-wizard-steps span.active i{color:#fff;background:#377b69;border-color:#377b69}.f360-wizard-steps span.done i{color:#2e7663;background:#dff0e8;border-color:#cce5da}.f360-wizard-body{overflow-y:auto;padding:24px}.f360-wizard-section{max-width:760px;margin:0 auto}.f360-wide-section{max-width:920px}.f360-wizard-intro{margin-bottom:18px}.f360-wizard-intro h3{margin:0;color:#303832;font-family:Manrope,sans-serif;font-size:18px;line-height:1.3}.f360-wizard-intro p{margin:6px 0 0;color:#838b85;font-size:13px;line-height:1.55}.f360-purpose-options{display:grid;gap:9px}.f360-purpose-options>button{display:grid;grid-template-columns:44px minmax(0,1fr) 24px;gap:12px;padding:14px;color:#3f4842;background:#fff;border:1px solid #dfe4de;border-radius:11px;text-align:left}.f360-purpose-options>button.selected{border-color:#63a08e;box-shadow:0 0 0 2px #e5f1ec}.f360-purpose-options>button>span{width:44px;height:44px;display:grid;place-items:center;color:#337763;background:#e5f1ec;border-radius:10px}.f360-purpose-options>button>div{display:flex;flex-direction:column}.f360-purpose-options strong{font-size:14px;line-height:1.35}.f360-purpose-options strong em,.f360-selection-modes em{margin-left:7px;padding:3px 6px;color:#387361;background:#e3f0ea;border-radius:5px;font-size:10px;font-style:normal}.f360-purpose-options p{margin:4px 0;color:#7e8781;font-size:12.5px;line-height:1.5}.f360-purpose-options small{color:#959c97;font-size:11.5px}.f360-purpose-options>button>i,.f360-scope-grid>button>i,.f360-group-list>button>i{width:23px;height:23px;display:grid;place-items:center;color:#fff;background:#3d806e;border-radius:50%}.f360-advice{display:grid;grid-template-columns:30px 1fr;gap:10px;margin-top:14px;padding:12px;color:#9b6f2e;background:#fbf5e6;border:1px solid #eee2c2;border-radius:9px}.f360-advice>svg{width:30px;height:30px;padding:6px;background:#f6e8c2;border-radius:8px}.f360-advice p{margin:0;color:#7f7358;font-size:12.5px;line-height:1.5}.f360-advice strong{display:block;color:#775d2f;font-size:13px}.f360-advice.success{color:#357965;background:#eaf4ef;border-color:#d6e9e1}.f360-advice.success>svg{background:#d9ece4}.f360-advice.success strong{color:#306f5e}.f360-advice.success p{color:#648178}.f360-scope-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.f360-scope-grid>button{display:grid;grid-template-columns:42px minmax(0,1fr) 22px;gap:10px;min-height:170px;padding:14px;color:#3e4741;background:#fff;border:1px solid #dfe4de;border-radius:11px;text-align:left}.f360-scope-grid>button.selected{border-color:#62a08e;box-shadow:0 0 0 2px #e5f1ec}.f360-scope-grid>button>span{width:42px;height:42px;display:grid;place-items:center;color:#337563;background:#e5f1ec;border-radius:10px}.f360-scope-grid>button>div{display:flex;flex-direction:column}.f360-scope-grid strong{font-size:14px;line-height:1.35}.f360-scope-grid p{margin:5px 0;color:#808882;font-size:12px;line-height:1.5}.f360-scope-grid small{margin-top:auto;color:#397160;font-size:11.5px;font-weight:600}.f360-group-list{display:grid;gap:8px}.f360-group-list>button{display:grid;grid-template-columns:40px minmax(0,1fr) auto 23px;align-items:center;gap:11px;padding:12px;color:#414a44;background:#fff;border:1px solid #e0e4df;border-radius:10px;text-align:left}.f360-group-list>button.selected{border-color:#64a18f;box-shadow:0 0 0 2px #e6f1ed}.f360-group-list>button>span{width:40px;height:40px;display:grid;place-items:center;color:#367663;background:#e7f2ed;border-radius:9px}.f360-group-list>button>div{display:flex;flex-direction:column}.f360-group-list strong{font-size:14px}.f360-group-list p{margin:3px 0 0;color:#858e88;font-size:12px;line-height:1.4}.f360-group-list>button>small{color:#69726c;font-size:12px;font-weight:600}.f360-structure-note{display:grid;grid-template-columns:34px 1fr;gap:10px;margin-top:14px;padding:12px;color:#397563;background:#f1f7f4;border-radius:9px}.f360-structure-note>span{display:flex;flex-direction:column}.f360-structure-note strong{color:#39705f;font-size:13px}.f360-structure-note small{margin-top:2px;color:#748880;font-size:12px;line-height:1.45}.f360-template-choice{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.f360-template-choice>button{position:relative;min-height:118px;display:flex;flex-direction:column;padding:12px;color:#414943;background:#fff;border:1px solid #dfe4de;border-radius:9px;text-align:left}.f360-template-choice>button.selected{border-color:#64a18f;box-shadow:0 0 0 2px #e6f1ed}.f360-template-choice>button>span{color:#3d7968;font-size:10.5px;font-weight:700}.f360-template-choice>button>strong{margin-top:4px;font-size:13px;line-height:1.35}.f360-template-choice>button>small{margin-top:auto;color:#909791;font-size:11px;line-height:1.4}.f360-template-choice>button>i{position:absolute;top:9px;right:9px;width:20px;height:20px;display:grid;place-items:center;color:#fff;background:#3d806e;border-radius:50%}.f360-competency-picker{margin-top:11px;overflow:hidden;border:1px solid #e0e4df;border-radius:10px}.f360-competency-picker>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:#f8faf7;border-bottom:1px solid #e7ebe6}.f360-competency-picker>header>div{display:flex;flex-direction:column}.f360-competency-picker>header strong{font-size:14px}.f360-competency-picker>header small{margin-top:2px;color:#89918b;font-size:11.5px}.f360-competency-picker>header>span{padding:5px 7px;color:#347360;background:#e4f0eb;border-radius:6px;font-size:11.5px;font-weight:700}.f360-competency-picker>div{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#edf0eb}.f360-competency-picker>div>button{display:grid;grid-template-columns:24px 1fr;align-items:center;gap:8px;padding:11px 12px;color:#515a54;background:#fff;text-align:left}.f360-competency-picker>div>button>i{width:22px;height:22px;display:grid;place-items:center;color:#fff;background:#fff;border:1px solid #d3d9d3;border-radius:6px}.f360-competency-picker>div>button.selected>i{background:#40826f;border-color:#40826f}.f360-competency-picker>div>button>span{display:flex;flex-direction:column}.f360-competency-picker strong{font-size:12.5px}.f360-competency-picker small{margin-top:2px;color:#929993;font-size:11px}.f360-question-builder{margin-top:11px;overflow:hidden;background:#fff;border:1px solid #dfe4de;border-radius:11px}.f360-question-builder>header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 14px;background:#f7f9f6;border-bottom:1px solid #e5e9e4}.f360-question-builder>header>div{min-width:0;display:flex;flex-direction:column}.f360-question-builder>header strong{color:#3f4943;font-size:14px}.f360-question-builder>header small{margin-top:2px;color:#89918b;font-size:11.5px}.f360-question-builder>header button{flex:0 0 auto;min-height:36px;font-size:11.5px}.f360-question-list{display:grid;gap:9px;padding:12px;background:#f8faf7}.f360-question-list>article{min-width:0;display:grid;grid-template-columns:30px minmax(0,1fr) 34px;align-items:start;gap:10px;padding:13px;background:#fff;border:1px solid #e3e7e2;border-radius:9px}.f360-question-number{width:28px;height:28px;display:grid;place-items:center;color:#347360;background:#e5f1ec;border-radius:7px;font-size:11px;font-weight:700}.f360-question-fields{min-width:0;display:grid;gap:10px}.f360-question-fields>label,.f360-question-fields>div>label:first-child{min-width:0;display:flex;flex-direction:column;gap:5px}.f360-question-fields label>span{color:#69726c;font-size:10.5px;font-weight:700}.f360-question-fields textarea,.f360-question-fields select{width:100%;color:#3e4841;background:#fff;border:1px solid #d9dfd9;border-radius:7px;outline:0;font:inherit;font-size:12px}.f360-question-fields textarea{min-height:62px;padding:9px 10px;line-height:1.45;resize:vertical}.f360-question-fields select{height:38px;padding:0 9px}.f360-question-fields textarea:focus,.f360-question-fields select:focus{border-color:#78a697;box-shadow:0 0 0 3px #e7f1ed}.f360-question-fields>div{display:grid;grid-template-columns:minmax(210px,.75fr) minmax(145px,.25fr);align-items:end;gap:12px}.f360-question-fields>div small{color:#919993;font-size:10.5px;line-height:1.4}.f360-required-question{min-height:38px;display:flex;align-items:center;gap:8px;padding:0 10px;color:#57625b;background:#f7f9f6;border:1px solid #e0e5df;border-radius:7px;font-size:11.5px;font-weight:600}.f360-required-question input{width:16px;height:16px;accent-color:#397b69}.f360-required-question>span{color:inherit!important;font-size:inherit!important}.f360-delete-question{width:34px;height:34px;display:grid;place-items:center;color:#a1574e;background:#fbeeea;border-radius:8px}.f360-delete-question:hover{background:#f7dfda}.f360-delete-question:disabled{color:#a9afaa;background:#f1f3f0;opacity:.65}.f360-question-builder>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;border-top:1px solid #e5e9e4}.f360-question-builder>footer button{display:inline-flex;align-items:center;gap:6px;padding:5px;color:#327260;background:transparent;font-size:11.5px;font-weight:700}.f360-question-builder>footer button:disabled{color:#9aa19c}.f360-question-builder>footer span{color:#909791;font-size:10.5px}.f360-rater-section{max-width:900px}.f360-rater-table{overflow:hidden;border:1px solid #dfe4de;border-radius:10px}.f360-rater-head,.f360-rater-table>div{display:grid;grid-template-columns:minmax(220px,1.5fr) 110px 70px 125px 40px;align-items:center;gap:10px}.f360-rater-head{min-height:38px;padding:0 12px;color:#909791;background:#f7f9f6;font-size:10.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.f360-rater-table>div:not(.f360-rater-head){min-height:68px;padding:9px 12px;border-top:1px solid #edf0eb}.f360-rater-table>div.disabled{opacity:.55;background:#fafbfa}.f360-rater-table>div>span:first-child{display:flex;flex-direction:column}.f360-rater-table>div>span:first-child strong{font-size:13px}.f360-rater-table>div>span:first-child small{margin-top:3px;color:#8d958f;font-size:11px;line-height:1.4}.f360-rater-table>div>strong{font-size:12.5px;text-align:center}.f360-rater-table>div>span:nth-child(4){width:fit-content;padding:4px 6px;color:#657069;background:#edf0ed;border-radius:5px;font-size:10.5px;font-weight:600}.f360-rater-table>div>span.anonymous{color:#33725f;background:#e5f1ec}.f360-stepper{display:grid;grid-template-columns:28px 32px 28px;align-items:center;justify-content:start;overflow:hidden;border:1px solid #dce2dc;border-radius:7px}.f360-stepper button{height:28px;color:#4a6259;background:#f7f9f7;font-size:16px}.f360-stepper button:disabled{cursor:default;opacity:.35}.f360-stepper strong{font-size:12px;text-align:center}.f360-toggle{padding:0;background:transparent}.f360-toggle>i{position:relative;display:block;width:34px;height:19px;background:#cbd1cc;border-radius:11px}.f360-toggle b{position:absolute;top:3px;left:3px;width:13px;height:13px;background:#fff;border-radius:50%;transition:transform .15s ease}.f360-toggle.active>i{background:#3f816e}.f360-toggle.active b{transform:translate(15px)}.f360-toggle:disabled{cursor:default;opacity:.8}.f360-selection-modes{display:grid;gap:7px;margin-top:15px}.f360-selection-modes>strong{margin-bottom:2px;color:#465049;font-size:13px}.f360-selection-modes>button{display:grid;grid-template-columns:22px 1fr;gap:9px;padding:10px;color:#4c554f;background:#fff;border:1px solid #e2e6e1;border-radius:8px;text-align:left}.f360-selection-modes>button.selected{border-color:#82aa9d;background:#f7faf8}.f360-selection-modes>button>i{width:20px;height:20px;display:grid;place-items:center;color:#fff;border:1px solid #cfd6d0;border-radius:50%}.f360-selection-modes>button.selected>i{background:#40816e;border-color:#40816e}.f360-selection-modes>button>span{display:flex;flex-direction:column}.f360-selection-modes strong{font-size:12.5px}.f360-selection-modes small{margin-top:2px;color:#8c948e;font-size:11.5px;line-height:1.4}.f360-privacy-banner{display:grid;grid-template-columns:34px 1fr;gap:10px;margin-top:14px;padding:12px;color:#34725f;background:#eaf4ef;border-radius:9px}.f360-privacy-banner>span{display:flex;flex-direction:column}.f360-privacy-banner strong{color:#34705f;font-size:13px}.f360-privacy-banner small{margin-top:2px;color:#698178;font-size:11.5px;line-height:1.45}.f360-review-section{max-width:790px}.f360-name-field{display:flex;flex-direction:column;margin-bottom:12px}.f360-name-field span{margin-bottom:6px;color:#515b54;font-size:12.5px;font-weight:600}.f360-name-field input{height:42px;padding:0 12px;color:#39423c;background:#fff;border:1px solid #dce2dc;border-radius:8px;outline:0;font-size:14px}.f360-name-field input:focus{border-color:#78a697;box-shadow:0 0 0 3px #e7f1ed}.f360-review-card{overflow:hidden;border:1px solid #dfe4de;border-radius:11px}.f360-review-card>header{display:grid;grid-template-columns:44px 1fr;gap:11px;padding:14px;background:#f7f9f6;border-bottom:1px solid #e5e9e4}.f360-review-card>header>span{width:44px;height:44px;display:grid;place-items:center;color:#337662;background:#e3f0ea;border-radius:10px}.f360-review-card>header>div{display:flex;flex-direction:column}.f360-review-card>header small{color:#397261;font-size:10.5px;font-weight:700}.f360-review-card>header strong{margin-top:2px;color:#37413a;font-size:14px}.f360-review-card>header p{margin:3px 0 0;color:#868e88;font-size:12px}.f360-review-card dl{display:grid;grid-template-columns:1fr 1fr;margin:0;padding:6px 14px 12px}.f360-review-card dl>div{padding:10px 0;border-bottom:1px solid #edf0eb}.f360-review-card dl>div:nth-last-child(-n+2){border-bottom:0}.f360-review-card dt{color:#929a94;font-size:11px}.f360-review-card dd{margin:3px 0 0;color:#48514b;font-size:12.5px;font-weight:600;line-height:1.4}.f360-launch-plan{display:grid;grid-template-columns:1fr 20px 1fr 20px 1fr;align-items:center;gap:7px;margin-top:12px;padding:12px;background:#f8faf7;border:1px solid #e7ebe6;border-radius:9px}.f360-launch-plan>div{display:grid;grid-template-columns:25px 1fr;gap:7px;color:#3d7766}.f360-launch-plan>div>span{display:flex;flex-direction:column}.f360-launch-plan strong{color:#4a544e;font-size:11.5px}.f360-launch-plan small{margin-top:2px;color:#929993;font-size:10.5px;line-height:1.4}.f360-launch-plan>svg{color:#a0a7a1}.f360-wizard-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 24px;border-top:1px solid #e5e9e4}.f360-wizard-foot button{min-width:105px;min-height:40px;font-size:13px}.f360-wizard-foot>span{margin-inline:auto;color:#87908a;font-size:12px}.f360-wizard-foot .primary-button:disabled{cursor:not-allowed;opacity:.45;transform:none}.f360-data-empty{min-height:240px;display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:18px;margin-bottom:12px;padding:28px}.f360-data-empty>span{width:58px;height:58px;display:grid;place-items:center;color:#337763;background:#e6f1ec;border-radius:16px}.f360-data-empty h2{font-size:20px}.f360-data-empty p{max-width:650px;margin:7px 0 0;color:#768079;font-size:13px;line-height:1.6}.f360-loading{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#818a83}.f360-loading svg{animation:auth-spin .9s linear infinite}.f360-loading strong{font-size:13px}.f360-load-error{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px;padding:11px 13px;color:#8f4138;background:#fceeea;border:1px solid #f0d8d1;border-radius:9px;font-size:12px}.f360-load-error button{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;color:inherit;background:#fff7f5;border-radius:6px;font-weight:700}.f360-date-config{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.f360-date-config label{display:flex;flex-direction:column;gap:6px;color:#59635c;font-size:12px;font-weight:600}.f360-date-config input{height:40px;padding:0 10px;color:#414a44;background:#fff;border:1px solid #dce2dc;border-radius:8px;font:inherit}@keyframes f360-fade-up{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes f360-fade{0%{opacity:0}to{opacity:1}}@keyframes f360-slide{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes f360-modal{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 1120px){.f360-metric-grid{grid-template-columns:1fr 1fr}.f360-table-head,.f360-table-row{grid-template-columns:minmax(210px,1.5fr) 95px 75px 110px 100px 16px;gap:8px}.f360-people-head,.f360-people-table>button{grid-template-columns:minmax(190px,1.2fr) minmax(160px,1fr) 105px 76px 110px 16px;gap:8px}.f360-template-choice{grid-template-columns:1fr 1fr}}@media (max-width: 860px){.f360-overview-grid{grid-template-columns:1fr}.f360-hero-card{grid-template-columns:minmax(0,1fr) 210px}.f360-template-grid{grid-template-columns:1fr}.f360-scope-grid{grid-template-columns:1fr 1fr}.f360-wizard-steps>span:not(:last-child):after{width:22px;margin-inline:7px}.f360-wizard-steps b{display:none}}@media (max-width: 700px){.f360-page-head{align-items:flex-start;flex-direction:column}.f360-page-head .primary-button{width:100%}.f360-tabs{overflow-x:auto}.f360-tabs button{flex:1;justify-content:center;white-space:nowrap}.f360-hero-card{grid-template-columns:1fr}.f360-hero-progress{flex-direction:row;gap:15px;border-top:1px solid rgba(255,255,255,.12);border-left:0;text-align:left}.f360-ring{width:88px;height:88px;flex:0 0 auto;margin:0}.f360-ring:before{width:66px;height:66px}.f360-ring strong{font-size:20px}.f360-ring small{display:none}.f360-hero-progress>p{max-width:230px}.f360-table-head,.f360-people-head{display:none}.f360-table{display:grid;gap:8px;overflow:visible;border:0}.f360-table-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:13px;border:1px solid #e5eae4;border-radius:9px}.f360-programme-name{grid-column:1}.f360-table-row .f360-status{grid-column:2;grid-row:1}.f360-participants{grid-column:1;grid-row:2;padding-left:46px}.f360-table-row .f360-progress{grid-column:1;grid-row:3;padding-left:46px}.f360-table-row .f360-date{grid-column:2;grid-row:2}.f360-table-row>svg{display:none}.f360-people-table{display:grid;gap:8px;overflow:visible;border:0}.f360-people-table>button{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:13px;border:1px solid #e5eae4;border-radius:9px}.f360-person{grid-column:1}.f360-stage{grid-column:2;grid-row:1}.f360-org{grid-column:1;grid-row:2;padding-left:46px}.f360-raters{grid-column:2;grid-row:2}.f360-people-table .f360-progress{grid-column:1 / -1;grid-row:3;padding-left:46px}.f360-people-table>button>svg{display:none}.f360-competency-hero{grid-template-columns:1fr}.f360-competency-hero>div:last-child{border-top:1px solid rgba(255,255,255,.12);border-left:0}.f360-toolbar{align-items:stretch;flex-direction:column}.f360-toolbar label:first-child,.f360-toolbar label,.f360-toolbar select{width:100%}.f360-wizard-backdrop{padding:9px}.f360-wizard{max-height:calc(100vh - 18px)}.f360-wizard-head{padding:17px 16px 13px}.f360-wizard-body{padding:18px 15px}.f360-wizard-foot{padding:12px 15px}.f360-wizard-steps{padding:10px}.f360-wizard-steps>span:not(:last-child):after{width:16px;margin-inline:5px}.f360-purpose-options>button{grid-template-columns:40px minmax(0,1fr) 23px}.f360-purpose-options>button>span{width:40px;height:40px}.f360-scope-grid{grid-template-columns:1fr}.f360-scope-grid>button{min-height:130px}.f360-template-choice{grid-template-columns:1fr 1fr}.f360-competency-picker>div{grid-template-columns:1fr}.f360-question-fields>div{grid-template-columns:1fr}.f360-rater-head{display:none}.f360-rater-table{display:grid;gap:8px;overflow:visible;border:0}.f360-rater-table>div:not(.f360-rater-head){grid-template-columns:minmax(0,1fr) auto auto;gap:8px;min-height:0;padding:12px;border:1px solid #e1e5e0;border-radius:9px}.f360-rater-table>div>span:first-child{grid-column:1 / 3}.f360-stepper{grid-column:1;grid-row:2}.f360-rater-table>div>strong{grid-column:2;grid-row:2}.f360-rater-table>div>span:nth-child(4){grid-column:1 / 3;grid-row:3}.f360-rater-table .f360-toggle{grid-column:3;grid-row:1}.f360-launch-plan{grid-template-columns:1fr}.f360-launch-plan>svg{display:none}}@media (max-width: 520px){.f360-page-head h1{font-size:28px}.f360-page-head{margin-bottom:18px}.f360-metric-grid{grid-template-columns:1fr 1fr;gap:8px}.f360-metric{grid-template-columns:36px 1fr;min-height:100px;padding:11px}.f360-metric-icon{width:36px;height:36px}.f360-metric>div>span{font-size:12px}.f360-metric>div>strong{font-size:23px}.f360-metric>div>small{font-size:10.5px}.f360-hero-copy{padding:21px 17px}.f360-hero-copy h2{font-size:21px}.f360-hero-meta{display:grid;grid-template-columns:1fr 1fr;gap:14px}.f360-hero-actions{align-items:stretch;flex-direction:column}.f360-readiness-card,.f360-guardrail-card,.f360-recent-card,.f360-list-view{padding:17px 14px}.f360-card-head{flex-direction:column}.f360-cohort-list>button{grid-template-columns:36px minmax(0,1fr) 16px}.f360-cohort-list em{display:none}.f360-table-row .f360-date{font-size:10.5px}.f360-table-row .f360-progress{padding-left:0}.f360-table-row .f360-progress>i{width:105px}.f360-people-table .f360-progress{padding-left:0}.f360-competency-card{min-height:0;padding:17px 14px}.f360-drawer{padding:19px 16px}.f360-drawer dl{grid-template-columns:1fr}.f360-wizard-head h2{font-size:19px}.f360-wizard-head .eyebrow{font-size:9.5px}.f360-wizard-steps>span:not(:last-child):after{width:10px;margin-inline:3px}.f360-wizard-steps i{width:23px;height:23px}.f360-group-list>button{grid-template-columns:38px minmax(0,1fr) 23px}.f360-group-list>button>small{grid-column:2}.f360-group-list>button>i{grid-column:3;grid-row:1}.f360-template-choice{grid-template-columns:1fr}.f360-template-choice>button{min-height:100px}.f360-question-builder>header{align-items:stretch;flex-direction:column}.f360-question-builder>header button{width:100%}.f360-question-list{padding:8px}.f360-question-list>article{grid-template-columns:26px minmax(0,1fr);gap:8px;padding:10px}.f360-question-number{width:26px;height:26px}.f360-delete-question{grid-column:1;grid-row:2;width:26px;height:30px}.f360-question-builder>footer{align-items:flex-start;flex-direction:column}.f360-review-card dl{grid-template-columns:1fr}.f360-review-card dl>div:nth-last-child(2){border-bottom:1px solid #edf0eb}.f360-wizard-foot>span{display:none}.f360-wizard-foot button{min-width:92px}}@media (max-width: 380px){.f360-metric-grid{grid-template-columns:1fr}.f360-hero-progress{align-items:center;flex-direction:column;text-align:center}.f360-hero-progress>p{max-width:none}.f360-wizard-backdrop{padding:0}.f360-wizard{max-height:100vh;height:100%;border-radius:0}.f360-wizard-steps>span:not(:last-child):after{width:6px;margin-inline:2px}.f360-wizard-foot{gap:8px}.f360-wizard-foot button{min-width:0;flex:1;padding-inline:9px}}.auth-page{min-height:100svh;display:grid;grid-template-columns:minmax(420px,1.08fr) minmax(460px,.92fr);background:#f7f8f4}.auth-visual{position:sticky;top:0;min-height:100svh;display:flex;flex-direction:column;overflow:hidden;padding:32px clamp(30px,4vw,58px) 44px;isolation:isolate;background-image:linear-gradient(180deg,#0d312b0f 35%,#0d312be0),url(/culture.jpg);background-position:center;background-size:cover}.auth-visual:after{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;box-shadow:inset -1px 0 #173f381a;pointer-events:none}.auth-brand{width:fit-content;display:inline-flex;align-items:center;gap:10px;padding:10px 14px 10px 12px;color:#173f38;background:#ffffffe6;border:1px solid rgba(255,255,255,.72);border-radius:999px;box-shadow:0 10px 28px #14322b1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-family:Manrope,sans-serif;font-size:21px;font-weight:700;letter-spacing:-.04em}.auth-tagline{width:fit-content;max-width:520px;margin-top:auto;padding:22px 25px 24px;background:#123b34d1;border:1px solid rgba(255,255,255,.16);border-radius:20px;box-shadow:0 22px 60px #0e2f2838;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-tagline h1{color:#fff;font-size:clamp(34px,3.4vw,50px);line-height:1.08;letter-spacing:-.052em;text-wrap:balance}.auth-form-shell{min-height:100svh;display:grid;place-items:center;padding:42px clamp(28px,5.2vw,82px);background:radial-gradient(circle at 100% 0,rgba(244,185,72,.12),transparent 31%),#f7f8f4}.auth-form-card{width:min(438px,100%);padding:clamp(30px,3.4vw,42px);background:#fff;border:1px solid #e3e7e1;border-radius:22px;box-shadow:0 24px 70px #1d352a1a}.auth-back{display:inline-flex;align-items:center;gap:7px;margin:0 0 25px;padding:3px 0;color:#65706a;background:transparent;font-size:12.5px;font-weight:600}.auth-back:hover{color:#245f51}.auth-form-heading{margin-bottom:27px}.auth-secure-label{width:fit-content;display:inline-flex;align-items:center;gap:6px;margin-bottom:13px;color:#347363;font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.auth-form-heading h2{color:#252b27;font-size:31px;line-height:1.16}.auth-form-heading p{margin:9px 0 0;color:#747d76;font-size:13.5px;line-height:1.55}.auth-form-card form{display:grid;gap:15px}.auth-form-card label{display:grid;gap:7px;color:#465049;font-size:12px;font-weight:650}.auth-form-card input{width:100%;height:49px;padding:0 14px;color:#26302a;background:#fbfcfa;border:1px solid #d9dfd9;border-radius:11px;outline:0;font-size:14px;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.auth-form-card input:hover{border-color:#c9d1ca}.auth-form-card input:focus{background:#fff;border-color:#4b8f7d;box-shadow:0 0 0 3px #317d691f}.auth-form-card input::placeholder{color:#a0a7a1}.auth-name-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-input-icon{position:relative;display:flex;align-items:center}.auth-input-icon>svg{position:absolute;left:14px;color:#8a938c;pointer-events:none}.auth-input-icon input{padding-left:42px;padding-right:44px}.auth-input-icon>button{position:absolute;right:8px;width:34px;height:34px;display:grid;place-items:center;color:#818a83;background:transparent;border-radius:8px}.auth-input-icon>button:hover{color:#315f53;background:#eff4f1}.auth-forgot{justify-self:end;margin-top:-5px;padding:2px 0;color:#27725f;background:transparent;font-size:12px;font-weight:700}.auth-forgot:hover,.auth-switch button:hover{color:#174e40;text-decoration:underline;text-underline-offset:3px}.auth-submit{height:50px;display:flex;align-items:center;justify-content:center;gap:9px;margin-top:3px;color:#fff;background:#173f38;border-radius:11px;box-shadow:0 9px 22px #173f3833;font-size:13.5px;font-weight:700;transition:background .15s ease,box-shadow .15s ease,transform .15s ease}.auth-submit:hover{background:#0f342e;box-shadow:0 12px 26px #173f383d;transform:translateY(-1px)}.auth-submit:disabled{cursor:wait;opacity:.72;transform:none}.auth-switch{margin:25px 0 0;padding-top:20px;color:#788079;border-top:1px solid #edf0ec;font-size:12.5px;text-align:center}.auth-switch button{padding:0;color:#226c59;background:transparent;font-weight:700}.auth-terms{margin:20px 0 0;color:#8a928c;font-size:10.5px;line-height:1.5;text-align:center}.auth-alert{display:grid;grid-template-columns:20px 1fr;align-items:start;gap:9px;margin:-7px 0 19px;padding:12px 13px;border-radius:10px;font-size:12px;line-height:1.45}.auth-alert.success{color:#24604f;background:#eaf5f0;border:1px solid #d2e9df}.auth-alert.error{color:#8f4138;background:#fceeea;border:1px solid #f1d7d1}.spin{animation:auth-spin .8s linear infinite}.auth-config-error{display:grid;grid-template-columns:1fr;place-items:center;padding:30px;background:#f6f7f3}.auth-config-error .auth-card{max-width:520px;padding:36px;background:#fff;border:1px solid #e1e5df;border-radius:16px;box-shadow:0 20px 60px #162d221a}.auth-config-error h1{margin-top:20px}.auth-config-error p{color:#69736c;line-height:1.6}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (max-width: 1000px){.auth-page{grid-template-columns:minmax(350px,.82fr) minmax(430px,1.18fr)}.auth-form-shell{padding-inline:30px}.auth-tagline h1{font-size:35px}}@media (max-width: 820px){.auth-page{display:block}.auth-visual{position:relative;min-height:270px;padding:22px 24px 46px;background-position:center 42%}.auth-brand{padding:8px 12px 8px 10px;font-size:19px}.auth-tagline{max-width:390px;padding:16px 18px 17px;border-radius:15px}.auth-tagline h1{font-size:28px}.auth-form-shell{min-height:auto;place-items:start center;padding:0 18px 38px}.auth-form-card{position:relative;margin-top:-25px;padding:31px;border-radius:20px}}@media (max-width: 480px){.auth-visual{min-height:225px;padding:17px 17px 41px}.auth-brand{gap:8px;font-size:18px}.auth-tagline{max-width:315px;padding:13px 15px 14px}.auth-tagline h1{font-size:23px}.auth-form-shell{padding-inline:11px}.auth-form-card{padding:26px 21px;border-radius:18px}.auth-form-heading{margin-bottom:23px}.auth-form-heading h2{font-size:27px}.auth-name-grid{grid-template-columns:1fr}}.settings-page{animation:settings-in .2s ease both}.settings-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:25px}.settings-page-head h1{font-size:clamp(28px,2.6vw,36px)}.settings-page-head p{margin:8px 0 0;color:#747d77;font-size:14px;line-height:1.5}.settings-role-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;color:#2d6f5d;background:#e8f3ee;border:1px solid #d7e9e1;border-radius:20px;font-size:11px;font-weight:700;text-transform:capitalize}.settings-layout{display:grid;grid-template-columns:215px minmax(0,1fr);align-items:start;gap:18px}.settings-nav{position:sticky;top:91px;display:grid;gap:4px;padding:8px;background:#fff;border:1px solid var(--border);border-radius:12px}.settings-nav button{min-height:43px;display:flex;align-items:center;gap:10px;padding:0 11px;color:#667069;background:transparent;border-radius:8px;font-size:12.5px;font-weight:600;text-align:left}.settings-nav button:hover{background:#f5f7f3}.settings-nav button.active{color:#1d6352;background:#e8f2ed}.settings-nav button.active svg{color:#317966}.settings-content{min-width:0}.settings-stack{display:grid;gap:14px}.settings-card{background:#fff;border:1px solid var(--border);border-radius:13px;box-shadow:0 1px 2px #1c2b2206}.settings-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:23px 24px 19px;border-bottom:1px solid #ecefeb}.settings-section-head h2{font-size:19px}.settings-section-head p{max-width:720px;margin:5px 0 0;color:#7d857f;font-size:13px;line-height:1.55}.settings-badge{display:inline-block;margin-bottom:7px;color:#3c7767;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.settings-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 16px;padding:22px 24px}.settings-form-grid>label{min-width:0;display:flex;flex-direction:column;gap:7px;color:#505953;font-size:12.5px;font-weight:600}.settings-form-grid input,.settings-form-grid select{width:100%;height:42px;padding:0 11px;color:#38413b;background:#fff;border:1px solid #dce1dc;border-radius:8px;outline:0;font:inherit;font-size:13px}.settings-form-grid input:focus,.settings-form-grid select:focus{border-color:#70a492;box-shadow:0 0 0 3px #e8f2ee}.settings-form-grid input[readonly]{color:#89918b;background:#f7f8f6}.settings-form-grid small{color:#919892;font-size:10.5px;font-weight:400;line-height:1.4}.settings-select{position:relative;display:flex;align-items:center}.settings-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:34px}.settings-select svg{position:absolute;right:10px;color:#919892;pointer-events:none}.settings-slug{display:flex;align-items:center;overflow:hidden;height:42px;border:1px solid #dce1dc;border-radius:8px}.settings-slug span{height:100%;display:flex;align-items:center;padding:0 10px;color:#7d867f;background:#f4f6f3;border-right:1px solid #e1e5e0;font-size:12px;font-weight:500}.settings-slug input{height:100%;border:0;border-radius:0}.settings-card-foot{display:flex;justify-content:flex-end;gap:9px;padding:16px 24px;background:#fafbf9;border-top:1px solid #ecefeb;border-radius:0 0 13px 13px}.settings-card-foot button{min-height:41px;font-size:12.5px}.settings-error{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding:11px 13px;color:#8f4138;background:#fceeea;border:1px solid #f0d8d1;border-radius:9px;font-size:12px}.settings-error button{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;color:inherit;background:#fff7f5;border-radius:6px;font-weight:700}.settings-loading{min-height:calc(100vh - 170px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;color:#7e8781}.settings-loading strong{font-size:13px}.brand-upload-row{display:grid;grid-template-columns:116px 1fr;align-items:center;gap:22px;padding:24px;border-bottom:1px solid #ecefeb}.brand-logo-preview{width:116px;height:92px;display:grid;place-items:center;overflow:hidden;padding:13px;border-radius:14px;box-shadow:inset 0 0 0 1px #ffffff24}.brand-logo-preview img{max-width:100%;max-height:100%;object-fit:contain}.brand-logo-preview span{color:#fff;font-family:Manrope,sans-serif;font-size:24px;font-weight:700}.brand-upload-row>div:last-child>strong{font-size:14px}.brand-upload-row p{margin:5px 0 12px;color:#7d857f;font-size:12px;line-height:1.5}.brand-upload-row>div:last-child>div{display:flex;gap:8px}.brand-upload-row button{min-height:38px;font-size:12px}.brand-colour-grid{display:grid;grid-template-columns:1fr 1fr 1.3fr;gap:14px;padding:22px 24px}.brand-colour-grid>label{display:flex;flex-direction:column;gap:7px;color:#505953;font-size:12px;font-weight:600}.brand-colour-grid>label>div{display:grid;grid-template-columns:42px 1fr;overflow:hidden;height:42px;border:1px solid #dce1dc;border-radius:8px}.brand-colour-grid input[type=color]{width:42px;height:42px;padding:3px;background:#fff;border:0;border-right:1px solid #dce1dc}.brand-colour-grid input:not([type=color]){min-width:0;padding:0 10px;border:0;outline:0;font:inherit;font-size:12px;text-transform:uppercase}.brand-live-preview{display:flex;flex-direction:column;justify-content:center;padding:14px;color:#fff;background:var(--preview-primary);border-radius:10px}.brand-live-preview>span{width:fit-content;display:inline-flex;align-items:center;gap:4px;margin-bottom:5px;color:#fff;font-size:10px;opacity:.75}.brand-live-preview strong{font-size:13px;line-height:1.35}.brand-live-preview button{width:fit-content;margin-top:10px;padding:6px 9px;color:#fff;background:var(--preview-accent);border-radius:6px;font-size:10px;font-weight:700}.settings-info{display:grid;grid-template-columns:28px 1fr;gap:10px;margin:0 24px 22px;padding:12px;color:#517166;background:#f1f6f3;border:1px solid #e1ebe6;border-radius:9px}.settings-info svg{width:28px;height:28px;padding:5px;color:#347562;background:#dcece5;border-radius:7px}.settings-info p{margin:0;font-size:11.5px;line-height:1.5}.settings-info strong{display:block;margin-bottom:2px;color:#3d5e53;font-size:12px}.structure-create-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:22px 24px;border-bottom:1px solid #ecefeb}.structure-create-grid form{display:grid;grid-template-columns:40px 1fr auto;align-items:start;gap:10px;padding:13px;background:#fafbf9;border:1px solid #e7ebe6;border-radius:10px}.structure-create-grid form>span{width:40px;height:40px;display:grid;place-items:center;color:#357561;background:#e5f0eb;border-radius:9px}.structure-create-grid form>div{display:flex;flex-direction:column}.structure-create-grid strong{font-size:12.5px}.structure-create-grid p{margin:3px 0 8px;color:#8a928c;font-size:10.5px}.structure-create-grid input,.structure-create-grid select{height:36px;margin-top:5px;padding:0 9px;color:#434c46;background:#fff;border:1px solid #dce1dc;border-radius:7px;font:inherit;font-size:11.5px}.structure-create-grid form>button{align-self:end;min-height:35px;display:flex;align-items:center;gap:5px;padding:0 10px;color:#fff;background:#173f38;border-radius:7px;font-size:11px;font-weight:700}.structure-create-grid form>button:disabled{opacity:.45}.structure-columns{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:22px 24px}.structure-columns>div{overflow:hidden;border:1px solid #e5e9e4;border-radius:10px}.structure-columns header{min-height:42px;display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:6px;padding:0 12px;color:#4b5750;background:#f7f9f6;border-bottom:1px solid #e8ece7}.structure-columns header strong{font-size:12px}.structure-columns header span{min-width:22px;height:22px;display:grid;place-items:center;color:#347360;background:#e4f0eb;border-radius:11px;font-size:10px;font-weight:700}.structure-columns>div>div{min-height:50px;display:flex;align-items:center;padding:8px 12px;border-bottom:1px solid #edf0ec}.structure-columns>div>div:last-child{border-bottom:0}.structure-columns>div>div>span{display:flex;flex-direction:column}.structure-columns>div>div strong{font-size:12px}.structure-columns>div>div small{margin-top:2px;color:#909791;font-size:10.5px}.structure-columns>div>p{margin:0;padding:25px 12px;color:#909791;font-size:11.5px;text-align:center}.role-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:22px 24px}.role-grid article{display:grid;grid-template-columns:38px 1fr;gap:10px;padding:12px;background:#fafbf9;border:1px solid #e8ece7;border-radius:9px}.role-grid article>span{width:38px;height:38px;display:grid;place-items:center;color:#347360;background:#e5f0eb;border-radius:8px}.role-grid article strong{color:#465049;font-size:12.5px}.role-grid article p{margin:3px 0 0;color:#868e88;font-size:11px;line-height:1.45}.invite-form .settings-form-grid{padding-bottom:12px}.manager-check{display:grid!important;grid-template-columns:20px 1fr;align-items:center;align-self:end;min-height:42px;padding:0 11px;background:#f8faf7;border:1px solid #e4e9e3;border-radius:8px}.manager-check input{width:16px;height:16px;padding:0;accent-color:#2f7965}.manager-check>span{display:flex;flex-direction:column}.manager-check strong{font-size:11.5px}.manager-check small{font-size:10px}.invitation-list{margin:20px 24px 24px;overflow:hidden;border:1px solid #e5e9e4;border-radius:10px}.invitation-list>header{min-height:42px;display:flex;align-items:center;gap:7px;padding:0 12px;color:#4b5550;background:#f7f9f6;border-bottom:1px solid #e7ebe6}.invitation-list>header strong{font-size:12px}.invitation-list>header span{min-width:21px;height:21px;display:grid;place-items:center;color:#347260;background:#e4f0eb;border-radius:11px;font-size:9.5px;font-weight:700}.invitation-list>div{min-height:58px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:9px;padding:8px 12px;border-bottom:1px solid #edf0ec}.invitation-list>div:last-child{border-bottom:0}.invite-avatar{width:34px;height:34px;display:grid;place-items:center;color:#2f705e;background:#e5f0eb;border-radius:9px;font-size:10px;font-weight:700}.invitation-list>div>span:nth-child(2){display:flex;flex-direction:column}.invitation-list>div strong{font-size:11.5px}.invitation-list>div small{margin-top:2px;color:#8b938d;font-size:10.5px}.invite-status{padding:4px 7px;color:#796e55;background:#f5eedb;border-radius:10px;font-size:9.5px;font-style:normal;font-weight:700;text-transform:capitalize}.invitation-list>p{margin:0;padding:28px;color:#929a94;font-size:11.5px;text-align:center}@keyframes settings-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1020px){.settings-layout{grid-template-columns:1fr}.settings-nav{position:static;display:flex;overflow-x:auto}.settings-nav button{min-width:max-content}.brand-colour-grid{grid-template-columns:1fr 1fr}.brand-live-preview{grid-column:1 / -1;min-height:130px}.structure-create-grid{grid-template-columns:1fr}}@media (max-width: 720px){.settings-page-head{align-items:flex-start;flex-direction:column}.settings-form-grid,.role-grid,.structure-columns,.brand-upload-row,.brand-colour-grid{grid-template-columns:1fr}.brand-live-preview{grid-column:auto}.settings-card-foot{flex-direction:column}.settings-card-foot button{width:100%}}@media (max-width: 480px){.settings-section-head,.settings-form-grid,.brand-upload-row,.brand-colour-grid,.structure-create-grid,.structure-columns,.role-grid{padding-left:16px;padding-right:16px}.settings-info,.invitation-list{margin-left:16px;margin-right:16px}.structure-create-grid form{grid-template-columns:40px 1fr}.structure-create-grid form>button{grid-column:2;justify-self:start}.settings-nav{margin-inline:-10px;border-radius:0}}.people-page{animation:people-in .2s ease both;color:#27322c}.people-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.people-page-head h1{margin:4px 0 0;font-size:clamp(30px,3vw,38px);line-height:1.12}.people-page-head p{margin:8px 0 0;color:#707a73;font-size:15px;line-height:1.55}.people-page-head button,.people-card-head button{min-height:42px;flex:none}.people-error{display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:10px;margin-bottom:16px;padding:12px 14px;color:#93443d;background:#fff0ed;border:1px solid #f0d5d0;border-radius:10px;font-size:13px}.people-error button{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;color:inherit;background:#fff;border-radius:7px;font-size:12px;font-weight:700}.people-loading{min-height:calc(100vh - 160px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;color:#737d76}.people-loading strong{font-size:14px}.people-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.people-metrics article{min-height:84px;display:flex;align-items:center;gap:12px;padding:15px 16px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 1px 2px #1a2d2306}.people-metrics article>span{width:40px;height:40px;display:grid;place-items:center;flex:none;color:#2f7965;background:#e6f1ec;border-radius:10px}.people-metrics article>div{display:flex;flex-direction:column;gap:2px}.people-metrics strong{font-size:21px;line-height:1}.people-metrics small{color:#778079;font-size:12.5px}.people-tabs{display:flex;gap:4px;margin-bottom:14px;padding:5px;overflow-x:auto;background:#eef1ed;border-radius:10px}.people-tabs button{min-height:39px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;color:#68726b;background:transparent;border-radius:7px;font-size:13px;font-weight:650;white-space:nowrap}.people-tabs button.active{color:#235f50;background:#fff;box-shadow:0 1px 3px #253d3117}.people-tab-stack{display:grid;gap:14px}.people-card{overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:13px;box-shadow:0 1px 2px #1c2b2206}.people-card-head{min-height:91px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;border-bottom:1px solid #e9ede8}.people-card-head h2{margin:3px 0 0;font-size:20px;line-height:1.25}.people-card-head p{max-width:720px;margin:5px 0 0;color:#78827b;font-size:13.5px;line-height:1.5}.people-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) 210px 155px;gap:10px;padding:14px 16px;background:#fafbf9;border-bottom:1px solid #eaede9}.people-search{min-height:40px;display:flex;align-items:center;gap:8px;padding:0 11px;color:#879089;background:#fff;border:1px solid #dce2dc;border-radius:8px}.people-search:focus-within,.people-select:focus-within{border-color:#6da18f;box-shadow:0 0 0 3px #e9f2ee}.people-search input{width:100%;min-width:0;border:0;outline:0;color:#3e4741;background:transparent;font:inherit;font-size:13px}.people-select{position:relative;min-width:0;display:flex;align-items:center;background:#fff;border:1px solid #dce2dc;border-radius:8px}.people-select select{width:100%;min-width:0;height:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0 34px 0 11px;color:#475049;background:transparent;border:0;outline:0;font:inherit;font-size:13px}.people-select svg{position:absolute;right:10px;color:#8e9790;pointer-events:none}.people-select:has(select:disabled){background:#f3f5f2;opacity:.75}.people-table-wrap{overflow-x:auto}.people-table{width:100%;border-collapse:collapse;table-layout:auto}.people-table th{height:42px;padding:0 14px;color:#737c76;background:#f7f9f6;border-bottom:1px solid #e7ebe6;font-size:11px;font-weight:750;letter-spacing:.035em;text-align:left;text-transform:uppercase;white-space:nowrap}.people-table td{min-width:120px;padding:12px 14px;border-bottom:1px solid #edf0ec;color:#4d5750;font-size:13px;vertical-align:middle}.people-table tbody tr:last-child td{border-bottom:0}.people-table tbody tr:hover{background:#fcfdfb}.person-cell{min-width:220px;display:grid;grid-template-columns:39px 1fr;align-items:center;gap:10px}.person-cell>span,.person-avatar{width:39px;height:39px;display:grid;place-items:center;color:#276b59;background:#e3efea;border-radius:10px;font-size:11px;font-weight:750}.person-cell>div{min-width:0;display:flex;flex-direction:column;gap:3px}.person-cell strong,.table-primary{display:block;color:#39443d;font-size:13px;font-weight:650;white-space:nowrap}.person-cell small,.table-secondary{display:block;max-width:240px;overflow:hidden;color:#818a84;font-size:11.5px;text-overflow:ellipsis;white-space:nowrap}.role-pill,.status-pill{display:inline-flex;align-items:center;width:fit-content;padding:5px 8px;color:#286c59;background:#e4f1eb;border-radius:12px;font-size:10.5px;font-weight:750;text-transform:capitalize;white-space:nowrap}.role-pill.muted{color:#777f79;background:#ecefec}.status-pill.inactive,.status-pill.failed,.status-pill.revoked{color:#8c4c45;background:#f9e7e3}.status-pill.on_leave,.status-pill.draft,.status-pill.queued,.status-pill.sent,.status-pill.running{color:#8b681f;background:#f7edcf}.status-pill.complete,.status-pill.completed,.status-pill.accepted,.status-pill.active{color:#286c59;background:#e4f1eb}.row-actions{display:flex;justify-content:flex-end;gap:5px}.row-actions button{width:31px;height:31px;display:grid;place-items:center;color:#637068;background:#f4f6f3;border:1px solid #e3e7e2;border-radius:7px}.row-actions button:hover{color:#23624f;background:#e9f2ee}.people-empty{min-height:245px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:36px;text-align:center}.people-empty>span{width:48px;height:48px;display:grid;place-items:center;margin-bottom:12px;color:#347764;background:#e5f0eb;border-radius:13px}.people-empty strong{font-size:15px}.people-empty p{max-width:410px;margin:6px 0 15px;color:#808982;font-size:13px;line-height:1.5}.people-modal{position:fixed;z-index:120;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end}.people-modal-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#17241d61;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.people-drawer{position:relative;width:min(610px,100%);height:100%;display:flex;flex-direction:column;overflow-y:auto;background:#fff;box-shadow:-18px 0 50px #17291f26;animation:drawer-in .22s ease both}.people-drawer>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:25px 26px 20px;border-bottom:1px solid #e8ece7}.people-drawer h2{margin:4px 0 0;font-size:24px}.people-drawer header p{margin:6px 0 0;color:#79827c;font-size:13px;line-height:1.5}.people-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px 14px;padding:24px 26px}.people-form-grid>label,.access-invite-form label,.bulk-invite-form>label{min-width:0;display:flex;flex-direction:column;gap:7px;color:#4f5952;font-size:12.5px;font-weight:650}.people-form-grid label.full{grid-column:1 / -1}.people-form-grid input:not([type=checkbox]),.access-invite-form input:not([type=checkbox]){width:100%;height:40px;padding:0 11px;color:#404943;background:#fff;border:1px solid #dce2dc;border-radius:8px;outline:0;font:inherit;font-size:13px}.people-form-grid input:focus,.access-invite-form input:focus{border-color:#6da18f;box-shadow:0 0 0 3px #e9f2ee}.people-manager-toggle{display:grid!important;grid-template-columns:20px 1fr;align-items:center;min-height:54px;padding:8px 11px;background:#f7f9f6;border:1px solid #e2e7e1;border-radius:8px}.people-manager-toggle input{width:16px;height:16px;accent-color:#2d7562}.people-manager-toggle>span{display:flex;flex-direction:column;gap:2px}.people-manager-toggle strong{color:#455048;font-size:12px}.people-manager-toggle small{color:#89918b;font-size:10.5px;font-weight:400;line-height:1.35}.people-drawer>footer,.access-invite-form>footer,.bulk-invite-form>footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:auto;padding:16px 22px;background:#fafbf9;border-top:1px solid #e8ece7}.access-invite-form>footer>span,.bulk-invite-form>footer>span{margin-right:auto;color:#7c857f;font-size:11.5px;line-height:1.45}.import-flow{display:grid;grid-template-columns:1fr 24px 1fr 24px 1fr;align-items:center;gap:8px;padding:20px 22px 4px}.import-flow>svg{color:#a1aaa3}.import-step{min-height:74px;display:flex;align-items:center;gap:10px;padding:11px;background:#f8faf7;border:1px solid #e5eae4;border-radius:9px}.import-step i{width:27px;height:27px;display:grid;place-items:center;flex:none;color:#fff;background:#367a67;border-radius:50%;font-size:11px;font-style:normal;font-weight:750}.import-step span{display:flex;flex-direction:column;gap:3px}.import-step strong{font-size:12.5px}.import-step small{color:#858e87;font-size:11px;line-height:1.35}.import-dropzone{width:calc(100% - 44px);min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:18px 22px 22px;padding:22px;color:#4b5650;background:#fbfcfa;border:1.5px dashed #bfcac2;border-radius:11px}.import-dropzone:hover:not(:disabled){background:#f4f8f5;border-color:#6fa18f}.import-dropzone>span{width:43px;height:43px;display:grid;place-items:center;margin-bottom:9px;color:#327562;background:#e3efea;border-radius:11px}.import-dropzone strong{font-size:14px}.import-dropzone small{margin-top:4px;color:#858e88;font-size:12px}.import-preview{margin:-4px 22px 22px;overflow:hidden;border:1px solid;border-radius:10px}.import-preview.ready{color:#326e5d;background:#f2f8f5;border-color:#dbeae3}.import-preview.has-errors{color:#8d4c42;background:#fff6f3;border-color:#f0d9d3}.import-preview>header{display:grid;grid-template-columns:22px 1fr;align-items:center;gap:9px;padding:13px}.import-preview header div{display:flex;flex-direction:column;gap:2px}.import-preview header strong{font-size:13px}.import-preview header small{font-size:11.5px;opacity:.8}.import-preview ul{margin:0;padding:0 13px 13px 44px;list-style:none}.import-preview li{display:grid;grid-template-columns:62px 1fr;gap:7px;padding:5px 0;font-size:11.5px}.import-preview footer{display:flex;justify-content:flex-end;padding:0 13px 13px}.import-history article{min-height:65px;display:grid;grid-template-columns:38px minmax(180px,1fr) 90px 85px auto;align-items:center;gap:11px;padding:10px 16px;border-bottom:1px solid #edf0ec}.import-history article:last-child{border-bottom:0}.import-icon{width:38px;height:38px;display:grid;place-items:center;color:#327662;background:#e4f0eb;border-radius:9px}.import-history article>div{display:flex;flex-direction:column;gap:2px}.import-history strong{font-size:13px}.import-history small{color:#838c86;font-size:11px}.import-history article>span:not(.import-icon):not(.status-pill){color:#7b847e;font-size:11.5px}.import-history article>span b{color:#3e4942}.access-note{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;color:#2d6e5c;background:#e8f3ee;border-radius:18px;font-size:11px;font-weight:750}.access-list article,.invitation-queue article{min-height:65px;display:grid;grid-template-columns:39px minmax(180px,1fr) 180px;align-items:center;gap:11px;padding:10px 16px;border-bottom:1px solid #edf0ec}.access-list article:last-child,.invitation-queue article:last-child{border-bottom:0}.access-list article>div,.invitation-queue article>div{display:flex;flex-direction:column;gap:2px}.access-list strong,.invitation-queue strong{font-size:13px}.access-list small,.invitation-queue small{color:#818a84;font-size:11.5px}.access-invite-shell{background:#fff}.invite-mode-switch{display:flex;gap:5px;padding:12px 22px 0}.invite-mode-switch button{min-height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;color:#6c756f;background:#f2f5f1;border:1px solid #e2e7e1;border-radius:8px;font-size:12px;font-weight:700}.invite-mode-switch button.active{color:#276a58;background:#e8f2ed;border-color:#cfe2da;box-shadow:0 0 0 2px #f0f6f3}.access-invite-form>div{display:grid;grid-template-columns:1fr 1fr;gap:17px 14px;padding:21px 22px}.access-invite-form .people-manager-toggle{align-self:end}.bulk-invite-form>label{padding:18px 22px 12px}.bulk-invite-form textarea{width:100%;min-height:170px;resize:vertical;padding:11px 12px;color:#404943;background:#fff;border:1px solid #dce2dc;border-radius:9px;outline:0;font:inherit;font-size:12.5px;line-height:1.55}.bulk-invite-form textarea:focus{border-color:#6da18f;box-shadow:0 0 0 3px #e9f2ee}.bulk-invite-form label small{color:#858e88;font-size:10.5px;font-weight:400;line-height:1.45}.bulk-invite-summary{display:flex;align-items:center;gap:13px;margin:0 22px 14px;padding:10px 12px;color:#537266;background:#edf5f1;border:1px solid #dcebe4;border-radius:8px;font-size:11px}.bulk-invite-summary span{display:inline-flex;align-items:baseline;gap:4px}.bulk-invite-summary strong{font-size:14px}.bulk-invite-summary small{margin-left:auto;color:#849089}.bulk-invite-summary.has-errors{color:#8a4a42;background:#fff2ee;border-color:#efd9d3}.bulk-invite-errors{display:grid;gap:5px;margin:-3px 22px 15px;padding:0;color:#8a4a42;list-style:none}.bulk-invite-errors li{display:grid;grid-template-columns:52px 1fr;gap:7px;padding:7px 9px;background:#fff7f4;border-radius:7px;font-size:11px}.bulk-invite-errors b{font-size:10.5px}.invitation-queue article{grid-template-columns:39px minmax(180px,1fr) auto 118px}.invitation-queue .secondary-button{min-height:35px;justify-self:end;font-size:12px}.queue-date{color:#7f8882;font-size:11px;text-align:right}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@keyframes people-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes drawer-in{0%{transform:translate(24px);opacity:.6}to{transform:translate(0);opacity:1}}@media (max-width: 1050px){.people-metrics{grid-template-columns:1fr 1fr}.people-toolbar{grid-template-columns:1fr 190px}.people-toolbar>:last-child{grid-column:2}.import-flow{grid-template-columns:1fr}.import-flow>svg{display:none}}@media (max-width: 720px){.people-page-head,.people-card-head{align-items:flex-start;flex-direction:column}.people-page-head button,.people-card-head button{width:100%}.people-metrics{grid-template-columns:1fr 1fr}.people-toolbar{grid-template-columns:1fr}.people-toolbar>:last-child{grid-column:auto}.people-form-grid,.access-invite-form>div{grid-template-columns:1fr}.access-invite-form>footer,.bulk-invite-form>footer{align-items:stretch;flex-direction:column}.access-invite-form>footer>span,.bulk-invite-form>footer>span{margin-right:0}.access-invite-form>footer button,.bulk-invite-form>footer button{width:100%}.people-form-grid label.full{grid-column:auto}.import-history article{grid-template-columns:38px 1fr auto}.import-history article>span:not(.import-icon):not(.status-pill){display:none}.access-list article{grid-template-columns:39px 1fr}.access-list .people-select{grid-column:2}.invitation-queue article{grid-template-columns:39px 1fr auto}.invitation-queue .secondary-button,.queue-date{grid-column:2 / -1;justify-self:start;text-align:left}}@media (max-width: 480px){.people-metrics{grid-template-columns:1fr}.people-card-head,.people-form-grid,.access-invite-form>div,.bulk-invite-form>label{padding-left:16px;padding-right:16px}.invite-mode-switch{padding-left:16px;padding-right:16px}.invite-mode-switch button{flex:1;justify-content:center}.bulk-invite-summary{align-items:flex-start;flex-wrap:wrap;margin-left:16px;margin-right:16px}.bulk-invite-summary small{width:100%;margin-left:0}.bulk-invite-errors{margin-left:16px;margin-right:16px}.people-drawer>header,.people-drawer>footer{padding-left:18px;padding-right:18px}.import-flow{padding-left:16px;padding-right:16px}.import-dropzone{width:calc(100% - 32px);margin-left:16px;margin-right:16px}.import-preview{margin-left:16px;margin-right:16px}}.portal-page{animation:portal-in .2s ease both;color:#2d3731}.portal-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:22px}.portal-page-head h1{margin:4px 0 0;font-size:clamp(30px,3vw,38px);line-height:1.12}.portal-page-head p{max-width:720px;margin:8px 0 0;color:#707a73;font-size:15px;line-height:1.55}.portal-secure{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;color:#2c6f5d;background:#e7f2ed;border:1px solid #d5e8df;border-radius:18px;font-size:11.5px;font-weight:750;white-space:nowrap}.portal-loading{min-height:calc(100vh - 170px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;color:#778079}.portal-loading strong{font-size:14px}.portal-error,.portal-warning{display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:10px;margin-bottom:15px;padding:12px 14px;color:#91463d;background:#fff0ed;border:1px solid #efd6d0;border-radius:10px;font-size:13px}.portal-error button{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;color:inherit;background:#fff;border-radius:7px;font-size:12px;font-weight:700}.portal-warning{grid-template-columns:20px 1fr;color:#80621f;background:#fff8e7;border-color:#eadfbe}.portal-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:17px}.portal-metric{min-height:105px;display:grid;grid-template-columns:40px 1fr;align-items:start;gap:12px;padding:16px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 1px 2px #1a2d2306}.portal-metric>span{width:40px;height:40px;display:grid;place-items:center;color:#2e765f;background:#e4f0ea;border-radius:10px}.portal-metric>span.coral{color:#b55449;background:#fbe8e3}.portal-metric>span.blue{color:#3d6998;background:#e8f0f9}.portal-metric>span.purple{color:#70549a;background:#efe9f8}.portal-metric>div{display:flex;flex-direction:column}.portal-metric strong{font-size:23px;line-height:1.1}.portal-metric p{margin:3px 0 0;color:#4e5952;font-size:12.5px;font-weight:650}.portal-metric small{margin-top:5px;color:#8a928c;font-size:10.5px;line-height:1.35}.portal-tabs{display:flex;gap:4px;margin-bottom:14px;padding:5px;overflow-x:auto;background:#eef1ed;border-radius:10px}.portal-tabs button{min-height:39px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;color:#68726b;background:transparent;border-radius:7px;font-size:13px;font-weight:650;white-space:nowrap}.portal-tabs button.active{color:#235f50;background:#fff;box-shadow:0 1px 3px #253d3117}.portal-tabs button span{min-width:20px;height:20px;display:grid;place-items:center;padding:0 5px;color:inherit;background:#e6ede9;border-radius:10px;font-size:10px}.portal-stack{display:grid;align-content:start;gap:14px}.portal-overview-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(275px,.65fr);align-items:start;gap:14px}.portal-card{overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:13px;box-shadow:0 1px 2px #1c2b2206}.portal-card-head{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:19px 21px;border-bottom:1px solid #e9ede8}.portal-card-head h2{margin:3px 0 0;font-size:19px}.portal-card-head p{max-width:680px;margin:5px 0 0;color:#7b847e;font-size:13px;line-height:1.48}.portal-card-head>button{display:inline-flex;align-items:center;gap:5px;color:#2e715f;font-size:11.5px;font-weight:750;white-space:nowrap}.portal-count{padding:6px 9px;color:#306f5f;background:#e9f3ef;border-radius:14px;font-size:10.5px;font-weight:750;white-space:nowrap}.portal-work-list>article{min-height:78px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px 16px;border-bottom:1px solid #edf0ec}.portal-work-list>article:last-child{border-bottom:0}.portal-work-icon{width:40px;height:40px;display:grid;place-items:center;color:#337764;background:#e5f0eb;border-radius:10px}.portal-work-icon.feedback{color:#426e99;background:#e8f0f8}.portal-work-icon.action{color:#77599b;background:#efe9f7}.portal-work-list article>div{min-width:0;display:flex;flex-direction:column}.portal-work-list strong{color:#3c4740;font-size:13px}.portal-work-list p{margin:3px 0 5px;overflow:hidden;color:#737d76;font-size:11.5px;text-overflow:ellipsis;white-space:nowrap}.portal-work-list small{display:flex;align-items:center;gap:5px;color:#89918b;font-size:10.5px}.portal-work-actions{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.portal-work-actions>button{display:inline-flex;align-items:center;gap:4px;color:#2f715f;font-size:10.5px;font-weight:750}.portal-status{display:inline-flex;align-items:center;gap:4px;width:fit-content;padding:5px 8px;color:#84621d;background:#f8edcf;border-radius:12px;font-size:10.5px;font-weight:750;text-transform:capitalize;white-space:nowrap}.portal-status.complete,.portal-status.active,.portal-status.submitted{color:#296b59;background:#e3f0ea}.portal-status.inactive,.portal-status.declined{color:#8b4a42;background:#f8e7e3}.portal-status.on_leave{color:#806321;background:#f7edcf}.portal-empty{min-height:195px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;text-align:center}.portal-empty>span{width:46px;height:46px;display:grid;place-items:center;margin-bottom:10px;color:#347663;background:#e5f0eb;border-radius:12px}.portal-empty strong{font-size:14px}.portal-empty p{max-width:400px;margin:5px 0 0;color:#838b85;font-size:12px;line-height:1.5}.portal-progress-list article{min-height:68px;display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,.5fr);align-items:center;gap:20px;padding:12px 16px;border-bottom:1px solid #edf0ec}.portal-progress-list article:last-child{border-bottom:0}.portal-progress-list article>div{display:flex;flex-direction:column;gap:3px}.portal-progress-list strong{font-size:12.5px}.portal-progress-list small{color:#858d87;font-size:10.5px;text-transform:capitalize}.portal-progress-list article>span{display:grid;grid-template-columns:1fr 38px;align-items:center;gap:8px}.portal-progress-list i,.manager-workflows article>div>i,.manager-progress i{height:6px;overflow:hidden;background:#e7ebe7;border-radius:4px}.portal-progress-list i b,.manager-workflows i b,.manager-progress i b{height:100%;display:block;background:#42816f;border-radius:inherit}.portal-progress-list article>span strong{font-size:11px;text-align:right}.portal-identity-card{display:flex;flex-direction:column;align-items:center;padding:23px 20px;text-align:center}.portal-avatar-large{width:68px;height:68px;display:grid;place-items:center;overflow:hidden;margin-bottom:12px;color:#fff;background:linear-gradient(145deg,#1f5d50,#438573);border:4px solid #e9f2ee;border-radius:20px;font-size:18px;font-weight:750}.portal-avatar-large.has-image{background:#edf2ef}.portal-avatar-large img{width:100%;height:100%;display:block;object-fit:cover}.portal-identity-card>strong{font-size:16px}.portal-identity-card>p{margin:4px 0 16px;color:#78817b;font-size:12px}.portal-identity-card ul{width:100%;display:grid;gap:0;margin:0;padding:0;border-top:1px solid #e9ede8;list-style:none;text-align:left}.portal-identity-card li{display:flex;align-items:center;gap:8px;padding:10px 2px;color:#626d65;border-bottom:1px solid #edf0ec;font-size:11.5px}.portal-identity-card li:last-child{border-bottom:0}.portal-identity-card li svg{color:#4e806f}.portal-privacy{display:grid;grid-template-columns:42px 1fr;gap:11px;padding:15px;color:#4a655c;background:#f3f8f5;border-color:#dfeae4}.portal-privacy>span{width:42px;height:42px;display:grid;place-items:center;color:#2f735f;background:#dcece5;border-radius:10px}.portal-privacy strong{font-size:12.5px}.portal-privacy p{margin:4px 0 0;font-size:11px;line-height:1.5}.profile-portal-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:start;gap:14px}.profile-self-form{display:flex;flex-direction:column}.portal-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px 14px;padding:21px}.portal-form-grid label{min-width:0;display:flex;flex-direction:column;gap:7px;color:#4f5952;font-size:12.5px;font-weight:650}.portal-form-grid label.full{grid-column:1 / -1}.portal-form-grid input,.portal-form-grid textarea{width:100%;height:41px;padding:0 11px;color:#404943;background:#fff;border:1px solid #dce2dc;border-radius:8px;outline:0;font:inherit;font-size:13px}.portal-form-grid textarea{height:100px;padding-top:10px;resize:vertical;line-height:1.45}.portal-form-grid input:focus,.portal-form-grid textarea:focus{border-color:#6da18f;box-shadow:0 0 0 3px #e9f2ee}.portal-form-grid label>small{align-self:flex-end;color:#919993;font-size:10px;font-weight:400}.profile-self-form>footer{display:flex;justify-content:flex-end;padding:15px 21px;background:#fafbf9;border-top:1px solid #e8ece7}.profile-photo-editor{display:grid;grid-template-columns:86px minmax(0,1fr);align-items:center;gap:17px;padding:19px 21px;background:#fafbf9;border-bottom:1px solid #e8ece7}.profile-photo-preview{width:86px;height:86px;display:grid;place-items:center;overflow:hidden;color:#fff;background:linear-gradient(145deg,#1f5d50,#438573);border:4px solid #e7f0ec;border-radius:24px;font-size:22px;font-weight:750}.profile-photo-preview.has-image{background:#edf2ef}.profile-photo-preview img{width:100%;height:100%;display:block;object-fit:cover}.profile-photo-editor>div:last-child{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.profile-photo-editor strong{color:#3d4942;font-size:14px}.profile-photo-editor p{margin:4px 0 10px;color:#78837b;font-size:12px;line-height:1.5}.profile-photo-editor small{max-width:100%;margin:-3px 0 8px;overflow:hidden;color:#77827a;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.profile-photo-editor small.success{color:#2f735f}.profile-photo-editor small.error{color:#9a463c}.profile-photo-editor>div:last-child>div{display:flex;flex-wrap:wrap;gap:8px}.profile-photo-editor button{min-height:38px;padding-inline:12px;font-size:12px}.controlled-fields>header,.notification-settings>header,.account-security>header{display:grid;grid-template-columns:38px 1fr;gap:10px;padding:15px;border-bottom:1px solid #e9ede8}.controlled-fields header>span,.notification-settings header>span,.account-security header>span{width:38px;height:38px;display:grid;place-items:center;color:#347461;background:#e5f0eb;border-radius:9px}.controlled-fields header strong,.notification-settings header strong,.account-security header strong{font-size:13px}.controlled-fields header p,.notification-settings header p,.account-security header p{margin:3px 0 0;color:#828b84;font-size:10.5px;line-height:1.4}.controlled-fields dl{margin:0}.controlled-fields dl>div{display:grid;grid-template-columns:90px 1fr;gap:10px;padding:10px 15px;border-bottom:1px solid #edf0ec}.controlled-fields dl>div:last-child{border-bottom:0}.controlled-fields dt{color:#858e87;font-size:10.5px}.controlled-fields dd{margin:0;color:#465049;font-size:11.5px;font-weight:650;text-align:right}.notification-settings>button{width:100%;min-height:62px;display:grid;grid-template-columns:1fr 37px;align-items:center;gap:9px;padding:10px 15px;border-bottom:1px solid #edf0ec;text-align:left}.notification-settings>button:last-child{border-bottom:0}.notification-settings button>span{display:flex;flex-direction:column;gap:2px}.notification-settings button strong{color:#465049;font-size:11.5px}.notification-settings button small{color:#858e87;font-size:10px;line-height:1.35}.notification-settings button>i{width:37px;height:21px;padding:2px;background:#d7ddd8;border-radius:12px;transition:.18s}.notification-settings button>i b{width:17px;height:17px;display:block;background:#fff;border-radius:50%;box-shadow:0 1px 3px #1e2f2533;transition:.18s}.notification-settings button>i.on{background:#397d69}.notification-settings button>i.on b{transform:translate(16px)}.account-security form{display:grid;gap:11px;padding:15px}.account-security label{display:flex;flex-direction:column;gap:6px;color:#505a53;font-size:11px;font-weight:650}.account-security input{width:100%;height:38px;padding:0 10px;color:#414a44;background:#fff;border:1px solid #dce2dc;border-radius:8px;outline:0;font:inherit;font-size:12px}.account-security input:focus{border-color:#6da18f;box-shadow:0 0 0 3px #e9f2ee}.account-security form>small{color:#91463d;font-size:10.5px}.account-security form>small.success{color:#2f735f}.account-security form>button{width:100%;min-height:38px;margin-top:2px;font-size:11.5px}.manager-overview-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(245px,.4fr);align-items:start;gap:14px}.manager-guidance{padding:20px;color:#395c50;background:linear-gradient(145deg,#f0f7f3,#f8faf8);border-color:#dce9e2}.manager-guidance>span{width:46px;height:46px;display:grid;place-items:center;color:#fff;background:#347663;border-radius:12px}.manager-guidance h2{margin:16px 0 5px;font-size:18px}.manager-guidance p{margin:0;color:#687a70;font-size:12px;line-height:1.55}.manager-guidance ul{display:grid;gap:9px;margin:17px 0 0;padding:15px 0 0;border-top:1px solid #dce7e1;list-style:none}.manager-guidance li{display:flex;align-items:center;gap:7px;color:#4f6c61;font-size:11px}.manager-guidance li svg{color:#347663}.manager-team-table{overflow-x:auto}.manager-team-table table{width:100%;border-collapse:collapse}.manager-team-table th{height:41px;padding:0 13px;color:#727c75;background:#f7f9f6;border-bottom:1px solid #e6ebe5;font-size:10.5px;font-weight:750;letter-spacing:.03em;text-align:left;text-transform:uppercase;white-space:nowrap}.manager-team-table td{min-width:90px;padding:11px 13px;border-bottom:1px solid #edf0ec;color:#4e5851;font-size:12px;vertical-align:middle}.manager-team-table tbody tr:last-child td{border-bottom:0}.manager-team-table td>strong{display:block;color:#424d46;font-size:11.5px;white-space:nowrap}.manager-team-table td>small{display:block;margin-top:3px;color:#858e87;font-size:10px}.manager-team-table td:last-child button{width:30px;height:30px;display:grid;place-items:center;color:#607068;background:#f3f6f3;border-radius:7px}.manager-person{min-width:190px;display:grid;grid-template-columns:37px 1fr;align-items:center;gap:9px}.manager-person>span{width:37px;height:37px;display:grid;place-items:center;color:#2d705d;background:#e4f0eb;border-radius:9px;font-size:10px;font-weight:750}.manager-person>div{display:flex;flex-direction:column;gap:2px}.manager-person strong{color:#3f4a43;font-size:12px}.manager-person small{color:#858e87;font-size:10px}.manager-attention{min-width:25px;height:25px;display:grid;place-items:center;color:#965044;background:#f9e7e3;border-radius:13px;font-size:10.5px;font-weight:750}.manager-progress{min-width:100px;display:grid;grid-template-columns:64px auto;align-items:center;gap:6px;color:#53615a;font-size:10.5px}.manager-progress i{width:64px}.muted-text{color:#929a94;font-size:10.5px}.manager-workflow-grid{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:14px}.manager-workflows article{min-height:76px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px 16px;border-bottom:1px solid #edf0ec}.manager-workflows article:last-child{border-bottom:0}.manager-workflows article>div{min-width:0;display:grid;grid-template-columns:1fr;gap:3px}.manager-workflows article>div strong{overflow:hidden;font-size:12.5px;text-overflow:ellipsis;white-space:nowrap}.manager-workflows article>div small{color:#858e87;font-size:10px}.manager-workflows article>div>i{width:100%;margin-top:4px}.manager-workflows article>span:last-child{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.manager-workflows article>span:last-child strong{font-size:12px}.manager-workflows article>span:last-child small{color:#858e87;font-size:9.5px}.portal-access-denied{min-height:calc(100vh - 180px);display:flex;align-items:center;justify-content:center;gap:18px;padding:30px;text-align:left}.portal-access-denied>span{width:64px;height:64px;display:grid;place-items:center;flex:none;color:#337563;background:#e3efea;border-radius:18px}.portal-access-denied h1{margin:5px 0 7px;font-size:28px}.portal-access-denied p{max-width:590px;margin:0 0 16px;color:#737d76;font-size:13px;line-height:1.55}.survey-response-modal{position:fixed;z-index:140;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px}.survey-response-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#16231c7a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.survey-response-panel{position:relative;width:min(820px,100%);max-height:calc(100vh - 40px);display:flex;flex-direction:column;overflow:hidden;background:#f7f9f6;border-radius:15px;box-shadow:0 24px 70px #14271d40;animation:portal-modal-in .2s ease both}.survey-response-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:21px 23px 17px;background:#fff;border-bottom:1px solid #e5eae4}.survey-response-panel>header h2{margin:4px 0 0;font-size:23px}.survey-response-panel>header p{max-width:650px;margin:5px 0 0;color:#79827c;font-size:12px;line-height:1.45}.survey-response-privacy{display:flex;align-items:center;gap:8px;padding:10px 23px;color:#41675b;background:#edf5f1;border-bottom:1px solid #dce9e2;font-size:11px;line-height:1.4}.survey-response-panel>main{overflow-y:auto;padding:18px 23px}.survey-response-panel>main>section{margin-bottom:15px;overflow:hidden;background:#fff;border:1px solid #e3e8e2;border-radius:11px}.survey-response-panel>main>section>header{display:grid;grid-template-columns:30px 1fr;gap:10px;padding:14px 16px;background:#fafbf9;border-bottom:1px solid #e8ece7}.survey-response-panel>main>section>header>span{width:30px;height:30px;display:grid;place-items:center;color:#fff;background:#397b69;border-radius:8px;font-size:11px;font-weight:750}.survey-response-panel h3{margin:0;font-size:14px}.survey-response-panel main header p{margin:3px 0 0;color:#818a84;font-size:10.5px;line-height:1.4}.survey-response-question{padding:16px;border-bottom:1px solid #edf0ec}.survey-response-question:last-child{border-bottom:0}.survey-response-question>label{display:grid;grid-template-columns:23px 1fr;gap:8px;align-items:start}.survey-response-question>label>span{width:23px;height:23px;display:grid;place-items:center;color:#377463;background:#e7f1ed;border-radius:6px;font-size:9.5px;font-weight:750}.survey-response-question>label strong{padding-top:2px;color:#3f4943;font-size:12.5px;line-height:1.45}.survey-response-question>label em{margin-left:3px;color:#c05b4e;font-style:normal}.survey-response-question textarea{width:calc(100% - 31px);min-height:92px;margin:11px 0 0 31px;padding:10px;color:#414b44;background:#fff;border:1px solid #dce2dc;border-radius:8px;outline:0;font:inherit;font-size:12px;line-height:1.45;resize:vertical}.survey-response-question textarea:focus{border-color:#6da18f;box-shadow:0 0 0 3px #e9f2ee}.survey-response-scale{display:grid;grid-template-columns:repeat(5,38px);gap:7px;margin:12px 0 0 31px}.survey-response-scale.nps{grid-template-columns:repeat(11,minmax(30px,1fr))}.survey-response-scale>button{height:36px;color:#536059;background:#f5f7f4;border:1px solid #dce2dc;border-radius:7px;font-size:11px;font-weight:700}.survey-response-scale>button:hover{border-color:#74a392}.survey-response-scale>button.selected{color:#fff;background:#347763;border-color:#347763;box-shadow:0 0 0 3px #e4efea}.survey-response-scale>footer{grid-column:1 / -1;display:flex;justify-content:space-between;margin-top:1px;color:#8a928c}.survey-response-scale footer small{font-size:9.5px}.survey-response-error{display:flex;align-items:center;gap:7px;margin:0 23px 12px;padding:9px 11px;color:#91463d;background:#fff0ed;border:1px solid #efd6d0;border-radius:8px;font-size:11px}.survey-response-panel>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 23px;background:#fff;border-top:1px solid #e3e8e2}.survey-response-panel>footer>span{display:flex;align-items:center;gap:6px;color:#718079;font-size:10.5px}.survey-response-panel>footer>div{display:flex;gap:8px}.feedback-response-panel{width:min(760px,100%)}.feedback-competency>p{margin:5px 0 0 31px;color:#7d867f;font-size:10.5px}.feedback-competency .survey-response-scale{margin-top:10px}.feedback-competency .survey-response-scale.binary{grid-template-columns:repeat(2,minmax(88px,120px))}.feedback-competency textarea{min-height:70px}@keyframes portal-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes portal-modal-in{0%{opacity:0;transform:translateY(8px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 1100px){.portal-metric-grid{grid-template-columns:1fr 1fr}.portal-overview-grid,.profile-portal-grid,.manager-overview-grid{grid-template-columns:1fr}.portal-overview-grid>aside,.profile-portal-grid>aside{grid-template-columns:1fr 1fr}.manager-guidance{display:grid;grid-template-columns:46px 1fr;gap:0 12px}.manager-guidance h2{margin-top:0}.manager-guidance>p,.manager-guidance>ul{grid-column:2}}@media (max-width: 760px){.portal-page-head,.portal-card-head{align-items:flex-start;flex-direction:column}.portal-page-head>button{width:100%}.portal-overview-grid>aside,.profile-portal-grid>aside,.manager-workflow-grid{grid-template-columns:1fr}.profile-photo-editor{grid-template-columns:72px minmax(0,1fr)}.profile-photo-preview{width:72px;height:72px;border-radius:20px}.portal-form-grid{grid-template-columns:1fr}.portal-form-grid label.full{grid-column:auto}.portal-work-list>article{grid-template-columns:40px 1fr}.portal-work-list .portal-status{grid-column:2}.portal-work-actions{grid-column:2;align-items:flex-start}.portal-progress-list article{grid-template-columns:1fr}.portal-progress-list article>span{max-width:240px}.portal-access-denied{align-items:flex-start;flex-direction:column;justify-content:center;text-align:center}.portal-access-denied>span{margin-inline:auto}.survey-response-modal{padding:0}.survey-response-panel{max-height:100vh;height:100%;border-radius:0}.survey-response-scale.nps{grid-template-columns:repeat(6,1fr)}.survey-response-scale.nps>footer{grid-column:1 / -1}.survey-response-panel>footer{align-items:stretch;flex-direction:column}.survey-response-panel>footer>div{display:grid;grid-template-columns:1fr 1fr}}@media (max-width: 500px){.portal-metric-grid{grid-template-columns:1fr}.portal-card-head,.portal-form-grid{padding-left:16px;padding-right:16px}.portal-error{grid-template-columns:20px 1fr}.portal-error button{grid-column:2;justify-self:start}.survey-response-panel>header,.survey-response-panel>main,.survey-response-panel>footer{padding-left:15px;padding-right:15px}.survey-response-privacy{padding-left:15px;padding-right:15px}.survey-response-question{padding:14px 11px}.survey-response-question textarea{width:100%;margin-left:0}.survey-response-scale{grid-template-columns:repeat(5,minmax(34px,1fr));margin-left:0}.survey-response-scale.nps{grid-template-columns:repeat(4,1fr)}.feedback-competency .survey-response-scale.binary{grid-template-columns:1fr 1fr}.survey-response-error{margin-left:15px;margin-right:15px}}.reports-page{min-width:0;animation:reports-in .22s ease}.reports-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.reports-page-head h1{margin-top:3px;font-size:clamp(28px,2.4vw,35px);line-height:1.12}.reports-page-head p{max-width:650px;margin:7px 0 0;color:var(--muted);font-size:14px;line-height:1.5}.reports-page-head>span{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;padding:8px 11px;color:#2f705e;background:#e7f2ed;border:1px solid #d7e9e1;border-radius:20px;font-size:11.5px;font-weight:700}.reports-error{display:flex;align-items:center;gap:9px;margin-bottom:13px;padding:11px 13px;color:#8a4239;background:#fceeea;border:1px solid #f0d7d1;border-radius:10px;font-size:12.5px}.reports-error span{flex:1}.reports-error button{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;color:inherit;background:#fff8f6;border-radius:7px;font-weight:700}.reports-loading{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#7d867f;background:#fff;border:1px solid var(--border);border-radius:13px}.reports-loading.compact{min-height:280px;border:0}.reports-loading svg{animation:auth-spin .9s linear infinite}.reports-loading strong{font-size:13px}.reports-empty{min-height:280px;display:grid;grid-template-columns:62px minmax(0,1fr) auto;align-items:center;gap:19px;padding:30px;background:#fff;border:1px solid var(--border);border-radius:14px}.reports-empty>span{width:62px;height:62px;display:grid;place-items:center;color:#2f755f;background:#e6f2ec;border-radius:16px}.reports-empty h2{margin-top:4px;font-size:21px}.reports-empty p{max-width:620px;margin:7px 0 0;color:#737c75;font-size:13px;line-height:1.6}.reports-metrics,.report-detail-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.report-metric{min-width:0;display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:11px;min-height:96px;padding:14px;background:#fff;border:1px solid var(--border);border-radius:12px}.report-metric>span{width:40px;height:40px;display:grid;place-items:center;color:#2c705d;background:#e4f1eb;border-radius:10px}.report-metric>span.blue{color:#356d91;background:#e5eff5}.report-metric>span.purple{color:#705992;background:#eee9f5}.report-metric>span.coral{color:#af5147;background:#fae9e5}.report-metric>div{min-width:0;display:flex;flex-direction:column}.report-metric small{overflow:hidden;color:#7c857e;font-size:11.5px;white-space:nowrap;text-overflow:ellipsis}.report-metric strong{margin-top:2px;color:#28302a;font-family:Manrope,sans-serif;font-size:22px;line-height:1.2;letter-spacing:-.04em}.report-metric p{overflow:hidden;margin:2px 0 0;color:#999f9a;font-size:10.5px;white-space:nowrap;text-overflow:ellipsis}.report-programme-history{margin-bottom:12px;padding:15px;overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:13px}.report-programme-history>header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:11px}.report-programme-history h2{margin-top:2px;font-size:16px}.report-programme-history>header p{max-width:540px;margin:0;color:#818a83;font-size:11px;line-height:1.5;text-align:right}.report-programme-history>div{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.report-programme-history button{min-width:210px;max-width:250px;display:flex;flex:1 0 210px;flex-direction:column;gap:7px;padding:11px;color:#505952;background:#f8faf7;border:1px solid #e4e9e3;border-radius:9px;text-align:left}.report-programme-history button:hover{border-color:#bdd4ca}.report-programme-history button.active{color:#285f50;background:#edf5f1;border-color:#a9cbbc;box-shadow:inset 0 0 0 1px #d4e6de}.report-programme-history button>span{display:flex;align-items:center;justify-content:space-between;gap:8px}.report-programme-history button>span small{color:#89918b;font-size:9.5px}.report-programme-history button>strong{overflow:hidden;font-size:12px;white-space:nowrap;text-overflow:ellipsis}.report-programme-history button>i{height:4px;overflow:hidden;background:#e0e6e1;border-radius:4px}.report-programme-history button>i b{display:block;height:100%;background:#4c8c78;border-radius:inherit}.reports-workspace{min-width:0;display:grid;grid-template-columns:270px minmax(0,1fr);align-items:start;gap:12px}.report-directory{position:sticky;top:calc(var(--topbar-height) + 16px);min-width:0;overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:13px}.report-directory>header{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;padding:14px;border-bottom:1px solid #edf0eb}.report-directory>header>span{width:38px;height:38px;display:grid;place-items:center;color:#397561;background:#e9f3ee;border-radius:9px}.report-directory>header>div{min-width:0;display:flex;flex-direction:column}.report-directory>header strong{font-size:13.5px}.report-directory>header small{margin-top:2px;color:#8a928c;font-size:10.5px}.report-directory>label{display:flex;flex-direction:column;gap:6px;padding:13px 13px 9px;color:#667069;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.report-directory>label>div{position:relative}.report-directory select{width:100%;height:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0 34px 0 10px;color:#3e4841;background:#fff;border:1px solid #dce1dc;border-radius:8px;outline:0;font-size:12px;font-weight:600;text-transform:none;letter-spacing:0}.report-directory label svg{position:absolute;top:13px;right:10px;color:#8c948e;pointer-events:none}.report-programme-meta{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:7px;margin:0 13px 11px;padding:9px;background:#f7f9f6;border-radius:8px}.report-programme-meta small{overflow:hidden;color:#818982;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.report-programme-meta>i{grid-column:1 / -1;height:4px;overflow:hidden;background:#e1e6e1;border-radius:4px}.report-programme-meta>i b{display:block;height:100%;background:#4b8a77;border-radius:inherit}.report-status{width:fit-content;display:inline-flex;align-items:center;padding:4px 7px;color:#3e715f;background:#e4f0ea;border-radius:10px;font-size:9.5px;font-style:normal;font-weight:700;text-transform:capitalize}.report-status.draft{color:#757c77;background:#eceeeb}.report-status.complete{color:#5f4f86;background:#ece8f3}.report-status.archived{color:#7e6963;background:#f0e9e6}.report-participant-list{display:flex;flex-direction:column;max-height:calc(100vh - 310px);overflow-y:auto;padding:0 8px 9px;scrollbar-width:thin}.report-participant-list>span{display:flex;justify-content:space-between;padding:7px 6px;color:#8c938e;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.report-participant-list>span b{color:#69716b}.report-participant-list>button{width:100%;display:grid;grid-template-columns:34px minmax(0,1fr) 16px;align-items:center;gap:8px;padding:9px 7px;color:#4b544e;background:transparent;border-radius:8px;text-align:left}.report-participant-list>button:hover{background:#f7f9f6}.report-participant-list>button.active{color:#245f51;background:#eaf3ef}.report-participant-list>button>i{width:34px;height:34px;display:grid;place-items:center;color:#376b5c;background:#e3eee9;border-radius:9px;font-size:10px;font-style:normal;font-weight:700}.report-participant-list>button>span{min-width:0;display:flex;flex-direction:column}.report-participant-list strong,.report-participant-list small{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.report-participant-list strong{font-size:11.5px}.report-participant-list small{margin-top:2px;color:#8a928c;font-size:9.5px}.report-participant-list button>svg{color:#4b8a77}.report-participant-list button:not(.active)>svg:last-child{color:#adb3ae}.report-participant-list>p{padding:12px 7px;color:#8c948e;font-size:11px;line-height:1.5}.report-view{min-width:0;overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:13px}.report-no-selection{min-height:340px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:25px;color:#838b85;text-align:center}.report-no-selection svg{color:#5a8b7b}.report-no-selection h2{margin-top:12px;color:#39423c;font-size:18px}.report-no-selection p{max-width:420px;margin:6px 0 0;font-size:12.5px;line-height:1.55}.report-detail{min-width:0;padding:20px;background:#fbfcfa}.report-subject-head{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:12px;margin:-20px -20px 14px;padding:20px;background:#fff;border-bottom:1px solid #edf0eb}.report-subject-avatar{width:52px;height:52px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#265f52,#5c907f);border-radius:13px;font-size:14px;font-weight:700}.report-subject-head>div:nth-child(2){min-width:0}.report-subject-head h1{overflow:hidden;margin-top:2px;font-size:21px;line-height:1.25;white-space:nowrap;text-overflow:ellipsis}.report-subject-head p{overflow:hidden;margin:4px 0 0;color:#818983;font-size:11.5px;white-space:nowrap;text-overflow:ellipsis}.report-detail-metrics{margin-bottom:10px}.report-detail-metrics .report-metric{min-height:88px;padding:12px}.report-detail-metrics .report-metric>span{width:36px;height:36px}.report-detail-metrics .report-metric strong{font-size:19px}.report-privacy{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;margin-bottom:10px;padding:12px 13px;border-radius:10px}.report-privacy>span{width:38px;height:38px;display:grid;place-items:center;border-radius:9px}.report-privacy strong{font-size:12.5px}.report-privacy p{margin:3px 0 0;font-size:11px;line-height:1.5}.report-privacy.protected{color:#755c2a;background:#fff5dc;border:1px solid #f0dfae}.report-privacy.protected>span{background:#f9e8b8}.report-privacy.clear{color:#34715f;background:#eaf4ef;border:1px solid #d8e9e1}.report-privacy.clear>span{background:#dceee6}.report-groups,.report-panel{min-width:0;margin-bottom:10px;padding:15px;background:#fff;border:1px solid #e5e8e3;border-radius:11px}.report-groups>header,.report-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:13px;margin-bottom:12px}.report-groups h2,.report-panel h2{margin-top:2px;font-size:15.5px}.report-panel header p{margin:3px 0 0;color:#8a918c;font-size:10.5px;line-height:1.45}.report-groups>div{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:7px}.report-groups article{min-width:0;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:7px;padding:9px;background:#f7faf8;border:1px solid #e5ebe7;border-radius:9px}.report-groups article.locked{background:#fbf8f1;border-color:#eee4cf}.report-group-icon{width:32px;height:32px;display:grid;place-items:center;color:#39735f;background:#e1eee8;border-radius:8px}.locked .report-group-icon{color:#8a7040;background:#f1e6cc}.report-groups article>div{min-width:0;display:flex;flex-direction:column}.report-groups article strong{overflow:hidden;font-size:11px;white-space:nowrap;text-overflow:ellipsis}.report-groups article small{margin-top:1px;color:#8d948f;font-size:9px}.report-groups article>b{color:#395f52;font-size:11px}.report-groups article>p{grid-column:2 / -1;margin:-2px 0 0;color:#7e8982;font-size:9.5px}.report-comparison{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;margin-bottom:10px;padding:15px;color:#fff;background:linear-gradient(125deg,#173f38,#2d7061);border-radius:11px}.report-comparison h2{margin-top:2px;color:#fff;font-size:16px}.report-comparison p{max-width:470px;margin:3px 0 0;color:#bcd7cf;font-size:10.5px;line-height:1.45}.report-comparison>div:last-child{display:flex;align-items:center;gap:8px}.report-comparison>div:last-child>span{min-width:78px;display:flex;flex-direction:column;padding:9px 11px;background:#ffffff17;border:1px solid rgba(255,255,255,.11);border-radius:8px}.report-comparison>div:last-child small{color:#b7d2ca;font-size:9px}.report-comparison>div:last-child strong{margin-top:2px;color:#fff;font-size:14px}.report-comparison>div:last-child>i{display:grid;place-items:center;color:#9fc5ba}.report-comparison .gap{min-width:58px!important;background:#f5c05224!important}.report-comparison .gap strong{color:#f4ca74!important}.report-main-grid{min-width:0;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(230px,.75fr);align-items:start;gap:10px}.report-question-panel,.report-insights{margin-bottom:10px}.report-question-list{display:grid;gap:7px}.report-question-list>article{min-width:0;display:grid;grid-template-columns:26px minmax(0,1fr);gap:9px;padding:10px;background:#f8faf8;border:1px solid #e8ece8;border-radius:8px}.report-question-number{width:26px;height:26px;display:grid;place-items:center;color:#39725f;background:#e3efe9;border-radius:7px;font-size:10px;font-weight:700}.report-question-copy{min-width:0}.report-question-copy>strong{display:block;color:#3e4741;font-size:11.5px;line-height:1.4}.report-question-copy>span{display:grid;grid-template-columns:minmax(80px,1fr) 48px;align-items:center;gap:9px;margin-top:8px}.report-question-copy>span i{height:6px;overflow:hidden;background:#e0e5e1;border-radius:5px}.report-question-copy>span i b{display:block;height:100%;background:linear-gradient(90deg,#3f816e,#70a18f);border-radius:inherit}.report-question-copy>span em{color:#3a6657;font-size:10.5px;font-style:normal;font-weight:700;text-align:right}.report-question-copy>div{display:flex;flex-wrap:wrap;gap:4px;margin-top:7px}.report-question-copy small{padding:3px 5px;color:#527568;background:#e8f1ed;border-radius:4px;font-size:8.5px}.report-question-copy small.locked{display:inline-flex;align-items:center;gap:3px;color:#826d45;background:#f5ead4}.report-insight-columns{display:grid;gap:8px}.report-insight-columns>div{padding:11px;background:#f8faf8;border:1px solid #e8ece8;border-radius:9px}.report-insight-columns>div>span{width:30px;height:30px;display:grid;place-items:center;color:#34745f;background:#e2efe9;border-radius:8px}.report-insight-columns>div:last-child>span{color:#9a5f42;background:#fae9df}.report-insight-columns h3{margin:7px 0 5px;color:#4d5650;font-size:11.5px}.report-insight-columns p{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin:0;padding:6px 0;border-top:1px solid #e8ece8}.report-insight-columns p strong{font-size:10px;line-height:1.35}.report-insight-columns p small{flex:0 0 auto;color:#39725f;font-size:9.5px;font-weight:700}.report-inline-empty{min-height:88px;display:flex;align-items:center;justify-content:center;gap:9px;padding:16px;color:#7e8780;background:#f8faf8;border-radius:8px}.report-inline-empty>span{display:flex;flex-direction:column}.report-inline-empty strong{color:#4a534d;font-size:11.5px}.report-inline-empty small{margin-top:2px;font-size:9.5px;line-height:1.4}.report-comments>header>span{min-width:25px;height:25px;display:grid;place-items:center;color:#4d7466;background:#e7f0ec;border-radius:13px;font-size:10px;font-weight:700}.report-comments>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.report-comments blockquote{min-width:0;display:grid;grid-template-columns:20px minmax(0,1fr);gap:7px;margin:0;padding:11px;background:#f8faf8;border:1px solid #e8ece8;border-radius:9px}.report-comments blockquote>svg{color:#4b806f}.report-comments blockquote p{margin:0;color:#4b554e;font-size:11px;line-height:1.5}.report-comments blockquote footer{grid-column:2;display:flex;flex-wrap:wrap;align-items:center;gap:5px;margin-top:4px}.report-comments blockquote footer strong{color:#346e5c;font-size:9.5px}.report-comments blockquote footer span{padding:2px 4px;color:#727c75;background:#e9ede9;border-radius:3px;font-size:8px}.report-comments blockquote footer small{width:100%;color:#949a95;font-size:8.5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@keyframes reports-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1180px){.reports-metrics,.report-detail-metrics{grid-template-columns:1fr 1fr}.report-main-grid{grid-template-columns:1fr}.report-insight-columns{grid-template-columns:1fr 1fr}}@media (max-width: 900px){.reports-workspace{grid-template-columns:230px minmax(0,1fr)}.report-detail{padding:15px}.report-subject-head{margin:-15px -15px 12px;padding:15px}.report-groups>div{grid-template-columns:1fr 1fr}.report-comments>div{grid-template-columns:1fr}}@media (max-width: 700px){.reports-page-head{align-items:flex-start;flex-direction:column;gap:12px}.reports-page-head>span{align-self:flex-start}.report-programme-history>header{align-items:flex-start;flex-direction:column;gap:5px}.report-programme-history>header p{text-align:left}.reports-workspace{grid-template-columns:1fr}.report-directory{position:static}.report-participant-list{max-height:250px}.report-comparison{grid-template-columns:1fr;gap:11px}.report-comparison>div:last-child{justify-content:flex-start}.reports-empty{grid-template-columns:54px minmax(0,1fr);padding:21px}.reports-empty>span{width:54px;height:54px}.reports-empty button{grid-column:1 / -1;width:100%}}@media (max-width: 520px){.reports-metrics,.report-detail-metrics{grid-template-columns:1fr 1fr;gap:7px}.report-metric{grid-template-columns:34px minmax(0,1fr);min-height:90px;padding:10px}.report-metric>span{width:34px;height:34px}.report-metric strong{font-size:18px}.report-metric small{font-size:10px}.report-metric p{font-size:9px}.report-subject-head{grid-template-columns:44px minmax(0,1fr)}.report-subject-avatar{width:44px;height:44px}.report-subject-head>.report-status{grid-column:2}.report-subject-head h1{font-size:18px}.report-privacy{grid-template-columns:32px minmax(0,1fr)}.report-privacy>span{width:32px;height:32px}.report-groups>div,.report-insight-columns{grid-template-columns:1fr}.report-comparison>div:last-child{display:grid;grid-template-columns:1fr 20px 1fr}.report-comparison .gap{grid-column:1 / -1;min-width:0!important}.report-groups,.report-panel{padding:12px}.report-question-list>article{grid-template-columns:22px minmax(0,1fr);padding:8px}.report-question-number{width:22px;height:22px}}@media (max-width: 380px){.reports-metrics,.report-detail-metrics{grid-template-columns:1fr}}
