:root{--ink:#14263d;--navy:#071a59;--muted:#637387;--action:#007f73;--brand:#00bfa6;--mint:#e7f6f2;--page:#f6f8fa;--surface:#fff;--border:#e2e8ee;--danger:#c33e4b;--shadow:0 12px 34px #14263d17;--radius-card:12px;--radius-control:8px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--ink:#eaf7f5;--navy:#f5fffe;--muted:#a8bbc5;--action:#35d1bc;--brand:#26dbc2;--mint:#123c39;--page:#0d1e2a;--surface:#132a38;--border:#29414e;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=contrast]{--ink:#000;--navy:#00134f;--muted:#263446;--action:#005f56;--brand:#008f7d;--mint:#d6fff6;--page:#fff;--surface:#fff;--border:#40515f;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html{background:var(--page);scroll-behavior:smooth}body{background:var(--page);min-width:320px;color:var(--ink);margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.45}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 45%, transparent);outline-offset:2px}.icon{flex:none;width:24px;height:24px}.app-shell{grid-template:72px 1fr/260px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--border);background:var(--surface);z-index:20;grid-row:1/-1;width:260px;padding:20px 14px;position:fixed;inset:0 auto 0 0}.brand{align-items:center;height:48px;padding:0 8px;display:inline-flex}.brand-logo{object-fit:contain;width:205px;height:54px;display:block}.sidebar nav{gap:8px;margin-top:50px;display:grid}.nav-item{min-height:54px;color:var(--navy);border-radius:8px;align-items:center;gap:18px;padding:0 18px;font-weight:560;display:flex;position:relative}.nav-item:hover{background:color-mix(in srgb, var(--mint) 55%, transparent)}.nav-item.active{background:var(--mint);color:var(--action)}.nav-item.active:before{content:"";background:var(--brand);border-radius:4px 0 0 4px;width:4px;position:absolute;top:0;bottom:0;left:0}.topbar{z-index:15;background:color-mix(in srgb, var(--surface) 94%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);grid-column:2;justify-content:space-between;align-items:center;gap:24px;height:72px;padding:0 30px;display:flex;position:sticky;top:0}.breadcrumb{color:#516aa6;font-size:16px}.top-actions{align-items:center;gap:24px;display:flex}.icon-button{cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:44px;height:44px;display:inline-grid;position:relative}.icon-button:hover{background:var(--mint)}.notification-dot{background:var(--brand);border:2px solid var(--surface);border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:7px}.account-button{cursor:pointer;min-height:48px;color:var(--navy);background:0 0;border:0;align-items:center;gap:12px;font-weight:600;display:flex}.account-button img{object-fit:cover;border-radius:50%;width:42px;height:42px}.account-caret{margin-left:4px;font-size:22px}.mobile-brand,.bottom-nav{display:none}.main-content{grid-column:2;justify-self:center;width:100%;max-width:1500px;padding:34px 30px 70px}.page-heading{margin-bottom:24px}.page-heading h1{color:var(--navy);letter-spacing:-.035em;margin:0;font-size:clamp(32px,3vw,44px);line-height:1.08}.page-heading p{color:#6073aa;margin:5px 0 0;font-size:18px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:24px}.card h2,.card h3{color:var(--navy);margin:0}.card h2{letter-spacing:-.02em;font-size:24px}.card p{color:var(--muted)}.profile-banner{grid-template-columns:1.2fr 1fr auto;align-items:center;gap:34px;margin-bottom:20px;display:grid}.profile-banner p{margin:2px 0 0}.progress-wrap{align-items:center;gap:16px;min-width:200px;display:flex}.progress-bar{background:#e3e8ef;border-radius:99px;flex:1;height:14px;overflow:hidden}.progress-bar span{border-radius:inherit;background:linear-gradient(90deg, var(--brand), var(--action));height:100%;display:block}.progress-wrap strong{color:var(--navy);white-space:nowrap;font-size:18px}.button{border:1px solid var(--action);border-radius:var(--radius-control);cursor:pointer;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:10px 20px;font-weight:680;transition:transform .15s,background .15s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button.primary{color:#fff;background:linear-gradient(135deg, var(--brand), var(--action));border-color:#0000}.button.secondary{color:var(--action);background:var(--surface)}.button.ghost{color:var(--action);background:0 0;border-color:#0000}.button:disabled{cursor:not-allowed;opacity:.45;transform:none}.home-grid{grid-template-columns:1.1fr .9fr;gap:20px;margin-bottom:20px;display:grid}.video-content{grid-template-columns:minmax(260px,1fr) minmax(210px,.85fr);align-items:center;gap:24px;margin-top:18px;display:grid}.video-thumb{cursor:pointer;background:#dce5e7;border:0;border-radius:10px;padding:0;overflow:hidden}.video-thumb img{aspect-ratio:1.53;object-fit:cover;width:100%;display:block}.video-content p{font-size:17px}.video-content .button{width:100%}.resource-card{align-content:start;display:grid}.resource-card>:is(a,button){border:0;border-bottom:1px solid var(--border);text-align:left;cursor:pointer;min-height:72px;color:var(--navy);background:0 0;grid-template-columns:48px 1fr auto;align-items:center;gap:16px;font-weight:600;display:grid}.resource-card>:is(a,button):last-child{border-bottom:0}.soft-icon{background:var(--mint);width:48px;height:48px;color:var(--action);border-radius:10px;place-items:center;display:inline-grid}.section-head{justify-content:space-between;align-items:start;gap:20px;margin-bottom:18px;display:flex}.section-head p{margin:3px 0 0}.section-head>a{min-height:44px;color:var(--ink);align-items:center;gap:4px;display:inline-flex}.count{background:var(--mint);color:var(--action);border-radius:99px;margin-left:6px;padding:6px 12px;font-size:16px}.table-head,.interview-row{grid-template-columns:1.15fr 1.55fr .9fr auto;align-items:center;gap:26px;display:grid}.table-head{background:var(--page);color:#5f7197;border-radius:8px;min-height:46px;padding:0 18px;font-size:13px}.interview-row{padding:18px 8px}.offer-summary,.appointment{align-items:center;gap:14px;display:flex}.offer-summary span,.appointment span{display:grid}.offer-summary small,.appointment small{color:var(--muted)}.offer-logo{background:color-mix(in srgb, var(--logo-color) 13%, var(--surface));width:58px;height:58px;color:var(--logo-color);border-radius:10px;flex:none;place-items:center;font-size:30px;font-style:italic;font-weight:850;display:inline-grid}.steps{align-items:center;margin-top:8px;display:flex}.steps span{color:#6f8198;background:var(--surface);border:2px solid #c7d1dd;border-radius:50%;place-items:center;width:32px;height:32px;margin-right:40px;font-size:13px;font-weight:700;display:grid;position:relative}.steps span:not(:last-child):after{content:"";background:#c7d1dd;width:42px;height:2px;position:absolute;transform:translate(36px)}.steps span:last-child{margin-right:0}.steps .done{border-color:var(--brand);background:var(--brand);color:#fff}.steps .done:after{background:var(--brand)!important}.steps .current{border-color:var(--brand);box-shadow:inset 0 0 0 7px var(--surface);background:var(--brand);color:#0000}.legend{border-top:1px solid var(--border);color:var(--muted);gap:32px;padding-top:16px;display:flex}.legend span{align-items:center;gap:8px;display:flex}.dot{border:2px solid #cbd5e1;border-radius:50%;place-items:center;width:26px;height:26px;font-style:normal;display:grid}.dot.done{background:var(--brand);color:#fff;border-color:var(--brand)}.dot.current{border-color:var(--brand);box-shadow:inset 0 0 0 6px var(--surface);background:var(--brand)}.account-popover{z-index:100;border:1px solid var(--border);background:var(--surface);width:250px;box-shadow:var(--shadow);border-radius:12px;padding:10px;position:fixed;top:62px;right:22px}.popover-user{border-bottom:1px solid var(--border);align-items:center;gap:12px;margin-bottom:7px;padding:10px;display:flex}.popover-user img{border-radius:50%;width:42px;height:42px}.popover-user span{display:grid}.popover-user small{color:var(--action)}.account-popover :is(a,button){cursor:pointer;text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:12px;width:100%;min-height:44px;padding:0 10px;display:flex}.account-popover :is(a,button):hover{background:var(--mint)}.modal{width:min(600px,100% - 32px);max-height:calc(100dvh - 32px);color:var(--ink);background:var(--surface);border:0;border-radius:14px;padding:0;box-shadow:0 30px 80px #00122940}.modal::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#14263da6}.modal-wide{width:min(900px,100% - 32px)}.modal-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:72px;padding:12px 20px 12px 24px;display:flex}.modal-head h2{color:var(--navy);margin:0}.modal-body{max-height:calc(100dvh - 170px);padding:24px;overflow:auto}.modal-actions{justify-content:flex-end;gap:12px;padding:16px 24px 24px;display:flex}.modal-media{border-radius:10px;width:100%}.demo-note{background:var(--mint);border-radius:10px;margin-top:16px;padding:16px}.demo-note p{margin-bottom:0}.empty-state{text-align:center;justify-items:center;gap:12px;padding:48px 24px;display:grid}.empty-state :is(h2,h3,p){margin:0}.toast-region{z-index:300;gap:10px;display:grid;position:fixed;bottom:20px;right:20px}.toast{color:#fff;background:var(--ink);min-width:260px;max-width:420px;box-shadow:var(--shadow);border-radius:10px;padding:14px 18px;animation:.2s ease-out toast-in}.toast.error{background:var(--danger)}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}.promo-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px;display:grid}.promo{grid-template-columns:64px 1fr auto;align-items:center;gap:16px;display:grid}.promo p{margin:4px 0 0}.promo .soft-icon{width:64px;height:64px}.list-card{padding:18px}.search-control{border:1px solid var(--border);background:var(--surface);color:#6275a6;border-radius:8px;align-items:center;gap:10px;min-width:min(380px,100%);height:44px;padding:0 12px;display:flex}.search-control input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1}.tabs{border-bottom:1px solid var(--border);align-items:stretch;gap:10px;min-height:48px;display:flex}.tabs button,.tabs>a{cursor:pointer;color:#51679b;background:0 0;border:0;border-bottom:3px solid #0000;align-items:center;gap:6px;min-height:48px;padding:0 14px;font-weight:650;display:inline-flex}.tabs button.active{color:var(--action);border-color:var(--brand)}.tabs button span{background:var(--mint);color:var(--action);border-radius:99px;padding:2px 7px}.tabs>a{color:var(--action);margin-left:auto}.interview-list-row{border-bottom:1px solid var(--border);grid-template-columns:1.2fr 2fr 1fr auto;align-items:center;gap:24px;padding:22px 8px;display:grid}.interview-list-row:last-child{border-bottom:0}.status-tag{background:var(--mint);width:fit-content;color:var(--action);border-radius:99px;padding:4px 10px;font-size:12px;font-style:normal;font-weight:650}.full-stepper{align-items:flex-start;margin-top:8px;padding-bottom:5px;display:flex;overflow-x:auto}.full-stepper .step{color:#71809c;justify-items:center;gap:5px;min-width:72px;display:grid;position:relative}.full-stepper .step:not(:last-child):after{content:"";background:#c8d2de;width:calc(100% - 32px);height:2px;position:absolute;top:15px;left:calc(50% + 16px)}.full-stepper .step>span{z-index:1;background:var(--surface);border:2px solid #c8d2de;border-radius:50%;place-items:center;width:32px;height:32px;font-weight:700;display:grid}.full-stepper .step.done>span{background:var(--brand);border-color:var(--brand);color:#fff}.full-stepper .step.done:after{background:var(--brand)}.full-stepper .step.current>span{border-color:var(--brand);box-shadow:inset 0 0 0 7px var(--surface);background:var(--brand);color:#0000}.full-stepper small{text-align:center;white-space:normal;max-width:72px;line-height:1.2}.detail-heading{justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px;display:flex}.detail-heading h1{color:var(--navy);margin:2px 0;font-size:36px}.offer-logo.large{width:82px;height:82px;font-size:44px}.detail-actions{gap:10px;display:flex}.detail-grid,.company-columns{grid-template-columns:2fr 1fr;gap:18px;margin-bottom:18px;display:grid}.detail-grid .card{min-width:0}.appointment-large{margin:28px 0}.info-strip{background:var(--mint);color:var(--action);border-radius:10px;align-items:center;gap:12px;margin-top:22px;padding:16px;display:flex}.full{width:100%}.resource-links{grid-template-columns:1fr 1fr;gap:12px;margin-top:16px;display:grid}.resource-links a{border:1px solid var(--border);min-height:64px;color:var(--navy);border-radius:10px;align-items:center;gap:10px;padding:12px;font-weight:650;display:flex}.resource-links a .icon:last-child{margin-left:auto}.offers-layout{grid-template-columns:minmax(0,1.4fr) minmax(360px,.9fr);align-items:start;gap:22px;display:grid}.offer-list{gap:12px;display:grid}.offer-card{border:1px solid var(--border);background:var(--surface);text-align:left;cursor:pointer;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;width:100%;min-height:130px;padding:18px;display:grid}.offer-card.selected{border-color:var(--brand);background:color-mix(in srgb, var(--mint) 70%, var(--surface))}.offer-card>span{display:grid}.offer-card strong{color:var(--navy);font-size:19px}.offer-card small{color:#5f73a4}.offer-card p{color:var(--muted);margin:4px 0 0}.offer-card em{border:1px solid var(--brand);min-width:138px;color:var(--action);text-align:center;border-radius:8px;padding:10px 14px;font-style:normal;font-weight:650}.offer-panel{position:sticky;top:92px}.offer-panel.collapsed{justify-content:center;display:flex}.collapse-button{float:right;color:#5b6fa0;cursor:pointer;background:0 0;border:0}.offer-panel>p{clear:both}.meta-row{color:#5d72a7;flex-wrap:wrap;gap:18px;display:flex}.offer-panel hr,.settings-grid hr,.support-card hr{border:0;border-top:1px solid var(--border);margin:22px 0}.process-list{gap:8px;margin:14px 0;padding:0;list-style:none;display:grid}.process-list li{color:#52679c;align-items:center;gap:12px;display:flex}.process-list li span{border:1px solid #bdc9d8;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.process-list li:first-child span{background:var(--brand);color:#fff;border-color:var(--brand)}.info-tiles{grid-template-columns:1fr 1fr;gap:10px;margin:18px 0;display:grid}.info-tiles>span{background:var(--mint);border-radius:8px;grid-template-columns:auto 1fr;align-items:center;gap:2px 10px;padding:12px;display:grid}.info-tiles .icon{color:var(--action);grid-row:1/3}.info-tiles small{color:var(--muted)}.text-link{min-height:44px;color:var(--action);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;font-weight:650;display:inline-flex}.offer-panel>.text-link{justify-content:center;width:100%;margin-top:10px}.company-hero>img{object-fit:cover;border-radius:12px 12px 0 0;width:100%;height:310px;display:block}.company-card{border:1px solid var(--border);background:var(--surface);border-radius:0 0 12px 12px;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;margin-top:-1px;padding:20px 24px;display:grid}.company-card h1{color:var(--navy);margin:0;font-size:38px}.company-card p{color:#6073aa;margin:0 0 12px;font-size:18px}.company-card>div:last-child{gap:10px;min-width:250px;display:grid}.company-tabs{margin:18px 0}.company-tabs button{flex:1;justify-content:center}.key-values{color:#5d72a7;grid-template-columns:auto 1fr;gap:12px 24px;display:grid}.key-values dt{font-weight:650}.key-values dd{margin:0}.metric-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.metric-grid article{gap:6px;display:grid}.metric-grid b{color:var(--navy);font-size:34px}.metric-grid span{color:#6073aa}.three-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.culture-strip{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px;display:grid}.culture-strip span{background:var(--mint);color:var(--navy);border-radius:10px;padding:16px}.project-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.project-card{grid-template-columns:190px 1fr;gap:18px;display:grid}.project-card img{object-fit:cover;border-radius:9px;width:100%;height:180px}.team-grid img{object-fit:cover;float:left;border-radius:9px;width:150px;height:170px;margin-right:16px}.team-grid .card{overflow:hidden}.team-grid p{color:#6073aa;margin:4px 0}.photo-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.photo-grid button{text-align:left;cursor:pointer;color:var(--navy);background:0 0;border:0;padding:0}.photo-grid img{aspect-ratio:2;object-fit:cover;border-radius:9px;width:100%;margin-bottom:8px;display:block}.next-prep{grid-template-columns:80px minmax(0,1.3fr) minmax(280px,1fr);align-items:center;gap:22px;display:grid}.next-prep .soft-icon{width:80px;height:80px}.next-prep h2{font-size:20px}.next-prep p{margin:4px 0 10px}.eyebrow{color:var(--action);letter-spacing:.08em;font-size:12px;font-weight:760}.filter-bar{border-bottom:1px solid var(--border);justify-content:space-between;gap:20px;margin:20px 0;display:flex}.filter-bar .tabs{border:0}.filter-bar .search-control{align-self:center}.resource-section{margin:24px 0}.resource-section>.section-head{margin-bottom:8px}.resource-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.module-card{grid-template-columns:72px 1fr;gap:14px;min-height:146px;display:grid;position:relative}.module-card .soft-icon{width:72px;height:72px}.module-card h3{font-size:17px}.module-card p,.resource-tile small{color:#5e72a4;align-items:center;gap:5px;display:flex}.module-card p .icon,.resource-tile small .icon{width:18px;height:18px}.module-card>.button{grid-column:2;justify-self:end}.module-card.compact{border:0;grid-template-columns:72px 1fr auto;align-items:center;min-height:0;padding:0}.module-card.compact>.button{grid-column:3}.resource-tile{grid-template-columns:72px 1fr;align-content:start;gap:14px;min-height:190px;display:grid}.resource-tile .soft-icon{width:72px;height:72px}.resource-tile>:is(a,.button){grid-column:2;justify-self:end}.module-intro{align-items:center;gap:18px;display:flex}.soft-icon.large{width:76px;height:76px}.progress-panel{background:var(--mint);border-radius:10px;gap:8px;margin:20px 0;padding:16px;display:grid}.lesson-list{margin:10px 0;padding:0;list-style:none;display:grid}.lesson-list li{border-bottom:1px solid var(--border);grid-template-columns:34px 1fr auto;align-items:center;gap:10px;min-height:48px;padding:6px 10px;display:grid}.lesson-list li.current{background:var(--mint);border-radius:8px}.lesson-list li>span{border:2px solid #bdc9d8;border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.lesson-list li.done>span{background:var(--action);border-color:var(--action);color:#fff}.lesson-list button{text-align:left;color:var(--navy);cursor:pointer;background:0 0;border:0}.guide-heading{grid-template-columns:auto auto 1fr;align-items:center;gap:8px;display:grid}.guide-heading h1,.guide-heading>p:last-child{grid-column:1/-1}.guide-heading>p{align-items:center;gap:5px;margin:0;display:flex}.guide-layout{grid-template-columns:minmax(0,2fr) minmax(280px,.8fr);align-items:start;gap:18px;display:grid}.guide-article>section{border-bottom:1px solid var(--border);grid-template-columns:44px 1fr auto;gap:16px;padding:24px 0;scroll-margin-top:90px;display:grid}.guide-article>section>span{background:var(--mint);width:44px;height:44px;color:var(--action);border-radius:50%;place-items:center;font-size:18px;font-weight:760;display:grid}.guide-article section h2{font-size:20px}.guide-article section p{margin:8px 0 0}.guide-article section em{background:var(--page);border-radius:99px;padding:4px 10px;font-style:normal;font-weight:650}.guide-layout>aside{gap:18px;display:grid;position:sticky;top:92px}.guide-summary,.related{gap:8px;display:grid}.guide-summary a,.related a{color:#5970a6;align-items:center;gap:10px;min-height:50px;display:flex}.guide-summary a span{background:var(--mint);width:32px;height:32px;color:var(--action);border-radius:50%;place-items:center;display:grid}.related a{border-bottom:1px solid var(--border)}.related .icon{margin-left:auto}.article-actions{justify-content:space-between;gap:12px;margin-top:22px;display:flex}.course-head{grid-template-columns:86px 1fr minmax(340px,.8fr);align-items:center;gap:20px;margin-bottom:20px;display:grid}.course-head h1{color:var(--navy);margin:2px 0;font-size:34px}.course-head p{color:#6073aa;align-items:center;gap:6px;margin:3px 0;display:flex}.course-layout{grid-template-columns:minmax(0,2fr) minmax(300px,.9fr);align-items:start;gap:18px;display:grid}.course-layout>aside{gap:14px;display:grid;position:sticky;top:92px}.course-lesson>h1{color:var(--navy);margin:4px 0;font-size:32px}.lead{font-size:17px}.lesson-point{border-bottom:1px solid var(--border);grid-template-columns:36px 1fr;gap:12px;padding:10px 0;display:grid}.lesson-point>span{background:var(--action);color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.lesson-point p{margin:2px 0 0}.field{color:#536a9f;gap:6px;font-weight:600;display:grid}.field>small{color:var(--muted);font-weight:400}.field :is(input,select,textarea){background:var(--surface);width:100%;min-height:44px;color:var(--ink);resize:vertical;border:1px solid #c7d2e2;border-radius:8px;padding:10px 12px}.completion{text-align:center;justify-items:center;gap:16px;max-width:1080px;margin:0 auto;padding:38px;display:grid}.completion h1{color:var(--navy);margin:0;font-size:38px}.success-mark{background:var(--mint);width:92px;height:92px;color:var(--action);border-radius:50%;place-items:center;font-size:48px;display:grid}.completion .progress-wrap{width:100%}.completion-points{text-align:left;border-top:1px solid var(--border);border-bottom:1px solid var(--border);width:100%;padding:18px 0}.completion-points p{color:var(--navy)}.completion>div:not(.completion-points):not(.progress-wrap){gap:12px;display:flex}.continue-card{max-width:1080px;margin:16px auto}.simulator-setup{max-width:980px}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-grid.one{grid-template-columns:1fr}.simulator-setup .form-grid{grid-template-columns:repeat(3,1fr);margin:20px 0}.simulator-layout{grid-template-columns:minmax(0,2fr) minmax(300px,.8fr);gap:18px;display:grid}.chat-panel{min-height:680px}.chat-status{border-bottom:1px solid var(--border);justify-content:space-between;padding-bottom:16px;display:flex}.chat-status i{background:#39c88c;border-radius:50%;width:10px;height:10px;display:inline-block}.chat-message{border-radius:12px;max-width:82%;margin:18px 0;padding:16px}.chat-message p{margin:6px 0 0}.chat-message.recruiter{background:var(--page)}.chat-message.candidate{background:var(--mint);margin-left:auto}.feedback{max-width:70%;color:var(--action);gap:10px;margin:-10px 0 16px auto;display:flex}.chat-panel>.field{margin-top:24px}.chat-panel>.button{float:right;margin-top:10px}.recruiter-panel img{object-fit:cover;float:left;border-radius:50%;width:76px;height:76px;margin-right:14px}.recruiter-panel hr{border:0;border-top:1px solid var(--border);margin:28px 0}.disclaimer{text-align:center;color:var(--muted)}.big-score{color:var(--navy);font-size:50px}.calendar-toolbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.calendar-toolbar>div{align-items:center;gap:12px;display:flex}.calendar-toolbar strong{text-align:center;min-width:230px;color:var(--navy);font-size:20px}.segmented{border:1px solid var(--border);border-radius:8px;min-height:44px;padding:2px}.segmented button{color:#4d6498;cursor:pointer;background:0 0;border:0;border-radius:7px;min-height:40px;padding:0 16px}.segmented button.active{background:var(--mint);color:var(--action);font-weight:650}.calendar-layout{grid-template-columns:minmax(0,2.2fr) minmax(280px,.8fr);align-items:start;gap:16px;display:grid}.calendar-surface{padding:10px;overflow:auto}.calendar-weekdays{grid-template-columns:repeat(7,1fr);display:grid}.calendar-weekdays strong{text-align:center;min-width:100px;color:var(--navy);padding:12px}.calendar-days{grid-template-columns:repeat(7,1fr);display:grid}.calendar-day{border-top:1px solid var(--border);border-left:1px solid var(--border);min-width:100px;min-height:115px;padding:8px}.calendar-day:nth-child(7n){border-right:1px solid var(--border)}.calendar-day.outside{color:#a3afbd;background:color-mix(in srgb, var(--page) 60%, transparent)}.calendar-day.weekend{background:color-mix(in srgb, var(--page) 70%, transparent)}.calendar-event{border:0;border-left:4px solid var(--event-color);background:color-mix(in srgb, var(--mint) 70%, var(--surface));text-align:left;cursor:pointer;width:100%;min-height:58px;color:var(--navy);border-radius:7px;align-items:center;gap:8px;display:flex}.calendar-event.compact{min-height:44px;margin-top:5px;padding:5px 8px}.offer-logo.tiny{border-radius:7px;width:38px;height:38px;font-size:19px}.day-calendar header{min-height:54px;color:var(--navy);place-items:center;font-weight:700;display:grid}.hour-row{border-top:1px solid var(--border);grid-template-columns:60px 1fr;min-height:72px;display:grid}.hour-row>span{color:#6174a0;padding:8px}.hour-row>div{border-left:1px solid var(--border);padding:6px}.week-calendar{grid-template-columns:58px repeat(7,1fr);min-width:850px;display:grid}.week-calendar>strong{place-items:center;min-height:48px;display:grid}.week-hour{border-top:1px solid var(--border);color:#6174a0;padding:8px}.week-slot{border-top:1px solid var(--border);border-left:1px solid var(--border);min-height:72px;padding:4px}.quarter-grid{grid-template-columns:repeat(3,1fr);min-width:760px;display:grid}.quarter-grid>section{border-right:1px solid var(--border);min-height:540px;padding:14px}.quarter-event{background:var(--mint);text-align:left;cursor:pointer;border:0;border-radius:8px;grid-template-columns:40px 42px 1fr;align-items:center;gap:10px;width:100%;margin-top:12px;padding:10px;display:grid}.quarter-event>b{color:var(--brand);font-size:26px}.empty-month{color:#95a4ba;align-content:center;place-items:center;gap:10px;height:350px;font-size:36px;display:grid}.empty-month span{font-size:14px}.year-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.year-month{border:1px solid var(--border);background:var(--surface);text-align:left;cursor:pointer;border-radius:10px;align-content:start;gap:12px;min-height:126px;padding:16px;display:grid}.year-month strong{color:var(--navy);font-size:19px}.year-month span{color:#596f9f}.year-month.has-events{border-color:var(--brand);background:var(--mint)}.year-month b{background:var(--surface);color:var(--action);border-radius:99px;margin-right:8px;padding:3px 8px}.upcoming{position:sticky;top:92px}.upcoming>button{border:0;border-bottom:1px solid var(--border);text-align:left;cursor:pointer;background:0 0;grid-template-columns:44px 42px 1fr;align-items:center;gap:10px;width:100%;min-height:112px;padding:14px 0;display:grid}.upcoming>button>b{color:var(--brand);font-size:28px}.upcoming>button>small{color:#52689d;grid-column:1;font-size:11px}.upcoming>button .offer-logo{grid-area:1/2/3}.upcoming>button>span{grid-area:1/3/3;display:grid}.heading-actions{justify-content:space-between;align-items:start;gap:16px;display:flex}.cv-import{border-style:dashed;border-color:var(--brand);grid-template-columns:90px 1fr;gap:18px;margin-bottom:20px;display:grid}.file-button{position:relative;overflow:hidden}.file-button input{opacity:0;cursor:pointer;position:absolute;inset:0}.cv-import small{color:#6073aa}.profile-layout{grid-template-columns:minmax(0,2fr) minmax(280px,.85fr);align-items:start;gap:16px;display:grid}.profile-editor{padding:0;overflow:hidden}.profile-tabs{border-bottom:1px solid var(--border);grid-template-columns:repeat(5,1fr);display:grid;overflow-x:auto}.profile-tabs button{color:#52689d;cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;min-width:120px;min-height:54px}.profile-tabs button.active{color:var(--action);border-color:var(--brand)}.profile-form,.records-panel{padding:22px}.profile-photo-row{align-items:center;gap:16px;margin-bottom:18px;display:flex}.profile-photo-row img{object-fit:cover;border-radius:50%;width:76px;height:76px}.profile-photo-row>div{grid-template-columns:auto auto;align-items:center;gap:6px 16px;display:grid}.profile-photo-row small{grid-column:1/-1}.save-row{border-top:1px solid var(--border);color:var(--action);justify-content:space-between;align-items:center;gap:12px;margin-top:22px;padding-top:16px;display:flex}.profile-progress{gap:12px;display:grid;position:sticky;top:92px}.profile-progress>strong{color:var(--navy);font-size:48px}.profile-progress>span{color:#6b7c9c;min-height:32px}.profile-progress>span.done{color:var(--action)}.records-list{gap:12px;display:grid}.records-list article{border:1px solid var(--border);border-radius:10px;justify-content:space-between;gap:16px;padding:16px;display:flex}.records-list p{margin:4px 0}.danger{color:var(--danger)!important}.tag-list{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.tag-list span{background:var(--mint);color:var(--action);border-radius:99px;padding:6px 10px}.profile-preview{border-bottom:1px solid var(--border);align-items:center;gap:18px;padding-bottom:18px;display:flex}.profile-preview img{object-fit:cover;border-radius:50%;width:92px;height:92px}.profile-preview h2{margin:0}.preview-columns{grid-template-columns:1fr 1fr;gap:20px;margin-top:18px;display:grid}.settings-grid{grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);align-items:start;gap:18px;display:grid}.settings-grid>div,.settings-grid>aside{gap:16px;display:grid}.settings-card{grid-template-columns:76px 1fr;gap:16px;display:grid}.settings-card .soft-icon{width:76px;height:76px}.switch-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:84px;display:flex}.switch-row span{display:grid}.switch-row small{color:var(--muted)}.switch-row input{appearance:none;cursor:pointer;background:#9eacc0;border-radius:99px;width:54px;height:30px;padding:3px;transition:background .2s}.switch-row input:after{content:"";background:#fff;border-radius:50%;width:24px;height:24px;transition:transform .2s;display:block}.switch-row input:checked{background:var(--action)}.switch-row input:checked:after{transform:translate(24px)}.form-actions{justify-content:flex-end;gap:10px;display:flex}.settings-grid aside .card{gap:14px;display:grid}.help-search{width:100%;min-height:66px;margin-bottom:20px;font-size:18px}.help-categories{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px;display:grid}.help-categories button{border:1px solid var(--border);background:var(--surface);text-align:left;cursor:pointer;min-height:150px;color:var(--action);border-radius:10px;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:18px;display:grid}.help-categories button>span{color:var(--ink);display:grid}.help-categories small{color:var(--muted)}.help-layout{grid-template-columns:minmax(0,1.5fr) minmax(300px,.8fr);align-items:start;gap:16px;display:grid}.faq details{border-top:1px solid var(--border)}.faq summary{min-height:68px;color:var(--navy);cursor:pointer;align-items:center;font-size:17px;font-weight:700;display:flex}.faq details p{margin-top:0}.support-card{gap:12px;display:grid}.pricing-grid{grid-template-columns:1fr 1fr;gap:18px;max-width:1200px;display:grid}.plan-card{align-content:start;gap:8px;min-height:600px;display:grid}.plan-card.current,.plan-card.premium{border-color:var(--brand)}.price{color:var(--navy);margin-top:18px;font-size:54px;display:block}.plan-card hr{border:0;border-top:1px solid var(--border);width:100%;margin:16px 0}.plan-card ul{gap:16px;padding:0;font-size:17px;list-style:none;display:grid}.plan-card>.button:last-child{margin-top:auto}.commitment{background:var(--mint);border-radius:10px;align-items:center;gap:12px;padding:14px;display:flex}.commitment input{width:22px;height:22px}.commitment span{display:grid}.gift{background:var(--mint);border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:14px;display:grid}.gift span{display:grid}.included{max-width:1200px;margin-top:18px}.included>div{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:12px;display:grid}.included span{align-items:center;gap:10px;display:flex}.session-screen{background:linear-gradient(135deg, var(--page), var(--mint));place-items:center;min-height:100vh;padding:24px;display:grid}.session-card{border:1px solid var(--border);background:var(--surface);text-align:center;width:min(500px,100%);box-shadow:var(--shadow);border-radius:18px;padding:42px}.session-card h1{color:var(--navy)}.landing-page,.auth-page{color:#0a1d54;background:#fff;min-height:100vh}.landing-header{grid-template-columns:1fr auto 1fr;align-items:center;gap:40px;width:min(1380px,100% - 64px);height:92px;margin:0 auto;display:grid}.landing-logo img,.landing-footer img,.auth-header img{object-fit:contain;width:190px;height:58px;display:block}.landing-header nav{align-items:center;gap:56px;font-size:15px;display:flex}.landing-header nav a,.landing-actions>a:first-child{color:#0a1d54}.landing-actions{justify-self:end;align-items:center;gap:34px;display:flex}.landing-button{color:#fff;background:linear-gradient(135deg,#00a995,#008b82);border:1px solid #00998d;border-radius:8px;justify-content:center;align-items:center;gap:14px;min-width:230px;min-height:56px;padding:14px 28px;font-weight:700;transition:transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 7px 18px #00897d29}.landing-button:hover,.auth-submit:hover{transform:translateY(-2px);box-shadow:0 10px 24px #00897d38}.landing-button.small{min-width:176px;min-height:48px;padding:10px 20px}.landing-button.outline{color:#008f84;box-shadow:none;background:#fff}.landing-button .icon,.audience-grid a .icon,.landing-final .icon{width:21px;height:21px}.landing-hero{text-align:center;padding:42px 24px 36px}.eyebrow{color:#5c72aa;letter-spacing:.28em;margin:0 0 20px;font-size:13px;font-weight:650}.landing-hero h1{color:#081b54;letter-spacing:-.045em;margin:0;font-size:clamp(50px,5vw,72px);line-height:1.04}.hero-copy{color:#6478ab;margin:20px auto 18px;font-size:21px;line-height:1.42}.hero-actions{justify-content:center;gap:24px;margin:20px 0 17px;display:flex}.landing-hero>small{color:#6a7dac;font-size:14px}.hero-reassurance{color:#7a8799;justify-content:center;align-items:center;gap:28px;font-size:14px;display:flex}.hero-reassurance span{white-space:nowrap;align-items:center;gap:7px;display:inline-flex}.hero-reassurance .icon{color:#8995a5;stroke-width:1.7px;width:17px;height:17px}.profile-demo{border:1px solid #cddbe9;border-radius:13px;width:min(1290px,100% - 96px);margin:0 auto;padding:29px 34px 26px;box-shadow:0 5px 20px #1b37600d}.profile-demo-head{justify-content:space-between;align-items:center;gap:24px;display:flex}.profile-demo-head>div:first-child>span{color:#7186b3;letter-spacing:.18em;font-size:12px}.profile-demo h2{letter-spacing:-.03em;margin:11px 0 0;font-size:30px;line-height:1.1}.profile-demo-head p{color:#6478ab;margin:4px 0 0;font-size:18px}.availability{color:#007e73;background:#e6f7f3;border-radius:14px;align-items:center;gap:9px;padding:11px 17px;font-size:14px;display:flex}.availability i{background:#00b888;border-radius:50%;width:9px;height:9px}.profile-quote{border-bottom:1px solid #dce5ee;margin-top:24px;padding-bottom:22px}.profile-quote span{color:#687cac}.profile-quote p{color:#0a1d54;margin:4px 0 0;font-size:18px}.profile-pillars{grid-template-columns:1.2fr 1.05fr 1fr;padding-top:25px;display:grid}.profile-pillars article{border-right:1px solid #d8e3ec;grid-template-columns:42px 1fr;align-items:start;gap:16px;min-height:108px;padding:0 31px;display:grid}.profile-pillars article:first-child{padding-left:4px}.profile-pillars article:last-child{border-right:0}.profile-pillars>article>.icon{color:#00998d;width:38px;height:38px}.profile-pillars h3{margin:9px 0 13px;font-size:16px}.profile-pillars p{color:#667bac;margin:0;font-size:15px}.skill-chips{flex-wrap:wrap;gap:8px;display:flex}.skill-chips span{color:#566d9e;background:#eef8f6;border-radius:999px;padding:7px 14px;font-size:13px}.profile-caption{text-align:center;color:#6b7fad;margin:14px 0 52px;font-size:13px}.two-sides{width:min(1140px,100% - 64px);margin:0 auto 54px}.two-sides>h2,.meeting-steps>h2,.landing-final h2{text-align:center;color:#081b54;letter-spacing:-.035em;margin:0 0 34px;font-size:35px;line-height:1.15}.audience-grid{grid-template-columns:1fr 1fr;display:grid}.audience-grid article{grid-template-columns:58px 1fr;gap:24px;padding:0 48px;display:grid}.audience-grid article+article{border-left:1px solid #d7e2ec}.audience-icon{color:#00998d;background:#e4f7f3;border-radius:50%;place-items:center;width:58px;height:58px;display:grid}.audience-grid h3{margin:11px 0 18px;font-size:23px}.audience-grid p{color:#6276a7;min-height:65px;margin:0;font-size:16px}.audience-grid ul{color:#6276a7;gap:13px;margin:22px 0;padding:0;list-style:none;display:grid}.audience-grid li{align-items:center;gap:13px;display:flex}.landing-check{color:#00998d;background:#ddf5f1;border-radius:50%;place-items:center;width:23px;height:23px;font-size:13px;font-weight:800;display:grid}.audience-grid a{color:#008f84;text-underline-offset:3px;align-items:center;gap:8px;text-decoration:underline;display:inline-flex}.meeting-steps{background:linear-gradient(100deg,#edf9f7,#f7fbfb 52%,#ebf9f6);padding:35px 40px 42px}.meeting-steps>h2{margin-bottom:25px}.meeting-steps>div{grid-template-columns:repeat(3,1fr);width:min(1130px,100%);margin:0 auto;display:grid}.meeting-steps article{text-align:center;position:relative}.meeting-steps article:not(:last-child):after{content:"";background:#cee3e1;width:calc(100% - 90px);height:1px;position:absolute;top:25px;left:calc(50% + 45px)}.meeting-steps article>span{z-index:1;color:#008f84;background:#d2f2ed;border-radius:50%;place-items:center;width:54px;height:54px;margin:0 auto 13px;font-size:20px;font-weight:750;display:grid;position:relative}.meeting-steps h3{margin:0 0 4px;font-size:18px}.meeting-steps p{color:#667bac;margin:0}.landing-final{text-align:center;padding:40px 24px 26px}.landing-final h2{margin-bottom:20px;font-size:29px}.landing-final .landing-button{min-width:285px}.landing-final p{color:#7081aa;margin:11px 0 0}.landing-final p a{color:#008f84;text-decoration:underline}.landing-footer{border-top:1px solid #d9e3ec;justify-content:space-between;align-items:center;gap:30px;width:min(1380px,100% - 64px);min-height:86px;margin:0 auto;display:flex}.landing-footer img{width:164px;height:50px}.landing-footer nav{color:#6074a4;gap:38px;font-size:14px;display:flex}.auth-page{grid-template-rows:auto 1fr auto;min-height:100vh;display:grid}.auth-header{justify-content:space-between;align-items:center;min-height:96px;padding:18px 48px;display:flex}.auth-header .back-home{color:#6275a5;align-items:center;gap:13px;font-size:17px;display:flex}.auth-header .back-home .icon{transform:rotate(180deg)}.auth-main{justify-content:center;align-items:flex-start;padding:72px 24px 40px;display:flex}.register-main{padding-top:28px}.auth-card{text-align:center;width:min(610px,100%)}.auth-card h1{letter-spacing:-.04em;margin:0;font-size:52px;line-height:1.08}.auth-subtitle{color:#6579ab;margin:10px 0 62px;font-size:23px}.register-main .auth-subtitle{margin-bottom:35px}.auth-form{text-align:left;gap:25px;display:grid}.auth-form>label:not(.auth-check){gap:8px;display:grid}.auth-form label>span,.role-picker legend{color:#0a1d54;font-size:17px;font-weight:700}.auth-form input:not([type=checkbox]){color:#10245b;background:#fff;border:1px solid #bfd0e3;border-radius:8px;outline:none;width:100%;height:61px;padding:0 22px;font-size:18px}.auth-form input:not([type=checkbox]):focus{border-color:#009a8d;box-shadow:0 0 0 3px #00998d1a}.auth-form input::placeholder{color:#8193bc}.password-field{position:relative}.password-field input{padding-right:64px!important}.password-field button{color:#6077ad;cursor:pointer;background:0 0;border:0;width:48px;position:absolute;inset:0 10px 0 auto}.auth-options{justify-content:space-between;align-items:center;gap:20px;display:flex}.auth-check{cursor:pointer;align-items:center;gap:14px;display:flex}.auth-check input{appearance:none;background:#fff;border:1px solid #7186b4;border-radius:5px;flex:none;width:29px;height:29px}.auth-check input:checked{background:#00998d;box-shadow:inset 0 0 0 6px #fff}.auth-check span{font-weight:500!important}.text-button{color:#008f84;cursor:pointer;background:0 0;border:0;padding:0;font-size:17px;text-decoration:underline}.auth-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00a493,#008c84);border:0;border-radius:8px;justify-content:center;align-items:center;gap:15px;min-height:62px;font-size:19px;font-weight:700;transition:all .18s;display:flex}.auth-submit .icon{width:25px;height:25px}.auth-alternate{color:#667aaa;margin:33px 0 0;font-size:17px}.auth-alternate a,.terms a{color:#008f84;text-underline-offset:3px;text-decoration:underline}.role-picker{border:0;margin:0;padding:0}.role-picker legend{margin-bottom:10px}.role-picker>div{grid-template-columns:1fr 1fr;gap:8px;display:grid}.role-picker button{color:#0a1d54;cursor:pointer;background:#fff;border:1px solid #c5d5e5;border-radius:8px;justify-content:center;align-items:center;gap:18px;min-height:62px;font-size:17px;font-weight:700;display:flex}.role-picker button.selected{color:#007f75;background:#eef9f7;border-color:#00998d}.role-picker .icon{width:32px;height:32px}.auth-role-note{color:#6b7dac;justify-content:center;align-items:center;gap:5px;margin-bottom:-8px;font-size:14px;display:flex}.auth-role-note button{color:#008f84;cursor:pointer;background:0 0;border:0;margin-left:5px;padding:0;text-decoration:underline}.terms{margin-top:2px}.terms span{font-size:16px!important}.auth-footer{color:#6074a4;border-top:1px solid #d8e2ec;justify-content:center;align-items:center;gap:48px;min-height:78px;margin:0 48px;font-size:14px;display:flex}.rh-shell{background:#f5f8fa;grid-template:76px 1fr/268px minmax(0,1fr);min-height:100vh;display:grid}.rh-sidebar{z-index:30;background:#fff;border-right:1px solid #dfe7ed;width:268px;padding:17px 15px;position:fixed;inset:0 auto 0 0}.rh-brand{border-bottom:1px solid #e4eaef;padding:0 8px 24px;display:grid}.rh-brand img{object-fit:contain;width:190px;height:51px}.rh-brand span{color:#6376a3;margin:-4px 0 0 44px;font-size:13px}.rh-sidebar nav{gap:5px;padding-top:19px;display:grid}.rh-secondary-nav{border-top:1px solid #e4eaef;margin-top:20px}.rh-nav-item{color:#435775;border-radius:8px;align-items:center;gap:14px;min-height:48px;padding:0 15px;font-weight:600;display:flex}.rh-nav-item .icon{width:21px;height:21px}.rh-nav-item:hover,.rh-nav-item.active{color:#008f84;background:#e6f7f3}.rh-topbar{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border-bottom:1px solid #dfe7ed;grid-column:2;justify-content:space-between;align-items:center;height:76px;padding:0 30px;display:flex;position:sticky;top:0}.rh-company-switch{color:#0a1d54;letter-spacing:.05em;font-weight:800}.rh-top-actions{align-items:center;gap:16px;display:flex}.rh-account-button{color:#0a1d54;align-items:center;gap:10px;font-weight:700;display:flex}.rh-main{grid-column:2;justify-self:center;width:100%;max-width:1540px;padding:25px 30px 60px}.rh-breadcrumb{color:#687ba5;margin-bottom:23px}.rh-title-line{align-items:center;gap:14px;display:flex}.rh-heading h1{color:#0a1d54;letter-spacing:-.035em;margin:0;font-size:38px}.rh-demo-badge{color:#008f84;background:#e6f7f3;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:700}.rh-metrics{grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:18px;display:grid}.rh-metrics article{background:#fff;border:1px solid #dde6ec;border-radius:12px;grid-template-columns:46px 1fr;align-content:center;gap:13px;min-height:142px;padding:20px;display:grid}.rh-metrics article>span{color:#00998d;background:#e6f7f3;border-radius:11px;place-items:center;width:46px;height:46px;display:grid}.rh-metrics article>span .icon{width:23px}.rh-metrics strong{color:#0a1d54;font-size:31px;line-height:1}.rh-metrics p{color:#536887;margin:3px 0 0}.rh-metrics small{color:#7a8da5;grid-column:1/-1}.rh-dashboard-grid{grid-template-columns:minmax(0,1.7fr) minmax(300px,.8fr);gap:18px;margin-bottom:18px;display:grid}.rh-overview-card,.rh-actions-card{padding:23px}.rh-section-head h2,.rh-actions-card h2{color:#0a1d54;margin:0;font-size:22px}.rh-section-head p,.rh-actions-card>p{color:#72839d;margin:3px 0 0}.rh-section-head button{color:#008f84;cursor:pointer;background:0 0;border:0;font-weight:700}.rh-agenda-row{border-top:1px solid #e4eaef;grid-template-columns:54px minmax(0,1fr) auto auto;align-items:center;gap:18px;min-height:84px;display:grid}.rh-agenda-row time{color:#008f84;background:#edf7f5;border-radius:8px;align-content:center;place-items:center;width:47px;height:55px;display:grid}.rh-agenda-row time strong{font-size:20px;line-height:1}.rh-agenda-row time span{font-size:10px}.rh-agenda-row p{color:#708199;margin:2px 0 0}.rh-agenda-row>span:not(.rh-status){color:#526783}.rh-status{color:#008e75;white-space:nowrap;background:#e8f7f3;border-radius:999px;align-items:center;gap:4px;padding:6px 9px;font-size:12px;display:inline-flex}.rh-actions-card>button{text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #e4eaef;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;width:100%;min-height:76px;padding:13px 0;display:grid}.rh-actions-card>button>span{color:#008f84;background:#edf7f5;border-radius:9px;place-items:center;width:42px;height:42px;display:grid}.rh-actions-card button div{display:grid}.rh-actions-card small{color:#7b8ba1}.rh-actions-card button>.icon{color:#8291a5;width:19px}.rh-candidate-grid{border-top:1px solid #e4eaef;grid-template-columns:repeat(2,1fr);display:grid}.rh-candidate-grid article{border-bottom:1px solid #e9eef2;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;min-height:83px;padding:13px 18px 13px 0;display:grid}.rh-candidate-grid article:nth-child(odd){margin-right:18px}.rh-initials{color:#008f84;background:#dff4ef;border-radius:50%;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.rh-candidate-grid p{color:#728299;margin:2px 0 0}.rh-account-popover{z-index:50}@media (width<=1050px){.landing-header nav{gap:25px}.landing-header{grid-template-columns:auto 1fr auto}.landing-actions>a:first-child{display:none}.rh-shell{grid-template-columns:220px minmax(0,1fr)}.rh-sidebar{width:220px}.rh-brand img{width:170px}.rh-metrics{grid-template-columns:repeat(2,1fr)}.rh-dashboard-grid{grid-template-columns:1fr}}@media (width<=760px){.landing-header{grid-template-columns:1fr auto;width:calc(100% - 32px);height:76px}.landing-logo img{width:155px;height:48px}.landing-header nav{display:none}.landing-actions{gap:10px}.landing-actions .landing-button.small{min-width:0;min-height:42px;padding:8px 13px;font-size:13px}.landing-hero{padding:42px 18px 30px}.landing-hero h1{font-size:44px}.hero-copy{font-size:18px}.desktop-only{display:none}.hero-actions{flex-direction:column;align-items:stretch;gap:12px}.landing-button{width:100%;min-width:0}.hero-reassurance{flex-wrap:wrap;gap:10px 20px}.profile-demo{width:calc(100% - 32px);padding:23px 18px}.profile-demo-head{flex-direction:column;align-items:flex-start}.profile-pillars{grid-template-columns:1fr}.profile-pillars article{border-bottom:1px solid #d8e3ec;border-right:0;padding:19px 0}.profile-pillars article:last-child{border-bottom:0}.profile-caption{margin-bottom:38px;padding:0 18px}.two-sides{width:calc(100% - 32px)}.two-sides>h2,.meeting-steps>h2{font-size:30px}.audience-grid{grid-template-columns:1fr;gap:35px}.audience-grid article{grid-template-columns:50px 1fr;gap:17px;padding:0}.audience-grid article+article{border-top:1px solid #d7e2ec;border-left:0;padding-top:35px}.audience-icon{width:50px;height:50px}.audience-grid p{min-height:0}.meeting-steps{padding:34px 20px}.meeting-steps>div{grid-template-columns:1fr;gap:29px}.meeting-steps article:not(:last-child):after{display:none}.landing-footer{flex-direction:column;align-items:flex-start;width:calc(100% - 32px);padding:18px 0}.landing-footer nav{flex-wrap:wrap;gap:15px 24px;width:100%}.auth-header{min-height:76px;padding:10px 18px}.auth-header img{width:160px;height:48px}.back-home{font-size:0!important}.back-home .icon{width:27px;height:27px}.auth-main,.register-main{padding:42px 18px 35px}.auth-card h1{font-size:39px}.auth-subtitle{margin-bottom:38px;font-size:19px}.auth-form{gap:20px}.auth-footer{flex-wrap:wrap;gap:20px;min-height:74px;margin:0 18px}.rh-shell{padding-bottom:75px;display:block}.rh-sidebar{display:none}.rh-sidebar.open{width:min(290px,85vw);display:block;box-shadow:10px 0 30px #14263d26}.rh-topbar{height:70px;padding:0 15px}.rh-mobile-menu{place-items:center;display:grid}.rh-mobile-brand{margin-right:auto;display:grid}.rh-mobile-brand img{object-fit:contain;width:130px;height:36px}.rh-mobile-brand small{color:#6477a4;margin-top:-5px;margin-left:31px;font-size:9px}.rh-company-switch,.rh-account-button span,.rh-account-button b{display:none}.rh-main{padding:22px 16px 45px}.rh-heading{align-items:flex-start}.rh-title-line{flex-direction:column;align-items:flex-start}.rh-heading h1{font-size:32px}.rh-metrics{grid-template-columns:1fr 1fr}.rh-metrics article{min-height:132px}.rh-agenda-row{grid-template-columns:52px 1fr;padding:12px 0}.rh-agenda-row>span{grid-column:2}.rh-candidate-grid{grid-template-columns:1fr}.rh-candidate-grid article:nth-child(odd){margin-right:0}.rh-bottom-nav{z-index:35;background:#fffffff5;border-top:1px solid #dfe7ed;grid-template-columns:repeat(5,1fr);min-height:70px;padding:5px 8px;display:grid;position:fixed;bottom:0;left:0;right:0}.rh-bottom-nav .rh-nav-item{flex-direction:column;justify-content:center;gap:3px;min-height:58px;padding:4px;font-size:10px}.rh-bottom-nav .rh-nav-item .icon{width:20px}}@media (width<=480px){.landing-page{font-size:14px}.landing-actions>a:first-child{display:none}.landing-hero h1{font-size:38px}.eyebrow{font-size:10px;line-height:1.7}.profile-demo h2{font-size:27px}.availability{font-size:12px}.audience-grid article{grid-template-columns:1fr}.audience-grid p{font-size:15px}.landing-final h2{font-size:25px}.auth-card h1{font-size:34px}.auth-subtitle{font-size:17px}.role-picker>div{grid-template-columns:1fr}.auth-options{flex-direction:column;align-items:flex-start}.auth-form input:not([type=checkbox]){height:56px}.auth-submit{min-height:58px}.auth-footer{justify-content:flex-start}.rh-metrics{grid-template-columns:1fr}.rh-metrics article{min-height:116px}.rh-section-head{flex-direction:column}.rh-candidate-grid article{grid-template-columns:42px 1fr}.rh-candidate-grid .rh-status{grid-column:2;justify-self:start}}@media (width<=1050px){.app-shell{grid-template-columns:220px minmax(0,1fr)}.sidebar{width:220px}.home-grid{grid-template-columns:1fr}.table-head{display:none}.interview-row{grid-template-columns:1fr 1fr}.legend{display:none}}@media (width<=760px){body{font-size:14px}.app-shell{display:block}.sidebar{display:none}.topbar{height:72px;padding:0 18px}.mobile-brand{display:block}.mobile-brand .brand{padding:0}.mobile-brand .brand-logo{width:180px;height:48px}.breadcrumb,.account-button span{display:none}.top-actions{gap:8px}.account-button img{width:44px;height:44px}.main-content{padding:28px 16px calc(100px + env(safe-area-inset-bottom))}.page-heading h1{font-size:34px}.page-heading p{font-size:18px}.profile-banner{grid-template-columns:1fr auto;gap:10px;padding:24px}.profile-banner .progress-wrap{grid-area:2/1/auto/-1}.profile-banner .button{grid-area:3/1/auto/-1;margin-top:10px}.home-grid{gap:16px}.video-content{grid-template-columns:1fr;gap:12px}.video-content>div{grid-template-columns:1fr;display:grid}.video-content p{font-size:16px}.interviews-preview{padding:18px}.section-head{align-items:center}.section-head h2{font-size:23px}.section-head p{display:none}.interview-row{border:1px solid var(--border);border-radius:10px;grid-template-columns:1fr;gap:16px;padding:18px}.interview-row .button{width:100%}.bottom-nav{z-index:50;min-height:calc(72px + env(safe-area-inset-bottom));padding:6px 8px env(safe-area-inset-bottom);border-top:1px solid var(--border);background:color-mix(in srgb, var(--surface) 96%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-nav .nav-item{border-radius:12px;flex-direction:column;justify-content:center;gap:2px;min-height:62px;padding:5px 2px;font-size:12px}.bottom-nav .nav-item.active:before{display:none}.bottom-nav .nav-item.active .icon{background:var(--mint);box-sizing:content-box;border-radius:999px;padding:5px 18px}.account-popover{top:66px;right:12px}.toast-region{left:16px;right:16px;bottom:calc(86px + env(safe-area-inset-bottom))}.toast{min-width:0;max-width:none}}@media (width<=420px){.card{padding:18px}.profile-banner{padding:20px}.page-heading h1{font-size:32px}.profile-banner h2{font-size:22px}.steps span{margin-right:24px}.steps span:not(:last-child):after{width:26px}.video-card h2{font-size:22px}}.rh-shell{background:#f7f9fb;grid-template:68px 1fr/252px minmax(0,1fr);width:100%;min-height:100vh;display:grid;overflow-x:clip}.rh-sidebar{z-index:30;background:#fff;border-right:1px solid #e3e8ee;flex-direction:column;width:252px;padding:18px 14px;display:flex;position:fixed;inset:0 auto 0 0}.rh-brand{border-bottom:1px solid #edf0f4;align-content:center;justify-items:start;min-height:58px;padding:0 10px 8px;display:grid}.rh-brand img{object-fit:contain;object-position:left center;width:174px;height:42px}.rh-brand span{color:#66758a;letter-spacing:.08em;text-transform:uppercase;margin:-4px 0 0 49px;font-size:12px;font-weight:750}.rh-sidebar nav{gap:4px;margin-top:18px;display:grid}.rh-sidebar .rh-secondary-nav{border-top:1px solid #edf0f4;margin-top:auto;padding-top:14px}.rh-nav-item{color:#33465f;border-radius:8px;align-items:center;gap:12px;min-height:43px;padding:0 13px;font-weight:630;display:flex;position:relative}.rh-nav-item .icon{color:#667890;width:20px;height:20px}.rh-nav-item:hover{background:#f0f7f6}.rh-nav-item.active{color:#007f73;background:#e7f7f3}.rh-nav-item.active:before{content:"";background:#00bfa6;border-radius:3px;width:3px;position:absolute;inset:7px auto 7px 0}.rh-nav-item.active .icon{color:#007f73}.rh-topbar{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-bottom:1px solid #e3e8ee;grid-column:2;justify-content:space-between;align-items:center;gap:18px;height:68px;padding:0 28px;display:flex;position:sticky;top:0}.rh-company-switch,.rh-account-button,.rh-mobile-menu{cursor:pointer;background:0 0;border:0}.rh-company-switch{color:#122a45;border:1px solid #dfe5eb;border-radius:8px;min-height:40px;padding:0 13px;font-weight:760}.rh-company-switch span{color:#718095;margin-left:16px}.rh-top-actions{align-items:center;gap:12px;margin-left:auto;display:flex}.rh-account-button{color:#18314c;align-items:center;gap:10px;min-height:46px;font-weight:650;display:flex}.rh-account-button img{object-fit:cover;border-radius:50%;width:36px;height:36px}.rh-mobile-menu,.rh-mobile-brand,.rh-bottom-nav{display:none}.rh-account-popover{top:58px}.rh-main{grid-column:2;justify-self:center;width:100%;min-width:0;max-width:1500px;padding:25px 28px 70px}.rh-breadcrumb{color:#738198;min-height:21px;margin-bottom:12px;font-size:13px}.rh-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:19px;display:flex}.rh-heading h1{color:#0a2057;letter-spacing:-.035em;margin:0;font-size:clamp(28px,2.5vw,38px);line-height:1.08}.rh-heading p{color:#68778c;margin:5px 0 0;font-size:15px}.rh-title-line,.rh-heading-actions,.rh-action-row,.rh-meta,.rh-chip-list{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.rh-heading-actions{justify-content:flex-end}.rh-card{margin-bottom:16px;padding:20px;box-shadow:0 3px 14px #1f314809}.rh-card h2,.rh-shell .card h2{font-size:19px}.rh-card h3,.rh-shell .card h3{font-size:15px}.rh-card p{margin:6px 0 15px}.rh-card hr,.rh-shell aside hr,.rh-notification-detail hr{border:0;border-top:1px solid #e5eaf0;margin:19px 0}.rh-demo-badge,.rh-status{white-space:nowrap;border-radius:999px;align-items:center;gap:5px;width:fit-content;font-size:12px;font-weight:700;display:inline-flex}.rh-demo-badge{color:#657287;background:#edf1f5;padding:6px 10px}.rh-status{color:#087669;background:#e5f6f2;padding:4px 9px}.rh-status.warning{color:#9c6610;background:#fff3d7}.rh-status.danger{color:#b13745;background:#fce8ea}.rh-status.neutral{color:#5d6b7d;background:#edf1f5}.rh-two-cols{grid-template-columns:minmax(0,1.15fr) minmax(310px,.85fr);align-items:start;gap:17px;display:grid}.rh-two-cols.wide-left{grid-template-columns:minmax(0,1.75fr) minmax(300px,.72fr)}.rh-two-cols.equal{grid-template-columns:1fr 1fr}.rh-two-cols>:is(div,aside),.rh-live-layout>*,.rh-report-layout>*{min-width:0}.rh-two-cols>aside,.rh-report-layout>aside{align-content:start;gap:0;display:grid}.rh-section-head{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:15px;display:flex}.rh-section-head p{margin:3px 0 0}.rh-form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.rh-form-grid.three{grid-template-columns:repeat(3,1fr)}.rh-form-grid+.field,.rh-card>.field,.rh-card>select{margin-top:14px}.rh-shell .field{color:#374c67;font-size:13px}.rh-shell :is(input,select,textarea){border-color:#ced7e2}.rh-shell textarea{line-height:1.45}.rh-switch-row{cursor:pointer;border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:18px;min-height:59px;padding:10px 0;display:flex}.rh-switch-row span{gap:2px;display:grid}.rh-switch-row small,.rh-person small,.rh-table small,.rh-document small,.rh-mini-journey small{color:#738198;font-weight:450;display:block}.rh-switch-row input{appearance:none;cursor:pointer;background:#cbd4df;border:0;border-radius:999px;width:42px;min-height:24px;padding:2px;transition:all .2s}.rh-switch-row input:before{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:all .2s;display:block;box-shadow:0 1px 3px #0003}.rh-switch-row input:checked{background:#00a991}.rh-switch-row input:checked:before{transform:translate(18px)}.rh-info-card,.rh-inline-note,.rh-success-banner,.rh-recording-bar{border-radius:9px;align-items:center;gap:12px;padding:14px 16px;display:flex}.rh-info-card{color:#155e56;background:#eefaf7;border:1px solid #bce8de;margin-bottom:16px}.rh-info-card p,.rh-inline-note p{color:#607584;margin:2px 0 0}.rh-info-card .button{margin-left:auto}.rh-inline-note{color:#50667e;background:#f0f4f7;margin:14px 0}.rh-success-banner{color:#087669;background:#e8f8f4;border:1px solid #9fdfd2;margin-bottom:16px;font-weight:700}.rh-sticky-actions{z-index:10;background:#fffffff5;border:1px solid #e1e7ed;border-radius:10px;justify-content:flex-end;align-items:center;gap:10px;margin-top:18px;padding:13px 16px;display:flex;position:sticky;bottom:12px;box-shadow:0 10px 35px #1e2e421f}.rh-sticky-actions small{color:#768397;margin-right:auto}.rh-icon-title,.rh-table-title,.rh-person,.rh-document,.rh-participants span{align-items:center;gap:11px;display:flex}.rh-avatar,.rh-initials{object-fit:cover;border-radius:50%;flex:none;width:38px;height:38px}.rh-initials{color:#087669;background:#dff5ef;place-items:center;font-size:12px;font-weight:780;display:grid}.rh-avatar.large,.rh-initials.large{width:54px;height:54px}.rh-person>span{min-width:0;display:grid}.rh-person+.rh-person{margin-top:12px}.rh-assigned-team{gap:10px;margin:15px 0;display:grid}.rh-assigned-entry,.rh-assigned-group{min-height:52px;padding:6px 0}.rh-assigned-entry{margin-top:0!important}.rh-assigned-entry .rh-status{margin-left:auto}.rh-remove-assignee{color:#8290a3;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;width:28px;height:28px;margin-left:4px;font-size:20px;line-height:1}.rh-remove-assignee:hover{color:#9b3441;background:#f0f3f6}.rh-assigned-group{border-top:1px solid #edf0f4;align-items:center;gap:11px;display:flex}.rh-assigned-group>span:nth-child(2){min-width:0;display:grid}.rh-assigned-group small{color:#738198}.rh-group-role-stack{align-items:center;min-width:66px;display:flex}.rh-group-role-stack b{color:#087669;letter-spacing:-.03em;background:#e4f5f1;border:2px solid #fff;border-radius:50%;place-items:center;width:31px;height:31px;margin-right:-9px;font-size:8px;display:grid}.rh-assignee-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:14px;display:grid}.rh-assignee-actions .button{min-width:0;padding-inline:10px;font-size:13px}.rh-assignee-actions .icon{width:19px;height:19px}.rh-empty-assignees{color:#738198;text-align:center;background:#f7f9fb;border-radius:8px;margin:0;padding:12px}.rh-assignee-picker>p{color:#68778c;margin-top:0}.rh-picker-list{gap:10px;margin-top:18px;display:grid}.rh-assignee-choice{cursor:pointer;border:1px solid #dfe6ec;border-radius:10px;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:14px;min-height:72px;padding:12px 14px;transition:border-color .15s,background .15s;display:grid}.rh-assignee-choice:hover{background:#f7fcfb;border-color:#8dcfc4}.rh-assignee-choice:has(input:checked){background:#eff9f7;border-color:#00a18f}.rh-assignee-choice>input{accent-color:#008f82;width:20px;height:20px}.rh-assignee-choice>span:last-child{gap:3px;display:grid}.rh-assignee-choice small{color:#738198;line-height:1.35}.rh-chip{color:#176c62;background:#eff9f7;border:1px solid #bcded7;border-radius:999px;align-items:center;gap:7px;min-height:31px;padding:4px 10px;font-size:13px;display:inline-flex}.rh-chip button{color:inherit;cursor:pointer;background:0 0;border:0;padding:0}.rh-add-link,.rh-text-button,.rh-source-link,.danger-link{color:#007f73;cursor:pointer;background:0 0;border:0;min-height:38px;padding:4px 6px;font-weight:680}.danger-link{color:#b13745}.rh-document{border:1px solid #e0e6ec;border-radius:8px;min-height:58px;padding:10px 12px}.rh-document span{flex:1}.rh-document button{cursor:pointer;background:0 0;border:0}.rh-tabs,.rh-page-tabs{border-bottom:1px solid #dfe5eb;align-items:flex-end;gap:4px;margin-bottom:16px;display:flex;overflow-x:auto}.rh-tabs button,.rh-page-tabs a{color:#5f7187;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-bottom:3px solid #0000;min-height:44px;padding:0 13px;font-weight:650}.rh-tabs button.active,.rh-page-tabs a.active{color:#007f73;border-color:#00bfa6}.rh-tabs button span{background:#edf1f5;border-radius:999px;margin-left:6px;padding:2px 7px;font-size:11px}.rh-filter-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;display:flex}.rh-filter-row .search-control{flex:1;min-width:280px}.rh-filter-row select{background:#fff;border:1px solid #ced7e2;border-radius:8px;width:auto;min-width:170px;min-height:44px;padding:0 12px}.rh-table-wrap{width:100%;overflow-x:auto}.rh-table{border-collapse:collapse;text-align:left;width:100%;font-size:13px}.rh-table th{color:#69798d;letter-spacing:.025em;text-transform:uppercase;white-space:nowrap;background:#f5f7f9;padding:11px 12px;font-size:11px}.rh-table td{vertical-align:middle;border-bottom:1px solid #e8edf1;min-width:100px;padding:14px 12px}.rh-table tr:last-child td{border-bottom:0}.rh-table tr.selected td{background:#eff9f7}.rh-table-title .icon{color:#007f73}.rh-strong-link{color:#09245b;font-weight:750}.rh-metric-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px;display:grid}.rh-metric-grid>span{background:#fff;border:1px solid #e2e8ee;border-radius:10px;align-content:center;gap:3px;min-height:105px;padding:16px;display:grid}.rh-metric-grid>.rh-metric{grid-template-columns:42px 1fr;align-items:center;gap:12px;min-height:112px;margin:0;padding:17px;display:grid}.rh-metric-icon{color:#008f7f;background:#e6f7f3;border-radius:9px;place-items:center;width:42px;height:42px;display:grid}.rh-metric-icon.amber{color:#9c6610;background:#fff2d4}.rh-metric>div{grid-template-columns:auto 1fr;align-items:baseline;column-gap:5px;display:grid}.rh-metric>div b{color:#09245b;font-size:29px;line-height:1}.rh-metric>div span{color:#445970}.rh-metric>div a{color:#007f73;grid-column:1/-1;margin-top:8px;font-size:12px;font-weight:700}.rh-metric-grid strong{color:#09245b;font-size:28px}.rh-metric-grid small{color:#65758a}.rh-metric-grid em{color:#26856f;font-size:11px;font-style:normal}.rh-metric-grid.compact{grid-template-columns:repeat(3,1fr)}.rh-metric-grid.compact>span{min-height:82px}.rh-step-list{gap:11px;display:grid}.rh-step-list>article{border:1px solid #e1e7ed;border-radius:9px;grid-template-columns:auto 1fr auto;align-items:start;gap:13px;padding:14px;display:grid}.rh-step-list article>b,.rh-mini-journey b,.rh-journey-strip>div>span{color:#fff;background:#00aa92;border-radius:50%;place-items:center;width:29px;height:29px;display:grid}.rh-mini-journey,.rh-journey-strip{gap:10px;margin:14px 0;display:grid}.rh-mini-journey>span,.rh-journey-strip>div{grid-template-columns:32px 1fr;align-items:center;gap:9px;min-height:50px;display:grid}.rh-mini-journey>span small{grid-column:2;margin-top:-11px}.rh-create-steps,.rh-decision-steps{color:#53647b;justify-content:center;align-items:center;gap:12px;margin:0 0 18px;display:flex}.rh-setup-steps{background:#fff;border:1px solid #e1e7ed;border-radius:10px;grid-template-columns:repeat(4,1fr);margin:0 0 18px;padding:15px 18px;display:grid}.rh-setup-steps>div{grid-template-columns:31px 1fr;align-items:center;gap:9px;min-width:0;display:grid;position:relative}.rh-setup-steps>div:not(:last-child):after{content:"";background:#d8e0e7;height:2px;position:absolute;top:15px;left:36px;right:12px}.rh-setup-steps>div.done:not(:last-child):after{background:#00ad95}.rh-setup-steps>div>span{z-index:1;color:#67778a;background:#fff;border:2px solid #bdc8d5;border-radius:50%;place-items:center;width:31px;height:31px;font-weight:750;display:grid;position:relative}.rh-setup-steps>div:is(.done,.current)>span{color:#fff;background:#00ad95;border-color:#00ad95}.rh-setup-steps p{z-index:2;background:#fff;margin:0;display:grid;position:relative}.rh-setup-steps small{color:#738198;font-size:11px}.rh-logo-editor{align-items:center;gap:13px;margin:14px 0 18px;display:flex}.rh-company-logo,.rh-logo-editor>span:first-child{color:#fff;background:linear-gradient(135deg,#123d7b,#00a98f);border-radius:9px;flex:none;place-items:center;width:57px;height:57px;font-size:25px;font-weight:850;display:grid}.rh-logo-editor>div{flex:1;grid-template-columns:1fr auto;align-items:center;column-gap:12px;min-width:0;display:grid}.rh-logo-editor>div small{color:#738198;grid-column:1}.rh-logo-editor>div .button{grid-area:1/2/3}.rh-upload-box{color:#007f73;cursor:pointer;background:#f5fbfa;border:1px dashed #90cfc4;border-radius:9px;justify-content:center;align-items:center;gap:11px;width:100%;min-height:83px;margin-top:15px;padding:14px;display:flex}.rh-upload-box span{text-align:left;display:grid}.rh-upload-box small{color:#718096;font-weight:450}.rh-details{border-top:1px solid #e3e8ee;margin-top:14px}.rh-details summary{cursor:pointer;color:#18314c;justify-content:space-between;align-items:center;min-height:50px;font-weight:700;display:flex}.rh-preview-card{overflow:hidden}.rh-company-preview{margin:12px -20px -20px}.rh-company-preview>img{object-fit:cover;width:100%;height:160px;display:block}.rh-company-preview-body{padding:17px 20px}.rh-company-preview .rh-company-logo{float:left;border:4px solid #fff;margin:-45px 13px 6px 0}.rh-company-preview h2{margin-bottom:3px}.rh-inline-select{background:#fff;border:1px solid #d5dde6;border-radius:8px;align-items:center;gap:6px;min-height:44px;padding:0 10px;display:flex}.rh-inline-select select{background:0 0;border:0;min-height:40px}.rh-upcoming{border-top:1px solid #e6ebef;grid-template-columns:52px 62px 1fr auto auto;align-items:center;gap:12px;min-height:68px;padding:10px 0;display:grid}.rh-upcoming>span:first-child{color:#007f73;background:#e8f7f4;border-radius:7px;align-content:center;place-items:center;width:45px;height:48px;display:grid}.rh-upcoming>span:first-child small{margin-top:-5px;font-size:9px}.rh-upcoming div{display:grid}.rh-upcoming div small{color:#718096}.rh-attention{color:#98620a}.rh-ok{color:#147968}.rh-settings-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.rh-settings-grid>.rh-card{margin:0}.rh-connection,.rh-service-row,.rh-assistant-choice,.rh-ready-card{border-bottom:1px solid #e7ecf0;align-items:center;gap:11px;min-height:66px;padding:11px 0;display:flex}.rh-connection>:last-child,.rh-service-row>:last-child{margin-left:auto}.rh-tool-logo{color:#fff;background:#1877dc;border-radius:8px;place-items:center;width:42px;height:42px;font-weight:850;display:grid}.rh-tool-capabilities,.rh-permissions,.rh-question-list{gap:8px;display:grid}.rh-tool-capabilities span,.rh-permissions label,.rh-question-list>div{border-bottom:1px solid #e7ecf0;padding:10px 0}.rh-help-card{background:#f2faf8;border:1px solid #d7e9e5;border-radius:9px;padding:17px}.rh-radio-row,.rh-format-choice{grid-template-columns:repeat(2,1fr);gap:9px;display:grid}.rh-radio-row label,.rh-format-choice label,.rh-assistant-choice{cursor:pointer;border:1px solid #dce3e9;border-radius:8px;padding:12px}.rh-radio-row label,.rh-format-choice label{align-items:center;gap:9px;display:flex}.rh-radio-row label span,.rh-format-choice label span{display:grid}.rh-radio-row label small,.rh-format-choice label small{color:#748196}.rh-format-choice label.selected{background:#edf9f6;border-color:#00ad95}.rh-chat{background:#f6f8fa;border:1px solid #dce4ea;border-radius:9px;padding:14px}.rh-chat>div{gap:10px;display:flex}.rh-chat textarea{margin:12px 0}.rh-ready-card{background:#eff9f7;border:1px solid #aae0d5;border-radius:9px;margin-bottom:14px;padding:14px}.rh-assignment-preview{gap:9px;display:grid}.rh-mini-step{border:1px solid #e0e6ec;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:11px;display:flex}.rh-drag{color:#8492a3;cursor:grab}.rh-candidate-layout{grid-template-columns:minmax(0,1.55fr) minmax(280px,.58fr);align-items:start;gap:16px;display:grid}.rh-vertical-journey{gap:10px;margin:16px 0;display:grid}.rh-vertical-journey>div{padding-left:35px;position:relative}.rh-vertical-journey>div:before{content:"";border:2px solid #c8d2dd;border-radius:50%;width:23px;height:23px;position:absolute;top:2px;left:0}.rh-vertical-journey>div.done:before{content:"✓";color:#fff;background:#00ad95;border-color:#00ad95;place-items:center;font-size:11px;display:grid}.rh-result-metrics{grid-template-columns:repeat(4,1fr)}.rh-result-metrics>span{grid-template-columns:28px 1fr;align-items:center}.rh-result-metrics>span>.icon{color:#007f73}.rh-result-metrics>span>div{display:grid}.rh-result-metrics>span strong{font-size:21px}.rh-question-list>div{grid-template-columns:28px 1fr auto;align-items:start;gap:9px;display:grid}.rh-question-list>div>span:first-child{color:#007f73;background:#e6f7f3;border-radius:50%;place-items:center;width:26px;height:26px;display:grid}.rh-form-grid.four{grid-template-columns:repeat(4,1fr)}.rh-slot-grid{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.rh-slot-grid>div{border:1px solid #e0e6ec;border-radius:8px;gap:6px;min-width:0;padding:9px;display:grid}.rh-slot-grid>div.selected{background:#f1faf8;border-color:#00ad95}.rh-slot-grid button{cursor:pointer;background:#fff;border:1px solid #d9e1e8;border-radius:7px;min-height:36px}.rh-slot-grid button.active{color:#fff;background:#00a98f;border-color:#00ad95}.rh-create-steps b,.rh-decision-steps b{color:#fff;background:#00aa92;border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.rh-create-steps>span,.rh-decision-steps>i{background:#cfd7e1;width:90px;height:2px}.rh-job-preview{border:1px solid #e0e6ec;border-radius:10px;padding:18px}.rh-job-cover{color:#fff;background:linear-gradient(135deg,#0d2c68,#006f68);border-radius:10px 10px 0 0;align-items:center;gap:10px;height:100px;margin:-18px -18px 18px;padding:18px;display:flex}.rh-job-cover span{color:#00a98f;background:#fff;border-radius:9px;place-items:center;width:48px;height:48px;font-size:26px;font-weight:850;display:grid}.rh-copy-row{gap:8px;display:flex}.rh-copy-row input{flex:1;min-width:0}.rh-notifications-layout{grid-template-columns:minmax(300px,.72fr) minmax(0,1.4fr);gap:16px;display:grid}.rh-notification-list{padding:0;overflow:hidden}.rh-notification{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #e7ebf0;grid-template-columns:34px 1fr auto auto;align-items:center;gap:9px;width:100%;min-height:88px;padding:14px;display:grid}.rh-notification.active{background:#edf9f6}.rh-notification div{display:grid}.rh-notification small{color:#748196}.rh-notification i.unread{background:#00aa92;border-radius:50%;width:7px;height:7px}.rh-notification-detail header{align-items:center;gap:14px;display:flex}.rh-notification-detail header>span{color:#00a98f;background:#e5f7f3;border-radius:50%;place-items:center;width:44px;height:44px;font-size:24px;display:grid}.rh-candidate-panel{position:sticky;top:84px}.rh-panel-close{float:right;cursor:pointer;background:0 0;border:0;font-size:24px}.rh-score{justify-content:space-between;align-items:center;gap:15px;display:flex}.rh-score strong{color:#0a2057;font-size:38px}.rh-score span{background:#e2e8ee;border-radius:999px;flex:1;height:9px;overflow:hidden}.rh-score i{background:#00ad95;height:100%;display:block}.rh-transcript{background:#f5f8fa;border-left:3px solid #00ad95;margin:12px 0;padding:13px}.rh-rating-options,.rh-decision-options,.rh-recipient-list,.rh-checklist{gap:9px;display:grid}.rh-rating-options label,.rh-decision-options label,.rh-recipient-list label,.rh-checklist label{cursor:pointer;border:1px solid #e0e6ec;border-radius:8px;align-items:center;gap:10px;padding:11px;display:flex}.rh-decision-options label.selected{background:#edf9f6;border-color:#00ad95}.rh-decision-options span,.rh-recipient-list span{display:grid}.rh-calendar-slots{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.rh-calendar-slots button{cursor:pointer;background:#fff;border:1px solid #dbe2e9;border-radius:7px;min-height:42px}.rh-calendar-slots button.selected{color:#007f73;background:#e8f7f4;border-color:#00ad95;font-weight:700}.rh-appointment-head{grid-template-columns:58px 1fr auto;align-items:center;gap:14px;display:grid}.rh-appointment-head>span{color:#007f73;background:#e8f7f4;border-radius:8px;place-items:center;width:56px;height:58px;display:grid}.rh-appointment-head>span b{font-size:22px}.rh-appointment-head>span small{margin-top:-10px;font-size:9px}.rh-appointment-details{grid-template-columns:150px 1fr;gap:16px;display:grid}.rh-appointment-details dt{color:#66778d}.rh-appointment-details dd{margin:0}.rh-participants{gap:18px;display:flex}.rh-participants span{grid-template-columns:38px auto;align-items:start;display:grid}.rh-participants :is(b,small){grid-column:2}.rh-config-list{gap:9px;margin:15px 0;display:grid}.rh-config-list span{justify-content:space-between;gap:12px;display:flex}.rh-outlook{color:#fff;background:#1473e6;border-radius:7px;place-items:center;width:38px;height:38px;font-weight:850;display:grid}.rh-recording-bar{color:#aa2d3b;background:#fff5f6;border:1px solid #f1cbd0;margin-bottom:15px}.rh-recording-bar>i{flex:1}.rh-live-layout{grid-template-columns:minmax(0,1.55fr) minmax(285px,.65fr);align-items:start;gap:16px;display:grid}.rh-guide-list details{border-bottom:1px solid #e8edf1}.rh-guide-list summary{color:#17314c;cursor:pointer;min-height:48px;padding:10px;font-weight:680}.rh-guide-list details>div,.rh-guide-list details>p{background:#f5f8fa;margin:0 10px 12px;padding:12px}.rh-copilot{background:#f0faf8;border:1px solid #a9dfd4;border-radius:12px;padding:19px;position:sticky;top:84px}.rh-copilot article{border-bottom:1px solid #d4eae5;gap:10px;padding:15px 0;display:flex}.rh-copilot article p{color:#607584}.rh-copilot article button:not(.button){color:#66778d;cursor:pointer;background:0 0;border:0}.rh-decision-steps .done{color:#007f73}.rh-assessment-table td:nth-child(3){min-width:260px}.rh-report-layout{grid-template-columns:minmax(0,1.45fr) minmax(320px,.65fr);align-items:start;gap:17px;display:grid}.rh-report-preview{padding:30px}.rh-report-preview>header{color:#748196;border-bottom:1px solid #e1e7ed;justify-content:space-between;align-items:center;margin-bottom:22px;padding-bottom:18px;display:flex}.rh-report-preview>header img{object-fit:contain;width:165px;height:42px}.rh-report-preview>footer{color:#7a8798;border-top:1px solid #e1e7ed;margin-top:28px;padding-top:15px;font-size:11px}.rh-report-summary{grid-template-columns:repeat(3,1fr);gap:9px;margin:20px 0;display:grid}.rh-report-summary span{background:#f3f7f8;border-radius:8px;padding:12px;display:grid}.rh-report-ratings{grid-template-columns:1fr 1fr;gap:9px;display:grid}.rh-report-ratings>span{border:1px solid #e0e6ec;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;min-height:49px;padding:10px;display:flex}.rh-recipient-list label{padding:9px}.rh-check{align-items:center;gap:9px;min-height:40px;display:flex}.rh-global-metrics>span>.icon{color:#00a78f}.rh-bar-chart{background:repeating-linear-gradient(0deg,#eef2f5 0 1px,#0000 1px 52px);border-bottom:1px solid #dfe5eb;justify-content:space-around;align-items:flex-end;gap:15px;height:230px;padding:20px 18px 5px;display:flex}.rh-bar-chart span{width:min(76px,18%);height:var(--value);color:#fff;background:linear-gradient(#20ccb4,#008779);border-radius:7px 7px 0 0;flex-direction:column;justify-content:flex-start;align-items:center;display:flex}.rh-bar-chart span i{margin-top:7px;font-style:normal;font-weight:800}.rh-bar-chart span small{color:#65758a;margin-top:auto;transform:translateY(25px)}.rh-quality-score{gap:7px;margin:15px 0;display:grid}.rh-quality-score strong{color:#09245b;font-size:34px}.rh-quality-score>span{background:#e3e9ee;border-radius:99px;height:10px;overflow:hidden}.rh-quality-score i{border-radius:inherit;background:#00ad95;height:100%;display:block}.rh-stat-list{gap:9px;display:grid}.rh-stat-list span{border-bottom:1px solid #edf0f4;padding:9px 0}.rh-stat-list b{color:#0a2057;margin-right:7px}.rh-priority{border-bottom:1px solid #e7ecf0;grid-template-columns:32px 1fr auto;align-items:center;gap:9px;padding:11px 0;display:grid}.rh-priority>b{color:#007f73;background:#e4f6f2;border-radius:50%;place-items:center;width:29px;height:29px;display:grid}.rh-priority span{display:grid}.rh-priority small{color:#788596}.rh-priority :is(a,button){color:#007f73;cursor:pointer;background:0 0;border:0;font-weight:700}.rh-priority.warning>b{color:#9c6610;background:#fff3d7}.rh-bottom-link{color:#007f73;align-items:center;min-height:44px;font-weight:680;display:inline-flex}.rh-action-row .button{flex:1}@media (width<=1120px){.rh-two-cols,.rh-two-cols.wide-left,.rh-two-cols.equal,.rh-live-layout,.rh-report-layout{grid-template-columns:1fr}.rh-two-cols>aside,.rh-copilot{position:static}.rh-form-grid.three,.rh-metric-grid{grid-template-columns:repeat(2,1fr)}.rh-candidate-panel{position:static}.rh-candidate-layout,.rh-settings-grid{grid-template-columns:1fr}.rh-form-grid.four,.rh-slot-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=820px){.rh-shell{grid-template:62px 1fr/1fr;padding-bottom:66px}.rh-sidebar{width:min(278px,84vw);padding-top:72px;transition:transform .2s;transform:translate(-105%);box-shadow:12px 0 35px #14263d2e}.rh-sidebar.open{transform:translate(0)}.rh-sidebar .rh-brand{display:none}.rh-topbar{grid-column:1;height:62px;padding:0 14px}.rh-mobile-menu{place-items:center;width:40px;height:40px;display:grid}.rh-mobile-brand{justify-items:center;display:grid}.rh-mobile-brand img{object-fit:contain;width:119px;height:30px}.rh-mobile-brand small{color:#6a788b;margin-top:-5px;font-size:9px}.rh-company-switch,.rh-account-button span,.rh-account-button b{display:none}.rh-account-button img{width:34px;height:34px}.rh-main{grid-column:1;padding:20px 14px 40px}.rh-breadcrumb{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rh-bottom-nav{z-index:25;min-height:65px;padding:5px 4px max(5px,env(safe-area-inset-bottom));background:#fffffffa;border-top:1px solid #dfe5eb;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;inset:auto 0 0}.rh-bottom-nav .rh-nav-item{text-align:center;place-items:center;gap:1px;min-width:0;padding:4px 1px;font-size:10px;display:grid}.rh-bottom-nav .rh-nav-item:before{display:none}.rh-bottom-nav .rh-nav-item .icon{width:19px;height:19px}.rh-heading{flex-direction:column}.rh-heading-actions{justify-content:stretch;width:100%}.rh-heading-actions .button{flex:1}.rh-sticky-actions{flex-direction:column;align-items:stretch;position:static}.rh-sticky-actions small{margin-right:0}.rh-form-grid,.rh-form-grid.three,.rh-calendar-slots,.rh-report-summary,.rh-report-ratings{grid-template-columns:1fr}.rh-metric-grid,.rh-metric-grid.compact{grid-template-columns:1fr 1fr}.rh-notifications-layout{grid-template-columns:1fr}.rh-filter-row{flex-direction:column;align-items:stretch}.rh-filter-row .search-control,.rh-filter-row select{width:100%;min-width:0}.rh-appointment-head{grid-template-columns:58px 1fr}.rh-appointment-head .rh-status{grid-column:1/-1}.rh-appointment-details{grid-template-columns:1fr;gap:6px}.rh-participants{flex-direction:column}.rh-recording-bar{flex-wrap:wrap;align-items:stretch}.rh-recording-bar>i{display:none}.rh-recording-bar .button{flex:1}.rh-decision-steps{justify-content:flex-start;overflow-x:auto}.rh-decision-steps>i{flex:none;width:30px}.rh-decision-steps span{min-width:120px}.rh-report-preview{padding:20px 16px}.rh-report-preview>header{flex-direction:column;align-items:flex-start}.rh-info-card{flex-wrap:wrap;align-items:flex-start}.rh-info-card .button{width:100%;margin-left:0}.rh-setup-steps{grid-template-columns:1fr 1fr;gap:13px}.rh-setup-steps>div:not(:last-child):after{display:none}.rh-upcoming{grid-template-columns:46px 1fr}.rh-upcoming>:not(:first-child):not(div){grid-column:2}.rh-upcoming .button{justify-self:start}.rh-form-grid.four,.rh-slot-grid{grid-template-columns:1fr}}@media (width<=440px){.rh-card{padding:16px}.rh-heading h1{font-size:29px}.rh-metric-grid,.rh-metric-grid.compact{grid-template-columns:1fr}.rh-title-line{flex-direction:column;align-items:flex-start}.rh-copy-row,.rh-action-row{flex-direction:column;align-items:stretch}.rh-copy-row .button{width:100%}.rh-create-steps{justify-content:flex-start;font-size:12px;overflow-x:auto}.rh-create-steps>span{flex:none;width:28px}.rh-config-list span{flex-direction:column}.rh-setup-steps,.rh-radio-row,.rh-format-choice{grid-template-columns:1fr}}@media (width<=1180px){.interview-list-row{grid-template-columns:1fr 1.5fr}.interview-list-row .appointment{grid-column:1}.interview-list-row .button{grid-column:2;justify-self:end}.resource-grid,.metric-grid{grid-template-columns:repeat(2,1fr)}.offers-layout{grid-template-columns:1fr}.offer-panel{position:static}.company-card{grid-template-columns:auto 1fr}.company-card>div:last-child{grid-column:1/-1;grid-template-columns:1fr 1fr}.calendar-toolbar{flex-direction:column;align-items:stretch}.calendar-toolbar>div{justify-content:center}}@media (width<=900px){.promo-grid,.detail-grid,.company-columns,.guide-layout,.course-layout,.simulator-layout,.calendar-layout,.profile-layout,.settings-grid,.help-layout{grid-template-columns:1fr}.guide-layout>aside,.course-layout>aside,.upcoming,.profile-progress{position:static}.three-grid,.photo-grid,.pricing-grid{grid-template-columns:1fr}.culture-strip,.help-categories{grid-template-columns:repeat(2,1fr)}.project-grid{grid-template-columns:1fr}.next-prep{grid-template-columns:70px 1fr}.next-prep>div:last-child{grid-column:1/-1}.course-head{grid-template-columns:76px 1fr}.course-head>div:last-child{grid-column:1/-1}.profile-progress{order:-1}.profile-progress>span{display:none}.year-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.promo{grid-template-columns:52px 1fr}.promo .soft-icon{width:52px;height:52px}.promo .button{grid-column:1/-1}.list-card .section-head,.filter-bar,.heading-actions{flex-direction:column;align-items:stretch}.list-card .search-control,.filter-bar .search-control{width:100%}.tabs,.filter-bar .tabs{width:100%;min-width:0;max-width:100%;overflow-x:auto}.tabs>a{margin-left:0}.interview-list-row{grid-template-columns:1fr;padding:18px 0}.interview-list-row>*{min-width:0;max-width:100%}.interview-list-row .full-stepper{width:100%;max-width:100%}.interview-list-row .appointment,.interview-list-row .button{grid-column:1;justify-self:stretch}.detail-heading{flex-direction:column;align-items:stretch}.detail-actions{grid-template-columns:1fr;display:grid}.resource-links,.info-tiles,.company-card,.resource-grid,.form-grid,.simulator-setup .form-grid,.preview-columns,.included>div{grid-template-columns:1fr}.offer-card{grid-template-columns:auto 1fr}.offer-card em{grid-column:1/-1}.company-hero>img{height:220px}.company-card>div:last-child{grid-column:1/-1;grid-template-columns:1fr;min-width:0}.company-tabs button{min-width:110px}.company-tabs{overflow-x:auto}.project-card{grid-template-columns:1fr}.project-card img{height:200px}.team-grid img{float:none;width:100%;height:230px;margin:0 0 12px}.next-prep{grid-template-columns:1fr}.next-prep .soft-icon{width:64px;height:64px}.next-prep>div:last-child{grid-column:1}.module-card,.resource-tile{grid-template-columns:60px 1fr}.module-card .soft-icon,.resource-tile .soft-icon{width:60px;height:60px}.module-card>.button,.resource-tile>:is(a,.button){grid-column:1/-1;justify-self:stretch}.guide-article>section{grid-template-columns:40px 1fr}.guide-article section em{grid-column:2;justify-self:start}.article-actions{grid-template-columns:1fr;display:grid}.course-head{grid-template-columns:60px 1fr}.course-head>.soft-icon{width:60px;height:60px}.course-head h1,.course-lesson>h1{font-size:28px}.course-lesson{padding:18px}.lesson-list li{grid-template-columns:30px 1fr auto}.completion{padding:24px 18px}.completion h1{font-size:31px}.completion>div:not(.completion-points):not(.progress-wrap){width:100%;display:grid}.recruiter-panel{order:-1}.chat-panel{min-height:0}.chat-message{max-width:95%}.calendar-toolbar{padding:14px}.calendar-toolbar>div:first-child{flex-wrap:wrap}.calendar-toolbar strong{min-width:180px}.segmented{overflow-x:auto;justify-content:flex-start!important}.segmented button{min-width:96px}.calendar-surface{border-left:0;border-right:0;border-radius:0;margin:0 -16px}.year-grid{grid-template-columns:1fr}.cv-import{grid-template-columns:64px 1fr}.cv-import .soft-icon{width:64px;height:64px}.cv-import>div>div{gap:8px;display:grid}.profile-tabs{grid-template-columns:repeat(5,auto)}.profile-photo-row>div{grid-template-columns:1fr}.profile-photo-row small{grid-column:1}.save-row,.records-list article{flex-direction:column;align-items:stretch}.settings-card{grid-template-columns:56px 1fr;padding:18px}.settings-card .soft-icon{width:56px;height:56px}.settings-card .form-grid,.settings-card .switch-row{grid-column:1/-1}.help-categories{grid-template-columns:1fr}.help-categories button{min-height:96px}.plan-card{min-height:0}.session-card{padding:30px 20px}}@media (width<=420px){.mobile-brand .brand-logo{width:142px;height:44px}.topbar{padding-inline:12px}.top-actions{gap:2px}.profile-banner{grid-template-columns:1fr}.profile-banner .progress-wrap,.profile-banner .button{grid-column:1}.company-card{padding:16px}.company-card .offer-logo{width:64px;height:64px}.resource-grid,.culture-strip,.metric-grid{grid-template-columns:1fr}.module-card.compact{grid-template-columns:54px 1fr}.module-card.compact>.button{grid-column:1/-1}.calendar-toolbar strong{min-width:150px;font-size:17px}}
