:root{--zeno-bg:#f7f8f4;--zeno-surface:#fff;--zeno-surface-raised:#eef2ec;--zeno-border:#dfe5dc;--zeno-sidebar-width:240px;--zeno-header-height:72px;--zeno-ink:#173c32;--zeno-accent:#1b5946}.dashboard-layout{background:var(--zeno-bg);color:#273e36;min-height:100vh;font-family:Inter,system-ui,sans-serif}.dashboard-layout button,.dashboard-layout input{font:inherit}.dashboard-sidebar{z-index:40;width:var(--zeno-sidebar-width);border-right:1px solid var(--zeno-border);background:#fcfcf9;flex-direction:column;transition:transform .2s;display:flex;position:fixed;inset:0 auto 0 0}.dashboard-sidebar-brand{height:var(--zeno-header-height);flex:none;justify-content:space-between;align-items:center;padding:0 20px;display:flex}.dashboard-brand-link{color:var(--zeno-ink);cursor:pointer;background:0 0;border:0;padding:0}.dashboard-brand-link .brand-mark{color:#e5edce;background:#1b5946;border-radius:12px;width:36px;height:36px;font-family:Georgia,Times New Roman,serif;font-size:18px;font-style:italic}.dashboard-brand-link .brand{color:var(--zeno-ink);gap:10px;font-size:16px}.dashboard-sidebar-close{color:#78716c;background:0 0;border:0;border-radius:6px;padding:8px;display:none}.dashboard-sidebar-cta{padding:20px 12px 24px}.dashboard-primary-button{color:#fff;cursor:pointer;background:#1b5946;border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:44px;padding:12px 20px;font-size:13px;font-weight:500;transition:background .2s;display:inline-flex}.dashboard-primary-button:hover{background:#124332}.dashboard-sidebar-nav{flex:1;padding:0 12px 16px;overflow-y:auto}.dashboard-section-label{color:#57534e;letter-spacing:.16em;text-transform:uppercase;margin:0 0 12px;padding:0 12px;font-size:10px;font-weight:600}.dashboard-sidebar-link{color:#78716c;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:12px;width:100%;min-height:44px;margin:0 0 4px;padding:0 12px;font-size:13px;font-weight:500;transition:background .2s,color .2s;display:flex;position:relative}.dashboard-sidebar-link:hover{color:#173c32;background:#f5f5f4}.dashboard-sidebar-link.is-active{color:#1b5946;background:#e9efe5}.dashboard-sidebar-footer{border-top:1px solid var(--zeno-border);flex:none;padding:20px 12px 12px}.dashboard-sidebar-collapse{border:1px solid var(--zeno-border);color:#57534e;cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:12px;width:100%;min-height:40px;margin-top:10px;padding:0 12px;font-size:12px;display:flex}.dashboard-sidebar-collapse:hover{color:#173c32;background:#f5f5f4}.dashboard-layout-content{min-height:100vh;padding-left:var(--zeno-sidebar-width)}.dashboard-topbar{z-index:30;height:var(--zeno-header-height);border-bottom:1px solid var(--zeno-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f8f4f2;align-items:center;gap:16px;padding:0 40px;display:flex;position:sticky;top:0}.dashboard-mobile-menu,.dashboard-mobile-search{display:none}.dashboard-breadcrumb{color:#57534e;align-items:center;gap:8px;min-width:0;font-size:12px;display:flex}.dashboard-breadcrumb button{color:#57534e;cursor:pointer;background:0 0;border:0;padding:0}.dashboard-breadcrumb button:hover{color:#1b5946}.dashboard-breadcrumb span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard-global-search{color:#57534e;text-align:left;cursor:pointer;background:#fff;border:1px solid #e7e5e4;border-radius:8px;align-items:center;gap:8px;width:min(270px,28vw);height:40px;margin-left:auto;padding:0 8px 0 12px;font-size:12px;display:flex;position:relative}.dashboard-global-search>span{flex:1}.dashboard-global-search kbd{color:#57534e;background:#fafaf9;border:1px solid #e7e5e4;border-radius:4px;align-items:center;gap:4px;padding:4px 6px;font-family:Inter,system-ui,sans-serif;font-size:9px;display:flex}.dashboard-icon-button{color:#78716c;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;place-items:center;width:36px;height:36px;padding:0;display:grid}.dashboard-icon-button:hover{background:#f5f5f4}@media (width>=768px){.dashboard-icon-button.dashboard-mobile-search{display:none}}.dashboard-account{flex:none;position:relative}.dashboard-account-trigger{color:#44403c;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:6px;display:flex}.dashboard-avatar{color:#173c32;background:#e7ecde;border-radius:50%;place-items:center;width:36px;height:36px;font-size:12px;font-weight:600;display:grid}.dashboard-account-name{text-overflow:ellipsis;white-space:nowrap;max-width:130px;font-size:12px;font-weight:500;overflow:hidden}.dashboard-account-menu{border:1px solid var(--zeno-border);background:#fff;border-radius:12px;width:190px;padding:4px;position:absolute;top:48px;right:0;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.dashboard-account-menu button{color:#44403c;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;width:100%;padding:10px 12px;font-size:13px;display:block}.dashboard-account-menu button:hover{background:#fafaf9}.dashboard-account-menu button:last-child{color:#b91c1c}.dashboard-main{min-height:calc(100vh - var(--zeno-header-height));background:var(--zeno-bg)}.dashboard-page-container{width:min(100%,1440px);margin:0 auto;padding:32px 40px}.dashboard-layout.is-sidebar-collapsed{--zeno-sidebar-width:72px}.dashboard-layout.is-sidebar-collapsed .dashboard-sidebar-brand{justify-content:center;padding-inline:0}.dashboard-layout.is-sidebar-collapsed .dashboard-brand-link .brand>span:last-child,.dashboard-layout.is-sidebar-collapsed .dashboard-primary-button>span,.dashboard-layout.is-sidebar-collapsed .dashboard-section-label,.dashboard-layout.is-sidebar-collapsed .dashboard-sidebar-link>span,.dashboard-layout.is-sidebar-collapsed .dashboard-sidebar-collapse>span{display:none}.dashboard-layout.is-sidebar-collapsed .dashboard-sidebar-cta{padding:20px 12px 24px}.dashboard-layout.is-sidebar-collapsed .dashboard-primary-button{padding:0}.dashboard-layout.is-sidebar-collapsed .dashboard-sidebar-nav{padding-inline:12px}.dashboard-layout.is-sidebar-collapsed .dashboard-sidebar-link{justify-content:center;padding:0}.dashboard-layout.is-sidebar-collapsed .dashboard-sidebar-footer{padding:20px 12px 12px}.dashboard-layout.is-sidebar-collapsed .dashboard-sidebar-collapse{justify-content:center;padding:0}.dashboard-layout.is-sidebar-collapsed .dashboard-sidebar-collapse svg{transform:rotate(180deg)}.dashboard-layout.is-sidebar-collapsed .dashboard-page-container{width:min(100%,1600px)}.dashboard-layout-overlay{display:none}.dashboard-palette-backdrop{z-index:80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0c211b40;padding:8vh 32px 32px;position:fixed;inset:0}.dashboard-palette{background:#fff;border:1px solid #e7e5e4;border-radius:16px;width:min(100%,576px);margin:0 auto;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.dashboard-palette-search{color:#a8a29e;border-bottom:1px solid #e7e5e4;align-items:center;gap:12px;padding:16px;display:flex}.dashboard-palette-search input{color:#292524;background:0 0;border:0;outline:0;width:100%;padding:0;font-size:14px}.dashboard-palette-results{max-height:min(55vh,420px);padding:8px;overflow-y:auto}.dashboard-palette-results>.dashboard-section-label{padding:4px 12px 8px}.dashboard-palette-results>button{color:#44403c;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px;display:flex}.dashboard-palette-results>button:hover{color:#173c32;background:#edf2e8}.dashboard-palette-icon{color:#1b5946;background:#f5f5f4;border-radius:8px;flex:none;place-items:center;width:36px;height:36px;display:grid}.dashboard-palette-results>button>span:nth-child(2){flex:1;gap:2px;display:grid}.dashboard-palette-results strong{font-size:14px;font-weight:500}.dashboard-palette-results small{color:#a8a29e;font-size:12px}.dashboard-palette-empty{text-align:center;color:#78716c;padding:32px 12px;font-size:14px}.dashboard-palette footer{color:#a8a29e;background:#fafaf9;border-top:1px solid #e7e5e4;justify-content:space-between;align-items:center;padding:12px 16px;font-size:10px;display:flex}.dashboard-palette footer button{color:#78716c;background:#fff;border:1px solid #e7e5e4;border-radius:4px;padding:4px 8px;font-size:10px}.dashboard-page-container>.platform-page,.dashboard-page-container>.resource-page,.dashboard-page-container>.editor-page{max-width:none;margin:0;padding-top:0}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=dark] .dashboard-layout,html[data-theme=dark] .dashboard-main{color:#e7eee8;background:#101713}html[data-theme=dark] .dashboard-sidebar{background:#131c18;border-color:#34483d}html[data-theme=dark] .dashboard-brand-link .brand{color:#e1efe1}html[data-theme=dark] .dashboard-topbar{background:#131c18f5;border-color:#34483d}html[data-theme=dark] .dashboard-breadcrumb,html[data-theme=dark] .dashboard-icon-button,html[data-theme=dark] .dashboard-account-trigger,html[data-theme=dark] .dashboard-breadcrumb button,html[data-theme=dark] .dashboard-global-search kbd{color:#c4d4c7}html[data-theme=dark] .dashboard-global-search,html[data-theme=dark] .dashboard-account-menu,html[data-theme=dark] .dashboard-palette{color:#e7eee8;background:#1a2721;border-color:#3b5145}html[data-theme=dark] .dashboard-global-search kbd,html[data-theme=dark] .dashboard-palette footer{background:#151f1a;border-color:#34483d}html[data-theme=dark] .dashboard-sidebar-link{color:#9bb2a1}html[data-theme=dark] .dashboard-sidebar-link:hover{color:#e7eee8;background:#1d2b24}html[data-theme=dark] .dashboard-sidebar-link.is-active{color:#c8e4cb;background:#254333}html[data-theme=dark] .dashboard-sidebar-footer{border-color:#34483d}html[data-theme=dark] .dashboard-sidebar-collapse{color:#d1ddd3;background:#1a2721;border-color:#3b5145}html[data-theme=dark] .dashboard-account-menu button,html[data-theme=dark] .dashboard-palette-search input,html[data-theme=dark] .dashboard-palette-results>button{color:#d8e6da}html[data-theme=dark] .dashboard-account-menu button:hover,html[data-theme=dark] .dashboard-palette-results>button:hover{background:#183025}@media (width<=1023px){.dashboard-topbar{padding-inline:20px}.dashboard-account-name{display:none}}@media (width<=767px){.dashboard-layout.is-sidebar-collapsed{--zeno-sidebar-width:240px}.dashboard-sidebar{transform:translate(-100%)}.dashboard-sidebar.is-open{transform:translate(0)}.dashboard-sidebar-close{display:grid}.dashboard-layout.is-sidebar-collapsed .dashboard-sidebar-brand{justify-content:space-between;padding:0 20px}.dashboard-layout.is-sidebar-collapsed .dashboard-brand-link .brand>span:last-child,.dashboard-layout.is-sidebar-collapsed .dashboard-primary-button>span,.dashboard-layout.is-sidebar-collapsed .dashboard-sidebar-link>span{display:inline}.dashboard-layout.is-sidebar-collapsed .dashboard-section-label{display:block}.dashboard-layout.is-sidebar-collapsed .dashboard-sidebar-link,.dashboard-layout.is-sidebar-collapsed .dashboard-primary-button{justify-content:center;padding:0 12px}.dashboard-sidebar-collapse{display:none}.dashboard-layout-content{padding-left:0;transition:none}.dashboard-layout-overlay{inset:0 0 0 var(--zeno-sidebar-width);z-index:35;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;border:0;display:block;position:fixed}.dashboard-mobile-menu,.dashboard-mobile-search{display:grid}.dashboard-breadcrumb,.dashboard-global-search{display:none}.dashboard-mobile-search{margin-left:auto}.dashboard-topbar{gap:8px}.dashboard-page-container{padding:32px 20px}.dashboard-palette-backdrop{padding:32px 16px}.dashboard-account-trigger{gap:4px}}@media (prefers-reduced-motion:reduce){.dashboard-sidebar,.dashboard-layout-content{transition:none}}.resume-demo-wrap{width:min(100%,560px);min-width:0;margin:0 auto;padding:16px 8px 24px;position:relative}.resume-demo-glow{z-index:0;filter:blur(22px);opacity:.8;pointer-events:none;background:radial-gradient(at 35% 35%,#d7e9d5 0%,#e8eee0 38%,#0000 72%);border-radius:44%;animation:9s ease-in-out infinite alternate resumeDemoGlow;position:absolute;inset:1% -5% 3%}.resume-demo-shell{z-index:1;background:#f3f7f0;border:1px solid #cfdcd0;border-radius:18px;animation:.7s ease-out both resumeDemoEnter;position:relative;overflow:hidden;box-shadow:0 28px 70px -30px #204b3452,0 0 0 7px #ffffff9c}.resume-demo-shell:after{z-index:3;content:"";pointer-events:none;background:linear-gradient(100deg,#0000,#fff8,#0000);width:34%;animation:8s ease-in-out infinite resumeDemoGlint;position:absolute;top:0;bottom:0;left:0;transform:translate(-150%)}.resume-demo-head{color:#24543b;border-bottom:1px solid #dce7da;justify-content:space-between;align-items:center;gap:8px;min-height:50px;padding:0 19px;font-size:12px;font-weight:700;display:flex}.resume-demo-head>span:first-child{align-items:center;gap:9px;display:flex}.resume-demo-head>span:last-child{color:#738778;white-space:nowrap;font-size:10px;font-weight:400}.resume-demo-signal{background:#468e59;border-radius:50%;flex:none;width:7px;height:7px;animation:1.8s ease-in-out infinite resumeDemoSignal;display:block;box-shadow:0 0 0 5px #90b99b33}.resume-demo-stages{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;padding:12px 13px;display:grid}.resume-demo-stages button{color:#697b6c;white-space:nowrap;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;gap:6px;min-height:36px;padding:4px;font-size:10px;transition:background .2s,color .2s;display:flex}.resume-demo-stages button:hover{color:#315d40;background:#e4eee2}.resume-demo-stages button span{border:1px solid #bfd0be;border-radius:50%;flex:none;place-items:center;width:17px;height:17px;font-size:9px;line-height:1;display:grid}.resume-demo-stages button.is-active{color:#fff;background:#286345;box-shadow:0 5px 12px #2863452c}.resume-demo-stages button.is-active span{border-color:#ffffff70}.resume-demo-stages button.is-complete{color:#357450}.resume-demo-workspace{background:linear-gradient(145deg,#ecf3e9,#f8faf5);border:1px solid #dce7db;border-radius:12px;margin:0 14px;padding:15px;position:relative;overflow:hidden}.resume-demo-workspace:after{z-index:2;content:"";pointer-events:none;background:linear-gradient(#0000,#a2c7a425);border-bottom:1px solid #8ab2914d;height:85px;animation:5s ease-in-out infinite resumeDemoScan;position:absolute;top:0;left:0;right:0}.resume-demo-paper{color:#2f4637;background:#fff;border:1px solid #e3eae0;border-radius:6px;max-width:440px;min-height:405px;margin:auto;padding:22px 27px 48px;position:relative;box-shadow:0 14px 35px #2d50341d}.resume-demo-paper-top{color:#718677;letter-spacing:.14em;justify-content:space-between;align-items:center;font-size:8px;font-weight:700;display:flex}.resume-demo-paper-top span:last-child{color:#fff;letter-spacing:-.09em;background:#286345;border-radius:5px;place-items:center;width:21px;height:21px;font-size:12px;display:grid}.resume-demo-identity{align-items:center;gap:12px;min-height:48px;margin-top:18px;display:flex}.resume-demo-avatar{color:#427251;background:#e3eee1;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font:600 19px Georgia,serif;display:grid}.resume-demo-identity>div:last-child{min-width:0}.resume-demo-identity strong,.resume-demo-identity small{display:block}.resume-demo-identity strong{color:#234832;min-height:23px;font:700 18px/1.25 Manrope,sans-serif}.resume-demo-identity small{color:#758679;margin-top:2px;font-size:10px}.resume-demo-contact{color:#64806c;flex-wrap:wrap;align-items:center;gap:7px;min-height:28px;margin-top:8px;font-size:9px;display:flex}.resume-demo-contact span+span:before{color:#a2b3a2;content:"•";padding-right:7px}.resume-demo-contact i{background:#e1eae1;border-radius:4px;width:115px;height:5px;display:block}.resume-demo-contact i+i{width:75px}.resume-demo-section-title{color:#3c7651;letter-spacing:.13em;margin:18px 0 7px;font-size:9px;font-weight:800}.resume-demo-paragraph{color:#4a5e4f;min-height:48px;margin:0;font-size:11px;line-height:1.55}.resume-demo-job{border-left:2px solid #9ec09e;min-height:71px;padding-left:12px;animation:.4s ease-out both resumeDemoFadeUp}.resume-demo-job strong,.resume-demo-job small{display:block}.resume-demo-job strong{color:#294936;font-size:11px}.resume-demo-job small{color:#819083;margin-top:2px;font-size:9px}.resume-demo-job p{color:#526555;margin:7px 0 0;font-size:10px;line-height:1.5}.resume-demo-placeholder{align-content:start;gap:7px;min-height:71px;padding:5px 0;display:grid}.resume-demo-placeholder i{background:#e9efe8;border-radius:5px;width:95%;height:6px;display:block}.resume-demo-placeholder i:nth-child(2){width:79%}.resume-demo-placeholder i:nth-child(3){width:61%}.resume-demo-skills{align-items:center;gap:6px;min-height:23px;display:flex}.resume-demo-skills span{color:#3d704d;background:#eaf3e8;border-radius:3px;padding:5px 7px;font-size:9px;animation:.3s ease-out both resumeDemoFadeUp}.resume-demo-skills span:nth-child(2){animation-delay:.1s}.resume-demo-skills span:nth-child(3){animation-delay:.2s}.resume-demo-skills i{background:#edf2ed;border-radius:3px;width:64px;height:17px}.resume-demo-skills i:nth-child(2){width:74px}.resume-demo-skills i:nth-child(3){width:42px}.resume-demo-ready{color:#3d7548;background:#f1f8ed;border:1px solid #cfe3cc;border-radius:5px;align-items:center;gap:6px;padding:7px 10px;font-size:10px;font-weight:700;animation:.45s ease-out both resumeDemoFadeUp;display:flex;position:absolute;bottom:15px;right:18px}.resume-demo-caret{vertical-align:-.08em;background:#348a4d;width:2px;height:.9em;margin-left:2px;animation:.7s step-end infinite resumeDemoCaret;display:inline-block}.resume-demo-footer{color:#456c50;justify-content:space-between;align-items:center;gap:10px;min-height:48px;padding:0 19px;font-size:10px;display:flex}.resume-demo-footer button{color:#386349;background:#fff;border:1px solid #c7dbc7;border-radius:5px;padding:6px 9px;font-size:10px}.resume-demo-footer button:hover{background:#eaf3e8}.resume-demo-progress{background:#deeadb;height:4px}.resume-demo-progress span{background:#459461;height:100%;transition:width 50ms linear;display:block}.resume-demo-caption{color:#52525b;text-align:right;margin-top:17px;font-size:11px}.resume-demo-wrap:not(.is-playing) .resume-demo-glow,.resume-demo-wrap:not(.is-playing) .resume-demo-signal,.resume-demo-wrap:not(.is-playing) .resume-demo-shell:after,.resume-demo-wrap:not(.is-playing) .resume-demo-workspace:after{animation-play-state:paused}html[data-theme=dark] .resume-demo-glow{opacity:.65;background:radial-gradient(at 35% 35%,#315a3d 0%,#1c3427 42%,#0000 72%)}html[data-theme=dark] .resume-demo-shell{background:#17271f;border-color:#3b5b49;box-shadow:0 28px 70px -30px #0009,0 0 0 7px #263b2d80}html[data-theme=dark] .resume-demo-shell:after{background:linear-gradient(100deg,#0000,#b9d9bf18,#0000)}html[data-theme=dark] .resume-demo-head{color:#c7e1ca;border-color:#344d3e}html[data-theme=dark] .resume-demo-head>span:last-child{color:#a9bbae}html[data-theme=dark] .resume-demo-stages button{color:#adc2b1}html[data-theme=dark] .resume-demo-stages button:hover{color:#e1efe1;background:#20382a}html[data-theme=dark] .resume-demo-stages button span{border-color:#52725e}html[data-theme=dark] .resume-demo-stages button.is-complete{color:#8dcc9d}html[data-theme=dark] .resume-demo-workspace{background:linear-gradient(145deg,#13221c,#1a2b22);border-color:#344d3e}html[data-theme=dark] .resume-demo-workspace:after{background:linear-gradient(#0000,#78b58a16);border-color:#52725e55}html[data-theme=dark] .resume-demo-footer{color:#b7c9ba}html[data-theme=dark] .resume-demo-footer button{color:#c7e1ca;background:#1a2b22;border-color:#45614d}html[data-theme=dark] .resume-demo-footer button:hover{background:#20382a}html[data-theme=dark] .resume-demo-progress{background:#263b2d}html[data-theme=dark] .resume-demo-caption{color:#a9bbae}@keyframes resumeDemoEnter{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes resumeDemoFadeUp{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes resumeDemoGlow{0%{transform:translate(-3%,-2%)scale(.97)}to{transform:translate(5%,4%)scale(1.05)}}@keyframes resumeDemoSignal{50%{opacity:.35;box-shadow:0 0 0 8px #90b99b1a}}@keyframes resumeDemoGlint{0%,52%{transform:translate(-150%)}75%,to{transform:translate(420%)}}@keyframes resumeDemoScan{0%{transform:translateY(-90px)}to{transform:translateY(490px)}}@keyframes resumeDemoCaret{50%{opacity:0}}@media (width<=760px){.resume-demo-wrap{width:100%;padding:15px 2px 18px}.resume-demo-head{padding:0 12px;font-size:10px}.resume-demo-head>span:last-child{font-size:8px}.resume-demo-stages{gap:2px;padding:9px 6px}.resume-demo-stages button{gap:3px;font-size:9px}.resume-demo-stages button span{width:15px;height:15px;font-size:8px}.resume-demo-workspace{margin:0 8px;padding:8px}.resume-demo-paper{min-height:395px;padding:19px 17px 45px}.resume-demo-identity strong{font-size:16px}.resume-demo-caption{margin-right:4px}}@media (width<=380px){.resume-demo-stages button{font-size:8px}.resume-demo-head>span:last-child{display:none}.resume-demo-paper{padding-inline:13px}}@media (prefers-reduced-motion:reduce){.resume-demo-wrap *,.resume-demo-wrap:before,.resume-demo-wrap:after{transition:none!important;animation:none!important}.resume-demo-workspace:after,.resume-demo-shell:after{display:none}}.zeno-dashboard-page{color:#273e36;gap:28px;display:grid}.zeno-dashboard-page h1,.zeno-dashboard-page h2,.zeno-dashboard-page h3{letter-spacing:-.045em;font-family:Georgia,Times New Roman,serif;font-weight:400}.zeno-dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.zeno-dashboard-header h1,.zeno-dashboard-hero h2,.zeno-dashboard-empty h3,.zeno-dashboard-aside h2{letter-spacing:-.045em;color:#173c32;font-family:Georgia,Times New Roman,serif;font-weight:400}.zeno-dashboard-header h1{margin:8px 0 0;font-size:36px;line-height:1.1}.zeno-dashboard-header>div>p:last-child{color:#57534e;margin:8px 0 0;font-size:14px}.zeno-eyebrow{color:#577065;letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:8px;margin:0;font-size:10px;font-weight:600;display:flex}.zeno-dashboard-header time{color:#57534e;text-transform:lowercase;align-items:center;gap:8px;font-size:12px;display:flex}.zeno-dashboard-header time span{background:#1b5946;border-radius:50%;width:6px;height:6px}.zeno-dashboard-hero{background:#eaf0e2;border:1px solid #dce5d3;border-radius:16px;padding:36px;position:relative;overflow:hidden}.zeno-dashboard-hero:before{filter:blur(24px);opacity:.7;content:"";pointer-events:none;background:conic-gradient(from 120deg,#b9d9c4aa,#d9d1aa66,#b9cedd66,#b9d9c4aa);width:60%;height:170%;position:absolute;top:-35%;right:-12%}.zeno-dashboard-hero:after{opacity:.45;content:"";pointer-events:none;background-image:linear-gradient(#ffffff34 1px,#0000 1px),linear-gradient(90deg,#ffffff34 1px,#0000 1px);background-size:34px 34px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000 12%,#000 70%);mask-image:linear-gradient(90deg,#0000 12%,#000 70%)}.zeno-dashboard-hero-inner{z-index:1;justify-content:space-between;align-items:center;gap:32px;display:flex;position:relative}.zeno-dashboard-hero-copy{max-width:576px}.zeno-dashboard-hero h2{margin:16px 0 0;font-size:36px;line-height:1.2}.zeno-dashboard-hero h2 em{font-family:inherit;font-weight:inherit}.zeno-dashboard-hero-copy>p:nth-of-type(2){color:#57534e;max-width:448px;margin:16px 0 0;font-size:14px;line-height:24px}.zeno-dashboard-actions{flex-wrap:wrap;align-items:center;gap:16px;margin-top:24px;display:flex}.zeno-dashboard-primary,.zeno-dashboard-link{cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:44px;font-size:13px;font-weight:500;display:inline-flex}.zeno-dashboard-primary{color:#fff;background:#1b5946;padding:12px 20px}.zeno-dashboard-primary:hover{background:#124332}.zeno-dashboard-link{color:#1b5946;background:0 0;padding:0}.zeno-dashboard-link:hover{text-underline-offset:4px;text-decoration:underline}.zeno-resume-mock{color:#1b5946;background:#fff;border:1px solid #e7e5e4;border-radius:8px;flex:none;width:210px;padding:24px;transform:rotate(3deg);box-shadow:0 1px 2px #0000000d}.zeno-resume-mock>p{letter-spacing:-.045em;color:#173c32;margin:28px 0 20px;font:400 20px/1.25 Georgia,Times New Roman,serif}.zeno-resume-mock>i{background:#e8eae5;border-radius:2px;width:100%;height:5px;margin-top:9px;display:block}.zeno-resume-mock>i.short{width:66%}.zeno-resume-mock>span{color:#1b5946;background:#edf2e5;border-radius:999px;align-items:center;gap:6px;margin-top:28px;padding:4px 8px;font-size:9px;display:inline-flex}.zeno-dashboard-section-heading{justify-content:space-between;align-items:end;gap:12px;margin-bottom:16px;display:flex}.zeno-dashboard-section-heading h2{color:#292524;margin:0;font-size:18px}.zeno-dashboard-section-heading span{color:#57534e;font-size:12px}.zeno-dashboard-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.zeno-dashboard-metrics article,.zeno-dashboard-recent,.zeno-dashboard-aside>section,.zeno-dashboard-aside>button{background:#fff;border:1px solid #dfe5dc;border-radius:16px;position:relative;box-shadow:0 3px 12px #183c3203}.zeno-dashboard-metrics article{padding:20px}.zeno-dashboard-metrics article>div{color:#a8a29e;justify-content:space-between;align-items:center;gap:8px;display:flex}.zeno-dashboard-metrics article p{color:#78716c;margin:0;font-size:12px}.zeno-dashboard-metrics strong{letter-spacing:-.045em;color:#173c32;font-variant-numeric:tabular-nums;margin-top:16px;font:400 34px/1 Georgia,Times New Roman,serif;display:block}.zeno-dashboard-metrics small{color:#78716c;margin-top:8px;font-size:10px;line-height:16px;display:block}.zeno-dashboard-grid{grid-template-columns:minmax(0,1fr) 310px;gap:24px;display:grid}.zeno-dashboard-recent{overflow:hidden}.zeno-dashboard-recent>header{border-bottom:1px solid #e7e5e4;justify-content:space-between;align-items:center;gap:12px;padding:20px;display:flex}.zeno-dashboard-recent>header h2{color:#292524;margin:0;font-size:14px;font-weight:600}.zeno-dashboard-recent>header p{color:#78716c;margin:4px 0 0;font-size:12px}.zeno-dashboard-recent>header button,.zeno-dashboard-empty>button{color:#1b5946;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:0;font-size:12px;font-weight:500;display:inline-flex}.zeno-dashboard-recent>header button:hover,.zeno-dashboard-empty>button:hover{text-underline-offset:4px;text-decoration:underline}.zeno-dashboard-empty{text-align:center;padding:48px 24px}.zeno-dashboard-icon-box{color:#376b51;background:#ecf1e8;border-radius:12px;flex:none;place-items:center;width:44px;height:44px;display:grid}.zeno-dashboard-empty>.zeno-dashboard-icon-box{width:56px;height:56px;margin:0 auto}.zeno-dashboard-empty h3{margin:20px 0 0;font-size:24px}.zeno-dashboard-empty p{color:#78716c;max-width:384px;margin:12px auto 0;font-size:14px;line-height:24px}.zeno-dashboard-empty>button{margin-top:24px;font-size:13px}.zeno-dashboard-aside{align-content:start;gap:16px;display:grid}.zeno-dashboard-aside>section{padding:20px}.zeno-dashboard-aside h2{margin:20px 0 0;font-size:24px;line-height:1.25}.zeno-dashboard-aside ul{gap:16px;margin:20px 0 0;padding:0;list-style:none;display:grid}.zeno-dashboard-aside li{color:#57534e;align-items:flex-start;gap:10px;font-size:12px;line-height:20px;display:flex}.zeno-dashboard-aside li svg{color:#1b5946;flex:none;margin-top:2px}.zeno-dashboard-aside>button{color:#292524;text-align:left;cursor:pointer;align-items:center;gap:12px;width:100%;padding:20px;display:flex}.zeno-dashboard-aside>button>span:nth-child(2){flex:1;gap:4px;display:grid}.zeno-dashboard-aside>button strong{font-size:14px;font-weight:500}.zeno-dashboard-aside>button small{color:#78716c;font-size:12px}html[data-theme=dark] .zeno-dashboard-page{color:#d8e6da}html[data-theme=dark] .zeno-dashboard-header h1,html[data-theme=dark] .zeno-dashboard-hero h2,html[data-theme=dark] .zeno-dashboard-empty h3,html[data-theme=dark] .zeno-dashboard-aside h2{color:#e1efe1}html[data-theme=dark] .zeno-dashboard-hero{background:#173326;border-color:#345343}html[data-theme=dark] .zeno-dashboard-hero-copy>p:nth-of-type(2),html[data-theme=dark] .zeno-dashboard-header>div>p:last-child{color:#adc2b1}html[data-theme=dark] .zeno-resume-mock,html[data-theme=dark] .zeno-dashboard-metrics article,html[data-theme=dark] .zeno-dashboard-recent,html[data-theme=dark] .zeno-dashboard-aside>section,html[data-theme=dark] .zeno-dashboard-aside>button{color:#d8e6da;background:#13221c;border-color:#294237}html[data-theme=dark] .zeno-resume-mock>p,html[data-theme=dark] .zeno-dashboard-metrics strong{color:#e1efe1}html[data-theme=dark] .zeno-dashboard-recent>header{border-color:#294237}html[data-theme=dark] .zeno-dashboard-recent>header h2,html[data-theme=dark] .zeno-dashboard-section-heading h2{color:#d8e6da}html[data-theme=dark] .zeno-dashboard-empty p,html[data-theme=dark] .zeno-dashboard-aside li,html[data-theme=dark] .zeno-dashboard-aside>button small{color:#94aa9a}@media (width<=1023px){.zeno-dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.zeno-dashboard-grid{grid-template-columns:1fr}.zeno-dashboard-aside{grid-template-columns:1fr 1fr}.zeno-resume-mock{display:none}}@media (width<=639px){.zeno-dashboard-page{gap:24px}.zeno-dashboard-header time{width:100%}.zeno-dashboard-hero{padding:28px}.zeno-dashboard-hero h2{font-size:30px}.zeno-dashboard-metrics,.zeno-dashboard-aside{grid-template-columns:1fr}.zeno-dashboard-section-heading{flex-direction:column;align-items:start}.zeno-dashboard-recent>header{align-items:flex-start}}.account-nav{color:#203f32;background:#fff;border-bottom:1px solid #dde5e0;justify-content:space-between;align-items:center;gap:20px;padding:12px 5%;font-size:14px;display:flex}.account-nav>a{font-weight:750;text-decoration:none}.account-nav>div{flex-wrap:wrap;align-items:center;gap:22px;display:flex}.account-nav a{color:inherit}.platform-page{max-width:1180px;margin:0 auto;padding:48px 28px 72px}.platform-heading{max-width:800px;margin-bottom:32px}.platform-heading h1{letter-spacing:-1.4px;color:#183d2c;margin:12px 0 18px;font-size:clamp(30px,4vw,52px);line-height:1.12}.platform-heading h2{font-size:30px}.platform-heading p,.platform-card p{color:#53655b;line-height:1.75}.platform-card{background:#fff;border:1px solid #dce5de;border-radius:18px;margin-bottom:20px;padding:28px;box-shadow:0 5px 20px #203c2905}.platform-card h2{color:#183d2c;font-size:25px;line-height:1.25}.platform-card label,.resume-tools label{flex-direction:column;gap:8px;margin:14px 0;font-size:14px;font-weight:600;display:flex}.platform-card input:not([type=checkbox]):not([type=radio]),.platform-card textarea,.resume-tools input:not([type=checkbox]),.resume-tools textarea,.resume-tools select{color:#243c2e;width:100%;font:inherit;background:#fff;border:1px solid #bdcfc3;border-radius:9px;min-width:0;padding:12px}.platform-card textarea,.resume-tools textarea{resize:vertical;min-height:110px}.platform-card small,.resume-tools small{color:#607468;font-weight:400}.platform-card .check-label,.resume-tools .check-label{flex-direction:row;align-items:flex-start;gap:10px;line-height:1.5}.check-label input{accent-color:#28543c;margin-top:3px}.auth-page{max-width:650px}.auth-card{padding:34px}.auth-card form>.button,.google-button{justify-content:center;width:100%}.platform-divider{text-align:center;color:#718075;margin:20px}.platform-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.platform-actions label{min-width:200px}.account-actions{flex-direction:column;gap:16px;margin-top:25px;display:flex}.platform-card details,.resume-tools details{margin-top:20px}.platform-card summary,.resume-tools summary{cursor:pointer;padding:10px 0;font-weight:650}.error-note{background:#fff0ea;border-radius:8px;padding:14px;line-height:1.5;color:#822c18!important}.success-note{background:#e8f5ed;border-radius:8px;padding:14px;color:#215634!important}.muted{font-size:13px}.course-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.course-card{flex-direction:column;align-items:flex-start;min-height:330px;padding:34px;display:flex;position:relative}.course-card h2{max-width:80%;margin-top:20px}.course-card p{flex:1}.course-badge{letter-spacing:1.2px;color:#3e7452;background:#edf5ed;border-radius:6px;padding:6px 10px;font-size:11px;font-weight:700}.course-number{color:#d9e6d7;font-size:56px;font-weight:700;position:absolute;top:20px;right:28px}.course-intro{justify-content:space-between;align-items:center;gap:25px;display:flex}.lesson-list{padding:0;list-style:none}.lesson-list li{border-bottom:1px solid #e4ebe5;justify-content:space-between;padding:18px 0;display:flex}.lesson-layout{grid-template-columns:260px 1fr;gap:24px;display:grid}.block-nav{padding-left:20px}.block-nav li{margin:14px 0}.block-nav button{text-align:left;color:#315642;cursor:pointer;font:inherit;background:0 0;border:0;padding:5px}.block-nav button[aria-current]{font-weight:750;text-decoration:underline}.lesson-content{padding:38px}.lesson-content p{white-space:pre-line;margin:25px 0 34px;font-size:18px;line-height:1.85}.quiz-card fieldset{border:1px solid #dce5de;border-radius:12px;margin:24px 0;padding:20px}.quiz-card legend{max-width:100%;padding:0 8px;font-weight:650;line-height:1.5}.quiz-card .quiz-option{cursor:pointer;background:#f5f8f4;border-radius:8px;flex-direction:row;gap:12px;padding:14px;font-weight:400;display:flex}.quiz-option input{accent-color:#28543c}.quiz-explanation{background:#eff7ef;border-left:3px solid #57836a;padding:12px 16px}.platform-page progress{accent-color:#426a49;width:100%;height:10px}.resume-tools{background:#f4f8ef;border:1px solid #cfdfcf;border-radius:14px;width:calc(100% - 48px);max-width:1350px;margin:16px auto 24px;padding:24px 28px}.resume-tools-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.resume-tools h2{margin:8px 0;font-size:21px}.resume-tools-heading>span{color:#42684d;font-size:13px}.ai-assistant{border-top:1px solid #d2dfd0;padding-top:8px}.ai-assistant>summary{color:#214b32;font-size:18px}.ai-assistant p{line-height:1.7}.narrative-preview,.json-preview{white-space:pre-wrap;overflow-wrap:anywhere;background:#f5f5ed;max-height:440px;padding:16px;overflow:auto}.ai-section{background:#fff;border:1px solid #d0dfce;border-radius:10px;margin:16px 0;padding:14px}.ai-comparison{grid-template-columns:1fr 1fr;gap:20px;display:grid}.ai-comparison p{white-space:pre-line;overflow-wrap:anywhere;font-size:14px}.cloud-library{padding-bottom:10px}.danger{color:#942b20!important}button:disabled{opacity:.55;cursor:not-allowed}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible,select:focus-visible{outline-offset:3px;outline:3px solid #bd8935}@media (width<=760px){.account-nav{flex-direction:column;align-items:flex-start;gap:12px;padding:12px 20px}.account-nav>div{gap:16px}.platform-page{padding:30px 18px 48px}.course-grid,.lesson-layout,.ai-comparison{grid-template-columns:1fr}.platform-card{padding:22px}.course-intro,.resume-tools-heading{flex-direction:column;align-items:flex-start}.resume-tools{width:calc(100% - 24px);padding:20px}.auth-card{padding:24px}.course-card h2{max-width:88%}.platform-actions{align-items:stretch}.platform-actions label{width:100%}}@media print{.account-nav,.resume-tools,.cloud-library{display:none!important}}.route-state{flex-direction:column;justify-content:center;align-items:flex-start;max-width:760px;min-height:calc(100dvh - 88px);display:flex}.route-state-mark{color:#fff;background:#286345;border-radius:15px 15px 15px 4px;place-items:center;width:52px;height:52px;font-size:22px;font-weight:800;display:grid}.route-state h1{color:#26372e;letter-spacing:-.06em;margin:18px 0 8px;font-size:clamp(2rem,5vw,3.8rem)}.route-state p{color:#6f7b73;max-width:580px;line-height:1.7}.route-state .platform-actions{margin-top:18px}.session-status-notice{color:#6b5523;background:#fff5dc;border-bottom:1px solid #ead9aa;justify-content:center;align-items:center;gap:16px;padding:10px 24px;font-size:12px;display:flex}.session-status-notice button{color:#325f45;background:0 0;border:0;font-weight:700;text-decoration:underline}.skip-link{z-index:1000;color:#fff;background:#173f2e;border-radius:8px;padding:12px 16px;font-weight:700;position:fixed;top:8px;left:8px;transform:translateY(-150%);box-shadow:0 4px 16px #0003}.skip-link:focus{transform:translateY(0)}#conteudo-principal:focus{outline:none}.account-nav a[aria-current=page]{text-underline-offset:4px;font-weight:800;text-decoration:underline}@media (width<=760px){.account-nav>div{gap:6px 14px;width:100%}.account-nav>div>a:not(.button){align-items:center;min-height:40px;display:inline-flex}.account-nav a{overflow-wrap:anywhere}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}@media print{.skip-link{display:none!important}}.account-nav .button-primary{color:#fff}.theme-toggle{color:#52525b;cursor:pointer;background:0 0;border:1px solid #e4e4e7;border-radius:10px;place-items:center;width:38px;height:38px;padding:0;display:inline-grid}.theme-toggle:hover{color:#1a4331;background:#f7f6f2}.route-state .eyebrow{color:#1a4331}.route-state p{color:#52525b}.route-state .button:not(.button-primary){color:#1a1a1a}.route-state{animation:none}.route-skeleton{background:#f7f6f2;min-height:420px;animation:none}.route-skeleton-header{background:#f7f6f2}.route-skeleton-nav{gap:12px;display:flex}.route-skeleton-nav span{background:#e4e4e7;border-radius:99px;width:86px;height:16px}.route-skeleton-line,.route-skeleton-grid>div,.dashboard-data-skeleton .route-skeleton-line{background:#e4e4e7;border-radius:12px;animation:1.4s ease-in-out infinite alternate skeleton-pulse}.route-skeleton-eyebrow{border-radius:99px;width:110px;height:20px}.route-skeleton-title{width:min(420px,70%);height:44px;margin-top:18px}.route-skeleton-description{width:min(340px,55%);height:16px;margin-top:16px}.route-skeleton-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:42px;display:grid}.route-skeleton-grid>div{background:#e4e4e7;height:180px}.dashboard-data-skeleton{background:#fff;border:1px solid #e4e4e7;border-radius:16px;min-height:150px;padding:28px}.dashboard-data-skeleton .route-skeleton-line{width:60%;height:18px;margin:12px 0}.dashboard-data-skeleton .route-skeleton-line:first-child{width:35%;height:24px}@keyframes skeleton-pulse{0%{opacity:.65}to{opacity:1}}@media (width<=760px){.route-skeleton-nav{display:none}.route-skeleton-grid{grid-template-columns:1fr}.route-skeleton-grid>div{height:120px}}.platform-card{background:var(--surface);border-radius:var(--radius-card)}.platform-divider{color:#526159}.account-nav a:focus-visible,.skip-link:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.auth-page:not(.auth-page-full){max-width:920px}.auth-page:not(.auth-page-full) .auth-form-pane{background:0 0;padding:0;display:block}.auth-page:not(.auth-page-full) .platform-heading{max-width:720px;margin:0 auto 32px}.auth-page:not(.auth-page-full) .auth-card{max-width:720px;margin:0 auto;padding:34px}@keyframes platform-enter{0%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes soft-pulse{0%,to{box-shadow:0 0 #467d520f}50%{box-shadow:0 0 0 7px #467d5200}}.platform-page{animation:.42s ease-out both platform-enter}.account-nav{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe8;position:sticky;top:0;box-shadow:0 1px #224b330a}.account-nav>div>a{transition:color .2s,transform .2s}.account-nav>div>a:hover{color:#286345;transform:translateY(-1px)}.platform-heading h1{text-wrap:balance}.platform-card{transition:transform .25s,box-shadow .25s,border-color .25s}.button{transition:transform .2s,box-shadow .2s,background .2s,border-color .2s}.button:not(:disabled):hover{box-shadow:0 8px 18px #26634524}.button:not(:disabled):active{transform:translateY(1px)}.auth-page:not(.auth-page-full) .platform-heading{padding:20px 0 4px;position:relative}.auth-page:not(.auth-page-full) .platform-heading:after{content:"";pointer-events:none;border:1px solid #dce9d9;border-radius:50%;width:96px;height:96px;position:absolute;top:0;right:6%;box-shadow:0 0 0 14px #dce9d959,0 0 0 28px #dce9d926}.auth-page:not(.auth-page-full) .platform-heading h1{z-index:1;position:relative}.auth-page:not(.auth-page-full) .auth-card{position:relative;overflow:hidden}.auth-page:not(.auth-page-full) .auth-card:before{content:"";background:linear-gradient(90deg,#286345,#91b58e,#d9e5c9);width:100%;height:4px;position:absolute;top:0;left:0}.account-provider{background:#f5f9f3;border:1px solid #dce8d9;border-radius:11px;padding:13px 16px;color:#5f7566!important;margin:0 0 24px!important;font-size:13px!important}.account-provider strong{color:#315f41;font-weight:750}.account-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:26px;display:grid}.account-export-link{color:#315b40;background:#f8faf7;border:1px solid #dce6dc;border-radius:11px;grid-column:1/-1;grid-template-columns:1fr auto;align-items:center;gap:2px 12px;padding:15px 16px;transition:background .2s,border-color .2s,transform .2s;display:grid}.account-export-link:hover{background:#f1f7ef;border-color:#abc7ad;transform:translateY(-1px)}.account-export-link span{font-size:14px;font-weight:700}.account-export-link small{color:#809087;font-size:10px}.account-export-link b{grid-area:1/2/3;font-size:20px;font-weight:500}.account-action-button{color:#31513d;background:#f8faf7;border:1px solid #dce5dc;width:100%;min-height:52px;font-size:12px}.account-action-button small{color:#7c8c81;margin-left:4px;font-size:10px;font-weight:500;display:block}.account-action-button:hover{background:#eef6ec;border-color:#a9c6ac}.account-action-button.account-logout{color:#235c3b;background:#edf5eb;border-color:#d8e5d9}.account-delete{border-top:1px solid #e8eee7;grid-column:1/-1;padding-top:20px;margin-top:8px!important}.account-delete summary{color:#6f4d49;font-size:12px}.account-delete p{font-size:12px!important;line-height:1.65!important}.account-delete .danger{background:#fff5f2;border-color:#efd6d0;min-height:42px}.story-card,.application-card,.interview-question,.material-card,.course-card,.tool-card{transition:transform .24s,box-shadow .24s,border-color .24s}.story-card:hover,.application-card:hover,.interview-question:hover,.material-card:hover,.course-card:hover,.tool-card:hover{border-color:#bdd2bf;transform:translateY(-3px);box-shadow:0 14px 30px #26432f14}.application-overview>div,.career-dashboard-stats>div{animation:3.5s ease-in-out infinite soft-pulse}.application-overview>div:nth-child(2),.career-dashboard-stats>div:nth-child(2){animation-delay:.4s}.application-overview>div:nth-child(3),.career-dashboard-stats>div:nth-child(3){animation-delay:.8s}@media (width<=760px){.auth-page:not(.auth-page-full) .platform-heading:after{width:70px;height:70px;right:0}.account-actions{grid-template-columns:1fr}.account-export-link,.account-delete{grid-column:auto}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.auth-page-full{background:#fff;grid-template-columns:minmax(380px,.9fr) minmax(500px,1.1fr);max-width:none;min-height:calc(100vh - 70px);margin:0;padding:0;display:grid}.auth-route-nav{display:none}.auth-page-full .auth-story{color:#edf0e4;background:#183e33;flex-direction:column;justify-content:space-between;min-height:calc(100vh - 70px);padding:48px max(40px,5vw);display:flex;position:relative;overflow:hidden}.auth-page-full .auth-story:after{content:"";pointer-events:none;border:1px solid #dbe5be22;border-radius:50%;width:360px;height:360px;position:absolute;bottom:-150px;right:-165px;box-shadow:0 0 0 42px #dbe5be0f,0 0 0 84px #dbe5be08}.auth-story-brand{z-index:1;width:max-content;position:relative}.auth-story-brand .brand{font-size:19px}.auth-story-copy{z-index:1;max-width:490px;margin-block:auto;padding:55px 0;position:relative}.auth-story-copy h2{color:#f0f4e9;letter-spacing:-.065em;margin:20px 0 22px;font:500 clamp(37px,4vw,58px)/1.08 Manrope,sans-serif}.auth-story-copy h2 em{color:#c7dbba;font-family:Georgia,serif;font-weight:400}.auth-story-copy>p{color:#becfb9;max-width:390px;margin:0;font-size:14px;line-height:1.8}.auth-story-steps{gap:15px;margin-top:40px;display:grid}.auth-story-steps>div{color:#e5eee0;border-top:1px solid #ffffff20;align-items:center;gap:13px;padding-top:15px;font-size:12px;display:flex}.auth-story-steps b{color:#dbe5be;background:#ffffff12;border-radius:50%;place-items:center;width:27px;height:27px;font-size:10px;display:grid}.auth-story-foot{z-index:1;color:#becfb9;align-items:center;gap:8px;margin:0;font-size:11px;display:flex;position:relative}.auth-form-pane{background:#fff;justify-content:center;align-items:center;padding:50px clamp(28px,7vw,100px);display:flex}.auth-page-full .platform-heading{width:100%;max-width:520px;margin:0 0 28px}.auth-page-full .auth-form-pane{flex-direction:column;align-items:stretch}.auth-page-full .platform-heading h1{letter-spacing:-.065em;color:#173c32;margin:13px 0 10px;font:500 clamp(36px,4vw,52px)/1.08 Manrope,sans-serif}.auth-page-full .platform-heading p{color:#748077;max-width:470px;margin:0;font-size:14px;line-height:1.7}.auth-back{color:#77857b;align-items:center;margin-bottom:40px;font-size:11px;display:inline-flex}.auth-back:hover{color:#286345}.auth-page-full .auth-card{width:100%;max-width:520px;box-shadow:none;border:0;border-radius:0;margin:0;padding:0}.auth-page-full .auth-card form>label{color:#405247;margin:0 0 17px;font-size:12px}.auth-page-full .auth-card form>label+label{margin-top:5px}.auth-page-full .auth-card input:not([type=checkbox]):not([type=radio]){background:#fff;border-color:#ccd9ce;border-radius:7px;height:47px;padding:0 13px;font-size:13px}.auth-page-full .auth-card input:not([type=checkbox]):not([type=radio]):focus{border-color:#6f9c79;box-shadow:0 0 0 3px #dcebdd}.auth-page-full .auth-card form>.button{border-radius:7px;min-height:48px;margin-top:5px}.auth-page-full .auth-card .platform-divider{color:#9aa69c;margin:20px 0 14px;font-size:11px}.auth-page-full .auth-card .google-button{color:#385043;background:#fff;border:1px solid #ccd9ce;border-radius:7px;min-height:46px}.auth-page-full .auth-card .muted{color:#8a958c;font-size:10px;line-height:1.5}.auth-page-full .auth-card>p:last-child{text-align:center;color:#7b887e;border-top:1px solid #e4e9e3;margin-top:24px;padding-top:20px;font-size:12px}.auth-page-full .auth-card a{color:#286345;text-underline-offset:3px;text-decoration:underline}.auth-page-full .auth-card .check-label{flex-direction:row;align-items:flex-start;gap:9px;font-size:11px;line-height:1.5;display:flex}.auth-page-full .auth-card .check-label input{width:auto;height:auto;margin-top:3px}.auth-page-full .auth-card .success-note,.auth-page-full .auth-card .error-note{margin-top:16px;font-size:12px}@media (width<=900px){.auth-page-full{grid-template-columns:1fr}.auth-page-full .auth-story{min-height:340px;padding:28px 28px 30px}.auth-story-copy{margin:35px 0 0;padding:0}.auth-story-copy h2{margin:15px 0;font-size:42px}.auth-story-copy>p{font-size:12px}.auth-story-steps{display:none}.auth-story-foot{margin-top:32px}.auth-form-pane{padding:42px 28px 58px}.auth-back{margin-bottom:28px}}@media (width<=560px){.auth-page-full .auth-story{min-height:290px}.auth-story-copy h2{font-size:36px}.auth-story-copy>p{max-width:320px}.auth-form-pane{padding:34px 20px 48px}.auth-page-full .platform-heading h1{font-size:36px}.auth-page-full .auth-card{max-width:none}}.platform-page{background:#f7f6f2}.platform-heading h1,.platform-heading h2,.platform-card h2,.course-card h2,.application-heading h1,.interview-heading h1,.stories-heading h1,.materials-heading h1,.career-tool-page h1{letter-spacing:-.045em;color:#1a1a1a;font-family:Georgia,Times New Roman,serif;font-weight:500}.platform-card{background:#fff;border-color:#e4e4e7b8;border-radius:16px;box-shadow:0 2px 10px #00000005}.platform-card:hover{border-color:#2d6a4f33;box-shadow:0 8px 30px #0000000a}.platform-card input:not([type=checkbox]):not([type=radio]),.platform-card textarea,.platform-card select,.career-form select,.application-form select,.application-event-form select,.application-event-form input,.application-event-form textarea{color:#1a1a1a;background:#fff;border-color:#e4e4e7;border-radius:12px;transition:border-color .3s,box-shadow .3s}.platform-card input:not([type=checkbox]):not([type=radio]):focus,.platform-card textarea:focus,.platform-card select:focus,.career-form select:focus,.application-form select:focus,.application-event-form input:focus,.application-event-form textarea:focus{border-color:#2d6a4f;outline:none;box-shadow:0 0 0 4px #2d6a4f1a}.platform-page .button{border-radius:12px}.platform-page .button-primary{background:#1a4331}.platform-page .button-primary:hover{background:#122e22}.platform-page .button-quiet,.platform-page .button:not(.button-primary):not(.button-dark):not(.danger){color:#1a1a1a;background:#fff;border-color:#e4e4e7}.platform-page .button-quiet:hover,.platform-page .button:not(.button-primary):not(.button-dark):not(.danger):hover{background:#f7f6f2;border-color:#d4d4d8}.eyebrow{color:#2d6a4f;letter-spacing:.15em;background:#eaf1ec;border-radius:999px;align-items:center;padding:6px 11px;display:inline-flex}.eyebrow-dot{box-shadow:none;background:#2d6a4f}.account-nav{background:#f7f6f2eb;border-bottom-color:#e4e4e7b3}.account-nav>div>a{color:#52525b}.account-nav>div>a:hover{color:#1a4331}.auth-page-full .auth-story{background:#1a4331}.auth-page-full .auth-story-copy h2,.auth-page-full .platform-heading h1{letter-spacing:-.045em;font-family:Georgia,Times New Roman,serif;font-weight:500}.auth-page-full .auth-form-pane{background:#fff}.auth-page-full .auth-card input:not([type=checkbox]):not([type=radio]){border-color:#e4e4e7;border-radius:12px}.auth-page-full .auth-card form>.button{background:#1a4331;border-radius:12px}.auth-page-full .auth-card .google-button{border-color:#e4e4e7;border-radius:12px}.platform-page .button svg,.platform-page a svg{transition:transform .3s}.platform-page .button:hover svg,.platform-page a:hover svg{transform:translate(4px)}.platform-page section>svg:first-child{color:#2d6a4f;stroke:currentColor;flex-shrink:0;width:48px;height:48px;margin-bottom:16px}.resume-tools{background:#fff;border-color:#e4e4e7b3}.resume-tools-heading>span{color:#52525b}.ai-assistant>summary{color:#1a4331}.resume-tools h2{color:#1a1a1a}.platform-page{background:#f7f6f2;max-width:1200px;padding:128px 24px}.platform-heading{margin-bottom:40px}.platform-heading h1,.platform-heading h2,.platform-card h1,.platform-card h2,.route-state h1{color:#1a1a1a;letter-spacing:-.045em;font-family:Georgia,Times New Roman,serif;font-weight:400}.platform-heading p,.platform-card p{color:#52525b}.platform-card{background:#fff;border:1px solid #e4e4e799;border-radius:16px;padding:32px;transition:transform .3s,box-shadow .3s,border-color .3s;box-shadow:0 2px 10px #00000005}.platform-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000000a}.platform-card input:not([type=checkbox]):not([type=radio]),.platform-card textarea,.platform-card select,.resume-tools input:not([type=checkbox]),.resume-tools textarea,.resume-tools select{color:#1a1a1a;background:#fff;border:1px solid #e4e4e7;border-radius:10px;min-height:42px;padding:10px 14px}.platform-card input::placeholder,.platform-card textarea::placeholder,.resume-tools input::placeholder{color:#a1a1aa}.platform-card input:not([type=checkbox]):not([type=radio]):focus,.platform-card textarea:focus,.platform-card select:focus,.resume-tools input:not([type=checkbox]):focus,.resume-tools textarea:focus,.resume-tools select:focus{border-color:#2d6a4f;outline:none;box-shadow:0 0 0 4px #2d6a4f1a}.platform-page .button,.account-nav .button{border-radius:10px;min-height:42px;padding:9px 20px;font-size:13px;font-weight:500}.platform-page .button-primary,.account-nav .button-primary{color:#fff;background:#1a4331}.platform-page .button-primary:hover,.account-nav .button-primary:hover{background:#122e22}.platform-page .button-quiet,.platform-page .google-button{color:#1a1a1a;background:#fff;border:1px solid #e4e4e7}.platform-page .button-quiet:hover,.platform-page .google-button:hover{background:#f7f6f2;border-color:#d4d4d8}.platform-page a:not(.button),.account-nav a:not(.button){text-underline-offset:4px;text-decoration-thickness:1px}.platform-page a:not(.button):hover,.account-nav a:not(.button):hover{color:#2d6a4f;text-decoration:underline}.account-nav{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f6f2e6;border-bottom:1px solid #e4e4e780}.account-nav a[aria-current=page]{text-decoration-thickness:1px}.auth-page-full{background:#f7f6f2;grid-template-columns:minmax(380px,.9fr) minmax(500px,1.1fr);max-width:none;min-height:calc(100dvh - 76px);padding:0;animation:none}.auth-page-full .auth-story{background:#1a4331;min-height:calc(100dvh - 76px);padding:clamp(32px,5vh,64px) max(40px,5vw)}.auth-page-full .auth-story-copy h2{color:#fff;letter-spacing:-.045em;font:400 clamp(42px,4vw,62px)/1.08 Georgia,Times New Roman,serif}.auth-page-full .auth-story-copy h2 em{font-family:inherit;font-style:italic;font-weight:inherit;color:#eaf1ec}.auth-page-full .auth-story-copy>p,.auth-story-foot{color:#eaf1ec}.auth-page-full .auth-story-steps>div{color:#fff}.auth-page-full .auth-story-steps b{color:#eaf1ec}.auth-page-full .auth-form-pane{background:#f7f6f2;min-height:calc(100dvh - 76px);padding:clamp(28px,5vh,64px) clamp(32px,7vw,104px)}.auth-page-full .platform-heading{max-width:520px;margin-bottom:32px}.auth-page-full .platform-heading h1{color:#1a1a1a;letter-spacing:-.045em;font:400 clamp(40px,4vw,54px)/1.08 Georgia,Times New Roman,serif}.auth-page-full .platform-heading p{color:#52525b;font-size:15px}.auth-page-full .auth-back{color:#2d6a4f;width:max-content;margin-bottom:48px;font-size:13px;font-weight:500;display:flex}.auth-page-full .auth-story .brand-light{color:#fff}.auth-page-full .auth-story .brand-light .brand-mark{color:#1a4331;background:#eaf1ec}.auth-page-full .auth-card{background:#fff;border:1px solid #e4e4e799;border-radius:16px;max-width:520px;padding:32px;box-shadow:0 2px 10px #00000005}.auth-page-full .auth-card:hover{transform:none}.auth-page-full .auth-card form>label{color:#1a1a1a;margin-bottom:20px;font-size:13px}.auth-card .auth-password-field{color:#1a1a1a;flex-direction:column;gap:8px;margin:5px 0 20px;font-size:13px;font-weight:600;display:flex}.auth-card .password-input-shell{position:relative}.auth-card .password-input-shell input{padding-right:52px!important}.auth-card .password-visibility{color:#52525b;cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;width:36px;height:36px;padding:0;display:grid;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.auth-card .password-visibility:hover{color:#1a4331;background:#f7f6f2}.auth-card .password-visibility:hover svg{transform:none}.auth-card .password-visibility:focus-visible{outline-offset:2px;outline:3px solid #bd8935}.auth-card .password-strength{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:2px;display:grid}.auth-card .password-strength-track{background:#e4e4e7;border-radius:999px;height:6px;overflow:hidden}.auth-card .password-strength-track>span{border-radius:inherit;background:#a1a1aa;height:100%;transition:width .25s,background-color .25s;display:block}.auth-card .password-strength-status{color:#71717a;text-align:right;min-width:122px;font-size:11px;font-weight:700}.auth-card .password-strength--unsafe .password-strength-track>span{background:#b42318}.auth-card .password-strength--unsafe .password-strength-status{color:#9f1d14}.auth-card .password-strength--medium .password-strength-track>span{background:#a16207}.auth-card .password-strength--medium .password-strength-status{color:#854d0e}.auth-card .password-strength--safe .password-strength-track>span{background:#2d6a4f}.auth-card .password-strength--safe .password-strength-status{color:#1a4331}.auth-page-full .auth-card input:not([type=checkbox]):not([type=radio]){color:#1a1a1a;background:#fff;border:1px solid #e4e4e7;border-radius:12px;height:50px;padding:12px 16px;font-size:14px}.auth-page-full .auth-card input:not([type=checkbox]):not([type=radio]):focus{border-color:#2d6a4f;outline:none;box-shadow:0 0 0 4px #2d6a4f1a}.auth-page-full .auth-card form>.button{color:#fff;background:#1a4331;border-radius:12px;min-height:50px;padding:12px 24px;font-size:14px}.auth-page-full .auth-card form>.button:hover{background:#122e22}.auth-page-full .auth-card .google-button{border-color:#e4e4e7;border-radius:12px;min-height:50px}.auth-page-full .auth-card .platform-divider{color:#52525b}.auth-page-full .auth-card a{color:#2d6a4f;text-underline-offset:4px;text-decoration-thickness:1px}.auth-page-full .auth-card>p:last-child{color:#52525b;border-top-color:#e4e4e7}.auth-page-full .eyebrow-on-dark{color:#eaf1ec;background:#eaf1ec1a}.auth-page-full .eyebrow:not(.eyebrow-on-dark){color:#2d6a4f;background:#eaf1ec}.account-provider,.account-export-link,.account-action-button{border-radius:12px}.route-state-mark{background:#1a4331}@media (width<=900px){.auth-page-full{grid-template-columns:1fr}.auth-page-full .auth-story{min-height:360px;padding:36px 28px}.auth-page-full .auth-form-pane{min-height:0;padding:64px 28px 80px}}@media (width<=560px){.platform-page{padding:96px 20px}.auth-page-full{padding:0}.auth-page-full .auth-story{min-height:300px;padding:28px 24px}.auth-page-full .auth-story-copy h2{font-size:38px}.auth-page-full .auth-form-pane{padding:64px 20px 80px}.auth-page-full .platform-heading h1{font-size:40px}.auth-page-full .auth-card{padding:24px}}.sr-only{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}html[data-theme=dark] .platform-page{color:#d8e6da;background:0 0}html[data-theme=dark] .platform-heading h1,html[data-theme=dark] .platform-heading h2,html[data-theme=dark] .platform-card h1,html[data-theme=dark] .platform-card h2,html[data-theme=dark] .platform-card h3,html[data-theme=dark] .course-card h2,html[data-theme=dark] .platform-page .application-heading h1,html[data-theme=dark] .platform-page .interview-heading h1,html[data-theme=dark] .platform-page .stories-heading h1,html[data-theme=dark] .platform-page .materials-heading h1,html[data-theme=dark] .career-tool-page h1{color:#e4efe6}html[data-theme=dark] .platform-heading p,html[data-theme=dark] .platform-card p,html[data-theme=dark] .platform-card,html[data-theme=dark] .platform-page{color:#c0d0c4}html[data-theme=dark] .platform-card{background:#13221c;border-color:#294237;box-shadow:0 5px 20px #0000001f}html[data-theme=dark] .platform-card input:not([type=checkbox]):not([type=radio]),html[data-theme=dark] .platform-card textarea,html[data-theme=dark] .platform-card select,html[data-theme=dark] .resume-tools input:not([type=checkbox]),html[data-theme=dark] .resume-tools textarea,html[data-theme=dark] .resume-tools select{color:#e1efe1;background:#101a15;border-color:#3b5145}html[data-theme=dark] .platform-card input::placeholder,html[data-theme=dark] .platform-card textarea::placeholder{color:#91a497}html[data-theme=dark] .platform-card small,html[data-theme=dark] .platform-page .muted{color:#a9bbae}html[data-theme=dark] .platform-page .button-quiet,html[data-theme=dark] .platform-page .button:not(.button-primary):not(.button-dark):not(.danger),html[data-theme=dark] .platform-page .google-button{color:#dce9de;background:#1a2b22;border-color:#3b5145}html[data-theme=dark] .platform-page .button-quiet:hover,html[data-theme=dark] .platform-page .button:not(.button-primary):not(.button-dark):not(.danger):hover,html[data-theme=dark] .platform-page .google-button:hover{color:#f0f6f1;background:#22382c;border-color:#52725e}html[data-theme=dark] .platform-page .eyebrow{color:#b9d9bf;background:#21382b}html[data-theme=dark] .platform-page a:not(.button){color:#a9d4b0}html[data-theme=dark] .platform-page .success-note{background:#1b3524;border:1px solid #345b41;color:#c2e8c9!important}html[data-theme=dark] .platform-page .error-note{background:#35251f;border:1px solid #6d493d;color:#f1c4b6!important}html[data-theme=dark] .auth-page-full .auth-card{color:#d8e6da;background:#13221c;border-color:#294237}html[data-theme=dark] .auth-page-full .auth-card form>label,html[data-theme=dark] .auth-card .auth-password-field{color:#d8e6da}html[data-theme=dark] .auth-page-full .auth-card input:not([type=checkbox]):not([type=radio]){color:#e1efe1;background:#101a15;border-color:#3b5145}html[data-theme=dark] .auth-page-full .auth-card .platform-divider,html[data-theme=dark] .auth-page-full .auth-card .muted,html[data-theme=dark] .auth-page-full .auth-card>p:last-child{color:#bdcdbf;border-color:#294237}html[data-theme=dark] .auth-page-full .auth-card a{color:#a9d4b0}html[data-theme=dark] .auth-card .password-visibility{color:#bdcdbf}html[data-theme=dark] .route-skeleton,html[data-theme=dark] .route-skeleton-header{color:#d8e6da;background:#101713}html[data-theme=dark] .route-skeleton-nav span,html[data-theme=dark] .route-skeleton-line,html[data-theme=dark] .route-skeleton-grid>div,html[data-theme=dark] .dashboard-data-skeleton .route-skeleton-line{background:#263b2d}.resume-tools>.platform-actions{flex-wrap:wrap;align-items:flex-end;gap:10px;margin-top:16px;display:flex}.resume-tools>.platform-actions>label{flex:280px;min-width:240px;max-width:360px;margin:0}.resume-tools>.platform-actions>.button{white-space:nowrap;text-align:center;flex:none;justify-content:center;width:auto;height:38px;min-height:38px;padding:0 16px;font-size:12px;font-weight:500}@media (width<=860px){.resume-tools>.platform-actions>.button{flex:220px}}@media (width<=640px){.resume-tools>.platform-actions>label,.resume-tools>.platform-actions>.button{flex-basis:100%;width:100%;max-width:none}}.auth-page-full .auth-card .muted{color:#667169}.auth-page-compact{padding-block:48px}@media (width>=901px) and (height<=1000px){.auth-page-full .auth-form-pane{padding-block:12px}.auth-page-full .platform-heading{margin-bottom:14px}.auth-page-full .auth-back{margin-bottom:16px}.auth-page-full .platform-heading h1{margin-block:9px 7px;font-size:44px}.auth-page-full .platform-heading p{font-size:13px;line-height:1.55}.auth-page-full .auth-card{padding:20px 24px}.auth-page-full .auth-card form>label{margin-bottom:14px}.auth-card .auth-password-field{margin:4px 0 14px}.auth-page-full .auth-card input:not([type=checkbox]):not([type=radio]){height:46px}.auth-page-full .auth-card form>.button,.auth-page-full .auth-card .google-button{min-height:46px}.auth-page-full .auth-card .platform-divider{margin:12px 0 10px}.auth-page-full .auth-card>p:last-child{margin-top:14px;padding-top:14px}.auth-story-copy{padding-block:28px}.auth-story-steps{margin-top:28px}}.career-tool-page{max-width:1100px}.tool-back{color:#4f7759;background:0 0;border:0;margin:0 0 22px;padding:0;font-size:12px}.career-tool-page>.platform-heading{max-width:850px}.safety-input>div{justify-content:space-between;align-items:center;gap:20px;display:flex}.safety-input>div small{color:#78877e}.safety-result{background:#fbfdf9;border-color:#d5e4d2}.safety-result.has-high-risk{border-color:#e2c9c4}.safety-result h2{margin:10px 0 6px}.safety-result>p{margin-top:0}.safety-result ul{gap:10px;margin:24px 0;padding:0;list-style:none;display:grid}.safety-result li{background:#fff;border:1px solid #e0e7de;border-radius:10px;grid-template-columns:auto 1fr;align-items:start;gap:13px;padding:15px;display:grid}.safety-result li>span{color:#8e5147;letter-spacing:.08em;background:#f4e8e4;border-radius:4px;padding:5px 7px;font-size:8px;font-weight:800}.safety-result li div strong{color:#34513f}.safety-result li div p{color:#68776e;margin:5px 0 0;font-size:12px;line-height:1.6}.safety-checklist{background:#eff5ec;border-radius:11px;margin-top:20px;padding:20px}.safety-checklist h3{color:#31513d;margin:0}.safety-checklist ol{color:#5f7065;margin:13px 0 0;padding-left:20px;font-size:12px;line-height:1.8}.tool-disclaimer{color:#77847c;max-width:850px;margin:18px auto 0;font-size:10px;line-height:1.6}.contact-tool-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:16px;display:grid}.contact-builder,.contact-preview{margin:0}.contact-builder select{color:#243c2e;background:#fff;border:1px solid #bdcfc3;border-radius:9px;width:100%;min-height:44px;padding:0 11px}.contact-fields{grid-template-columns:1fr 1fr;gap:0 12px;display:grid}.contact-preview>textarea{white-space:pre-wrap;margin-top:18px;line-height:1.65}.contact-preview>div:not(.contact-empty){gap:9px;margin-top:12px;display:flex}.contact-empty{text-align:center;background:#f8faf6;border:1px dashed #cbd9ca;border-radius:11px;place-items:center;min-height:330px;margin-top:18px;padding:30px;display:grid}.contact-empty strong{color:#36553f}.contact-empty p{font-size:12px;margin:7px 0 0!important}.connectivity-notice{color:#31543d;background:#eef5eb;border-bottom:1px solid #d4e1d2;justify-content:center;align-items:center;gap:16px;padding:9px 20px;font-size:11px;display:flex}.connectivity-notice.is-offline{color:#6f5a2d;background:#faf3df;border-color:#e2d2ad}.connectivity-notice button{color:inherit;background:0 0;border:1px solid;border-radius:5px;padding:5px 9px;font-size:10px;font-weight:700}.dashboard-quick-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}@media (width<=760px){.safety-input>div{flex-direction:column;align-items:stretch}.safety-input>div .button{width:100%}.contact-tool-layout,.contact-fields{grid-template-columns:1fr}.connectivity-notice{flex-direction:column;align-items:flex-start}.dashboard-quick-grid{grid-template-columns:1fr}}html[data-theme=dark] .connectivity-notice{color:#cbd6cd;background:#1c221e;border-color:#39433d}html[data-theme=dark] .connectivity-notice.is-offline{color:#eadcae;background:#302b1f;border-color:#665b3f}html[data-theme=dark] .tool-back{color:#a9d4b0}html[data-theme=dark] .safety-input>div small,html[data-theme=dark] .tool-disclaimer{color:#a9bbae}html[data-theme=dark] .safety-result{background:#17271f;border-color:#34533d}html[data-theme=dark] .safety-result.has-high-risk{border-color:#68463b}html[data-theme=dark] .safety-result li{background:#13221c;border-color:#344d3e}html[data-theme=dark] .safety-result li>span{color:#f0c0b3;background:#432b26}html[data-theme=dark] .safety-result li div strong,html[data-theme=dark] .safety-checklist h3{color:#dce9de}html[data-theme=dark] .safety-result li div p,html[data-theme=dark] .safety-checklist ol{color:#b5c6b8}html[data-theme=dark] .safety-checklist{background:#1b3023}html[data-theme=dark] .contact-builder select,html[data-theme=dark] .contact-preview>textarea{color:#e1efe1;background:#101a15;border-color:#3b5145}html[data-theme=dark] .contact-empty{background:#17271f;border-color:#3b5145}html[data-theme=dark] .contact-empty strong{color:#dce9de}html[data-theme=dark] .contact-empty p{color:#a9bbae}.dashboard-page-container>.app-root{min-width:0}.zeno-workspace-page{color:#273e36;gap:28px;width:100%;display:grid}.dashboard-page-container .zeno-workspace-page{background:0 0;max-width:none;min-height:0;margin:0;padding:0}.zeno-workspace-page h1,.zeno-workspace-page h2,.zeno-workspace-page h3{letter-spacing:-.045em;font-family:Georgia,Times New Roman,serif;font-weight:400}.zeno-workspace-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;width:100%;max-width:none;margin:0;padding:0;display:flex}.zeno-workspace-header>div{min-width:0;max-width:780px}.zeno-workspace-header .zeno-eyebrow{color:#577065;letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:8px;margin:0;font-size:10px;font-weight:600;display:flex}.zeno-workspace-header h1{color:#173c32;margin:8px 0 0;font-size:36px;line-height:1.1}.zeno-workspace-header h1 em{color:#62846c;font:inherit;font-style:italic}.zeno-workspace-header p:not(.zeno-eyebrow){color:#57534e;max-width:680px;margin:8px 0 0;font-size:14px;line-height:1.65}.zeno-workspace-header>.button{flex:none;margin:0}.zeno-workspace-page>.site-footer{display:none}.dashboard-page-container .zeno-workspace-page .resource-hero{width:100%;max-width:none;margin:0;padding:0}.dashboard-page-container .zeno-interview-page .resource-content{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:24px;width:100%;margin:0}.zeno-interview-page .resource-section-heading{margin-bottom:20px}.zeno-interview-page .resource-section-heading h2{font-size:24px}.zeno-interview-page .prep-list h3{font-size:14px}.zeno-interview-page .prep-list p,.zeno-interview-page .question-list summary,.zeno-interview-page .question-list details p{font-size:12px}.zeno-interview-page .interview-practice{top:calc(var(--zeno-header-height) + 24px);border-color:#dfe5dc;border-radius:16px;padding:28px;box-shadow:0 3px 12px #183c3208}.zeno-interview-page .practice-label{font-size:10px}.zeno-interview-page .interview-practice h2{font-size:24px}.zeno-interview-page .interview-practice>p{font-size:12px}.zeno-interview-page .practice-select select,.zeno-interview-page .practice-answer textarea{font-size:13px}.zeno-interview-page .practice-select select{height:44px}.zeno-interview-page .practice-actions{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start}.zeno-interview-page .practice-actions .button{font-size:11px}.zeno-interview-page .practice-actions>span{text-align:left;width:100%;font-size:10px}.zeno-interview-page .practice-actions-single{grid-template-columns:minmax(0,1fr) auto;align-items:center;display:grid}.zeno-interview-page .practice-actions-single .button{justify-content:center;width:100%;min-height:48px}.zeno-interview-page .practice-actions-single>span{white-space:nowrap;width:auto}.practice-ai-consent{color:#57534e;align-items:flex-start;gap:9px;margin-top:12px;font-size:10px;line-height:1.5;display:flex}.practice-ai-consent input{accent-color:#1a4331;flex:none;margin:2px 0 0}.practice-ai-consent a{color:#1a4331;text-underline-offset:2px;text-decoration:underline}.zeno-interview-page .practice-privacy{font-size:10px;line-height:1.5}.dashboard-page-container .zeno-interview-page .resource-next{background:#eef3e9;border:1px solid #dfe5dc;border-radius:16px;margin:0;padding:28px}.dashboard-page-container .zeno-mentor-page .mentor-layout{grid-template-columns:280px minmax(0,1fr);gap:24px;width:100%;margin:0;padding:0}.zeno-mentor-page .mentor-aside,.zeno-mentor-page .mentor-card{border-color:#dfe5dc;border-radius:16px;box-shadow:0 3px 12px #183c3208}.zeno-mentor-page .mentor-aside{gap:8px;padding:20px}.zeno-mentor-page .mentor-aside>.eyebrow{padding:4px 4px 10px;font-size:10px}.zeno-mentor-page .mentor-aside>button{gap:10px;padding:12px 8px;font-size:12px}.zeno-mentor-page .mentor-note{padding:16px 8px 4px}.zeno-mentor-page .mentor-note p{font-size:11px}.zeno-mentor-page .mentor-card{padding:28px}.zeno-mentor-page .mentor-card-top{padding-bottom:20px}.zeno-mentor-page .mentor-card-top b{font-size:14px}.zeno-mentor-page .mentor-card-top small{font-size:11px}.zeno-mentor-page .mentor-welcome{border-radius:12px;padding:20px}.zeno-mentor-page .mentor-welcome>b{font-size:14px}.zeno-mentor-page .mentor-welcome>p{font-size:12px}.zeno-mentor-page .mentor-prompts{gap:8px}.zeno-mentor-page .mentor-prompts button{padding:9px 12px;font-size:11px}.zeno-mentor-page .mentor-form .field textarea{min-height:130px;font-size:14px}.zeno-mentor-page .mentor-form-footer>small,.zeno-mentor-page .mentor-disclaimer{font-size:11px}.zeno-mentor-page .mentor-form-footer .button{min-height:44px;font-size:12px}.zeno-mentor-page .mentor-message>span{font-size:10px}.zeno-mentor-page .mentor-message>p{font-size:13px}.zeno-mentor-page .mentor-message>small{font-size:10px}.zeno-account-grid{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:24px;display:grid}.zeno-account-summary,.zeno-account-settings{background:#fff;border:1px solid #dfe5dc;border-radius:16px;box-shadow:0 3px 12px #183c3208}.zeno-account-summary{padding:28px}.zeno-account-avatar{color:#1b5946;background:#e9efe5;border-radius:18px;place-items:center;width:64px;height:64px;font:400 26px/1 Georgia,Times New Roman,serif;display:grid}.zeno-account-summary h2{color:#173c32;overflow-wrap:anywhere;margin:22px 0 0;font-size:26px;line-height:1.15}.zeno-account-summary>p{color:#57534e;overflow-wrap:anywhere;margin:8px 0 24px;font-size:13px}.zeno-account-summary>div{border-top:1px solid #e7e5e4;gap:5px;padding-top:20px;display:grid}.zeno-account-summary>div span{color:#78716c;text-transform:uppercase;letter-spacing:.12em;font-size:10px}.zeno-account-summary>div strong{color:#1b5946;text-transform:capitalize;font-size:13px}.zeno-account-settings.platform-card{min-width:0;margin:0;padding:28px}.zeno-account-settings.platform-card:hover{border-color:#dfe5dc;transform:none;box-shadow:0 3px 12px #183c3208}.zeno-account-section-heading{border-bottom:1px solid #e7e5e4;justify-content:space-between;align-items:flex-end;gap:20px;padding-bottom:24px;display:flex}.zeno-account-section-heading h2{color:#173c32;margin:8px 0 0;font-size:26px}.zeno-account-section-heading>span{color:#78716c;text-align:right;max-width:270px;font-size:11px;line-height:1.5}.zeno-account-name-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;padding:24px 0;display:grid}.zeno-account-name-form label{margin:0!important}.zeno-account-name-form .button{min-width:170px}.zeno-account-settings .account-actions{border-top:1px solid #e7e5e4;margin-top:0;padding-top:24px}.zeno-account-settings .account-delete{padding-top:24px}.zeno-account-local-mail{border-top:1px solid #e7e5e4;padding-top:24px;margin-top:24px!important}.zeno-courses-page .platform-heading{max-width:none;margin:0}.course-loading-grid,.course-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.course-loading-card{background:#e4e4e7;border-radius:16px;width:100%;height:220px;animation:1.2s ease-in-out infinite alternate workspace-skeleton}.course-empty-state{text-align:center;background:#fff;border:1px solid #dfe5dc;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:360px;padding:48px 24px;display:flex;box-shadow:0 3px 12px #183c3208}.course-empty-icon{color:#1b5946;background:#e9efe5;border-radius:16px;place-items:center;width:64px;height:64px;display:grid}.course-empty-state h2{color:#173c32;margin:24px 0 0;font-size:28px}.course-empty-state p{color:#57534e;max-width:520px;margin:12px auto 0;font-size:14px;line-height:24px}.course-empty-state button{color:#1b5946;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;margin-top:24px;padding:0;font-size:13px;font-weight:500;display:inline-flex}.course-empty-state button:hover{text-underline-offset:4px;text-decoration:underline}.course-catalog-card{min-height:320px;margin:0;padding:28px}.dashboard-page-container>.editor-page{width:100%;min-width:0}.dashboard-page-container .editor-topbar{display:none}.dashboard-page-container .builder-title,.dashboard-page-container .resume-tools,.dashboard-page-container .editor-main{width:100%;max-width:none}.dashboard-page-container .builder-title{margin:0 0 24px}.dashboard-page-container .resume-tools{margin:0 0 24px;padding:28px 30px}.dashboard-page-container .editor-main{grid-template-columns:190px minmax(380px,.9fr) minmax(500px,1.1fr);gap:22px;margin:0 0 42px}.dashboard-page-container .editor-sidebar{padding:16px 13px;position:static;top:auto}.dashboard-page-container .progress-copy{font-size:11px}.dashboard-page-container .progress-card>small{font-size:9px}.dashboard-page-container .editor-step{min-height:54px}.dashboard-page-container .editor-step small{font-size:8px}.dashboard-page-container .editor-step b{font-size:11px}.dashboard-page-container .privacy-card b,.dashboard-page-container .privacy-card p,.dashboard-page-container .sidebar-guide span,.dashboard-page-container .sidebar-guide b{font-size:9px}.dashboard-page-container .editor-form-panel{min-height:680px;padding:32px 30px 22px}.dashboard-page-container .form-heading h2{font-size:28px}.dashboard-page-container .form-heading h2 em{font-size:30px}.dashboard-page-container .form-heading>p{font-size:12px}.dashboard-page-container .field>span{font-size:11px}.dashboard-page-container .field input,.dashboard-page-container .field textarea,.dashboard-page-container .tag-input-shell{font-size:12px}.dashboard-page-container .field input{height:44px}.dashboard-page-container .form-tip p,.dashboard-page-container .field-help,.dashboard-page-container .field-foot{font-size:10px}.dashboard-page-container .form-footer .button{min-height:42px;font-size:11px}.dashboard-page-container .preview-toolbar{height:48px;font-size:9px}.dashboard-page-container .resume-paper-wrap{min-height:560px;max-height:min(720px,100vh - 190px);padding:18px 10px}.dashboard-page-container .resume-paper{zoom:.72;min-height:650px}.dashboard-page-container .resume-paper.is-empty{position:relative}.resume-preview-empty{z-index:2;color:#1a4331;text-align:center;background:#fff;flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex;position:absolute;inset:0}.resume-preview-empty>span{color:#1a4331;background:#eaf1ec;border-radius:16px;place-items:center;width:58px;height:58px;display:grid}.resume-preview-empty h3{letter-spacing:-.04em;margin:18px 0 0;font:400 26px/1.15 Georgia,Times New Roman,serif}.resume-preview-empty p{color:#58645f;max-width:360px;margin:10px 0 0;font-size:13px;line-height:1.6}.dashboard-layout.is-sidebar-collapsed .dashboard-page-container .editor-main{grid-template-columns:200px minmax(430px,.9fr) minmax(590px,1.1fr)}.dashboard-layout.is-sidebar-collapsed .dashboard-page-container .resume-paper{zoom:.8}@keyframes workspace-skeleton{0%{opacity:.6}to{opacity:1}}@media (width<=1450px){.dashboard-page-container .editor-main,.dashboard-layout.is-sidebar-collapsed .dashboard-page-container .editor-main{grid-template-columns:180px minmax(0,1fr)}.dashboard-page-container .resume-stage{grid-column:1/-1;position:static}.dashboard-page-container .resume-paper,.dashboard-layout.is-sidebar-collapsed .dashboard-page-container .resume-paper{zoom:.8}}html[data-theme=dark] .zeno-workspace-page{color:#d8e6da}html[data-theme=dark] .zeno-workspace-header h1,html[data-theme=dark] .zeno-account-summary h2,html[data-theme=dark] .zeno-account-section-heading h2,html[data-theme=dark] .course-empty-state h2{color:#e1efe1}html[data-theme=dark] .zeno-workspace-header p:not(.zeno-eyebrow),html[data-theme=dark] .zeno-account-summary>p,html[data-theme=dark] .zeno-account-section-heading>span,html[data-theme=dark] .course-empty-state p{color:#adc2b1}html[data-theme=dark] .zeno-account-summary,html[data-theme=dark] .zeno-account-settings,html[data-theme=dark] .course-empty-state,html[data-theme=dark] .zeno-mentor-page .mentor-aside,html[data-theme=dark] .zeno-mentor-page .mentor-card,html[data-theme=dark] .zeno-interview-page .interview-practice{color:#d8e6da;background:#13221c;border-color:#294237}html[data-theme=dark] .zeno-account-summary>div,html[data-theme=dark] .zeno-account-section-heading,html[data-theme=dark] .zeno-account-settings .account-actions{border-color:#294237}html[data-theme=dark] .zeno-account-avatar,html[data-theme=dark] .course-empty-icon{color:#b5ddb7;background:#1d422d}html[data-theme=dark] .dashboard-page-container .zeno-interview-page .resource-next{background:#173326;border-color:#294237}html[data-theme=dark] .dashboard-page-container>.app-root,html[data-theme=dark] .dashboard-page-container .editor-page{color:#edf1ee;background:0 0!important}html[data-theme=dark] .dashboard-page-container .builder-title h1,html[data-theme=dark] .dashboard-page-container .form-heading h2,html[data-theme=dark] .dashboard-page-container .resume-tools h2{color:#edf4ef}html[data-theme=dark] .dashboard-page-container .builder-title p,html[data-theme=dark] .dashboard-page-container .form-heading>p{color:#afbeb2}html[data-theme=dark] .dashboard-page-container .builder-title .button,html[data-theme=dark] .dashboard-page-container .version-history>summary{color:#e4e9e5;background:#202622;border-color:#3b443e}html[data-theme=dark] .dashboard-page-container .builder-title .button:hover,html[data-theme=dark] .dashboard-page-container .version-history>summary:hover{background:#29302b}html[data-theme=dark] .dashboard-page-container .resume-tools{color:#edf1ee;background:#1c221e;border-color:#39433d}html[data-theme=dark] .dashboard-page-container .resume-tools-heading>span,html[data-theme=dark] .dashboard-page-container .resume-tools small{color:#afbeb2}html[data-theme=dark] .dashboard-page-container .resume-tools>.platform-actions>.button{color:#edf1ee;background:#272e29;border-color:#3b443e}html[data-theme=dark] .dashboard-page-container .resume-tools>.platform-actions>.button:hover{background:#303833;border-color:#536158}html[data-theme=dark] .dashboard-page-container .resume-tools input:not([type=checkbox]),html[data-theme=dark] .dashboard-page-container .resume-tools textarea,html[data-theme=dark] .dashboard-page-container .resume-tools select{color:#edf1ee;background:#151a17;border-color:#414b45}html[data-theme=dark] .dashboard-page-container .resume-tools input::placeholder,html[data-theme=dark] .dashboard-page-container .resume-tools textarea::placeholder{color:#839388}html[data-theme=dark] .dashboard-page-container .ai-assistant{border-color:#3b5145}html[data-theme=dark] .dashboard-page-container .ai-assistant>summary{color:#cce2d1}html[data-theme=dark] .dashboard-page-container .editor-sidebar,html[data-theme=dark] .dashboard-page-container .editor-form-panel,html[data-theme=dark] .dashboard-page-container .resume-stage{color:#edf1ee;background:#1c221e;border-color:#39433d;box-shadow:0 8px 24px #0000002e}html[data-theme=dark] .dashboard-page-container .progress-card,html[data-theme=dark] .dashboard-page-container .form-footer,html[data-theme=dark] .dashboard-page-container .repeat-card,html[data-theme=dark] .dashboard-page-container .preview-toolbar,html[data-theme=dark] .dashboard-page-container .preview-foot{border-color:#34483d}html[data-theme=dark] .dashboard-page-container .progress-copy,html[data-theme=dark] .dashboard-page-container .editor-step,html[data-theme=dark] .dashboard-page-container .field>span,html[data-theme=dark] .dashboard-page-container .check-field{color:#bdcbbf}html[data-theme=dark] .dashboard-page-container .progress-copy>strong{color:#93c49d}html[data-theme=dark] .dashboard-page-container .editor-step small{color:#b8c2ba}html[data-theme=dark] .dashboard-page-container .editor-step.is-active small{color:#d6ead9}html[data-theme=dark] .dashboard-page-container .sidebar-guide b{color:#b8d6be}html[data-theme=dark] .dashboard-page-container .field>span i{color:#d4e1d7;background:#293a30}html[data-theme=dark] .dashboard-page-container .progress-track{background:#2a3931}html[data-theme=dark] .dashboard-page-container .editor-step:hover{color:#edf1ee;background:#272e29}html[data-theme=dark] .dashboard-page-container .editor-step.is-active{color:#d6ead9;background:#293a30}html[data-theme=dark] .dashboard-page-container .step-icon-small,html[data-theme=dark] .dashboard-page-container .icon-button{color:#bec8c0;background:#151a17;border-color:#414b45}html[data-theme=dark] .dashboard-page-container .privacy-card,html[data-theme=dark] .dashboard-page-container .form-tip,html[data-theme=dark] .dashboard-page-container .example-box,html[data-theme=dark] .dashboard-page-container .empty-hint{color:#d0d8d2;background:#242a26;border-color:#39433d}html[data-theme=dark] .dashboard-page-container .privacy-card b,html[data-theme=dark] .dashboard-page-container .privacy-card p,html[data-theme=dark] .dashboard-page-container .form-tip p,html[data-theme=dark] .dashboard-page-container .example-box p,html[data-theme=dark] .dashboard-page-container .empty-hint p{color:#afbeb2}html[data-theme=dark] .dashboard-page-container .field input,html[data-theme=dark] .dashboard-page-container .field textarea,html[data-theme=dark] .dashboard-page-container .tag-input-shell{color:#edf1ee;background:#151a17;border-color:#414b45}html[data-theme=dark] .dashboard-page-container .field input::placeholder,html[data-theme=dark] .dashboard-page-container .field textarea::placeholder,html[data-theme=dark] .dashboard-page-container .tag-list input::placeholder{color:#839388}html[data-theme=dark] .dashboard-page-container .repeat-card{background:#202622}html[data-theme=dark] .dashboard-page-container .add-row-button{color:#cee0d1;background:#202622;border-color:#4c5951}html[data-theme=dark] .dashboard-page-container .add-row-button:hover{background:#29302b}html[data-theme=dark] .dashboard-page-container .resume-paper-wrap{background:#141916}html[data-theme=dark] .dashboard-page-container .preview-toolbar,html[data-theme=dark] .dashboard-page-container .preview-foot{color:#bdc7bf;background:#1c221e}html[data-theme=dark] .dashboard-page-container .preview-expand{color:#c1cec4}html[data-theme=dark] .dashboard-page-container .checklist-title span+span{color:#9dccaa}html[data-theme=dark] .dashboard-page-container .resume-paper{background:#fff;box-shadow:0 10px 30px #0006}html[data-theme=dark] .dashboard-page-container .editor-footer{color:#afb8b1;background:#181d1a;border-color:#39433d}html[data-theme=dark] .dashboard-page-container .editor-footer .brand{color:#e7eee8}html[data-theme=dark] .dashboard-page-container .eyebrow{color:#b9d9bf;background:#20382a;border-color:#385244}html[data-theme=dark] .dashboard-page-container .builder-title .eyebrow,html[data-theme=dark] .dashboard-page-container .resume-tools .eyebrow,html[data-theme=dark] .dashboard-page-container .form-heading .eyebrow{color:#b9d9bf;background:#20382a}html[data-theme=dark] .zeno-workspace-page input:not([type=checkbox]):not([type=radio]),html[data-theme=dark] .zeno-workspace-page textarea,html[data-theme=dark] .zeno-workspace-page select{color:#edf4ef;background:#111a16;border-color:#40574a}html[data-theme=dark] .zeno-workspace-page .button:not(.button-primary):not(.button-dark){color:#e1ebe3;background:#1a2721;border-color:#3b5145}@media (width<=1023px){.dashboard-page-container .zeno-interview-page .resource-content{grid-template-columns:1fr}.zeno-interview-page .interview-practice{position:static}.dashboard-page-container .zeno-mentor-page .mentor-layout{grid-template-columns:1fr}.zeno-mentor-page .mentor-aside{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.zeno-mentor-page .mentor-aside>.eyebrow,.zeno-mentor-page .mentor-note{grid-column:1/-1}.zeno-account-grid{grid-template-columns:1fr}.zeno-account-summary{grid-template-columns:auto 1fr;align-items:center;gap:0 20px;display:grid}.zeno-account-summary h2{margin:0}.zeno-account-summary>p{margin:6px 0 0}.zeno-account-summary>div{grid-column:1/-1;margin-top:20px}.course-loading-grid,.course-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-page-container .editor-main,.dashboard-layout.is-sidebar-collapsed .dashboard-page-container .editor-main{grid-template-columns:180px minmax(0,1fr)}.dashboard-page-container .resume-stage{grid-column:1/-1;position:static}.dashboard-page-container .resume-paper,.dashboard-layout.is-sidebar-collapsed .dashboard-page-container .resume-paper{zoom:.8}}@media (width<=639px){.zeno-workspace-page{gap:24px}.zeno-workspace-header{flex-direction:column;align-items:flex-start}.zeno-workspace-header h1{font-size:32px}.zeno-workspace-header>.button{width:100%}.zeno-mentor-page .mentor-aside{grid-template-columns:1fr}.zeno-mentor-page .mentor-aside>.eyebrow,.zeno-mentor-page .mentor-note{grid-column:auto}.zeno-mentor-page .mentor-card,.zeno-interview-page .interview-practice,.zeno-account-summary,.zeno-account-settings.platform-card{padding:20px}.zeno-account-name-form{grid-template-columns:1fr}.zeno-account-name-form .button{width:100%}.zeno-account-section-heading{flex-direction:column;align-items:flex-start}.zeno-account-section-heading>span{text-align:left}.course-loading-grid,.course-catalog-grid{grid-template-columns:1fr}.course-empty-state{min-height:320px;padding:36px 20px}.dashboard-page-container .zeno-interview-page .resource-next{flex-direction:column;align-items:flex-start;padding:24px}.zeno-interview-page .practice-actions-single{grid-template-columns:1fr}.zeno-interview-page .practice-actions-single>span{white-space:normal}.dashboard-page-container .editor-main,.dashboard-layout.is-sidebar-collapsed .dashboard-page-container .editor-main{display:flex}}@media (width<=760px){.dashboard-page-container .resume-paper,.dashboard-layout.is-sidebar-collapsed .dashboard-page-container .resume-paper{zoom:.48;min-height:475px}.dashboard-page-container .resume-paper-wrap{min-height:340px;max-height:520px}}@media (prefers-reduced-motion:reduce){.course-loading-card{animation:none}}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/dm-sans-latin-500-normal-B9HHJjqV.woff2)format("woff2"),url(/assets/dm-sans-latin-500-normal-Dr3UlScf.woff)format("woff")}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/dm-sans-latin-600-normal-Aqo67rzb.woff2)format("woff2"),url(/assets/dm-sans-latin-600-normal-BmdmIIQ2.woff)format("woff")}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/dm-sans-latin-700-normal-DvUfVpUG.woff2)format("woff2"),url(/assets/dm-sans-latin-700-normal-CUSSCpQX.woff)format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/manrope-latin-400-normal-PaqtzbVb.woff2)format("woff2"),url(/assets/manrope-latin-400-normal-8tf8FM3T.woff)format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-latin-500-normal-BYYD-dBL.woff2)format("woff2"),url(/assets/manrope-latin-500-normal-DMZssgOp.woff)format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-latin-600-normal-4f0koTD-.woff2)format("woff2"),url(/assets/manrope-latin-600-normal-BqgrALkZ.woff)format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/manrope-latin-700-normal-BZp_XxE4.woff2)format("woff2"),url(/assets/manrope-latin-700-normal-DGRFkw-m.woff)format("woff")}:root{color:#26342d;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--ink:#26342d;--muted:#78817b;--green:#286345;--green-dark:#173f2e;--paper:#f7f6f2;--line:#e5e5de;--serif:Georgia,"Times New Roman",serif;background:#f7f6f2;font-family:DM Sans,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #8ab59a}::selection{color:#1c4933;background:#d6e5d9}.content-width{width:min(1120px,100% - 72px);margin-inline:auto}.app-root{min-height:100vh}.brand{color:#24342d;letter-spacing:-.06em;align-items:center;gap:9px;font-family:Manrope,sans-serif;font-size:19px;font-weight:800;display:inline-flex}.brand-mark{color:#fff;letter-spacing:-.09em;background:#286345;border-radius:9px 9px 9px 3px;place-items:center;width:29px;height:29px;font:800 17px/1 Manrope,sans-serif;display:grid}.brand-light{color:#fff}.brand-light .brand-mark{color:#286345;background:#f2efe5}.brand-link,.brand-button{background:0 0;border:0;padding:0}.site-header{z-index:2;background:#f7f6f2e6;border-bottom:1px solid #26342d14;justify-content:space-between;align-items:center;height:76px;padding:0 max(36px,50vw - 640px);display:flex;position:relative}.desktop-nav{color:#59635d;gap:37px;font-size:13px;font-weight:600;display:flex}.desktop-nav a{transition:color .15s}.button{border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:12px;min-height:47px;padding:0 20px;font-size:13px;font-weight:700;transition:transform .15s,background .15s,border-color .15s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button-small{min-height:38px;padding-inline:15px;font-size:12px}.button-dark{color:#fff;background:#263b30}.button-dark:hover{background:#1b2e24}.button-primary{color:#fff;background:#286345}.button-primary:hover{background:#1e5238}.button-paper{color:#284532;background:#f7f6f1}.button-paper:hover{background:#fff}.button-quiet{color:#56645c;background:0 0;border-color:#e6e8e1}.button-quiet:hover{background:#fff;border-color:#b9c7bd}.button-danger-quiet{color:#946967}.hero-section{grid-template-columns:1.03fr .97fr;align-items:center;min-height:604px;padding:58px max(48px,50vw - 595px) 76px;display:grid;position:relative;overflow:hidden}.hero-copy{z-index:1;max-width:545px;padding-bottom:18px;position:relative}.eyebrow{color:#3e7657;letter-spacing:.17em;align-items:center;gap:9px;font-size:9px;font-weight:700;display:flex}.eyebrow-dot{background:#6e9c78;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #e3ebdf}.hero-copy h1{letter-spacing:-.067em;color:#23342b;max-width:565px;margin:28px 0 19px;font:600 clamp(45px,5.1vw,66px)/1.06 Manrope,sans-serif}.hero-copy h1 em,.section-heading h2 em,.steps-copy h2 em,.closing-section h2 em,.form-heading h2 em{font-family:var(--serif);letter-spacing:-.07em;color:#4b7757;font-weight:400}.hero-description{color:#727c75;max-width:445px;margin:0;font-size:15px;line-height:1.75}.hero-actions{align-items:center;gap:25px;margin-top:27px;display:flex}.text-link{color:#40554a;font-size:12px;font-weight:700}.text-link span{color:#6f9679;margin-left:7px}.hero-note{color:#879089;align-items:center;gap:8px;margin-top:31px;font-size:10px;display:flex}.privacy-dot{color:#5c866b;place-items:center;display:grid}.hero-art{place-items:center;height:468px;display:grid;position:relative}.art-orbit{border:1px solid #e4e8dd;border-radius:50%;width:416px;height:416px;position:absolute}.orbit-two{border-color:#eaebe4;width:500px;height:500px}.hero-resume-card{z-index:1;background:#fff;border:1px solid #e9e9e2;border-radius:5px;width:304px;min-height:386px;padding:24px 25px 19px;position:relative;transform:rotate(2deg);box-shadow:0 20px 54px #2b3f311c}.mock-topline{color:#9da69d;letter-spacing:.18em;justify-content:space-between;font-size:7px;font-weight:700;display:flex}.mock-dots{letter-spacing:2px;color:#9aab9d}.mock-identity{align-items:center;gap:11px;margin-top:23px;display:flex}.mock-avatar{color:#477454;width:37px;height:37px;font:600 15px var(--serif);background:#dce8dc;border-radius:50%;place-items:center;display:grid}.mock-identity b,.mock-identity span,.mock-job b,.mock-job span{display:block}.mock-identity b{color:#27372e;font:700 14px Manrope}.mock-identity span{color:#879189;margin-top:3px;font-size:8px}.mock-contact{gap:7px;margin-top:17px;display:flex}.mock-contact i{background:#e8ece6;border-radius:5px;width:69px;height:4px}.mock-contact i:nth-child(2){width:54px}.mock-contact i:nth-child(3){width:63px}.mock-heading{color:#4b7959;letter-spacing:.17em;margin-top:22px;font-size:7px;font-weight:700}.mock-line{background:#edf0eb;border-radius:3px;width:83%;height:4px;margin-top:7px}.mock-line.long{width:100%}.mock-line.medium{width:69%}.mock-heading-lower{margin-top:24px}.mock-job{align-items:flex-start;gap:8px;margin-top:11px;display:flex}.mock-job-dot{border:2px solid #6f9874;border-radius:50%;width:7px;height:7px;margin-top:3px}.mock-job b{color:#37463d;font-size:8px}.mock-job span{color:#939b94;margin-top:3px;font-size:7px}.mock-skills{gap:5px;margin-top:16px;display:flex}.mock-skills span{color:#56745c;background:#f0f4ef;border-radius:2px;padding:5px 7px;font-size:6px}.mock-paper-stamp{color:#61745f;background:#f5f6ef;border:1px solid #e4e7dc;border-radius:4px;align-items:center;gap:6px;padding:8px 11px;font-size:8px;display:flex;position:absolute;bottom:31px;right:-42px;transform:rotate(-5deg)}.art-leaf{z-index:2;color:#8fa585;position:absolute}.leaf-a{font-size:33px;top:68px;right:59px;transform:rotate(14deg)}.leaf-b{color:#c49a66;font-size:24px;bottom:86px;left:28px}.art-caption{color:#758179;align-items:center;gap:10px;font-size:10px;display:flex;position:absolute;bottom:0;right:12px}.caption-line{background:#9cad98;width:28px;height:1px}.hero-scroll{color:#9aa198;letter-spacing:.13em;font-size:8px;position:absolute;bottom:20px;left:max(48px,50vw - 595px)}.hero-scroll span{margin-left:7px}.trust-strip{color:#606c63;background:#eeefe8;border-top:1px solid #e8e8df;border-bottom:1px solid #e8e8df;justify-content:center;align-items:center;gap:86px;min-height:62px;font-size:11px;font-weight:600;display:flex}.trust-strip i{color:#789076;font:italic 12px var(--serif);margin-right:9px}.section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:35px;display:flex}.section-heading h2,.steps-copy h2,.closing-section h2{color:#26372e;letter-spacing:-.06em;margin:17px 0 0;font:600 39px/1.1 Manrope,sans-serif}.section-heading h2 em,.closing-section h2 em{color:#628068}.section-heading>p{color:#7b847e;max-width:295px;margin:0 4px 5px 24px;font-size:12px;line-height:1.7}.tool-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.tool-card{text-align:left;min-height:259px;color:var(--ink);background:#fbfaf7;border:1px solid #e5e6de;border-radius:6px;flex-direction:column;align-items:flex-start;padding:22px 23px 19px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.tool-card:hover{border-color:#bdcbbb;transform:translateY(-3px);box-shadow:0 9px 27px #1f3c2a12}.tool-number{color:#879388;letter-spacing:.13em;font-size:8px;font-weight:700}.tool-icon{color:#447251;background:#e5ece3;border-radius:9px;place-items:center;width:37px;height:37px;margin-top:18px;display:grid}.tool-card-title{letter-spacing:-.03em;margin-top:14px;font:700 16px Manrope,sans-serif}.tool-card-copy{color:#818982;max-width:275px;margin-top:8px;font-size:11px;line-height:1.55}.tool-card-link{color:#41694d;align-items:center;gap:8px;margin-top:auto;padding-top:19px;font-size:10px;font-weight:700;display:flex}.tool-decoration{color:#52755212;font:italic 100px var(--serif);pointer-events:none;position:absolute;bottom:-18px;right:12px}.tool-card-linklike{cursor:pointer}.steps-section{color:#f7f6f0;background:#254737}.steps-inner{grid-template-columns:.9fr 1.1fr;gap:80px;padding-top:91px;padding-bottom:92px;display:grid}.eyebrow-on-dark{color:#bbcfbb}.steps-copy h2{color:#fbfaf5;margin-top:19px;font-size:42px}.steps-copy>p{color:#c4d0c7;max-width:330px;margin:20px 0 25px;font-size:12px;line-height:1.75}.steps-list{align-self:center}.step-row{border-bottom:1px solid #eff4ee26;grid-template-columns:28px 42px 1fr;align-items:start;gap:13px;padding:18px 0;display:grid}.step-row:first-child{border-top:1px solid #eff4ee26}.step-count{color:#a7c0a8;font:italic 12px var(--serif);padding-top:2px}.step-icon{color:#d3dfd1;border:1px solid #e8f2e63b;border-radius:50%;place-items:center;width:35px;height:35px;display:grid}.step-row b{font:600 13px Manrope,sans-serif}.step-row p{color:#c1ccc3;margin:5px 0 0;font-size:10px;line-height:1.5}.closing-section{grid-template-columns:55px 1fr auto;align-items:center;gap:30px;min-height:261px;padding-block:47px;display:grid}.closing-mark{color:#3f724f;letter-spacing:-.1em;background:#e6ece0;border-radius:15px 15px 15px 4px;place-items:center;width:50px;height:50px;font:800 28px Manrope;display:grid}.closing-section h2{margin-top:14px;font-size:31px}.closing-section .button{margin-top:28px}.site-footer{color:#929991;border-top:1px solid #e7e7e0;align-items:center;gap:21px;min-height:67px;padding:0 max(36px,50vw - 600px);font-size:9px;display:flex}.site-footer .brand{font-size:15px}.site-footer .brand-mark{width:23px;height:23px;font-size:14px}.site-footer small{margin-left:auto;font-size:9px}.toast{z-index:10;color:#405b49;background:#fff;border:1px solid #dfe7df;border-radius:8px;max-width:min(540px,100vw - 32px);padding:13px 17px;font-size:12px;position:fixed;bottom:22px;left:50%;transform:translate(-50%);box-shadow:0 8px 28px #23382a24}.coming-page{min-height:100vh}.coming-page>.site-header{position:static}.coming-card{background:#fbfaf7;border:1px solid #e5e6de;border-radius:9px;width:min(570px,100% - 40px);margin:92px auto 55px;padding:42px 47px}.coming-icon{color:#457452;background:#e6eee4;border-radius:12px;place-items:center;width:49px;height:49px;margin-bottom:28px;display:grid}.coming-card h1{color:#25372d;letter-spacing:-.06em;margin:15px 0;font:600 37px/1.1 Manrope}.coming-card>p{color:#77827a;font-size:13px;line-height:1.7}.coming-progress{align-items:center;gap:10px;margin:30px 0;display:flex}.coming-progress>span{background:#e3e9df;border-radius:4px;width:96px;height:4px;overflow:hidden}.coming-progress i{background:#61906a;width:43%;height:100%;display:block}.coming-progress small{color:#818b83;font-size:9px}.coming-foot{color:#89928b;border-top:1px solid #e8e8e0;justify-content:center;gap:34px;padding:18px;font-size:9px;display:flex}.editor-page{background:#f5f5f1;min-height:100vh}.editor-topbar{background:#fbfaf7;border-bottom:1px solid #e5e6de;grid-template-columns:1fr 1fr 1fr;align-items:center;height:61px;padding:0 35px;display:grid}.editor-topbar .brand{font-size:17px}.editor-topbar .brand-mark{width:25px;height:25px;font-size:15px}.editor-breadcrumb{color:#a0a59e;justify-content:center;gap:9px;font-size:10px;display:flex}.editor-breadcrumb button{color:#858e86;font:inherit;background:0 0;border:0}.editor-breadcrumb strong{color:#465a4c;font-weight:700}.topbar-actions{justify-content:flex-end;align-items:center;gap:17px;display:flex}.saved-label{color:#879187;align-items:center;gap:6px;font-size:9px;display:flex}.saved-dot{background:#74a276;border-radius:50%;width:6px;height:6px}.topbar-actions .button{min-height:34px}.builder-title{justify-content:space-between;align-items:flex-end;width:min(1250px,100% - 72px);margin:27px auto 23px;display:flex}.builder-title h1{color:#293a30;letter-spacing:-.055em;margin:8px 0 5px;font:600 29px/1.1 Manrope}.builder-title h1 em{font:400 31px var(--serif);color:#5d7d62}.builder-title p{color:#838b83;margin:0;font-size:11px}.builder-title-actions{gap:4px;display:flex}.builder-title-actions .button{min-height:34px;font-size:10px}.editor-main{grid-template-columns:196px minmax(330px,.94fr) minmax(390px,1.06fr);align-items:start;gap:21px;width:min(1250px,100% - 72px);margin:0 auto 42px;display:grid}.editor-sidebar,.editor-form-panel,.resume-stage{background:#fbfaf7;border:1px solid #e3e5de;border-radius:7px}.editor-sidebar{padding:13px 11px 14px;position:sticky;top:15px}.progress-card{border-bottom:1px solid #e9e9e2;padding:6px 7px 15px}.progress-copy{color:#55635a;justify-content:space-between;align-items:center;font-size:10px;display:flex}.progress-copy strong{color:#3b704e;font-size:11px}.progress-track{background:#e9ece5;border-radius:5px;height:5px;margin-top:8px;overflow:hidden}.progress-track>span{background:#5c8a64;border-radius:5px;height:100%;transition:width .25s;display:block}.progress-card>small{color:#939a93;margin-top:8px;font-size:8px;line-height:1.5;display:block}.editor-steps{padding:11px 0}.editor-step{text-align:left;color:#6e786f;background:0 0;border:0;border-radius:5px;align-items:center;gap:9px;width:100%;min-height:50px;padding:6px 7px;display:flex}.editor-step:hover{background:#f3f4ef}.editor-step.is-active{color:#346746;background:#edf2ea}.step-icon-small{color:#708075;background:#fbfaf7;border:1px solid #e6e8e1;border-radius:6px;place-items:center;width:27px;height:27px;display:grid}.editor-step.is-active .step-icon-small{color:#3b714e;background:#f7f9f4;border-color:#d6e3d5}.editor-step>span:nth-child(2){flex:1}.editor-step small,.editor-step b{display:block}.editor-step b{margin-top:2px;font-size:10px;font-weight:600}.step-done{color:#60906a;font-size:12px}.palette-dot{background:linear-gradient(130deg,#72917a 0 50%,#dcbf99 50%);border-radius:50%;width:12px;height:12px}.privacy-card{background:#f6f6ef;border:1px solid #e8eadf;border-radius:5px;gap:8px;padding:11px 7px;display:flex}.privacy-card>span{color:#668369}.privacy-card b{color:#546458;font-size:8px}.privacy-card p{color:#868d84;margin:4px 0 0;font-size:8px;line-height:1.45}.sidebar-guide{text-align:left;background:0 0;border:0;border-radius:5px;flex-direction:column;gap:7px;width:100%;margin-top:10px;padding:11px 8px;display:flex}.sidebar-guide:hover{background:#f4f4ee}.sidebar-guide span{color:#9a9f98;font-size:8px}.sidebar-guide b{color:#52725a;justify-content:space-between;align-items:center;font-size:9px;display:flex}.editor-form-panel{min-height:620px;padding:25px 23px 17px}.form-heading{margin-bottom:23px}.form-heading h2{color:#293a30;letter-spacing:-.05em;margin:10px 0 6px;font:600 22px/1.17 Manrope}.form-heading h2 em{font-size:25px}.form-heading>p{color:#879087;margin:0;font-size:10px;line-height:1.6}.form-grid{grid-template-columns:1fr 1fr;gap:14px 11px;display:grid}.field{min-width:0;display:block}.field>span{color:#546258;align-items:center;gap:7px;margin-bottom:6px;font-size:9px;font-weight:600;display:flex}.field>span i{color:#76846f;background:#eef1e9;border-radius:3px;padding:3px 5px;font-size:7px;font-style:normal;font-weight:500}.field input,.field textarea,.tag-input-shell{color:#33443a;background:#fff;border:1px solid #e3e5de;border-radius:5px;width:100%;font-size:10px;transition:border-color .15s}.field input,.field textarea{padding:10px 11px}.field textarea{resize:vertical;min-height:87px;line-height:1.55}.field input::placeholder,.field textarea::placeholder,.tag-list input::placeholder{color:#b2b8b1}.field input:focus,.field textarea:focus,.tag-input-shell:focus-within{border-color:#99b29a;outline:0;box-shadow:0 0 0 3px #5c8a6417}.field input:disabled{color:#9ba39b;background:#f4f4f0}.form-tip{background:#f1f3ed;border-radius:5px;align-items:flex-start;gap:9px;margin-top:17px;padding:11px 12px;display:flex}.form-tip>span{color:#769073;border:1px solid #9aab94;border-radius:50%;flex:0 0 15px;place-items:center;height:15px;font:600 9px Georgia;display:grid}.form-tip p{color:#758176;margin:0;font-size:9px;line-height:1.5}.form-footer{border-top:1px solid #ebebe5;justify-content:space-between;margin-top:27px;padding-top:14px;display:flex}.form-footer .button{min-height:37px;padding-inline:13px;font-size:10px}.form-footer .button-quiet{border-color:#0000}.field-foot{color:#9aa098;justify-content:space-between;gap:12px;margin-top:6px;font-size:8px;line-height:1.4;display:flex}.example-box{background:#f6f7f1;border:1px solid #e6e9df;border-radius:5px;margin-top:19px;padding:14px}.example-box-title{color:#58745d;align-items:center;gap:7px;font-size:9px;display:flex}.example-box-title>span{place-items:center;display:grid}.example-box p{color:#7f897f;margin:8px 0 0;font-size:9px;line-height:1.55}.repeat-card{background:#fff;border:1px solid #e7e8e1;border-radius:5px;margin-bottom:13px;padding:12px}.repeat-heading{color:#56715c;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:9px;display:flex}.icon-button{color:#90978f;background:#fff;border:1px solid #e8e8e1;border-radius:5px;place-items:center;width:28px;height:28px;display:grid}.delete-button:hover{color:#a96e67;background:#fbf3f1;border-color:#e8cfca}.repeat-card .form-grid{gap:11px 9px}.date-fields{grid-template-columns:1fr 1fr;gap:8px;display:grid}.date-fields input{padding-inline:7px;font-size:9px}.check-field{color:#738075;align-items:center;gap:7px;margin:10px 0;font-size:9px;display:flex}.check-field input{accent-color:#4e7a56}.repeat-card>.field{margin-top:9px}.field-help{color:#969d94;margin-top:5px;font-size:8px;line-height:1.45;display:block}.add-row-button{color:#55765b;background:#f8f9f5;border:1px dashed #cbd6c8;border-radius:5px;align-items:center;gap:9px;width:100%;padding:9px;font-size:9px;font-weight:700;display:flex}.add-row-button:hover{background:#eff3ec}.add-row-button>span{background:#e7eee4;border-radius:4px;place-items:center;width:23px;height:23px;display:grid}.empty-hint{background:#f3f5ef;border-left:2px solid #89a582;margin-top:14px;padding:13px}.empty-hint b{color:#586f58;font-size:9px}.empty-hint p{color:#7d887e;margin:6px 0 0;font-size:9px;line-height:1.55}.tag-input-shell{min-height:63px;padding:7px}.tag-list{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.skill-tag{color:#547358;background:#eef3eb;border-radius:4px;align-items:center;gap:5px;padding:5px 7px;font-size:8px;display:flex}.skill-tag button{color:#78917a;background:0 0;border:0;padding:0;font-size:13px;line-height:1}.tag-list input{color:#405346;border:0;outline:0;flex:1;min-width:115px;height:28px;padding:4px;font-size:9px}.tag-list input:focus{outline:0!important}.field-spacer{height:21px}.model-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.template-card{text-align:left;background:#fff;border:1px solid #e5e7e0;border-radius:5px;padding:0;transition:border-color .15s,box-shadow .15s;position:relative;overflow:hidden}.template-card:hover,.template-card.is-selected{border-color:#6f9875;box-shadow:0 0 0 2px #56845d14}.template-thumb{background:#fafaf7;flex-direction:column;gap:6px;height:132px;padding:15px 23px;display:flex;overflow:hidden}.template-thumb:before{content:"";background:var(--thumb-ink);border-radius:2px;width:43%;height:9px;margin-bottom:1px;display:block}.template-thumb:after{content:"";background:var(--thumb-accent);border-radius:2px;width:31%;height:4px;position:absolute;top:34px;left:23px}.thumb-contact{gap:5px;margin:2px 0 3px;display:flex}.thumb-contact i{background:#dfe4dd;border-radius:3px;width:24px;height:3px}.thumb-section{flex-direction:column;gap:4px;margin-top:4px;display:flex}.thumb-section i{background:var(--thumb-accent);border-radius:3px;width:28%;height:3px}.thumb-section b{background:#e7e9e3;border-radius:3px;width:100%;height:3px}.thumb-section b:nth-of-type(2){width:86%}.thumb-section b:nth-of-type(3){width:71%}.thumb-verde-editorial{background:linear-gradient(180deg,var(--thumb-wash) 0 47px,var(--thumb-paper) 47px)}.thumb-verde-editorial:before{background:var(--thumb-ink);height:12px}.thumb-verde-editorial:after{width:33%;top:39px;left:23px}.thumb-moderno-lateral{background:linear-gradient(90deg,var(--thumb-paper) 0 69%,var(--thumb-wash) 69%)}.thumb-moderno-lateral:before{width:51%;height:12px}.thumb-moderno-lateral:after{width:37%;top:37px;left:23px}.template-card-copy{flex-direction:column;padding:10px 11px 12px;display:flex}.template-card-copy>span{color:#8d968c;text-transform:uppercase;letter-spacing:.08em;font-size:7px}.template-card-copy strong{color:#46584a;margin-top:4px;font-size:10px}.template-card-copy small{color:#929a92;margin-top:4px;font-size:8px;line-height:1.35}.template-check{color:#fff;background:#35704b;border-radius:50%;place-items:center;width:18px;height:18px;font-size:10px;display:grid;position:absolute;top:7px;right:7px}.editor-form-panel>.form-tip{margin-top:17px}.resume-stage{background:#f0f1ec;min-width:0;position:sticky;top:15px;overflow:hidden}.preview-toolbar{color:#879187;letter-spacing:.1em;background:#fbfaf7;border-bottom:1px solid #e0e2da;justify-content:space-between;align-items:center;height:41px;padding:0 14px;font-size:8px;font-weight:700;display:flex}.preview-toolbar>div{align-items:center;gap:7px;display:flex}.preview-live-dot{background:#70a276;border-radius:50%;width:6px;height:6px}.preview-expand{color:#69776b;background:0 0;border:0;align-items:center;gap:5px;padding:5px 7px;font-size:9px;display:flex}.preview-expand:hover{color:#315f40}.resume-paper-wrap{background:#f0f1ec;min-height:458px;max-height:min(594px,100vh - 245px);padding:20px 13px;overflow:auto}.resume-paper{zoom:.65;background:#fff;width:100%;min-height:594px;overflow:hidden;box-shadow:0 2px 10px #2030241a}.resume-paper .resume-page{min-height:297mm;margin:0 auto}.resume-document [hidden]{display:none!important}.preview-foot{background:#fbfaf7;border-top:1px solid #e2e4dc;padding:13px 15px 12px}.checklist-title{color:#8b958a;letter-spacing:.12em;justify-content:space-between;font-size:7px;font-weight:700;display:flex}.checklist-title span+span{color:#527b5a;letter-spacing:0}.preview-foot ul{grid-template-columns:1fr 1fr;gap:6px 12px;margin:11px 0;padding:0;list-style:none;display:grid}.preview-foot li{color:#969d95;align-items:center;gap:5px;font-size:8px;display:flex}.preview-foot li>span{border:1px solid #e0e3dc;border-radius:50%;place-items:center;width:12px;height:12px;font-size:8px;display:grid}.preview-foot li.is-complete{color:#59745c}.preview-foot li.is-complete>span{color:#57805d;background:#eaf1e7;border-color:#d4e2d2}.preview-foot>p{color:#a0a59d;margin:8px 0 0;font-size:7px}.mobile-progress{display:none}.editor-footer{color:#969d95;background:#fbfaf7;border-top:1px solid #e3e5de;align-items:center;gap:15px;min-height:51px;padding:0 max(36px,50vw - 625px);font-size:8px;display:flex}.editor-footer .brand{font-size:14px}.editor-footer .brand-mark{width:22px;height:22px;font-size:13px}.editor-footer-date{text-overflow:ellipsis;white-space:nowrap;max-width:45%;margin-left:auto;overflow:hidden}.resume-document{width:100%}@media (width<=1080px){.editor-main{grid-template-columns:172px minmax(300px,1fr)}.resume-stage{grid-column:2;position:relative;top:auto}.editor-sidebar{grid-row:1/span 2}.resume-paper-wrap{max-height:650px}.hero-art{transform:scale(.9)}.steps-inner{gap:45px}}@media (width<=760px){.content-width{width:calc(100% - 36px)}.site-header{height:63px;padding:0 18px}.desktop-nav{display:none}.site-header>.button{min-height:35px;padding-inline:11px;font-size:10px}.hero-section{grid-template-columns:1fr;min-height:auto;padding:60px 24px 67px}.hero-copy{max-width:540px;margin:auto}.hero-copy h1{max-width:500px;margin-top:23px;font-size:clamp(42px,12vw,59px)}.hero-description{font-size:13px}.hero-actions{flex-direction:column;align-items:flex-start;gap:17px}.hero-note{margin-top:24px}.hero-art{height:390px;margin-top:9px;transform:scale(.88)}.hero-scroll{bottom:15px;left:24px}.trust-strip{justify-content:space-evenly;gap:16px;min-height:54px}.trust-strip span{font-size:8px}.trust-strip i{margin-right:4px;font-size:10px}.tools-section{padding:67px 0}.section-heading{display:block}.section-heading h2,.steps-copy h2{font-size:35px}.section-heading>p{margin:15px 0 0;font-size:11px}.tool-grid{grid-template-columns:1fr;gap:10px}.tool-card{min-height:215px;padding:18px}.tool-icon{margin-top:13px}.steps-inner{grid-template-columns:1fr;gap:31px;padding-block:63px}.steps-copy h2{font-size:36px}.steps-copy>p{margin:14px 0 20px}.step-row{grid-template-columns:23px 36px 1fr;gap:10px;padding:15px 0}.closing-section{grid-template-columns:42px 1fr;gap:15px;min-height:220px}.closing-mark{width:39px;height:39px;font-size:22px}.closing-section h2{font-size:26px}.closing-section .button{grid-column:2;justify-self:start;margin-top:0}.site-footer{flex-wrap:wrap;gap:9px 14px;padding:15px 18px}.site-footer>span:nth-of-type(2){display:none}.site-footer small{margin-left:auto}.coming-card{margin-top:52px;padding:28px}.coming-card h1{font-size:31px}.coming-foot{flex-wrap:wrap;gap:10px 19px}.editor-topbar{grid-template-columns:1fr auto;height:55px;padding:0 15px}.editor-breadcrumb{display:none}.topbar-actions{gap:9px}.saved-label{font-size:0}.saved-dot{width:7px;height:7px}.topbar-actions .button{padding-inline:9px;font-size:0}.topbar-actions .button svg{width:17px;height:17px}.builder-title{align-items:flex-start;gap:10px;width:calc(100% - 32px);margin:19px auto 15px}.builder-title h1{font-size:25px}.builder-title>div:first-child>p{font-size:9px}.builder-title-actions{flex-direction:column;align-items:flex-end;gap:0}.builder-title-actions .button{min-height:25px;padding:0 3px;font-size:8px}.editor-main{flex-direction:column;gap:10px;width:calc(100% - 24px);margin-bottom:25px;display:flex}.editor-sidebar{display:none}.editor-form-panel{order:1;width:100%;min-height:0;padding:18px 15px 13px}.mobile-progress{color:#8b9589;letter-spacing:.1em;margin:-4px 0 20px;font-size:7px;display:block}.mobile-progress .progress-track{height:4px;margin-top:6px}.form-heading{margin-bottom:18px}.form-heading h2{font-size:20px}.form-grid{grid-template-columns:1fr;gap:12px}.field input{height:40px}.resume-stage{order:2;width:100%;position:static}.preview-toolbar{height:36px}.resume-paper-wrap{min-height:340px;max-height:520px;padding:13px 7px}.resume-paper{zoom:.48;min-height:475px}.preview-foot ul{grid-template-columns:1fr 1fr}.editor-form-panel .form-footer{margin-top:20px}.editor-footer{padding:0 14px}.editor-footer-date{display:none}.model-grid{grid-template-columns:1fr 1fr;gap:7px}.template-thumb{height:105px;padding:12px}.template-thumb:after{top:30px;left:12px}.thumb-verde-editorial:after{top:35px}.thumb-moderno-lateral:after{top:33px}.template-card-copy{padding:8px}.template-card-copy small{font-size:7px}.repeat-card{padding:10px}.date-fields{gap:6px}.resume-paper-wrap .resume-page{padding:12mm!important}}@media (width<=390px){.hero-section{padding-inline:18px}.hero-resume-card{transform:scale(.92)rotate(2deg)}.hero-art{margin-inline:-20px}.trust-strip{gap:7px}.trust-strip span{font-size:7px}.builder-title-actions .button-danger-quiet{display:none}.editor-main{width:calc(100% - 18px)}.editor-form-panel{padding-inline:12px}.model-grid{grid-template-columns:1fr}.template-thumb{height:110px}.template-thumb:after,.thumb-verde-editorial:after,.thumb-moderno-lateral:after{left:23px}}#pdf-print-root{display:none}@media print{@page{size:A4;margin:0}body{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#fff!important;margin:0!important}body>:not(#pdf-print-root):not(#cover-letter-print-root){display:none!important}#pdf-print-root{background:#fff!important;width:100%!important;margin:0!important;padding:0!important;display:block!important;position:static!important}#pdf-print-root>.resume-document{background:#fff!important;width:100%!important;margin:0!important;display:block!important}#pdf-print-root .resume-page{width:210mm!important;min-height:297mm!important;box-shadow:none!important;zoom:1!important;margin:0!important;overflow:visible!important}#pdf-print-root [hidden]{display:none!important}#pdf-print-root *{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;transition:none!important;animation:none!important}#cover-letter-print-root{background:#fff!important;width:100%!important;margin:0!important;padding:0!important;display:block!important;position:static!important}#cover-letter-print-root>.cover-letter-paper{color:#202a27!important;white-space:pre-wrap!important;background:#fff!important;width:210mm!important;min-height:297mm!important;margin:0!important;padding:25mm 24mm!important;font:11pt/1.75 Arial,sans-serif!important;display:block!important}#cover-letter-print-root .cover-letter-recipient{margin:0 0 16mm!important;font-weight:700!important}#cover-letter-print-root .cover-letter-role{color:#526557!important;margin:0 0 12mm!important;font-size:10pt!important}#cover-letter-print-root .cover-letter-paper>div{white-space:pre-wrap!important;overflow-wrap:anywhere!important}}.builder-title-actions .version-history{align-items:center;display:inline-flex;position:relative}.version-history>summary{color:#657268;cursor:pointer;border:1px solid #e6e8e1;border-radius:5px;padding:8px 10px;font-size:9px;list-style:none}.version-history>summary::-webkit-details-marker{display:none}.version-history>div{z-index:5;background:#fff;border:1px solid #e3e6de;border-radius:6px;width:min(290px,80vw);padding:7px;position:absolute;top:calc(100% + 7px);right:0;box-shadow:0 8px 24px #23382a21}.version-history>div>button{text-align:left;color:#546459;background:0 0;border:0;border-radius:4px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:9px;font-size:9px;display:flex}.version-history>div>button:hover{background:#f3f5ef}.version-history>div>button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.version-history>div>button small{color:#57805e;flex:none;font-size:8px}.version-history>div>p{color:#899188;margin:0;padding:10px;font-size:9px}.ats-review-list{gap:8px;display:grid}.ats-check{background:#fff;border:1px solid #e7e9e2;border-radius:5px;grid-template-columns:23px 1fr;gap:9px;padding:11px;display:grid}.ats-check>span{border-radius:50%;place-items:center;width:19px;height:19px;font-size:10px;font-weight:700;display:grid}.ats-check.is-ok>span{color:#5e875f;background:#e8f0e5}.ats-check.is-review>span{color:#a18250;background:#f4eee2}.ats-check b{color:#506055;font-size:10px}.ats-check p{color:#828a81;margin:4px 0 0;font-size:9px;line-height:1.5}.job-description-field{margin-top:18px}.keyword-match-panel{background:#f8f9f5;border:1px solid #e4e8e0;border-radius:5px;margin-top:13px;padding:13px}.keyword-match-panel>b{color:#536b57;font-size:10px}.keyword-match-panel>p{color:#858d83;margin:5px 0 12px;font-size:9px;line-height:1.5}.keyword-match-row{border-top:1px solid #eaede7;padding-top:10px}.keyword-match-row+.keyword-match-row{margin-top:10px}.keyword-match-row>strong{color:#6d796d;margin-bottom:7px;font-size:8px;display:block}.keyword-match-row>div{flex-wrap:wrap;gap:5px;display:flex}.keyword-match-row>small{color:#8e968c;font-size:9px}.keyword-chip{color:#8a8170;background:#fff;border:1px solid #e5e7df;border-radius:20px;padding:4px 7px;font-size:8px;display:inline-flex}.keyword-chip.keyword-present{color:#507456;background:#edf4e9;border-color:#dae7d7}.cover-letter-layout{grid-template-columns:minmax(290px,.85fr) minmax(0,1.15fr);align-items:start;gap:15px;padding-bottom:70px;display:grid}.cover-letter-form,.cover-letter-editor{background:#fff;border:1px solid #e3e7df;border-radius:7px;padding:20px}.cover-letter-form .form-heading{margin-bottom:18px}.cover-letter-form .form-heading h2{font-size:20px}.cover-letter-form .form-heading>p{font-size:10px}.cover-letter-actions{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.cover-letter-actions .button{min-height:38px;font-size:10px}.cover-letter-privacy{margin-top:17px}.cover-letter-editor-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.cover-letter-editor-header b{color:#4e6052;margin-top:5px;font-size:10px;display:block}.cover-letter-editor-header .eyebrow{font-size:8px}.cover-letter-editor-header .button{min-height:33px;padding-inline:10px;font-size:9px}.cover-letter-editor textarea{color:#425146;resize:vertical;background:#fff;border:1px solid #e4e7e0;border-radius:5px;width:100%;min-height:510px;padding:14px;font:11px/1.75 DM Sans,sans-serif}.cover-letter-editor>small{color:#899188;margin-top:7px;font-size:8px;display:block}.cover-letter-editor .button:disabled{cursor:not-allowed;opacity:.55;transform:none}.cover-letter-launch{margin-top:13px}#cover-letter-print-root{display:none}@media (width<=760px){.cover-letter-layout{grid-template-columns:1fr;gap:10px;width:calc(100% - 30px);padding-bottom:40px}.cover-letter-form,.cover-letter-editor{padding:15px}.cover-letter-editor textarea{min-height:360px}.cover-letter-editor-header{flex-direction:column;align-items:flex-start}.cover-letter-editor-header .button{align-self:flex-end}.builder-title-actions .version-history>summary{padding:5px 6px;font-size:8px}}.admin-header-label{color:#7c897d;letter-spacing:.14em;font-size:8px;font-weight:700}.admin-hero{padding-bottom:28px}.admin-layout{grid-template-columns:1fr 1fr;gap:14px;padding-bottom:65px;display:grid}.admin-auth-card,.admin-editor-card,.admin-list-card{background:#fff;border:1px solid #e3e7df;border-radius:7px;padding:18px}.admin-auth-card{grid-column:1/-1;grid-template-columns:minmax(210px,1fr) auto;align-items:end;gap:10px 14px;display:grid}.admin-auth-card>.button{min-height:39px;font-size:10px}.admin-auth-card>small{color:#8a9288;grid-column:1/-1;font-size:9px;line-height:1.5}.admin-auth-card>p{color:#66776a;grid-column:1/-1;margin:0;font-size:10px;line-height:1.5}.admin-editor-card{grid-column:1/-1}.admin-editor-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.admin-editor-heading .eyebrow{font-size:8px}.admin-editor-heading h2{color:#374a3c;letter-spacing:-.04em;margin:6px 0 0;font:600 20px Manrope,sans-serif}.admin-editor-heading>.button{min-height:32px}.admin-form-grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.admin-body-field{margin-top:13px}.admin-body-field textarea{font:11px/1.7 DM Sans,sans-serif}.admin-actions{flex-wrap:wrap;justify-content:flex-end;gap:7px;margin-top:14px;display:flex}.admin-actions .button{min-height:36px;padding-inline:12px;font-size:9px}.admin-list-card{grid-column:1/-1}.admin-list-item{border-top:1px solid #eef0eb;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.admin-list-item b,.admin-list-item small{display:block}.admin-list-item b{color:#4d5e51;font-size:10px}.admin-list-item small{color:#899187;margin-top:4px;font-size:8px}.admin-list-item>button{color:#607765;background:#fff;border:1px solid #e3e7df;border-radius:4px;padding:6px 9px;font-size:9px}.admin-empty{color:#889188;font-size:10px;line-height:1.6}@media (width<=760px){.admin-header-label{display:none}.admin-layout{grid-template-columns:1fr;gap:10px;width:calc(100% - 30px)}.admin-auth-card,.admin-editor-card,.admin-list-card{grid-column:auto;padding:14px}.admin-auth-card{grid-template-columns:1fr}.admin-auth-card>small,.admin-auth-card>p{grid-column:auto}.admin-form-grid{grid-template-columns:1fr}.admin-actions{justify-content:stretch}.admin-actions .button{flex:auto}.admin-editor-heading h2{font-size:17px}}@media (width>=761px){.builder-title,.editor-main{width:min(1400px,100% - 72px)}.builder-title{margin-top:34px;margin-bottom:28px}.builder-title h1{font-size:34px}.builder-title h1 em{font-size:36px}.builder-title p{font-size:12px}.builder-title-actions{gap:6px}.builder-title-actions .button{min-height:38px;padding-inline:14px;font-size:11px}.editor-main{grid-template-columns:220px minmax(360px,.94fr) minmax(450px,1.06fr);gap:24px}.editor-sidebar{padding:16px 13px 17px}.editor-step{min-height:56px;padding:7px 8px}.editor-step b{font-size:11px}.editor-form-panel{min-height:700px;padding:30px 28px 22px}.form-heading h2{font-size:25px}.form-heading h2 em{font-size:28px}.form-heading>p{font-size:11px}.field>span{font-size:10px}.field input,.field textarea{font-size:11px}.field input{height:42px}.form-tip p{font-size:10px}.form-footer .button{min-height:41px;font-size:11px}.resume-paper-wrap{max-height:min(650px,100vh - 230px);padding:24px 16px}.resume-paper{zoom:.72}}@media (width>=761px) and (width<=1300px){.editor-main{grid-template-columns:210px minmax(0,1fr)}.resume-stage{grid-column:2;position:relative;top:auto}}.resource-page{color:#293a30;background:#f8f8f4;min-height:100vh}.resource-header{position:static}.resource-header .desktop-nav{display:flex}.cover-letter-page .resource-header .desktop-nav button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.resource-hero{width:min(1050px,100% - 56px);margin:0 auto;padding:76px 0 52px}.resource-hero h1{letter-spacing:-.065em;color:#293a30;margin:14px 0 13px;font:600 clamp(38px,5.2vw,60px)/1.04 Manrope,sans-serif}.resource-hero h1 em,.resource-next h2 em{color:#638169;font:400 1.02em var(--serif)}.resource-hero>p{color:#7e897f;max-width:610px;margin:0;font-size:14px;line-height:1.75}.resource-hero>.button{margin-top:22px}.resource-content{grid-template-columns:minmax(0,1.25fr) minmax(300px,.82fr);align-items:start;gap:42px;width:min(1050px,100% - 56px);margin:0 auto 65px;display:grid}.resource-section-heading{align-items:flex-start;gap:14px;margin:0 0 17px;display:flex}.resource-index{color:#5c7c62;height:34px;font:italic 13px var(--serif);border:1px solid #dbe3d8;border-radius:50%;flex:0 0 34px;place-items:center;display:grid}.resource-section-heading .eyebrow{font-size:8px}.resource-section-heading h2{letter-spacing:-.045em;margin:5px 0 0;font:600 21px/1.2 Manrope,sans-serif}.prep-list{border-left:1px solid #dfe5dc;margin-left:17px;padding-left:30px}.prep-list article{grid-template-columns:25px 1fr;gap:10px;padding:5px 0 20px;display:grid;position:relative}.prep-list article>span{color:#789078;font:italic 11px var(--serif)}.prep-list h3,.guide-step h3{color:#46574a;margin:0;font:700 13px Manrope,sans-serif}.prep-list p,.guide-step p{color:#778278;margin:5px 0 0;font-size:11px;line-height:1.65}.questions-heading{margin-top:24px}.question-list{border-top:1px solid #e4e7e0}.question-list details{border-bottom:1px solid #e4e7e0}.question-list summary{cursor:pointer;color:#526257;padding:14px 28px 14px 1px;font-size:12px;font-weight:700;list-style:none;position:relative}.question-list summary::-webkit-details-marker{display:none}.question-list summary:after{content:"+";color:#779178;font:400 18px Manrope;position:absolute;top:10px;right:3px}.question-list details[open] summary:after{content:"−"}.question-list details p{color:#778278;max-width:580px;margin:0;padding:0 25px 15px 1px;font-size:11px;line-height:1.7}.interview-practice{background:#fff;border:1px solid #e2e7dd;border-radius:8px;padding:23px;position:sticky;top:18px;box-shadow:0 8px 24px #2e44310b}.practice-label{color:#6f8171;letter-spacing:.12em;align-items:center;gap:7px;font-size:8px;font-weight:700;display:flex}.practice-live-dot{background:#6f9a70;border-radius:50%;width:7px;height:7px}.interview-practice h2{color:#304437;letter-spacing:-.05em;margin:16px 0 7px;font:600 22px/1.15 Manrope,sans-serif}.interview-practice>p{color:#778278;margin:0 0 20px;font-size:11px;line-height:1.65}.practice-select{margin-bottom:14px}.practice-select select{color:#46574a;background:#fff;border:1px solid #e3e6df;border-radius:5px;width:100%;height:39px;padding:0 10px;font:11px DM Sans,sans-serif}.practice-answer textarea{resize:vertical;min-height:143px;font:11px/1.65 DM Sans,sans-serif}.practice-actions{justify-content:space-between;align-items:center;gap:10px;margin-top:11px;display:flex}.practice-actions .button{padding-inline:11px;font-size:10px}.practice-actions>span{color:#838c83;text-align:right;font-size:9px}.star-guide{background:#f7f8f4;border:1px solid #e5e9e1;border-radius:5px;margin-top:14px;padding:13px}.star-guide>b{color:#56715b;margin-bottom:8px;font-size:9px;display:block}.star-guide p{color:#778278;margin:6px 0;font-size:10px;line-height:1.5}.star-guide strong{color:#556e59}.practice-privacy{color:#778278;border-top:1px solid #eceee8;align-items:center;gap:7px;margin-top:17px;padding-top:12px;font-size:9px;display:flex}.practice-privacy svg{color:#718c73;flex:none}.interview-chat-loading{color:#52525b;background:#fff;border:1px solid #e4e4e7;border-radius:16px;margin-top:18px;padding:20px;font-size:12px}.resource-next{background:#f1f3ed;border-top:1px solid #e7e9e2;justify-content:space-between;align-items:center;gap:20px;margin:0 auto;padding:40px max(28px,50% - 525px);display:flex}.resource-next .eyebrow{font-size:8px}.resource-next h2{color:#34473a;letter-spacing:-.045em;margin:9px 0 0;font:600 23px/1.2 Manrope,sans-serif}.resource-next .button{flex:none}.learning-hero{padding-bottom:36px}.guide-grid{gap:15px;padding-bottom:68px;display:grid}.guide-card{background:#fff;border:1px solid #e4e7df;border-radius:7px;padding:24px 27px}.guide-card-top{color:#758879;letter-spacing:.1em;justify-content:space-between;align-items:center;font-size:8px;font-weight:700;display:flex}.guide-card-top span:first-child{color:#527759;width:26px;height:26px;font:italic 11px var(--serif);letter-spacing:0;background:#edf2e9;border-radius:50%;place-items:center;display:grid}.guide-card h2{color:#314438;letter-spacing:-.04em;margin:14px 0 6px;font:600 20px/1.2 Manrope,sans-serif}.guide-card>p{color:#778278;max-width:670px;margin:0;font-size:11px;line-height:1.65}.guide-steps{border-top:1px solid #eff0eb;grid-template-columns:1fr 1fr;gap:18px 28px;margin-top:21px;padding-top:19px;display:grid}.guide-step{grid-template-columns:23px 1fr;gap:8px;display:grid}.guide-step>span{color:#859985;font:italic 10px var(--serif)}.guide-cta{cursor:pointer;background:0 0;border:0;margin-top:20px;padding:0}.guide-cta:hover{color:#37664a}.guide-filter{grid-template-columns:minmax(200px,1fr) auto;align-items:end;gap:12px 18px;margin:0 auto 18px;display:grid}.guide-filter .field input{height:40px;font-size:11px}.guide-filter>small{color:#889188;grid-column:1/-1;font-size:9px}.guide-category-filters{flex-wrap:wrap;justify-content:flex-end;gap:5px;display:flex}.guide-category-filters button{color:#778379;background:#fff;border:1px solid #e3e7df;border-radius:18px;padding:8px 10px;font-size:8px}.guide-category-filters button.is-selected{color:#4f7556;background:#eaf1e6;border-color:#c8d8c4}.guide-card-read{border-color:#d7e3d4}.guide-card-actions{border-top:1px solid #eff0eb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:20px;padding-top:14px;display:flex}.guide-read-toggle{color:#5c765f;background:#f5f7f2;border:1px solid #dce5d9;border-radius:4px;padding:7px 10px;font-size:9px;font-weight:700}.guide-read-toggle:hover{background:#ebf1e7}.guide-card-actions .guide-cta{margin:0}.learning-extras{grid-template-columns:1.1fr .9fr;gap:14px;margin:0 auto 64px;display:grid}.knowledge-check,.career-glossary{background:#fff;border:1px solid #e4e7df;border-radius:7px;padding:22px}.learning-extras h2{color:#35483a;letter-spacing:-.04em;margin:9px 0 13px;font:600 18px/1.25 Manrope,sans-serif}.quiz-options{gap:7px;display:grid}.quiz-options button{color:#5c6b5e;text-align:left;background:#fbfcf9;border:1px solid #e5e8e1;border-radius:4px;padding:10px 12px;font-size:10px;line-height:1.45}.quiz-options button:hover,.quiz-options button.is-selected{background:#f0f5ec;border-color:#bfcfba}.quiz-feedback{color:#81704f;background:#f8f5ee;border-left:2px solid #c4a878;margin:11px 0 0;padding:10px;font-size:10px;line-height:1.55}.quiz-feedback.is-correct{color:#5a745c;background:#f1f6ef;border-color:#80a17c}.career-glossary dl{margin:0}.career-glossary dl>div{border-top:1px solid #eef0eb;grid-template-columns:82px 1fr;gap:12px;padding:11px 0;display:grid}.career-glossary dt{color:#55755b;font-size:10px;font-weight:700}.career-glossary dd{color:#828c82;margin:0;font-size:10px;line-height:1.55}.resume-ai-tool{background:#f7f8f4;border:1px solid #e3e8df;border-radius:5px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding:13px;display:flex}.resume-ai-intro{flex:220px;align-items:flex-start;gap:8px;display:flex}.resume-ai-intro>span{color:#5c7a61;background:#e8efe4;border-radius:6px;flex:0 0 24px;place-items:center;height:24px;display:grid}.resume-ai-intro b,.resume-ai-intro small{display:block}.resume-ai-intro b{color:#56695a;font-size:9px}.resume-ai-intro small{color:#858e84;margin-top:4px;font-size:8px;line-height:1.5}.resume-ai-tool>.button{min-height:32px;padding-inline:10px;font-size:9px}.resume-ai-tool>.button:disabled{cursor:not-allowed;opacity:.55;transform:none}.resume-ai-suggestion{background:#fff;border:1px solid #e0e7dc;border-radius:4px;flex:100%;padding:12px}.resume-ai-suggestion>b{color:#57735c;font-size:9px}.resume-ai-suggestion>p{color:#6d786e;white-space:pre-wrap;margin:7px 0 11px;font-size:10px;line-height:1.65}.resume-ai-suggestion>div{gap:7px;display:flex}.resume-ai-suggestion .button{min-height:29px;padding-inline:9px;font-size:9px}.resume-ai-placeholder{color:#6d786e;background:#f7f9f5;border:1px dashed #d6dfd1;border-radius:4px;align-items:flex-start;gap:10px;margin-top:16px;padding:11px 12px;display:flex}.resume-ai-placeholder>span{color:#4f805a;background:#e7f0e4;border-radius:50%;flex:0 0 26px;place-items:center;width:26px;height:26px;display:grid}.resume-ai-placeholder>p{gap:3px;margin:0;font-size:10px;line-height:1.5;display:grid}.resume-ai-placeholder b{color:#52745a;font-size:10px}.resume-ai-placeholder small{font-size:9px;line-height:1.55}.resume-ai-message{color:#7c847b;flex:100%;margin:0;font-size:9px;line-height:1.5}.mentor-hero{padding-bottom:29px}.mentor-layout{grid-template-columns:230px minmax(0,1fr);align-items:start;gap:24px;padding-bottom:70px;display:grid}.mentor-aside{background:#fff;border:1px solid #e3e7df;border-radius:7px;flex-direction:column;gap:8px;padding:16px 13px;display:flex}.mentor-aside>.eyebrow{padding:4px 5px 9px;font-size:8px}.mentor-aside>button{text-align:left;color:#5d705f;background:0 0;border:0;border-radius:5px;align-items:center;gap:9px;padding:10px 8px;font-size:10px;display:flex}.mentor-aside>button:hover{color:#345f41;background:#f2f5ef}.mentor-note{color:#718874;border-top:1px solid #edf0e9;gap:8px;margin-top:9px;padding:12px 8px;display:flex}.mentor-note p{color:#818b80;margin:0;font-size:9px;line-height:1.6}.mentor-card{background:#fff;border:1px solid #e2e6de;border-radius:8px;padding:22px;box-shadow:0 8px 24px #2e44310b}.mentor-card-top{border-bottom:1px solid #edf0e9;align-items:center;gap:11px;padding-bottom:16px;display:flex}.mentor-avatar{color:#507655;background:#eaf0e6;border-radius:50%;place-items:center;width:35px;height:35px;display:grid}.mentor-card-top b,.mentor-card-top small{display:block}.mentor-card-top b{color:#435748;font-size:11px}.mentor-card-top small{color:#939a90;margin-top:3px;font-size:9px}.mentor-welcome{background:#f8f9f5;border:1px solid #edf0e9;border-radius:6px;margin:20px 0;padding:16px}.mentor-welcome>b{color:#48594b;font-size:12px}.mentor-welcome>p{color:#818a80;margin:6px 0 12px;font-size:10px;line-height:1.6}.mentor-prompts{flex-wrap:wrap;gap:6px;display:flex}.mentor-prompts button{color:#607362;text-align:left;background:#fff;border:1px solid #e1e7dd;border-radius:20px;padding:7px 9px;font-size:9px}.mentor-prompts button:hover{background:#f4f7f1;border-color:#afc1aa}.mentor-form .field textarea{min-height:100px;font:11px/1.65 DM Sans,sans-serif}.mentor-form-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:10px;display:flex}.mentor-form-footer>small{color:#91998f;font-size:9px}.mentor-form-footer .button{min-height:39px;font-size:10px}.mentor-form-footer .button:disabled{cursor:not-allowed;opacity:.55;transform:none}.mentor-thread{flex-direction:column;gap:10px;max-height:430px;margin:20px 0 16px;padding:2px 4px 2px 0;display:flex;overflow:auto}.mentor-message{color:#536258;background:#f5f7f2;border-radius:8px;max-width:88%;padding:11px 13px}.mentor-message-user{background:#edf3e9;align-self:flex-end}.mentor-message>span{color:#59775e;letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:700;display:block}.mentor-message>p{white-space:pre-wrap;margin:6px 0 0;font-size:11px;line-height:1.7}.mentor-message>small{color:#8c9389;margin-top:7px;font-size:8px;line-height:1.5;display:block}.mentor-typing{color:#7b8b7e;background:#fafcf8;border:1px solid #e4ebe1;border-radius:8px;align-self:flex-start;align-items:center;gap:4px;padding:10px 13px;font-size:9px;display:flex}.mentor-typing>span{margin-right:3px}.mentor-typing>i{background:#79a07a;border-radius:50%;width:5px;height:5px;animation:1.15s ease-in-out infinite mentorTypingDot;display:block}.mentor-typing>i:nth-child(3){animation-delay:.16s}.mentor-typing>i:nth-child(4){animation-delay:.32s}@keyframes mentorTypingDot{0%,60%,to{opacity:.28;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.mentor-result{background:#f5f7f2;border-left:3px solid #79a07a;border-radius:3px;margin-top:18px;padding:17px}.mentor-result-label{color:#59775e;letter-spacing:.1em;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;font-size:8px;font-weight:700;display:flex}.mentor-result-label small{color:#8c9389;letter-spacing:0;font-size:9px;font-weight:400}.mentor-result>p{color:#536258;white-space:pre-wrap;margin:12px 0 0;font-size:11px;line-height:1.75}.mentor-result-actions{flex-wrap:wrap;gap:14px;margin-top:13px;display:flex}.mentor-result-actions button{color:#4f7657;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-size:9px;font-weight:700;display:inline-flex}.mentor-disclaimer{color:#929990;margin-top:16px;font-size:9px;line-height:1.55}html[data-theme=dark] .mentor-aside,html[data-theme=dark] .mentor-card{color:#d8e6da;background:#13221c;border-color:#294237}html[data-theme=dark] .mentor-aside>button,html[data-theme=dark] .mentor-form-footer>small{color:#b7c9ba}html[data-theme=dark] .mentor-aside>.eyebrow{color:#b9d9bf;background:#20382a}html[data-theme=dark] .mentor-aside>button:hover{color:#e1efe1;background:#20382a}html[data-theme=dark] .mentor-note,html[data-theme=dark] .mentor-card-top{border-color:#294237}html[data-theme=dark] .mentor-note,html[data-theme=dark] .mentor-note p,html[data-theme=dark] .mentor-card-top small,html[data-theme=dark] .mentor-disclaimer{color:#a9bbae}html[data-theme=dark] .mentor-card-top b,html[data-theme=dark] .mentor-welcome>b{color:#e1efe1}html[data-theme=dark] .mentor-avatar{color:#b9d9bf;background:#263b2d}html[data-theme=dark] .mentor-welcome,html[data-theme=dark] .mentor-thread .mentor-message,html[data-theme=dark] .mentor-result{color:#d8e6da;background:#192b23;border-color:#294237}html[data-theme=dark] .mentor-welcome>p,html[data-theme=dark] .mentor-message>p,html[data-theme=dark] .mentor-result>p{color:#c0d0c4}html[data-theme=dark] .mentor-prompts button{color:#c5d8c9;background:#17271f;border-color:#385244}html[data-theme=dark] .mentor-prompts button:hover{color:#edf4ef;background:#22382c;border-color:#648b6d}html[data-theme=dark] .mentor-message-user{background:#20382a}html[data-theme=dark] .mentor-message>span,html[data-theme=dark] .mentor-result-label,html[data-theme=dark] .mentor-result-actions button{color:#afd4b4}html[data-theme=dark] .mentor-typing{color:#b7c9ba;background:#17271f;border-color:#385244}html[data-theme=dark] .mentor-form .field textarea{color:#e1efe1;background:#101a15;border-color:#3b5145}html[data-theme=dark] .resource-page{color:#d8e6da;background:#101713}html[data-theme=dark] .prep-list h3,html[data-theme=dark] .guide-step h3,html[data-theme=dark] .question-list summary,html[data-theme=dark] .guide-card h2,html[data-theme=dark] .learning-extras h2,html[data-theme=dark] .resource-next h2{color:#e1efe1}html[data-theme=dark] .prep-list p,html[data-theme=dark] .guide-step p,html[data-theme=dark] .question-list details p,html[data-theme=dark] .guide-card>p,html[data-theme=dark] .career-glossary dd{color:#b3c3b6}html[data-theme=dark] .prep-list,html[data-theme=dark] .question-list,html[data-theme=dark] .question-list details,html[data-theme=dark] .guide-card-actions,html[data-theme=dark] .career-glossary dl>div{border-color:#294237}html[data-theme=dark] .question-list summary:after,html[data-theme=dark] .guide-card-top,html[data-theme=dark] .guide-filter>small{color:#a9bbae}html[data-theme=dark] .guide-card,html[data-theme=dark] .knowledge-check,html[data-theme=dark] .career-glossary{color:#d8e6da;background:#13221c;border-color:#294237}html[data-theme=dark] .guide-card-top span:first-child{color:#c7e1ca;background:#263b2d}html[data-theme=dark] .resource-next{background:#17271f;border-color:#294237}html[data-theme=dark] .resource-hero h1,html[data-theme=dark] .resource-section-heading h2{color:#e1efe1}html[data-theme=dark] .resource-hero h1 em,html[data-theme=dark] .resource-next h2 em{color:#8dcc9d}html[data-theme=dark] .resource-hero>p{color:#b3c3b6}html[data-theme=dark] .resource-page .eyebrow{color:#b9d9bf;background:#20382a}html[data-theme=dark] .resource-index{color:#a9d4b0;border-color:#385244}html[data-theme=dark] .interview-practice,html[data-theme=dark] .interview-chat-loading{color:#d8e6da;background:#13221c;border-color:#294237}html[data-theme=dark] .interview-practice h2,html[data-theme=dark] .star-guide>b,html[data-theme=dark] .star-guide strong{color:#e1efe1}html[data-theme=dark] .practice-label,html[data-theme=dark] .interview-practice>p,html[data-theme=dark] .practice-actions>span,html[data-theme=dark] .practice-privacy,html[data-theme=dark] .star-guide p{color:#b3c3b6}html[data-theme=dark] .practice-select select,html[data-theme=dark] .practice-answer textarea,html[data-theme=dark] .guide-filter .field input{color:#e1efe1;background:#101a15;border-color:#3b5145}html[data-theme=dark] .practice-privacy,html[data-theme=dark] .guide-steps,html[data-theme=dark] .guide-card-actions{border-color:#294237}html[data-theme=dark] .star-guide{background:#1a2b22;border-color:#344d3e}html[data-theme=dark] .guide-category-filters button,html[data-theme=dark] .quiz-options button{color:#c4d3c7;background:#17271f;border-color:#344d3e}html[data-theme=dark] .guide-category-filters button.is-selected,html[data-theme=dark] .quiz-options button:hover,html[data-theme=dark] .quiz-options button.is-selected{color:#d8eedb;background:#203b2a;border-color:#5b8e67}html[data-theme=dark] .guide-read-toggle{color:#c8e4cb;background:#1a2b22;border-color:#45614d}html[data-theme=dark] .quiz-feedback{color:#e1d3ad;background:#352e20;border-color:#8d7d56}html[data-theme=dark] .quiz-feedback.is-correct{color:#c5e2ca;background:#1b3023;border-color:#5b8e67}html[data-theme=dark] .career-glossary dt{color:#a9d4b0}html[data-theme=dark] .resume-ai-tool,html[data-theme=dark] .resume-ai-placeholder{color:#c0d0c4;background:#17271f;border-color:#344d3e}html[data-theme=dark] .resume-ai-suggestion{background:#13221c;border-color:#344d3e}@media (width<=760px){.resource-header .desktop-nav{display:none}.resource-header>.button{font-size:9px}.resource-hero{width:calc(100% - 38px);padding:50px 0 34px}.resource-hero h1{font-size:40px}.resource-hero>p{font-size:12px}.resource-content{grid-template-columns:1fr;gap:24px;width:calc(100% - 30px);margin-bottom:38px}.interview-practice{padding:18px;position:static}.resource-section-heading h2{font-size:19px}.prep-list{margin-left:9px;padding-left:21px}.resource-next{flex-direction:column;align-items:flex-start;padding:27px 19px}.resource-next h2{font-size:20px}.guide-grid{gap:10px;width:calc(100% - 30px);padding-bottom:38px}.learning-extras{grid-template-columns:1fr;gap:10px;width:calc(100% - 30px);margin-bottom:38px}.knowledge-check,.career-glossary{padding:17px}.guide-filter{grid-template-columns:1fr;gap:10px;width:calc(100% - 30px);margin-bottom:12px}.guide-category-filters{justify-content:flex-start}.guide-filter>small{grid-column:auto}.guide-card{padding:18px}.guide-card h2{font-size:18px}.guide-steps{grid-template-columns:1fr;gap:14px;margin-top:16px;padding-top:15px}.practice-actions{flex-direction:column;align-items:flex-start}.practice-actions>span{text-align:left}.mentor-layout{grid-template-columns:1fr;gap:12px;width:calc(100% - 30px);padding-bottom:38px}.mentor-aside{grid-template-columns:1fr 1fr;gap:3px;padding:11px;display:grid}.mentor-aside>.eyebrow,.mentor-note{grid-column:1/-1}.mentor-card{padding:16px}.mentor-form-footer{flex-direction:column;align-items:flex-start}.mentor-form-footer .button{align-self:flex-end}.resume-ai-tool{flex-direction:column;align-items:stretch}}.ai-consent{color:#718076;align-items:flex-start;gap:8px;width:100%;font-size:9px;line-height:1.5;display:flex}.ai-consent input{accent-color:#4e7a56;flex:none;margin:2px 0 0}.ai-consent a,.hero-note a{color:#477553;text-underline-offset:2px;text-decoration:underline}.privacy-content{gap:12px;padding-bottom:60px;display:grid}.privacy-content>article{background:#fff;border:1px solid #e3e7df;border-radius:7px;padding:20px 22px}.privacy-content h2{color:#405445;letter-spacing:-.035em;margin:0 0 8px;font:600 17px Manrope,sans-serif}.privacy-content p{color:#727f74;margin:0;font-size:11px;line-height:1.75}.privacy-content article p+p{margin-top:10px}.privacy-clear{min-height:38px;margin-top:14px;font-size:10px}.privacy-content .privacy-legal-note{color:#91998f;padding:5px 2px;font-size:9px;line-height:1.6}@media (width<=760px){.privacy-content{width:calc(100% - 30px);padding-bottom:40px}.privacy-content>article{padding:16px}.privacy-content h2{font-size:15px}.ai-consent{font-size:8px}}.dashboard-page{color:#26372d;background:#f6f7f3;min-height:100vh}.dashboard-header{background:#fbfcfa;border-bottom:1px solid #e1e7df;justify-content:space-between;align-items:center;gap:28px;min-height:68px;padding:0 max(28px,50% - 610px);display:flex}.dashboard-nav{align-items:center;gap:5px;margin-left:auto;display:flex}.dashboard-nav button{color:#708075;cursor:pointer;background:0 0;border:0;border-radius:4px;padding:9px 12px;font-size:11px}.dashboard-nav button:hover,.dashboard-nav button.is-active{color:#2d6146;background:#edf3eb}.dashboard-back{font-size:10px}.dashboard-hero{justify-content:space-between;align-items:center;gap:30px;padding-top:58px;padding-bottom:34px;display:flex}.dashboard-hero h1{color:#2d4434;letter-spacing:-.07em;max-width:640px;margin:12px 0 10px;font:500 clamp(34px,4.5vw,56px)/1.02 Manrope,sans-serif}.dashboard-hero h1 em{color:#578465;font-family:Georgia,serif;font-weight:400}.dashboard-hero p{color:#758178;max-width:600px;margin:0;font-size:13px;line-height:1.7}.dashboard-hero-mark{color:#4e7d5a;background:#e9f0e6;border:1px solid #dce7da;border-radius:50%;place-items:center;width:126px;height:126px;display:grid;position:relative;transform:rotate(-8deg)}.dashboard-hero-mark span{letter-spacing:-.08em;font:600 36px/1 Manrope,sans-serif}.dashboard-hero-mark i{background:#93b69a;border-radius:50%;width:7px;height:7px;position:absolute}.dashboard-hero-mark i:nth-child(2){top:5px;right:25px}.dashboard-hero-mark i:nth-child(3){bottom:28px;right:-3px}.dashboard-hero-mark i:nth-child(4){bottom:10px;left:23px}.dashboard-metrics{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px;display:grid}.dashboard-metrics article{background:#fff;border:1px solid #e0e7dd;border-radius:6px;align-items:flex-start;gap:12px;min-height:91px;padding:16px;display:flex}.dashboard-metric-icon{color:#4f805a;background:#e9f1e6;border-radius:50%;flex:0 0 30px;place-items:center;width:30px;height:30px;display:grid}.dashboard-metrics small{color:#89968c;letter-spacing:.16em;margin-bottom:4px;font-size:8px;display:block}.dashboard-metrics strong{color:#385543;font:600 14px/1.2 Manrope,sans-serif;display:block}.dashboard-metrics p{color:#849087;margin:5px 0 0;font-size:10px}.dashboard-workspace{grid-template-columns:1.1fr .9fr;gap:15px;display:grid}.dashboard-panel{background:#fff;border:1px solid #e0e7dd;border-radius:7px;flex-direction:column;min-height:294px;padding:22px;display:flex;box-shadow:0 8px 24px #3248360a}.dashboard-resume-panel{background:linear-gradient(140deg,#fff 0%,#f8fbf7 100%)}.dashboard-mentor-panel{background:#edf4eb}.dashboard-panel-heading{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.dashboard-panel-heading h2{color:#2d4434;letter-spacing:-.05em;margin:8px 0 0;font:600 25px/1 Manrope,sans-serif}.dashboard-panel-status{color:#66816b;background:#edf4eb;border-radius:3px;padding:5px 7px;font-size:8px}.dashboard-spark{color:#4f805a;background:#dbead9;border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.dashboard-resume-preview{background:#fff;border:1px solid #e1e9df;border-radius:5px;align-items:center;gap:12px;margin:27px 0 16px;padding:14px;display:flex}.dashboard-resume-avatar{color:#547b5e;background:#deecdc;border-radius:50%;place-items:center;width:42px;height:42px;font:600 18px Manrope,sans-serif;display:grid}.dashboard-resume-preview strong,.dashboard-resume-preview span{display:block}.dashboard-resume-preview strong{color:#385543;font-size:13px}.dashboard-resume-preview span{color:#8a978e;margin-top:3px;font-size:10px}.dashboard-lines{gap:5px;margin-top:10px;display:flex}.dashboard-lines i{background:#dfe8dd;border-radius:2px;width:42px;height:3px;display:block}.dashboard-lines i:first-child{background:#a9c6aa;width:74px}.dashboard-panel>p{color:#748078;max-width:520px;margin:0;font-size:11px;line-height:1.65}.dashboard-panel-actions{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:18px;display:flex}.dashboard-panel-actions>span{color:#8b978e;font-size:9px}.dashboard-mentor-art{align-items:center;gap:12px;margin:28px 0 15px;display:flex}.dashboard-mentor-art>span{color:#5f8967;font:500 52px/1 Georgia,serif}.dashboard-mentor-art p{color:#4b6752;max-width:300px;margin:0;font:500 14px/1.35 Georgia,serif}.dashboard-quick{padding-top:62px;padding-bottom:78px}.dashboard-quick .section-heading{margin-bottom:21px}.dashboard-quick-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.dashboard-quick-grid button{text-align:left;color:#385543;cursor:pointer;background:#fff;border:1px solid #e0e7dd;border-radius:6px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:15px;display:grid}.dashboard-quick-grid button:hover{border-color:#b8cfb8;transform:translateY(-1px)}.dashboard-quick-grid button>span{color:#56805d;background:#edf4eb;border-radius:50%;place-items:center;width:31px;height:31px;display:grid}.dashboard-quick-grid b{font-size:11px}.dashboard-quick-grid small{color:#859188;grid-column:2/3;font-size:9px;line-height:1.5}.dashboard-quick-grid button>.icon{color:#6c9374;grid-area:1/3/span 2}@media (width<=760px){.dashboard-header{padding:0 18px}.dashboard-nav{display:none}.dashboard-back{margin-left:auto}.dashboard-hero{padding:38px 18px 25px}.dashboard-hero-mark{width:82px;height:82px}.dashboard-hero-mark span{font-size:25px}.dashboard-hero p{font-size:11px}.dashboard-metrics,.dashboard-workspace{grid-template-columns:1fr;margin-inline:18px}.dashboard-panel{min-height:0;padding:17px}.dashboard-quick{padding:42px 18px 55px}.dashboard-quick-grid{grid-template-columns:1fr}.dashboard-panel-actions{flex-direction:column;align-items:flex-start}.dashboard-panel-actions .button{width:100%}}:root{--surface:#fff;--surface-muted:#f6f7f3;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--radius-card:18px;--focus-ring:#bd8935}.app-site-header{z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f6f2f7;gap:24px;position:sticky;top:0}.app-site-header .app-nav{white-space:nowrap;flex:1;justify-content:center;gap:clamp(14px,2vw,30px)}.app-site-header .app-nav a[aria-current=page]{color:var(--green);text-underline-offset:5px;text-decoration:underline}.app-nav-actions{white-space:nowrap;align-items:center;gap:14px;display:flex}.app-nav-actions>a:not(.button){color:#59635d;font-size:13px;font-weight:600}.hero-description,.hero-note,.art-caption,.hero-scroll,.eyebrow-muted,.section-heading>p,.tool-number,.tool-card-copy,.site-footer{color:#536258}.mock-topline,.mock-identity span,.mock-job span{color:#58665c}.trust-strip i{color:#506f54}.ai-access-note{color:#53655b;background:#f1f5ee;border-left:2px solid #6e9c78;padding:11px 13px;font-size:12px;line-height:1.6}.ai-access-note a{color:var(--green);text-underline-offset:2px;font-weight:700;text-decoration:underline}@media (width<=900px){.app-site-header{gap:15px;padding-inline:24px}.app-site-header .app-nav{gap:15px}.app-nav-actions{gap:10px}}@media (width<=760px){.app-site-header{flex-wrap:wrap;gap:8px;height:auto;min-height:64px;padding:10px 18px}.app-site-header .app-nav{scrollbar-width:thin;flex:0 0 100%;order:3;justify-content:flex-start;gap:20px;padding:4px 0 7px;display:flex;overflow-x:auto}.app-site-header .app-nav a{flex:none}.app-nav-actions{margin-left:auto}.app-nav-cta{min-height:34px;padding-inline:10px;font-size:10px}}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline-color:#286345}.steps-section a:focus-visible{outline-color:#fff}.brand-link,.app-nav-actions>a:not(.button),.app-site-header .app-nav a{align-items:center;min-height:44px;display:inline-flex}.app-nav-actions>a:not(.button){padding-inline:5px}.app-nav-actions .account-signup-link{color:#40554a;text-underline-offset:3px;text-decoration:underline}.app-nav-actions .app-nav-cta{min-height:44px;font-size:13px}.hero-copy h1{text-wrap:balance;max-width:620px}.hero-description{font-size:16px;line-height:1.65}.hero-actions .button,.steps-copy .button,.closing-section .button{min-height:48px;font-size:15px}.hero-actions .text-link{text-underline-offset:3px;align-items:center;min-height:44px;font-size:14px;text-decoration:underline;display:inline-flex}.hero-note{align-items:flex-start;margin-top:20px;font-size:14px;line-height:1.5}.hero-note .privacy-dot{flex:none;margin-top:3px}.hero-note a{text-underline-offset:3px;align-items:center;min-height:44px;font-weight:600;text-decoration-thickness:1px;display:inline-flex}.hero-scroll{font-size:11px}.eyebrow{letter-spacing:.11em;font-size:12px}.eyebrow-muted{color:#536258}.tools-section{padding-top:76px;padding-bottom:86px}.section-heading>p,.tool-card-copy,.steps-copy>p,.step-row p{font-size:14px;line-height:1.6}.tool-number{letter-spacing:.09em;font-size:12px}.tool-card-link{min-height:44px;padding-top:12px;font-size:14px}.tool-card-title{font-size:18px}.tool-card:focus-visible{border-color:#286345;box-shadow:0 0 0 3px #d6e5d9}.step-row b{font-size:16px}.site-footer{min-height:92px;padding-top:22px;padding-bottom:22px;font-size:14px}.site-footer small{font-size:13px}.hero-actions .button svg,.steps-copy .button svg,.closing-section .button svg,.tool-card-link svg{transition:transform .15s}.hero-actions .button:hover svg,.steps-copy .button:hover svg,.closing-section .button:hover svg,.tool-card:hover .tool-card-link svg{transform:translate(3px)}@media (width<=760px){.app-site-header{align-items:center}.app-nav-actions{justify-content:space-between;gap:8px;width:100%;min-width:0;margin-left:0}.app-nav-actions .app-nav-cta{white-space:normal;text-align:center;flex:1;min-width:0;min-height:44px;padding-inline:9px;font-size:12px}.hero-section{padding-top:42px}.hero-copy h1{font-size:clamp(40px,10.5vw,52px);line-height:1.04}.hero-description{font-size:16px}.hero-actions{gap:8px}.hero-actions .button{width:100%}.hero-note{margin-top:12px}.tools-section{padding-top:58px;padding-bottom:68px}.section-heading>p{font-size:14px}.site-footer{min-height:0;padding-top:24px;padding-bottom:24px;line-height:1.5}.site-footer>span:nth-of-type(2){display:inline}}@media (prefers-reduced-motion:reduce){.hero-actions .button svg,.steps-copy .button svg,.closing-section .button svg,.tool-card-link svg{transition:none}.hero-actions .button:hover svg,.steps-copy .button:hover svg,.closing-section .button:hover svg,.tool-card:hover .tool-card-link svg{transform:none}}:root{--ink:#1a1a1a;--muted:#52525b;--green:#1a4331;--green-dark:#122e22;--green-mid:#2d6a4f;--paper:#f7f6f2;--line:#e4e4e7;--serif:Georgia,"Times New Roman",serif}body{color:#1a1a1a;background:#f7f6f2;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}.site-header{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f6f2e6;border-bottom-color:#e4e4e7a6}.brand-mark{color:#fff;background:#1a4331;border-radius:10px}.brand{color:#1a1a1a}.desktop-nav{color:#52525b}.desktop-nav a:hover{color:#1a4331}.button{border-radius:12px;font-weight:600;transition:transform .3s,background-color .3s,border-color .3s,box-shadow .3s}.button-primary,.button-dark{background:#1a4331}.button-primary:hover,.button-dark:hover{background:#122e22;box-shadow:0 8px 24px #1a433129}.button-paper,.button-quiet{color:#1a1a1a;background:#fff;border-color:#e4e4e7}.button-paper:hover,.button-quiet:hover{background:#f7f6f2;border-color:#d4d4d8}.text-link,.tool-card-link{color:#1a4331}.hero-copy h1,.section-heading h2,.steps-copy h2,.closing-section h2,.dashboard-hero h1{font-family:var(--serif);letter-spacing:-.045em;font-weight:500}.hero-copy h1{color:#1a1a1a}.hero-copy h1 em,.section-heading h2 em,.steps-copy h2 em,.closing-section h2 em,.dashboard-hero h1 em{color:#2d6a4f}.hero-description,.section-heading>p{color:#52525b}.eyebrow{color:#2d6a4f;letter-spacing:.15em;background:#eaf1ec;border-radius:999px;padding:6px 11px;font-size:10px;display:inline-flex}.eyebrow-dot{width:6px;height:6px;box-shadow:none;background:#2d6a4f}.tool-card,.hero-resume-card,.coming-card{background:#fff;border-color:#e4e4e7b3;border-radius:16px;box-shadow:0 2px 10px #00000005}.tool-card:hover{border-color:#2d6a4f33;box-shadow:0 8px 30px #0000000a}.tool-card-featured{background:#eaf1ec;border-color:#0000}.tool-icon{color:#2d6a4f;background:#e8f0eb;border-radius:12px}.step-row{border-color:#eaf1ec2e}.closing-mark{color:#2d6a4f;background:#eaf1ec;border-radius:14px 14px 14px 4px}.site-footer{border-top-color:#e4e4e7b3;font-size:11px}.app-site-header{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f6f2eb;border-bottom-color:#e4e4e7b3}.app-site-header .app-nav a[aria-current=page]{color:#1a4331}.dashboard-hero h1{color:#1a1a1a}.dashboard-hero p{color:#52525b}.dashboard-quick-card,.dashboard-panel,.dashboard-workspace article{border-radius:16px}:root{--ink:#1a1a1a;--muted:#52525b;--green:#1a4331;--green-dark:#122e22;--green-mid:#2d6a4f;--green-light:#eaf1ec;--paper:#f7f6f2;--surface:#fff;--surface-muted:#eaf1ec;--line:#e4e4e7;--radius-card:16px;--focus-ring:#2d6a4f}html,body,.app-root,.dashboard-page,.resource-page,.editor-page,.coming-page{background:var(--paper);color:var(--ink)}body{font-family:Inter,DM Sans,system-ui,sans-serif}h1,h2,h3,.hero-copy h1,.section-heading h2,.steps-copy h2,.closing-section h2,.dashboard-hero h1,.dashboard-panel-heading h2,.resource-hero h1,.resource-section-heading h2,.form-heading h2,.builder-title h1,.coming-card h1,.guide-card h2,.mentor-card h2{font-family:var(--serif);letter-spacing:-.045em;font-weight:400}h1 em,h2 em,h3 em{font-family:inherit;font-weight:inherit}.app-root h1,.app-root h2,.app-root h3,.platform-page h1,.platform-page h2,.platform-page h3{font-family:var(--serif)!important}.content-width{width:min(1152px,100% - 48px)}.site-header,.app-site-header{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f6f2e6;border-bottom:1px solid #e4e4e780}.app-site-header .app-nav a[aria-current=page]{text-underline-offset:4px;text-decoration-thickness:1px}.button{border-radius:12px;min-height:48px;padding:12px 24px;font-size:14px;font-weight:500;transition:background-color .3s,border-color .3s,box-shadow .3s,transform .3s}.button-primary,.button-dark{background:var(--green);color:#fff}.button-primary:hover,.button-dark:hover{background:var(--green-dark)}.button-primary svg,.button-dark svg,.button-primary:after,.button-dark:after{transition:transform .3s}.button-primary:hover svg,.button-dark:hover svg,.button-primary:hover:after,.button-dark:hover:after{transform:translate(4px)}body .button.button-primary svg,body .button.button-dark svg{transition:transform .3s}body .button.button-primary:hover svg,body .button.button-dark:hover svg{transform:translate(4px)}.button-primary:not(:has(svg)):after{content:"→";font-size:18px;line-height:1;display:inline-block}.button-dark:not(:has(svg)):after{content:"→";font-size:18px;line-height:1;display:inline-block}.button-quiet,.button-paper{border:1px solid var(--line);color:var(--ink);background:#fff}.button-quiet:hover,.button-paper:hover{background:var(--paper);border-color:#d4d4d8}.text-link,.tool-card-link,.ai-access-note a,.hero-note a{color:var(--green-mid);text-underline-offset:4px;font-weight:500;text-decoration-thickness:1px}.eyebrow{background:var(--green-light);color:var(--green-mid);letter-spacing:.15em;text-transform:uppercase;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600}.eyebrow-on-dark{color:#eaf1ec;background:#eaf1ec1a}.hero-section{min-height:680px;padding-top:128px;padding-bottom:128px}.hero-copy h1{font-size:clamp(48px,5.2vw,72px);line-height:1.06}.hero-actions{gap:16px;margin-top:32px}.hero-actions .text-link{text-underline-offset:4px;font-weight:500;text-decoration:underline;text-decoration-thickness:1px}.hero-resume-card{border-radius:16px}.tool-grid,.dashboard-quick-grid{gap:32px}.tools-section,.dashboard-quick{padding-top:128px;padding-bottom:128px}.tool-card,.dashboard-panel,.dashboard-metrics article,.dashboard-quick-grid button,.coming-card,.guide-card,.knowledge-check,.career-glossary,.mentor-card,.editor-sidebar,.editor-form-panel,.resume-stage,.privacy-content>article{background:#fff;border:1px solid #e4e4e799;border-radius:16px;transition:transform .3s,border-color .3s,box-shadow .3s;box-shadow:0 2px 10px #00000005}.tool-card:hover,.dashboard-panel:hover,.dashboard-metrics article:hover,.dashboard-quick-grid button:hover,.guide-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000000a}.tool-card{min-height:280px;padding:28px}.tool-card-featured,.dashboard-mentor-panel{background:var(--green-light)}.tool-icon,.dashboard-metric-icon,.dashboard-spark,.dashboard-quick-grid button>span{background:var(--green-light);color:var(--green-mid)}.steps-section{background:var(--green)}.steps-copy h2 em{color:#eaf1ec}.steps-inner{gap:48px;padding-top:128px;padding-bottom:128px}.closing-section{padding-top:128px;padding-bottom:128px}.dashboard-hero{padding-top:128px;padding-bottom:48px}.dashboard-hero h1{font-size:clamp(42px,4.5vw,64px);line-height:1.07}.dashboard-hero-mark,.dashboard-panel-status{background:var(--green-light);color:var(--green-mid)}.dashboard-metrics{gap:32px;margin-bottom:32px}.dashboard-metrics article,.dashboard-panel{padding:28px}.dashboard-workspace{gap:32px}.dashboard-panel-heading h2{color:var(--ink);font-size:30px;line-height:1.1}.dashboard-quick-grid button{padding:24px}.dashboard-resume-preview{border-color:var(--line);border-radius:12px}.field input,.field textarea,.tag-input-shell,.practice-select select,.cover-letter-editor textarea{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:12px}.field input:focus,.field textarea:focus,.tag-input-shell:focus-within,.practice-select select:focus,.cover-letter-editor textarea:focus{border-color:var(--green-mid);outline:none;box-shadow:0 0 0 4px #2d6a4f1a}@media (width<=760px){.hero-section{min-height:0;padding:96px 24px}.hero-copy h1{font-size:clamp(42px,10.5vw,56px)}.tools-section,.dashboard-quick{padding-top:96px;padding-bottom:96px}.tool-grid,.dashboard-quick-grid{gap:24px}.steps-inner{gap:32px;padding-top:96px;padding-bottom:96px}.closing-section{padding-top:96px;padding-bottom:96px}.dashboard-hero{padding:96px 24px 40px}.dashboard-metrics,.dashboard-workspace{gap:24px}.dashboard-metrics article,.dashboard-panel{padding:24px}}@media (prefers-reduced-motion:reduce){body .button.button-primary svg,body .button.button-dark svg,.button-primary:after,.button-dark:after{transition:none}}.editor-step{min-height:54px}.editor-step small{color:#8e9991;font-size:10px}.editor-step b{margin-top:3px;font-size:13px}.step-icon-small{width:30px;height:30px}.progress-copy{font-size:12px}.progress-copy strong{font-size:14px}.progress-card>small{font-size:11px;line-height:1.55}.privacy-card b{font-size:11px}.privacy-card p{font-size:11px;line-height:1.5}.sidebar-guide span{font-size:11px}.sidebar-guide b,.field>span{font-size:12px}.field>span i{font-size:10px}.field input,.field textarea,.tag-input-shell{font-size:13px}.field input{height:42px}.field-foot,.field-help{font-size:11px}.form-tip p{font-size:11px;line-height:1.6}.form-heading .eyebrow{font-size:10px}.form-heading>p{font-size:12px;line-height:1.65}.checklist-title{letter-spacing:.1em;font-size:11px}.preview-foot li{gap:8px;font-size:12px}.preview-foot li>span{width:16px;height:16px;font-size:11px}.preview-foot>p{margin-top:10px;font-size:11px}.preview-foot ul{gap:9px 16px;margin:13px 0}.repeat-heading,.check-field{font-size:12px}.add-row-button{padding:11px;font-size:12px}.empty-hint b{font-size:12px}.empty-hint p{font-size:12px;line-height:1.6}.example-box-title{font-size:12px}.example-box p{font-size:12px;line-height:1.6}.skill-tag{padding:6px 9px;font-size:11px}.tag-list input{font-size:12px}.date-fields .field>span{font-size:10px}.date-fields input{font-size:12px}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink:#e7eee8;--muted:#a9bbae;--green:#78b58a;--green-dark:#5b9a70;--green-mid:#8dcc9d;--green-light:#20382a;--paper:#101713;--surface:#17271f;--surface-muted:#1a2b22;--line:#344d3e;--focus-ring:#8dcc9d;color:#d8e6da;background:#101713}html[data-theme=dark] body,html[data-theme=dark] .app-root,html[data-theme=dark] #root,html[data-theme=dark] #conteudo-principal,html[data-theme=dark] main{color:#d8e6da;background:#101713}html[data-theme=dark] .site-header,html[data-theme=dark] .app-site-header{color:#d8e6da;background:#101713f0;border-bottom-color:#294237}html[data-theme=dark] .brand,html[data-theme=dark] .desktop-nav,html[data-theme=dark] .app-nav{color:#d8e6da}html[data-theme=dark] .desktop-nav a:hover,html[data-theme=dark] .app-site-header .app-nav a[aria-current=page]{color:#a9d4b0}html[data-theme=dark] .app-nav-actions>a:not(.button),html[data-theme=dark] .account-signup-link{color:#c4d4c7}html[data-theme=dark] .hero-copy h1,html[data-theme=dark] .section-heading h2,html[data-theme=dark] .closing-section h2,html[data-theme=dark] .dashboard-hero h1{color:#e1efe1}html[data-theme=dark] .hero-copy h1 em,html[data-theme=dark] .section-heading h2 em,html[data-theme=dark] .closing-section h2 em{color:#8dcc9d}html[data-theme=dark] .hero-description,html[data-theme=dark] .section-heading>p,html[data-theme=dark] .hero-note,html[data-theme=dark] .text-link{color:#b3c3b6}html[data-theme=dark] .hero-section,html[data-theme=dark] .tools-section,html[data-theme=dark] .closing-section{background:#101713}html[data-theme=dark] .eyebrow:not(.eyebrow-on-dark){color:#b9d9bf;background:#20382a}html[data-theme=dark] .eyebrow-dot{background:#8dcc9d}html[data-theme=dark] .hero-note a,html[data-theme=dark] .text-link,html[data-theme=dark] .tool-card-link{color:#a9d4b0}html[data-theme=dark] .hero-resume-card,html[data-theme=dark] .tool-card,html[data-theme=dark] .coming-card{color:#d8e6da;background:#17271f;border-color:#344d3e;box-shadow:0 12px 30px #0004}html[data-theme=dark] .tool-card-copy,html[data-theme=dark] .tool-card-title{color:#d8e6da}html[data-theme=dark] .tool-card-featured{background:#1a3024;border-color:#45614d}html[data-theme=dark] .tool-icon,html[data-theme=dark] .closing-mark{color:#b9d9bf;background:#263b2d}html[data-theme=dark] .steps-section{background:#173326}html[data-theme=dark] .steps-section .button-paper{color:#173c2a;background:#f1f7f2;border-color:#dbe9de}html[data-theme=dark] .steps-section .button-paper:hover{color:#102b1e;background:#fff}html[data-theme=dark] .trust-strip,html[data-theme=dark] .site-footer{color:#a9bbae;background:#151f1a;border-color:#294237}html[data-theme=dark] .platform-page,html[data-theme=dark] .auth-form-pane{color:#d8e6da;background:#101713}html[data-theme=dark] .platform-card{color:#d8e6da;background:#17271f;border-color:#344d3e}html[data-theme=dark] .platform-heading h1,html[data-theme=dark] .platform-heading h2,html[data-theme=dark] .platform-card h1,html[data-theme=dark] .platform-card h2,html[data-theme=dark] .platform-card h3{color:#e1efe1}html[data-theme=dark] .platform-heading p,html[data-theme=dark] .platform-card p,html[data-theme=dark] .platform-card small{color:#b3c3b6}html[data-theme=dark] .platform-card input:not([type=checkbox]):not([type=radio]),html[data-theme=dark] .platform-card textarea,html[data-theme=dark] .platform-card select{color:#e1efe1;background:#101a15;border-color:#3b5145}html[data-theme=dark] .theme-toggle{color:#c7e1ca;background:#17271f;border-color:#3b5145}html[data-theme=dark] .editor-form-panel .form-footer .button-quiet{color:#d8e6da;background:#17271f;border-color:#3b5145}html[data-theme=dark] .editor-form-panel .form-footer .button-primary{color:#fff;background:#286345}html[data-theme=dark] .theme-toggle:hover{color:#e1efe1;background:#20382a}
