:root{font-family:PingFang SC,Microsoft YaHei,sans-serif;color:#17233d;background:#fff;font-synthesis:none;--blue: #2563eb;--blue-dark: #1d4ed8;--navy: #111827;--muted: #667085;--line: #e5e7eb;--soft-blue: #eff6ff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;-webkit-font-smoothing:antialiased}button,input{font:inherit}button{border:0;cursor:pointer}button:focus-visible{outline:3px solid rgba(21,94,239,.28);outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.app-shell{min-height:100vh;overflow:hidden;background:#fff}.topbar{height:72px;padding:0 max(32px,calc((100vw - 1240px)/2));display:flex;align-items:center;gap:32px;background:#fff;border-bottom:1px solid #eceef2;position:relative;z-index:20}.brand{display:flex;align-items:center;background:transparent;color:var(--blue);font-weight:800;font-size:23px;letter-spacing:-1px;white-space:nowrap;padding:0}.nav{flex:1;display:flex;justify-content:center;align-items:stretch;height:100%;gap:clamp(8px,1.45vw,24px)}.nav button{position:relative;background:transparent;color:#47546d;padding:0;font-size:14px;white-space:nowrap}.nav button:hover,.nav button.active{color:var(--blue)}.nav button.active:after{content:"";position:absolute;left:50%;bottom:0;width:24px;height:3px;border-radius:3px 3px 0 0;background:var(--blue);transform:translate(-50%)}.auth-actions{display:flex;align-items:center;gap:16px;white-space:nowrap}.text-button{color:#47546d;background:transparent;padding:10px 4px}.small-primary,.primary-action{color:#fff;background:var(--blue);border-radius:6px;font-weight:600}.small-primary{padding:10px 17px}.small-primary:hover,.primary-action:hover{background:var(--blue-dark);transform:translateY(-1px)}.hero{min-height:520px;padding:48px max(32px,calc((100vw - 1240px)/2));display:grid;grid-template-columns:minmax(440px,1fr) minmax(460px,.92fr);align-items:center;gap:56px;background:#f8fafc;border-bottom:1px solid #eef0f3}.hero-copy{position:relative;z-index:2}.eyebrow{width:fit-content;display:flex;align-items:center;gap:7px;padding-left:10px;color:var(--blue);border-left:3px solid var(--blue);font-size:13px;font-weight:600}.hero h1{margin:18px 0 15px;color:var(--navy);font-size:clamp(42px,3.5vw,52px);line-height:1.2;letter-spacing:-2px}.hero-copy>p{margin:0;color:var(--muted);font-size:17px;line-height:1.9}.hero-actions{display:flex;gap:13px;margin-top:29px}.primary-action,.secondary-action{min-height:46px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:15px}.secondary-action{color:#34425e;background:#fff;border:1px solid #dfe3e8;border-radius:6px;font-weight:600}.secondary-action:hover{border-color:#adc5f5;color:var(--blue)}.trust-row{display:flex;gap:24px;flex-wrap:wrap;margin-top:24px;color:#758097;font-size:13px}.trust-row span{display:flex;align-items:center;gap:5px}.trust-row svg{color:#5b86e5}.resume-stage{min-height:410px;position:relative;isolation:isolate}.resume-stage:before{content:"";position:absolute;top:42px;right:8%;bottom:18px;left:8%;background:#edf2f7;z-index:-2}.resume-sheet{position:absolute;width:260px;aspect-ratio:210/297;object-fit:cover;object-position:top;border:7px solid white;border-radius:2px;box-shadow:0 12px 30px #1f293724}.sheet-left{left:7%;top:64px;transform:rotate(-8deg);opacity:.88}.sheet-right{right:3%;top:47px;transform:rotate(7deg);opacity:.88}.sheet-main{left:50%;top:12px;width:287px;transform:translate(-50%);z-index:3;box-shadow:0 28px 70px #263e693d}.floating-badge{position:absolute;z-index:7;display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fff;border:1px solid #e2e6eb;border-radius:6px;box-shadow:0 8px 20px #1f293717}.floating-badge>svg{width:23px;height:23px;padding:4px;color:#fff;background:var(--blue);border-radius:7px}.floating-badge span{display:flex;flex-direction:column}.floating-badge b{color:#26344f;font-size:12px}.floating-badge small{color:#8a95a9;font-size:10px}.badge-top{right:0;top:48px}.badge-bottom{left:0;bottom:41px}.templates-section{padding:64px max(32px,calc((100vw - 1240px)/2)) 72px;text-align:left}.section-heading>span{color:var(--blue);font-weight:700;font-size:13px;letter-spacing:1px}.section-heading h2{margin:9px 0 10px;color:var(--navy);font-size:32px}.section-heading p{margin:0;color:#78849a;font-size:15px}.category-tabs{display:flex;justify-content:center;gap:10px;margin:28px 0}.category-tabs button{padding:9px 17px;color:#5d6980;background:#f5f7fa;border-radius:7px;font-size:13px}.category-tabs button:hover,.category-tabs button.selected{color:#fff;background:var(--blue)}.template-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;text-align:left}.templates-section .template-grid{margin-top:28px}.template-card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:4px;overflow:hidden;transition:border-color .2s ease}.template-card:hover{border-color:#b8c2d0}.template-preview{height:285px;padding:16px 18px 0;overflow:hidden;position:relative;background:#f4f5f7}.template-preview img{width:100%;display:block;box-shadow:0 6px 18px #2f3e581f}.template-preview button{position:absolute;left:50%;bottom:18px;transform:translate(-50%);width:calc(100% - 48px);height:42px;display:flex;align-items:center;justify-content:center;gap:7px;color:#fff;background:#2563ebf5;border-radius:4px;font-weight:600;transition:.2s ease}.template-preview button:hover{background:var(--blue-dark)}.template-meta{padding:14px 15px 16px}.template-meta h3{margin:0 0 9px;color:#27344e;font-size:15px}.template-meta div{display:flex;gap:6px}.template-meta span{padding:3px 7px;color:#71809a;background:#f3f5f8;border-radius:4px;font-size:11px}.more-button{margin-top:28px;display:inline-flex;align-items:center;gap:7px;padding:11px 0;color:var(--blue);background:#fff;font-weight:600}.more-button:hover{background:var(--soft-blue)}.empty-state{padding:45px;color:var(--muted);background:#f7f9fc;border-radius:10px}.benefit-strip{padding:32px max(32px,calc((100vw - 1240px)/2));display:grid;grid-template-columns:repeat(4,1fr);gap:28px;background:#fff;border-top:1px solid #eceef2}.benefit-strip>div{display:flex;align-items:center;justify-content:center;gap:11px}.benefit-strip svg{color:var(--blue);font-size:29px}.benefit-strip span{display:flex;flex-direction:column}.benefit-strip b{color:#2c3953;font-size:14px}.benefit-strip small{margin-top:2px;color:#8791a4}.dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:20px;background:#10182885}.dialog{width:min(460px,100%);position:relative;padding:32px;background:#fff;border-radius:8px;box-shadow:0 24px 60px #10182838;text-align:center}.dialog-close{position:absolute;right:15px;top:15px;width:40px;height:40px;display:grid;place-items:center;color:#647087;background:#f2f4f7;border-radius:10px}.dialog-icon{width:48px;height:48px;margin:2px auto 14px;display:grid;place-items:center;color:#fff;background:var(--blue);border-radius:14px;font-size:25px}.dialog h2{margin:0;color:var(--navy);font-size:24px}.dialog>p{margin:10px 0 22px;color:var(--muted);line-height:1.7}.dialog-options{display:grid;gap:10px;text-align:left}.dialog-options button{min-height:68px;padding:12px 14px;display:grid;grid-template-columns:34px 1fr 20px;align-items:center;gap:10px;color:#34415a;background:#f7f9fc;border:1px solid #e9edf3;border-radius:11px}.dialog-options button:hover{color:var(--blue);border-color:#bcd0f8;background:#f1f6ff}.dialog-options button>svg:first-child{font-size:27px;color:var(--blue)}.dialog-options span{display:flex;flex-direction:column}.dialog-options small{margin-top:3px;color:#8892a5}.toast{position:fixed;left:50%;bottom:30px;z-index:80;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:12px 18px;color:#fff;background:#20304d;border-radius:9px;box-shadow:0 12px 30px #121e3538;font-size:14px}.toast svg{color:#7ce6a1}.account-dialog,.payment-dialog{width:min(500px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;position:relative;padding:32px;color:#17233d;background:#fff;border-radius:8px;box-shadow:0 24px 60px #10182838}.account-heading{padding:4px 36px 0;text-align:center}.account-heading.left{padding-inline:0;text-align:left}.account-mark{display:inline-block;margin-bottom:18px;color:var(--blue);font-size:23px;font-weight:800;letter-spacing:-1px}.account-heading h2,.payment-heading h2{margin:0;color:#17233d;font-size:25px}.account-heading p,.payment-heading p{margin:9px 0 0;color:#6b778d;line-height:1.65}.account-tabs{margin:26px 0 20px;display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #e5e7eb}.account-tabs button{height:44px;position:relative;color:#68758b;background:transparent}.account-tabs button.active{color:var(--blue);font-weight:700}.account-tabs button.active:after{content:"";position:absolute;left:28%;right:28%;bottom:-1px;height:2px;background:var(--blue)}.account-form{display:grid;gap:16px}.account-form label{display:grid;gap:7px;color:#344054;font-size:13px;font-weight:600}.account-form input{width:100%;height:44px;padding:0 12px;color:#24324a;background:#fff;border:1px solid #d9dee7;border-radius:5px;outline:0}.account-form input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}.code-field{display:grid;grid-template-columns:1fr 112px;gap:8px}.code-field button{color:var(--blue);background:#eff6ff;border-radius:5px;font-size:13px}.code-field button:disabled{color:#98a2b3;background:#f2f4f7;cursor:not-allowed}.account-submit,.payment-submit{width:100%;min-height:46px;color:#fff;background:var(--blue);border-radius:5px;font-weight:700}.account-submit:disabled{opacity:.65;cursor:wait}.form-message{margin:-3px 0 0;padding:9px 11px;border-radius:4px;font-size:13px;line-height:1.5}.form-message.error{color:#b42318;background:#fef3f2}.account-note{margin:16px 0 0;color:#98a2b3;text-align:center;font-size:12px}.wechat-login-mark{width:48px;height:48px;margin:0 auto 16px;display:grid;place-items:center;color:#fff;background:#07c160;border-radius:10px;font-size:29px}.wechat-qr-frame{width:238px;height:238px;margin:24px auto 14px;position:relative;display:grid;place-items:center;overflow:hidden;background:#fff;border:1px solid #dfe3e8}.wechat-qr-frame img{width:222px;height:222px;display:block;object-fit:contain}.wechat-qr-loading{display:grid;justify-items:center;gap:12px;color:#7b879a;font-size:13px}.wechat-qr-loading svg{color:var(--blue);font-size:36px}.wechat-qr-expired{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;justify-items:center;gap:14px;color:#344054;background:#fffffff0}.wechat-qr-expired button{min-height:38px;padding:0 18px;color:#fff;background:var(--blue);border-radius:4px}.wechat-login-status{min-height:42px;display:grid;justify-items:center;gap:3px;color:#344054;font-size:13px}.wechat-login-status span{color:#98a2b3;font-size:12px}.wechat-login-status.is-scanned b,.wechat-login-status.is-confirmed b{color:#067647}.account-user-icon{width:50px;height:50px;margin-bottom:14px;display:grid;place-items:center;color:var(--blue);background:#eff6ff;border-radius:50%;font-size:34px}.account-back{margin-bottom:18px;padding:0;color:var(--blue);background:transparent}.account-summary{margin:24px 0;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e5e7eb}.account-summary div{padding:18px 10px;display:grid;gap:4px;text-align:center}.account-summary div+div{border-left:1px solid #e5e7eb}.account-summary b{color:#1d2939;font-size:18px}.account-summary span{color:#7b879a;font-size:12px}.account-menu{display:grid;border-top:1px solid #e5e7eb}.account-menu>button{min-height:66px;padding:10px 0;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:11px;color:#344054;background:transparent;border-bottom:1px solid #e5e7eb;text-align:left}.account-menu>button>svg{color:var(--blue);font-size:22px}.account-menu>button span{display:grid;gap:3px}.account-menu>button small{color:#8792a5}.account-menu>button i{color:#98a2b3;font-style:normal}.account-menu>button:disabled{cursor:default;opacity:1}.account-logout{min-height:42px;margin-top:22px;display:flex;align-items:center;gap:7px;color:#b42318;background:transparent}.order-list{min-height:180px;margin-top:24px;display:grid;align-content:start;border-top:1px solid #e5e7eb}.order-list article{min-height:78px;padding:14px 0;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #e5e7eb}.order-list article>div{display:grid;gap:5px}.order-list article>div:last-child{justify-items:end}.order-number{padding:0;display:flex;align-items:center;gap:5px;color:#98a2b3;background:transparent;font-size:11px;text-align:left}.order-number code{font-family:Consolas,monospace}.order-number svg{flex:none;font-size:13px}.order-number em{color:#067647;font-style:normal}.order-list strong{color:#17233d}.order-status{padding:3px 7px;color:#667085;background:#f2f4f7;border-radius:3px;font-size:11px}.order-status.status-1{color:#067647;background:#ecfdf3}.order-status.status-2{color:#b42318;background:#fef3f2}.order-empty{padding:44px 0;color:#8792a5;text-align:center}.payment-heading{padding-right:36px}.payment-heading>span{display:block;margin-bottom:8px;color:var(--blue);font-size:13px;font-weight:700}.payment-heading p b{margin-left:6px;color:#17233d;font-size:22px}.pay-methods{margin:26px 0 18px;display:grid;gap:10px}.pay-methods button{min-height:68px;padding:12px 14px;display:grid;grid-template-columns:34px 1fr 18px;align-items:center;gap:12px;color:#344054;background:#fff;border:1px solid #dfe3e8;border-radius:5px;text-align:left}.pay-methods button.selected{border-color:#16a34a;box-shadow:0 0 0 2px #16a34a14}.pay-methods button.selected.alipay{border-color:#1677ff;box-shadow:0 0 0 2px #1677ff14}.pay-methods button>svg{color:#16a34a;font-size:29px}.alipay-mark{width:29px;height:29px;display:grid;place-items:center;color:#fff;background:#1677ff;border-radius:4px;font-weight:800}.pay-methods button>span:nth-child(2){display:grid;gap:4px}.pay-methods small{color:#8792a5}.pay-methods i{width:16px;height:16px;border:1px solid #c9d0db;border-radius:50%}.pay-methods button.selected i{border:5px solid #16a34a}.pay-methods button.selected.alipay i{border-color:#1677ff}.payment-rule{margin:0 0 18px;color:#8792a5;font-size:12px;line-height:1.6}.payment-qr{width:260px;height:260px;margin:24px auto 18px;display:block;border:1px solid #e5e7eb}.payment-order-line{padding:11px 0;display:flex;justify-content:space-between;gap:12px;color:#8792a5;border-top:1px solid #e5e7eb;font-size:12px}.payment-order-line>button{max-width:78%;padding:0;display:flex;align-items:center;justify-content:flex-end;gap:5px;color:#475467;background:transparent;text-align:right}.payment-order-line code{color:inherit;word-break:break-all}.payment-order-line svg{flex:none;font-size:14px}.payment-order-line em{flex:none;color:#067647;font-style:normal}.secondary-payment-button{width:100%;min-height:44px;margin-top:12px;color:var(--blue);background:#eff6ff;border-radius:5px;font-weight:600}.payment-loading,.payment-result,.payment-checking{padding:52px 12px 24px;text-align:center}.payment-loading>svg,.payment-result>span svg,.payment-checking>svg{color:var(--blue);font-size:48px}.payment-result>span svg{color:#16a34a}.payment-result h2,.payment-loading h2{margin:18px 0 8px}.payment-result p,.payment-loading p{color:#68758b;line-height:1.65}.payment-result button{width:100%;min-height:44px;margin-top:18px;color:#fff;background:var(--blue);border-radius:5px}.payment-checking{color:#68758b}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:1181px){.topbar{display:grid;grid-template-columns:1fr auto 1fr}.brand{justify-self:start}.nav{flex:none}.auth-actions{justify-self:end}}@media(max-width:1180px){.topbar{padding:0 3vw;gap:20px}.nav{overflow-x:auto;justify-content:flex-start}.hero{padding-inline:5vw;grid-template-columns:1fr 1fr}.resume-sheet{width:225px}.sheet-main{width:250px}}@media(max-width:900px){.topbar{height:auto;min-height:64px;padding-block:10px;flex-wrap:wrap}.nav{order:3;width:100%;height:44px;display:flex;overflow-x:auto}.nav button{min-height:44px;flex:0 0 auto}.auth-actions{margin-left:auto}.hero{grid-template-columns:1fr;padding:48px 6vw;text-align:center}.hero-copy{padding:0}.eyebrow,.hero-actions{margin-inline:auto}.trust-row{justify-content:center}.resume-stage{width:min(650px,100%);margin:0 auto}.template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.benefit-strip{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.topbar{padding:0 18px}.text-button{display:none}.small-primary{padding:9px 12px}.hero{padding:40px 20px 35px}.hero h1{font-size:38px;letter-spacing:-1.5px}.hero-copy>p{font-size:15px}.desktop-only{display:none}.hero-actions{flex-direction:column;width:100%}.primary-action,.secondary-action{width:100%;min-height:48px}.trust-row{display:grid;grid-template-columns:repeat(2,auto);gap:12px 22px}.resume-stage{min-height:360px;transform:scale(.84);margin:-20px auto -45px}.resume-sheet{width:190px}.sheet-main{width:215px}.badge-top{right:-5%}.badge-bottom{left:-5%}.templates-section{padding:50px 18px}.section-heading h2{font-size:27px}.category-tabs{overflow-x:auto;justify-content:flex-start;margin-inline:-18px;padding:0 18px 4px}.category-tabs button{min-height:44px;white-space:nowrap}.template-grid{grid-template-columns:1fr}.template-preview{height:410px}.template-preview button{opacity:1;transform:translate(-50%);min-height:44px}.benefit-strip{grid-template-columns:1fr;padding:28px 20px}.benefit-strip>div{justify-content:flex-start}.dialog,.account-dialog,.payment-dialog{padding:28px 20px 20px}.account-entry{display:inline-flex}.account-summary{grid-template-columns:1fr}.account-summary div+div{border-left:0;border-top:1px solid #e5e7eb}}:root{--blue: #1f6feb;--blue-dark: #1558c0;--navy: #14213a;--muted: #667085;--line: #e6eaf0;--soft-blue: #edf5ff;--surface: #f7f9fc;--container: 1180px;--shadow-sm: 0 8px 24px rgba(20, 33, 58, .07);--shadow-md: 0 18px 48px rgba(20, 33, 58, .12)}body{color:var(--navy);background:#fff}button{transition:color .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.topbar{height:76px;padding:0 max(28px,calc((100vw - var(--container)) / 2));position:sticky;top:0;z-index:40;border-bottom-color:#dee4ede0;background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{gap:9px;font-size:24px}.brand small{padding-left:9px;color:#8a94a6;border-left:1px solid #dce2ea;font-size:11px;font-weight:500;letter-spacing:.08em}.nav{gap:4px;height:44px;padding:4px;align-self:center;background:#f5f7fa;border-radius:12px}.nav button{min-height:36px;padding:0 15px;border-radius:9px;font-size:14px}.nav button:hover{color:#1d4f91;background:#fff}.nav button.active{color:#1558c0;background:#fff;box-shadow:0 1px 5px #172a4d1a;font-weight:600}.nav button.active:after{display:none}.auth-actions{gap:10px}.text-button{min-height:42px;padding:0 12px;border-radius:9px}.text-button:hover{color:var(--blue);background:var(--soft-blue)}.small-primary,.primary-action{border-radius:10px;box-shadow:0 5px 14px #1f6feb2e}.small-primary{min-height:42px;padding:0 17px}.small-primary:hover,.primary-action:hover{box-shadow:0 8px 20px #1f6feb3d}.mobile-menu-button,.mobile-account-entry{display:none}.hero{min-height:610px;padding:64px max(28px,calc((100vw - var(--container)) / 2));grid-template-columns:minmax(420px,.92fr) minmax(500px,1.08fr);gap:72px;background:radial-gradient(circle at 78% 30%,rgba(204,224,255,.58),transparent 32%),linear-gradient(135deg,#fbfdff,#f4f8fd)}.eyebrow{padding:7px 11px;gap:7px;color:#185bbb;background:#eaf3ff;border:0;border-radius:8px;font-size:12px}.hero h1{margin:20px 0 18px;max-width:620px;font-size:clamp(44px,4.2vw,60px);line-height:1.15;letter-spacing:-.045em}.hero-copy>p{max-width:590px;color:#5f6c82;font-size:17px;line-height:1.85}.hero-actions{margin-top:32px;gap:12px}.primary-action,.secondary-action{min-height:50px;padding:0 22px;border-radius:10px}.secondary-action{border-color:#dbe2ec;box-shadow:0 2px 6px #14213a0a}.secondary-action:hover{background:#f7faff}.trust-row{margin-top:26px;gap:20px;color:#77849a}.trust-row span{gap:6px}.resume-stage{min-height:470px}.resume-stage:before{top:58px;right:6%;bottom:8px;left:6%;border-radius:22px;background:linear-gradient(145deg,#edf4fc,#e3ecf8)}.resume-sheet{border-width:8px;border-radius:5px;box-shadow:0 16px 36px #1d305024}.sheet-left{left:3%;top:84px}.sheet-right{right:0;top:68px}.sheet-main{top:6px;width:310px;box-shadow:0 30px 70px #22437438}.floating-badge{padding:11px 13px;border:0;border-radius:12px;box-shadow:var(--shadow-sm)}.floating-badge>svg{border-radius:7px}.templates-section{padding:80px max(28px,calc((100vw - var(--container)) / 2)) 88px}.section-heading{max-width:650px}.section-heading>span{letter-spacing:.06em}.section-heading h2{margin-top:12px;font-size:34px;letter-spacing:-.025em}.section-heading p{color:#748198;line-height:1.7}.template-grid{gap:22px}.template-card{border:0;border-radius:14px;box-shadow:0 0 0 1px var(--line),var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease}.template-card:hover{border-color:transparent;transform:translateY(-4px);box-shadow:0 0 0 1px #d7e0ec,var(--shadow-md)}.template-preview{height:300px;padding:18px 20px 0;background:linear-gradient(145deg,#f4f7fb,#edf1f6)}.template-preview img{border-radius:3px 3px 0 0;box-shadow:0 9px 24px #28395524}.template-preview button{bottom:16px;width:calc(100% - 40px);height:44px;border-radius:9px;box-shadow:0 8px 18px #1f6feb2e}.template-meta{min-height:88px;padding:17px 18px 18px}.template-meta h3{font-size:16px}.template-meta span{color:#66758c;background:#f3f6f9;border-radius:6px}.more-button{margin-top:30px;padding:11px 14px;border-radius:8px}.benefit-strip{padding-top:38px;padding-bottom:38px;gap:14px;background:#f7f9fc;border-top:0}.benefit-strip>div{min-height:76px;justify-content:flex-start;padding:0 16px;background:#fff;border-radius:12px;box-shadow:0 0 0 1px #e7ebf1}.benefit-strip svg{flex:none}.dialog-backdrop{padding:24px;background:#0f192b94;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.dialog,.account-dialog,.payment-dialog{border-radius:18px;box-shadow:0 28px 80px #0b182d47}.account-dialog,.payment-dialog{width:min(520px,100%);padding:34px}.dialog-close{right:16px;top:16px;color:#536077;background:#f4f6f9;border-radius:10px}.dialog-close:hover{color:#1f3b68;background:#e9eef5}.wechat-login-mark{border-radius:14px;box-shadow:0 8px 18px #07c16033}.wechat-qr-frame{border:0;border-radius:14px;box-shadow:0 0 0 1px #e3e8ef,0 12px 28px #14213a14}.account-summary{overflow:hidden;background:#f8fafc;border:0;border-radius:12px}.account-menu{border-top:0}.account-menu>button{padding-inline:12px;border-radius:10px;border-bottom:0}.account-menu>button:hover:not(:disabled){background:#f4f8ff}.pay-methods button,.account-submit,.payment-submit,.secondary-payment-button,.payment-result button{border-radius:10px}.toast{bottom:24px;border-radius:12px}@media(max-width:1180px){.topbar{padding-inline:24px}.hero{padding-inline:5vw;gap:36px}.brand small{display:none}}@media(max-width:900px){.topbar{min-height:68px;height:68px;padding:0 22px;flex-wrap:nowrap}.mobile-menu-button{width:44px;height:44px;margin-left:auto;display:grid;place-items:center;color:#344054;background:#f4f6f9;border-radius:10px;font-size:23px}.nav{position:fixed;top:76px;left:16px;right:16px;width:auto;height:auto;padding:10px;display:none;flex-direction:column;align-items:stretch;overflow:visible;background:#fff;border:1px solid #e3e8ef;border-radius:14px;box-shadow:var(--shadow-md)}.nav.open{display:flex}.nav button{min-height:46px;justify-content:flex-start;text-align:left}.nav button.active{color:var(--blue);background:var(--soft-blue);box-shadow:none}.nav .mobile-account-entry{display:flex;align-items:center;gap:8px;color:#43516a;border-top:1px solid #edf0f4;border-radius:0}.auth-actions{margin-left:0}.account-entry{display:none}.hero{grid-template-columns:1fr;text-align:left}.eyebrow,.hero-actions{margin-inline:0}.trust-row{justify-content:flex-start}.resume-stage{width:min(680px,100%)}}@media(max-width:560px){.topbar{min-height:64px;height:64px;padding-inline:16px}.brand{font-size:22px}.small-primary{min-height:40px;padding-inline:13px}.nav{top:70px}.hero{min-height:auto;padding:46px 20px 34px}.hero h1{margin-top:17px;font-size:36px;line-height:1.18}.hero-copy>p{font-size:15px;line-height:1.75}.resume-stage{min-height:330px;margin:8px auto -25px;transform:none}.resume-stage:before{top:54px;right:0;bottom:12px;left:0}.resume-sheet{width:160px}.sheet-main{width:190px}.sheet-left{left:0;top:85px}.sheet-right{right:0;top:78px}.floating-badge{transform:scale(.9)}.badge-top{right:-10px;top:36px}.badge-bottom{left:-6px;bottom:28px}.templates-section{padding:58px 18px 64px}.section-heading h2{font-size:28px;line-height:1.3}.template-preview{height:360px}.benefit-strip{gap:10px;padding:24px 18px}.dialog-backdrop{align-items:end;padding:0}.dialog,.account-dialog,.payment-dialog{width:100%;max-height:92vh;padding:28px 20px 22px;border-radius:20px 20px 0 0}.account-summary{grid-template-columns:repeat(3,1fr)}.account-summary div+div{border-top:0;border-left:1px solid #e5e7eb}.wechat-qr-frame{width:224px;height:224px}.wechat-qr-frame img{width:208px;height:208px}}.inner-page{min-height:calc(100vh - 72px);background:#fff}.page-hero{min-height:320px;padding:48px max(32px,calc((100vw - 1240px)/2));display:grid;grid-template-columns:minmax(0,1fr) 320px;align-items:center;gap:64px;background:#f8fafc;border-bottom:1px solid #eceff3}.page-hero-copy>span,.section-title-row>div>span,.faq-section>div>span{color:var(--blue);font-size:13px;font-weight:700;letter-spacing:1px}.page-hero h1{max-width:700px;margin:12px 0;color:var(--navy);font-size:clamp(36px,3.5vw,46px);line-height:1.2;letter-spacing:-1.5px}.page-hero-copy>p{max-width:680px;margin:0;color:var(--muted);font-size:16px;line-height:1.9}.page-hero-actions{margin-top:24px}.page-hero-visual{display:grid;place-items:center}.page-hero-visual>img{width:210px;height:272px;object-fit:cover;object-position:top;background:#fff;border:1px solid #e3e7ed;box-shadow:0 10px 24px #1f29371a;transform:rotate(2deg)}.hero-facts{display:flex;flex-wrap:wrap;gap:18px;color:#46556f}.hero-facts span{display:flex;align-items:center;gap:6px}.hero-facts svg{color:#22c55e}.page-section{padding:56px max(6vw,calc((100vw - 1240px)/2)) 72px}.section-title-row{display:flex;align-items:end;justify-content:space-between;gap:24px}.section-title-row h2{margin:8px 0 0;color:var(--navy);font-size:30px}.compact-heading{margin-bottom:28px}.left-tabs{justify-content:flex-start}.search-field{width:min(320px,100%);height:44px;padding:0 14px;display:flex;align-items:center;gap:9px;color:#8792a5;background:#f7f9fc;border-radius:8px}.search-field:focus-within{box-shadow:0 0 0 3px #3b82f621}.search-field input{width:100%;border:0;outline:0;color:#26344d;background:transparent}.template-page-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.example-hero-card,.guide-hero-card{width:310px;padding:26px;display:flex;align-items:center;gap:16px;background:#fff;border:1px solid #e4e7ec;border-radius:4px}.example-hero-card{flex-direction:column;align-items:flex-start}.example-hero-card>svg{color:var(--blue);font-size:46px}.example-hero-card b,.guide-hero-card b{color:#24334e;font-size:18px}.example-hero-card small{color:#77839a}.example-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.example-card{min-width:0;display:grid;grid-template-columns:130px 1fr;overflow:hidden;background:#fff;border:1px solid #e5e7eb;border-radius:4px;transition:border-color .2s ease}.example-card:hover{border-color:#b8c2d0}.example-card>img{width:130px;height:100%;min-height:260px;object-fit:cover;object-position:top}.example-content{padding:20px;display:flex;flex-direction:column;align-items:flex-start}.example-labels{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px}.example-labels span{color:var(--blue);font-size:12px;font-weight:700}.example-labels small{color:#8a95a8}.example-content h3{margin:14px 0 9px;color:#25334e;font-size:18px;line-height:1.4}.example-content p{margin:0;color:#69768d;font-size:13px;line-height:1.75}.example-tags{margin-top:16px;display:flex;flex-wrap:wrap;gap:6px}.example-tags span{padding:4px 7px;color:#596981;background:#fff;border-radius:5px;font-size:11px}.example-content button{min-height:40px;margin-top:auto;padding-top:16px;display:flex;align-items:center;gap:6px;color:var(--blue);background:transparent;font-weight:600}.guide-hero-card{align-items:flex-start}.guide-hero-card>svg{flex:0 0 auto;color:var(--blue);font-size:42px}.guide-hero-card div{display:grid;gap:7px}.guide-hero-card span{color:#66758d;line-height:1.55}.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.guide-card{min-height:245px;padding:24px;display:flex;flex-direction:column;align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:4px}.guide-card.featured{color:inherit;background:#f8fafc;border-top:3px solid var(--blue)}.guide-card>span{color:var(--blue);font-size:12px;font-weight:700}.guide-card.featured>span,.guide-card.featured button{color:var(--blue)}.guide-card.featured p,.guide-card.featured small{color:#667085}.guide-card h3{margin:14px 0 10px;font-size:20px;line-height:1.45}.guide-card p{margin:0;color:#6a778f;line-height:1.7;font-size:13px}.guide-card>div{width:100%;margin-top:auto;padding-top:18px;display:flex;justify-content:space-between;color:#8792a5}.guide-card small{display:flex;align-items:center;gap:5px}.guide-card button{min-height:40px;padding:10px 0 0;display:flex;align-items:center;gap:6px;color:var(--blue);background:transparent;font-weight:600}.guide-detail{padding:38px 20px 72px;background:#f7f9fc}.guide-detail>article{max-width:820px;margin:18px auto 0;padding:52px 64px;background:#fff;box-shadow:0 2px 10px #22314d0f}.back-link{min-height:44px;margin-left:max(0px,calc((100vw - 820px)/2));color:var(--blue);background:transparent}.guide-detail article>span{color:var(--blue);font-weight:700}.guide-detail h1{margin:14px 0;color:var(--navy);font-size:38px;line-height:1.35}.article-meta{display:flex;align-items:center;gap:7px;color:#8a94a6;font-size:13px}.article-meta i{width:1px;height:12px;margin:0 5px;background:#d8dde6}.article-lead{margin:30px 0;padding:20px;color:#536078;background:#f2f6fc;border-radius:8px;line-height:1.8}.guide-detail article section{margin-top:32px}.guide-detail article section h2{color:#273650;font-size:21px}.guide-detail article section p{color:#5f6d84;line-height:1.9}.article-cta{margin-top:40px;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:#edf4ff;border-radius:10px}.article-cta div{display:grid;gap:5px}.article-cta span{color:#68758a;font-size:13px}.article-cta button{min-height:42px;padding:0 15px;display:flex;align-items:center;gap:6px;color:#fff;background:var(--blue);border-radius:8px}.plan-section{padding-top:48px}.plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}.plan-grid.plans-2{grid-template-columns:repeat(2,minmax(0,1fr))}.plan-grid.plans-4{grid-template-columns:repeat(4,minmax(0,1fr))}.plan-card{min-height:430px;padding:30px;position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:4px}.plan-card.recommended{background:#f8fafc;border-color:var(--blue)}.recommend-label{width:fit-content;padding:5px 9px;color:#1d4ed8;background:#dbeafe;border-radius:5px;font-size:11px;font-weight:700}.plan-card h3{margin:16px 0 7px;color:#23314a;font-size:22px}.plan-card>p{margin:0;color:#748097}.plan-price{margin:24px 0;display:flex;align-items:baseline;gap:5px}.plan-price small{color:#2e3b54;font-size:18px}.plan-price b{color:#16243d;font-size:44px}.plan-price span{margin-left:5px;color:#8a94a5}.plan-card ul{margin:0 0 28px;padding:0;display:grid;gap:13px;list-style:none}.plan-card li{display:flex;align-items:center;gap:8px;color:#536179}.plan-card li svg{color:#22c55e}.plan-card>button{width:100%;margin-top:auto}.plan-card>button:disabled{color:#98a2b3;background:#f2f4f7;border-color:#e4e7ec;cursor:not-allowed;transform:none}.plan-loading{min-height:240px;place-items:center;color:#8792a5;background:#f8fafc}.package-notice{margin:-12px 0 22px;padding:10px 12px;color:#7a5b18;background:#fffaeb;border:1px solid #fedf89;border-radius:4px;font-size:13px}.faq-section{padding:64px max(6vw,calc((100vw - 1000px)/2));display:grid;grid-template-columns:280px 1fr;gap:56px;background:#f7f9fc}.faq-section h2{margin:9px 0;color:var(--navy);font-size:30px}.faq-list{display:grid}.faq-list article{border-bottom:1px solid #e3e8f0}.faq-list button{width:100%;min-height:64px;padding:0;display:flex;align-items:center;justify-content:space-between;color:#2c3a54;background:transparent;text-align:left;font-weight:600}.faq-list button svg{transition:transform .2s ease}.faq-list button[aria-expanded=true] svg{transform:rotate(180deg)}.faq-list p{margin:-4px 0 20px;color:#68758d;line-height:1.8}.site-footer{padding:40px max(6vw,calc((100vw - 1240px)/2)) 20px;color:#7c879a;background:#17243d}.footer-main{display:grid;grid-template-columns:1fr 1.2fr auto;align-items:start;gap:56px}.footer-brand{color:#fff;font-size:24px}.footer-main p{max-width:330px;line-height:1.7}.footer-main nav{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.footer-main nav button{color:#c2cad7;background:transparent;text-align:left}.footer-main nav button:hover{color:#fff}.footer-create{min-height:44px;padding:0 16px;display:flex;align-items:center;gap:7px;color:#fff;background:#2563eb;border-radius:8px}.footer-bottom{margin-top:32px;padding-top:18px;display:flex;justify-content:space-between;border-top:1px solid #2b3850}.footer-bottom span{display:flex;align-items:center;gap:6px}.not-found{min-height:520px;display:grid;place-content:center;text-align:center}.not-found button{min-height:44px;color:var(--blue);background:#eff6ff;border-radius:8px}.dialog-single-action button{width:100%;min-height:46px;color:#fff;background:var(--blue);border-radius:8px;font-weight:600}@media(max-width:1000px){.page-hero{grid-template-columns:1fr 300px;gap:32px}.example-grid,.guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.plan-card{padding:24px}.plan-grid.plans-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.page-hero{padding:40px 20px;grid-template-columns:1fr;text-align:center}.page-hero-copy>p{margin-inline:auto}.page-hero-actions,.hero-facts{display:flex;justify-content:center}.page-hero-visual{display:none}.page-section{padding:42px 18px 56px}.section-title-row{align-items:stretch;flex-direction:column}.search-field{width:100%}.example-grid,.guide-grid,.plan-grid{grid-template-columns:1fr}.faq-section{padding:48px 20px;grid-template-columns:1fr;gap:20px}.guide-detail{padding-inline:12px}.guide-detail>article{padding:32px 22px}.guide-detail h1{font-size:30px}.back-link{margin-left:0}.article-cta{align-items:stretch;flex-direction:column}.footer-main{grid-template-columns:1fr;gap:28px}.footer-main nav{grid-template-columns:repeat(2,1fr)}.footer-create{width:fit-content}.footer-bottom{align-items:flex-start;flex-direction:column;gap:10px}}.page-hero{min-height:380px;padding:64px max(28px,calc((100vw - var(--container)) / 2));grid-template-columns:minmax(0,1fr) 350px;gap:72px;background:linear-gradient(135deg,#fbfdff,#f2f7fd)}.page-hero-copy>span,.section-title-row>div>span,.faq-section>div>span{letter-spacing:.06em}.page-hero h1{margin:14px 0 16px;font-size:clamp(38px,3.5vw,50px);letter-spacing:-.04em}.page-hero-copy>p{color:#5f6c82;line-height:1.8}.page-hero-visual>img{width:220px;height:288px;border:7px solid #fff;border-radius:6px;box-shadow:0 22px 52px #1b355c29;transform:rotate(3deg)}.example-hero-card,.guide-hero-card{width:100%;min-height:150px;padding:28px;border:0;border-radius:14px;box-shadow:var(--shadow-sm)}.page-section{padding:72px max(28px,calc((100vw - var(--container)) / 2)) 88px}.section-title-row h2{margin-top:11px;font-size:34px;letter-spacing:-.025em}.search-field{height:48px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 4px 14px #1826400a}.category-tabs{margin:30px 0;gap:8px}.category-tabs button{min-height:40px;padding:0 16px;border-radius:9px}.example-grid,.guide-grid{gap:22px}.example-card{border:0;border-radius:14px;box-shadow:0 0 0 1px var(--line),var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease}.example-card:hover{border-color:transparent;transform:translateY(-3px);box-shadow:0 0 0 1px #d8e0eb,var(--shadow-md)}.example-card>img{min-height:278px}.example-content h3{color:var(--navy)}.example-tags span{background:#f2f5f8}.guide-card{min-height:260px;padding:26px;border:0;border-radius:14px;box-shadow:0 0 0 1px var(--line);transition:transform .2s ease,box-shadow .2s ease}.guide-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}.guide-card.featured{color:#fff;background:#195fc9;border:0;box-shadow:0 18px 42px #195fc938}.guide-card.featured>span,.guide-card.featured button,.guide-card.featured h3{color:#fff}.guide-card.featured p,.guide-card.featured small{color:#d9e8ff}.guide-detail>article{border-radius:14px;box-shadow:var(--shadow-sm)}.plan-section{padding-top:64px}.plan-grid,.plan-grid.plans-2,.plan-grid.plans-4{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.plan-card{min-height:400px;padding:28px;border:0;border-radius:14px;box-shadow:0 0 0 1px var(--line),var(--shadow-sm)}.plan-card.recommended{background:#f3f8ff;border:0;box-shadow:0 0 0 2px var(--blue),0 18px 42px #1f6feb1f}.recommend-label{border-radius:7px}.plan-card h3{margin-top:18px}.plan-price{padding:18px 0;border-bottom:1px solid #e8edf3}.plan-card>button{min-height:48px}.faq-section{padding-top:72px;padding-bottom:72px;background:#f5f8fc}.faq-list article{border-bottom-color:#dfe6ef}.faq-list button{min-height:68px}.faq-list button:hover{color:var(--blue)}.site-footer{padding-top:52px;background:#132139}.footer-create{border-radius:10px}@media(max-width:1000px){.page-hero{grid-template-columns:minmax(0,1fr) 280px;gap:36px}.template-page-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.plan-grid,.plan-grid.plans-2,.plan-grid.plans-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.page-hero{min-height:auto;padding:54px 20px;grid-template-columns:1fr;text-align:left}.page-hero h1{font-size:36px}.page-hero-copy>p{margin-inline:0}.page-hero-actions,.hero-facts{justify-content:flex-start}.page-section{padding:54px 18px 64px}.section-title-row h2{font-size:29px}.category-tabs{justify-content:flex-start;overflow-x:auto;margin-inline:-18px;padding:0 18px 6px}.category-tabs button{flex:0 0 auto;min-height:44px}.template-page-grid,.example-grid,.guide-grid,.plan-grid,.plan-grid.plans-2,.plan-grid.plans-4{grid-template-columns:1fr}.example-card{grid-template-columns:110px 1fr}.example-card>img{width:110px;min-height:250px}.plan-card{min-height:380px}.faq-section{padding:54px 20px}}.editor-shell{min-height:100vh;background:#f5f6f8;color:#18233b;overflow:hidden}.editor-topbar{height:72px;padding:0 30px;display:flex;align-items:center;gap:26px;background:#fff;border-bottom:1px solid #e5e9f0;position:relative;z-index:20}.editor-brand{color:var(--blue);background:transparent;font-size:25px;font-weight:800;padding:8px 12px 8px 0;border-right:1px solid #e1e6ee}.resume-title-button{display:flex;align-items:center;gap:8px;color:#17223a;background:transparent;font-size:18px;font-weight:600;padding:8px 0}.resume-title-button svg{font-size:18px}.autosave{display:flex;align-items:center;gap:7px;color:#7b8597;font-size:13px}.editor-top-actions{margin-left:auto;display:flex;gap:12px}.cloud-account{display:inline-flex;align-items:center;gap:6px;color:#667085;font-size:12px;white-space:nowrap}.cloud-account svg{color:#16a34a;font-size:18px}.editor-top-actions button{min-height:42px;padding:0 18px;display:flex;align-items:center;gap:7px;color:#26344d;background:#fff;border:1px solid #dce2eb;border-radius:8px;font-weight:600}.editor-top-actions button:hover{color:var(--blue);border-color:#a9c2f4}.editor-top-actions .export-button{color:#fff;background:var(--blue);border-color:var(--blue);padding-inline:21px}.editor-top-actions .export-button:hover{color:#fff;background:#1049c7;border-color:#1049c7}.editor-top-actions button:disabled{cursor:wait;opacity:.68}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.editor-layout{height:calc(100vh - 72px);display:grid;grid-template-columns:270px minmax(540px,1fr) minmax(480px,39vw)}.editor-sidebar,.form-pane,.preview-panel{min-width:0;overflow-y:auto}.editor-sidebar{padding:28px 14px;background:#fff;border-right:1px solid #e5e9f0}.completion-head{padding:0 10px;display:flex;justify-content:space-between;font-size:14px}.completion-head span{color:#3d4960}.completion-track{height:6px;margin:14px 10px 24px;background:#e9edf3;border-radius:6px;overflow:hidden}.completion-track span{display:block;height:100%;background:var(--blue);border-radius:inherit;transition:width .3s ease}.module-nav{display:grid;gap:5px}.module-nav button{min-height:52px;padding:0 12px;display:grid;grid-template-columns:24px 1fr 24px;align-items:center;gap:10px;color:#526078;background:transparent;border-radius:8px;text-align:left;font-size:15px}.module-nav button:hover,.module-nav button.selected{color:var(--blue);background:#edf4ff}.module-nav svg{font-size:21px}.module-count{width:21px;height:21px;display:grid;place-items:center;color:#fff;background:var(--blue);border-radius:50%;font-size:11px}.module-done{color:#22c55e;font-size:18px!important}.module-empty{width:17px;height:17px;border:1px solid #ccd4df;border-radius:50%}.custom-module{width:calc(100% - 16px);min-height:42px;margin:16px 8px;display:flex;align-items:center;justify-content:center;gap:6px;color:#6a7589;background:#fff;border:1px dashed #cbd4e1;border-radius:8px}.writing-tips{margin:130px 8px 0;padding:18px;background:#f7f8fa;border:1px solid #eaecf0;border-radius:6px}.writing-tips>div{display:flex;align-items:center;gap:8px;margin-bottom:12px}.writing-tips svg{color:var(--blue);font-size:22px}.writing-tips p{margin:9px 0;color:#6f7c91;font-size:12px}.form-pane{padding:20px 22px 44px;background:#fbfcfe}.section-editor{max-width:780px;margin:0 auto}.editor-section-head{min-height:48px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.editor-section-head>div{display:flex;align-items:baseline;gap:12px}.editor-section-head h1{margin:0;font-size:21px}.editor-section-head span{color:#9099aa;font-size:12px}.outline-action{min-height:38px;padding:0 13px;display:flex;align-items:center;gap:6px;color:var(--blue);background:#fff;border:1px solid #ccdaf5;border-radius:8px}.experience-list{display:grid;gap:12px}.experience-card,.generic-card{position:relative;padding:46px 58px 22px;background:#fff;border:1px solid #e0e3e8;border-radius:4px}.experience-number{position:absolute;top:18px;left:0;width:30px;height:28px;display:grid;place-items:center;color:var(--blue);background:#eaf2ff;border-radius:0 6px 6px 0;font-weight:700}.card-actions{position:absolute;right:14px;top:12px;display:flex;gap:8px}.card-actions button{min-width:36px;height:34px;display:flex;align-items:center;justify-content:center;gap:5px;color:#5f6a7f;background:transparent;border-radius:6px}.card-actions button:hover{color:var(--blue);background:#f0f5fd}.card-actions button:disabled{color:#c3cad5;background:transparent;cursor:not-allowed}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px 28px}.field-label,.date-field>label,.textarea-label>span{display:block;color:#4a566c;font-size:13px}.field-label em,.date-field em{color:#ef4444;font-style:normal}.field-label input,.field-label select,.date-field input{width:100%;height:38px;margin-top:7px;padding:0 12px;color:#253149;background:#fff;border:1px solid #dce2eb;border-radius:7px;outline:none}.field-label input:focus,.field-label select:focus,.date-field input:focus,.textarea-label textarea:focus{border-color:#7ba6f7;box-shadow:0 0 0 3px #3b82f61f}.field-error{display:block;margin-top:6px;color:#dc2626;font-size:12px}.date-field>div{margin-top:7px;display:grid;grid-template-columns:1fr 22px 1fr;align-items:center;gap:5px}.date-field input{margin:0;min-width:0}.date-field span{text-align:center;color:#808b9e}.textarea-label{display:block;position:relative;margin-top:18px}.textarea-label small{margin-left:8px;color:#a0a8b6}.textarea-label textarea{width:100%;min-height:100px;margin-top:7px;padding:8px 12px 22px;resize:vertical;overflow:hidden;color:#26334a;border:1px solid #dce2eb;border-radius:7px;font-size:12.5px;line-height:1.45;outline:none}.textarea-label i{position:absolute;right:10px;bottom:8px;color:#8e98aa;font-size:11px;font-style:normal}.add-row-button{width:76%;min-height:38px;margin:14px auto 0;display:flex;align-items:center;justify-content:center;gap:6px;color:var(--blue);background:#fff;border:1px dashed #7fa9f8;border-radius:7px}.generic-section{padding-top:2px}.generic-card{padding:28px;margin-top:12px}.generic-card .textarea-label{margin:0}.generic-card .textarea-label textarea{min-height:220px}.avatar-control{margin-bottom:24px;padding-bottom:24px;display:flex;align-items:center;gap:18px;border-bottom:1px solid #edf0f4}.avatar-control img{width:76px;height:92px;object-fit:cover;border-radius:7px;box-shadow:0 1px 3px #16253f24}.avatar-control>div{display:grid;gap:7px;justify-items:start}.avatar-control b{font-size:14px}.avatar-control span{color:#7d8799;font-size:12px}.upload-button{min-height:38px;padding:0 13px;display:inline-flex;align-items:center;gap:6px;color:var(--blue);background:#eff6ff;border-radius:7px;cursor:pointer;font-size:13px;font-weight:600}.upload-button:hover{background:#dbeafe}.upload-button input{display:none}.custom-editor-card>.field-label{max-width:360px}.text-danger-button{min-height:38px;padding:0 12px;display:inline-flex;align-items:center;gap:6px;color:#dc2626;background:#fef2f2;border-radius:7px}.text-danger-button:hover{background:#fee2e2}.preview-panel{padding:16px 18px 24px;background:#f5f7fa;border-left:1px solid #e5e9f0}.preview-panel>h2{margin:0 0 12px;font-size:16px}.preview-controls{display:flex;align-items:end;gap:10px}.preview-controls label{color:#677389;font-size:12px}.preview-controls select{height:36px;margin:6px 0 0 5px;padding:0 24px 0 10px;color:#354158;background:#fff;border:1px solid #dce2eb;border-radius:7px}.zoom-controls{margin-left:auto;display:flex}.zoom-controls button{width:36px;height:36px;display:grid;place-items:center;color:#59657a;background:#fff;border:1px solid #dce2eb}.zoom-controls button+button{border-left:0}.paper-stage{min-height:770px;margin-top:14px;display:flex;justify-content:center;overflow:hidden}.resume-paper{width:520px;min-height:820px;padding:30px 32px;background:#fff;border:1px solid #e1e4e8;box-shadow:0 4px 14px #1f293714;transform-origin:top center;transition:transform .2s ease}.resume-paper.paper-letter{min-height:770px}.resume-document{color:#1c273a;font-size:9.2px;line-height:1.55}.document-head{min-height:112px;display:flex;justify-content:space-between;border-bottom:2px solid var(--resume-accent)}.document-head h1{margin:0;font-size:23px}.document-head h2{margin:2px 0 8px;font-size:12px;font-weight:500}.document-head p{margin:4px 0;color:#5c677a}.document-head img{width:80px;height:100px;object-fit:cover;border-radius:3px}.preview-section{margin-top:14px}.preview-section h3{margin:0 0 7px;color:var(--resume-accent);font-size:11px;border-bottom:1px solid var(--resume-accent);line-height:1}.preview-section h3 span{display:inline-block;padding:0 4px 5px 0;background:#fff}.preview-section p{margin:4px 0}.preview-row{display:grid;grid-template-columns:110px 1fr 130px;gap:8px;align-items:baseline}.preview-row span{text-align:right}.preview-entry{margin-bottom:11px}.preview-entry small{color:#6d7789}.preview-section ul{margin:5px 0 0;padding-left:14px}.preview-section li{margin:2px 0}.skill-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px 10px}.template-business .document-head{padding:12px 14px;min-height:96px;color:#fff;background:var(--resume-accent);border:0}.template-business .document-head p{color:#ffffffd1}.template-business .document-head img{border:3px solid white}.template-business .preview-section h3{padding:5px 7px;color:#fff;background:var(--resume-accent);border:0}.template-business .preview-section h3 span{padding:0;background:transparent}.template-minimal .document-head{border-color:#111827}.template-minimal .preview-section h3{color:#111827;border-color:#111827;text-transform:uppercase;letter-spacing:.08em}.preview-note{margin:0;text-align:center;color:#9aa3b2;font-size:11px}.preview-focus .editor-layout{grid-template-columns:0 0 1fr}.preview-focus .editor-sidebar,.preview-focus .form-pane{visibility:hidden;padding:0}.preview-focus .preview-panel{border-left:0}.editor-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;background:#121d317a}.editor-dialog{width:min(420px,calc(100vw - 32px));padding:26px;position:relative;background:#fff;border-radius:6px;box-shadow:0 22px 60px #131f363b}.editor-dialog.dialog-wide{width:min(760px,calc(100vw - 32px))}.editor-dialog h2{margin:0 0 18px;font-size:20px}.dialog-description{margin:-5px 0 20px;color:#6d788b;line-height:1.7}.dialog-actions{position:sticky;bottom:-26px;margin:24px -26px -26px;padding:14px 26px;display:flex;justify-content:flex-end;gap:10px;background:#fff;border-top:1px solid #edf0f4;border-radius:0 0 12px 12px}.dialog-actions.split{justify-content:space-between}.dialog-actions button{min-height:40px;padding:0 16px;border-radius:7px}.dialog-actions>button:not(.primary-button):not(.danger-button):not(.text-danger-button){color:#4e5b70;background:#f1f3f6}.dialog-actions .primary-button{color:#fff;background:var(--blue)}.dialog-actions .primary-button:disabled{cursor:not-allowed;opacity:.55}.dialog-actions .danger-button{color:#fff;background:#ef4444}.dialog-x{position:absolute;right:12px;top:12px;width:40px;height:40px;display:grid;place-items:center;color:#69758a;background:transparent}.editor-template-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.editor-template-grid>button{min-height:220px;padding:16px;position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:7px;color:#1f2937;background:#f8fafc;border-radius:9px;text-align:left}.editor-template-grid>button:hover,.editor-template-grid>button.selected{background:#eff6ff;box-shadow:inset 0 0 0 2px #3b82f6}.editor-template-grid>button>svg{position:absolute;top:12px;right:12px;width:22px;height:22px;padding:4px;color:#fff;background:#3b82f6;border-radius:50%}.editor-template-grid small{color:#768195;line-height:1.45}.template-thumb{width:100%;height:122px;margin-bottom:5px;padding:16px;display:grid;align-content:start;gap:9px;background:#fff;box-shadow:0 1px 3px #1f29371f}.template-thumb i{display:block;height:5px;background:#dbeafe}.template-thumb i:nth-child(1){width:45%;height:15px;background:#3b82f6}.thumb-business{padding-top:0}.thumb-business i:nth-child(1){width:calc(100% + 32px);height:36px;margin-left:-16px;background:#374151}.thumb-minimal i{background:#d1d5db}.thumb-minimal i:nth-child(1){width:45%;height:12px;background:#111827}.editor-toast{position:fixed;left:50%;bottom:26px;z-index:80;transform:translate(-50%);padding:11px 16px;display:flex;align-items:center;gap:7px;color:#fff;background:#23314b;border-radius:8px;box-shadow:0 12px 26px #17243d33}@media(max-width:1360px){.editor-layout{grid-template-columns:200px minmax(430px,1fr) 500px}.editor-sidebar{padding-inline:8px}.experience-card{padding-inline:38px}.editor-topbar{padding-inline:18px;gap:16px}}@media(max-width:1120px){.editor-topbar{height:auto;min-height:72px;padding-block:10px;flex-wrap:wrap}.editor-top-actions{width:100%;margin-left:0;padding-bottom:3px;overflow-x:auto}.editor-top-actions button{flex:0 0 auto}.editor-layout{height:auto;min-height:calc(100vh - 72px);grid-template-columns:1fr}.editor-sidebar{max-height:176px;border-right:0;border-bottom:1px solid #e5e9f0}.completion-head,.completion-track,.writing-tips,.custom-module{display:none}.module-nav{display:flex;overflow-x:auto}.module-nav button{min-width:132px;min-height:48px}.form-pane,.preview-panel{overflow:visible}.preview-panel{border-left:0;border-top:1px solid #e5e9f0}.preview-focus .editor-layout{grid-template-columns:1fr}.preview-focus .editor-sidebar,.preview-focus .form-pane{display:none}}@media(max-width:600px){.editor-topbar{padding-inline:14px}.editor-brand{font-size:21px}.resume-title-button{min-width:0;flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.autosave{display:none}.editor-top-actions{justify-content:flex-start}.editor-top-actions button{min-height:44px;padding-inline:12px}.form-pane{padding:16px 12px 34px}.editor-section-head{align-items:center}.editor-section-head>div{display:block}.form-grid{grid-template-columns:1fr;gap:12px}.experience-card{padding:54px 16px 20px}.preview-controls{flex-wrap:wrap}.editor-template-grid{grid-template-columns:1fr;max-height:52vh;overflow-y:auto}.editor-template-grid>button{min-height:180px}.paper-stage{min-height:620px;justify-content:flex-start;overflow-x:auto}.resume-paper{transform-origin:top left!important}}.editor-shell{background:#f3f6fa}.editor-topbar{height:76px;padding-inline:24px;gap:20px;position:sticky;top:0;background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.editor-brand{font-size:24px}.resume-title-button{min-height:42px;padding:0 10px;border-radius:8px}.resume-title-button:hover{background:#f3f6fa}.editor-top-actions{gap:8px}.editor-top-actions button{min-height:42px;padding-inline:14px;border-radius:9px}.editor-layout{height:calc(100vh - 76px);grid-template-columns:248px minmax(520px,1fr) minmax(480px,38vw)}.editor-sidebar{padding:24px 12px}.module-nav button{min-height:50px;border-radius:10px}.module-nav button.selected{box-shadow:inset 3px 0 0 var(--blue)}.writing-tips{margin-top:72px;padding:16px;border:0;border-radius:12px;background:#f2f6fc}.form-pane{padding:26px 24px 48px}.section-editor{max-width:820px}.editor-section-head h1{font-size:24px;letter-spacing:-.02em}.experience-list{gap:16px}.experience-card,.generic-card{padding:50px 44px 26px;border:0;border-radius:14px;box-shadow:0 0 0 1px #e2e7ee,0 8px 24px #1927410a}.generic-card{padding:30px}.field-label input,.field-label select,.date-field input{height:44px;border-radius:9px}.textarea-label textarea{min-height:112px;padding:11px 13px 24px;border-radius:9px;font-size:13px;line-height:1.65}.outline-action,.add-row-button{min-height:42px;border-radius:9px}.preview-panel{padding:20px;background:#eef2f7}.preview-controls{padding:12px;align-items:center;background:#fff;border-radius:12px;box-shadow:0 0 0 1px #e1e6ed}.preview-controls select{margin-top:4px}.paper-stage{margin-top:18px}.resume-paper{border:0;box-shadow:0 16px 42px #1b2a4521}.editor-dialog{border-radius:16px}.editor-template-grid>button{border-radius:12px}@media(max-width:1120px){.editor-topbar{height:auto;min-height:76px}.editor-layout{height:auto}.editor-sidebar{max-height:164px}.editor-top-actions{scrollbar-width:thin}}@media(max-width:600px){.editor-topbar{padding:10px 14px;gap:10px}.editor-brand{padding-right:10px;font-size:21px}.editor-top-actions{width:calc(100vw - 28px);margin-top:2px;padding-bottom:6px}.editor-layout{min-height:calc(100vh - 120px)}.editor-sidebar{padding:10px}.module-nav button{min-width:124px}.form-pane{padding:20px 12px 34px}.experience-card,.generic-card{padding:52px 16px 22px;border-radius:12px}.generic-card{padding-top:24px}.preview-panel{padding:16px 12px 24px}.preview-controls{align-items:flex-end}.editor-dialog{max-height:90vh;overflow:auto;border-radius:16px}}
