@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=DM+Sans:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@700&family=DM+Sans:wght@400;500;600&display=swap";:root{--bg: #ffffff;--text-primary: #000000;--text-secondary: #333333;--border: #e0e0e0;--surface: #f9f9f9}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);color:var(--text-primary);line-height:1.6}#root{min-height:100vh}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.05);transition:all .3s ease}.nav-container{max-width:1280px;margin:0 auto;padding:0 2rem;height:80px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav-logo{display:flex;align-items:center;gap:12px;cursor:pointer;text-decoration:none;transition:transform .2s ease}.nav-logo:hover{transform:scale(1.02)}.nav-logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.nav-logo:hover .nav-logo-icon{box-shadow:0 6px 16px #0000001f;transform:rotate(-2deg)}.nav-logo-text{display:flex;flex-direction:column;line-height:1.2}.nav-logo-name{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#1a1a2e,#2c3e50);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.3px}.nav-logo-sub{font-family:Inter,sans-serif;font-size:.7rem;font-weight:500;color:#6c6f78;letter-spacing:.3px;text-transform:uppercase}.nav-links{list-style:none;display:flex;align-items:center;gap:.5rem;margin:0;padding:0}.nav-link{position:relative;background:none;border:none;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;color:#4a4e5c;cursor:pointer;padding:8px 18px;border-radius:40px;transition:all .25s ease;letter-spacing:-.2px}.nav-link:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:linear-gradient(90deg,#1a1a2e,#2c3e50);transition:width .3s ease;border-radius:2px}.nav-link:hover:before,.nav-link.active:before{width:70%}.nav-link:hover{color:#1a1a2e;background:#00000008}.nav-link.active{color:#1a1a2e;font-weight:600;background:#1a1a2e0d}.nav-cta{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;border:none;padding:10px 24px;border-radius:40px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 2px 8px #00000014}.nav-cta svg{transition:transform .3s ease}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1a1a2e33;background:linear-gradient(135deg,#2c3e50,#1a1a2e)}.nav-cta:hover svg{transform:translate(4px)}.nav-cta:active{transform:translateY(0)}.navbar.scrolled{background:#fffffffa;box-shadow:0 4px 20px #0000000d}@media (max-width: 768px){.nav-container{padding:0 1.5rem;height:70px}.nav-links{display:none}.nav-logo-name{font-size:1.1rem}.nav-cta{padding:8px 18px;font-size:.85rem}.nav-cta span{display:none}.nav-cta svg{margin:0}}@media (max-width: 480px){.nav-container{padding:0 1rem}.nav-logo-icon{width:36px;height:36px}.nav-logo-sub{font-size:.65rem}}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.navbar{animation:slideDown .5s ease forwards}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-14px) rotate(-2deg)}}@keyframes floatBack{0%,to{transform:translateY(0) rotate(3deg)}50%{transform:translateY(-8px) rotate(3deg)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.home{font-family:DM Sans,sans-serif;background:#fff;color:#111;overflow-x:hidden}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:6rem 7vw 5rem;position:relative;background:#fafafa;overflow:hidden}.hero-bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(#d4d4d4 1px,transparent 1px);background-size:28px 28px;opacity:.45;pointer-events:none}.hero-content{position:relative;z-index:2;animation:fadeUp .7s ease both}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:#111;color:#fff;font-size:.78rem;font-weight:500;letter-spacing:.04em;padding:6px 16px;border-radius:100px;margin-bottom:1.6rem;animation:fadeUp .6s ease .1s both}.hero-title{font-family:Playfair Display,serif;font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:900;line-height:1.12;color:#0a0a0a;margin:0 0 1.4rem;animation:fadeUp .6s ease .2s both}.hero-highlight{position:relative;display:inline-block;color:#0a0a0a}.hero-highlight:after{content:"";position:absolute;left:0;bottom:2px;width:100%;height:10px;background:#ffe066;z-index:-1;border-radius:3px}.hero-subtitle{font-size:1.05rem;color:#555;line-height:1.7;margin:0 0 2.2rem;max-width:440px;animation:fadeUp .6s ease .3s both}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;animation:fadeUp .6s ease .4s both}.btn-hero-primary{background:#111;color:#fff;border:none;padding:14px 28px;border-radius:10px;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s;letter-spacing:.01em}.btn-hero-primary:hover{background:#333;transform:translateY(-2px);box-shadow:0 8px 24px #0000002e}.btn-hero-ghost{background:transparent;color:#111;border:1.5px solid #ccc;padding:14px 28px;border-radius:10px;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:500;cursor:pointer;transition:border-color .2s,background .2s,transform .2s}.btn-hero-ghost:hover{border-color:#111;background:#f5f5f5;transform:translateY(-2px)}.hero-stats{display:flex;gap:2.5rem;margin-top:2.8rem;padding-top:1.8rem;border-top:1px solid #e8e8e8;animation:fadeUp .6s ease .5s both}.stat-item{display:flex;flex-direction:column;gap:2px}.stat-number{font-family:Playfair Display,serif;font-size:1.7rem;font-weight:700;color:#0a0a0a}.stat-label{font-size:.78rem;color:#888;font-weight:500;letter-spacing:.03em;text-transform:uppercase}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;height:420px;z-index:2}.floating-card{position:absolute;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000001f;overflow:hidden;border:1px solid #e8e8e8}.card-front{width:230px;top:40px;left:60px;animation:float 4s ease-in-out infinite;z-index:2}.card-back{width:200px;top:80px;left:160px;animation:floatBack 5s ease-in-out .5s infinite;z-index:1;opacity:.85}.mini-resume{padding:16px 14px;min-height:280px;display:flex;flex-direction:column;gap:6px}.mr-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px}.mr-name-block{display:flex;flex-direction:column;gap:5px}.mr-contact{display:flex;flex-direction:column;gap:4px;align-items:flex-end}.mr-divider{height:2px;background:#222;border-radius:2px;margin:6px 0}.mr-section-title{margin-bottom:4px}.mr-lines{display:flex;flex-direction:column;gap:4px}.mr-skills{display:flex;gap:5px;margin-top:8px}.mr-skill-tag{height:8px;width:34px;background:#e0e0e0;border-radius:20px}.mr-bar{height:6px;border-radius:4px;background:#d4d4d4}.mr-bar.dark{background:#333}.mr-bar.full{width:100%}.mr-bar.wide{width:80%}.mr-bar.medium{width:58%}.mr-bar.short{width:40%}.mr-bar.xshort{width:28%}.how-section{padding:6rem 7vw;background:#fff}.section-inner{max-width:1100px;margin:0 auto}.section-eyebrow{font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#888;margin:0 0 .8rem}.section-title{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;margin:0 0 3rem;color:#0a0a0a}.section-sub{font-size:1rem;color:#666;margin-top:-2rem;margin-bottom:3rem;max-width:500px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.step-card{padding:2rem;border:1px solid #eee;border-radius:14px;background:#fafafa;transition:box-shadow .25s,transform .25s}.step-card:hover{box-shadow:0 10px 36px #00000014;transform:translateY(-4px)}.step-num{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:900;color:#e8e8e8;margin-bottom:.8rem;line-height:1}.step-title{font-size:1.05rem;font-weight:600;margin:0 0 .5rem;color:#111}.step-desc{font-size:.9rem;color:#666;line-height:1.65;margin:0}.templates-section{padding:5rem 7vw;background:#f7f7f7}.templates-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem}.template-card{cursor:pointer;border-radius:14px;overflow:hidden;border:1.5px solid #e8e8e8;background:#fff;transition:box-shadow .25s,transform .25s,border-color .25s;animation:fadeUp .5s ease var(--delay, 0s) both}.template-card:hover{box-shadow:0 14px 40px #0000001a;transform:translateY(-6px);border-color:#111}.template-preview-wrap{position:relative;overflow:hidden}.template-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0a8c;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s}.template-card:hover .template-overlay{opacity:1}.overlay-btn{background:#fff;color:#111;border:none;padding:10px 22px;border-radius:8px;font-weight:600;font-size:.88rem;cursor:pointer;font-family:DM Sans,sans-serif;transform:translateY(8px);transition:transform .25s}.template-card:hover .overlay-btn{transform:translateY(0)}.template-info{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-top:1px solid #f0f0f0}.template-name{font-weight:600;font-size:.9rem;color:#111}.template-tag{font-size:.72rem;color:#888;font-weight:500;letter-spacing:.03em}.templates-cta{text-align:center}.features-section{padding:6rem 7vw;background:#fafafa}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:900px;margin:0 auto;width:100%}.feature-item{display:flex;gap:1.2rem;align-items:flex-start;padding:1.5rem;border-radius:12px;background:#fff;transition:all .25s ease;border:1px solid #f0f0f0}.feature-item:hover{box-shadow:0 12px 32px #00000014;transform:translateY(-4px)}.feature-icon{font-size:1.6rem;flex-shrink:0;width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;transition:all .25s ease;box-shadow:0 4px 16px #00000014;background:linear-gradient(135deg,#f4f4f4,#eaeaea)}.feature-item:hover .feature-icon{transform:scale(1.05);box-shadow:0 8px 24px #667eea4d}.feature-title{font-weight:600;font-size:1.1rem;color:#0a0a0a;margin:0 0 6px;font-family:DM Sans,sans-serif;letter-spacing:-.01em}.feature-desc{font-size:.92rem;color:#666;line-height:1.65;margin:0;font-weight:400}.cta-section{padding:6rem 7vw;background:#0a0a0a}.cta-inner{max-width:600px;margin:0 auto;text-align:center}.cta-title{font-family:Playfair Display,serif;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:900;color:#fff;margin:0 0 1rem}.cta-sub{color:#aaa;font-size:1rem;margin-bottom:2rem}.btn-cta{background:#ffe066;color:#111;border:none;padding:16px 36px;border-radius:12px;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s}.btn-cta:hover{background:gold;transform:translateY(-3px);box-shadow:0 12px 32px #ffd60040}.footer{text-align:center;padding:2rem;background:#0a0a0a;color:#555;font-size:.82rem;border-top:1px solid #1e1e1e}@media (max-width: 1024px){.templates-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.hero{grid-template-columns:1fr;padding:5rem 6vw 3rem;text-align:center;min-height:auto}.hero-visual{display:none}.hero-stats,.hero-actions{justify-content:center}.hero-subtitle{margin-left:auto;margin-right:auto}.steps-grid{grid-template-columns:1fr}.templates-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:1fr}.section-title{margin-bottom:2rem}}@media (max-width: 480px){.templates-grid{grid-template-columns:1fr}.hero-stats{gap:1.5rem;flex-wrap:wrap}}.insights-section{padding:96px 24px;background:#fafaf9;border-top:1px solid #eeebe6;border-bottom:1px solid #eeebe6}.insights-wrapper{display:flex;align-items:center;gap:72px;max-width:1100px;margin:0 auto}.insights-content{flex:1;min-width:0}.insights-desc{font-size:15px;color:#6b6560;line-height:1.7;font-weight:400;margin-bottom:28px;max-width:440px}.insights-perks{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:36px}.insights-perk{display:flex;align-items:center;gap:12px;font-size:14px;color:#3a3632;font-weight:400}.insights-perk-icon{width:32px;height:32px;background:#fff;border:1px solid #e8e5e0;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0;box-shadow:0 1px 3px #0000000a}.insights-btn{display:inline-flex}.insights-visual{flex-shrink:0;width:340px;position:relative}.insights-card{background:#fff;border:1px solid #e8e5e0;border-radius:24px;box-shadow:0 20px 60px #00000017,0 4px 16px #0000000d;overflow:hidden}.insights-card-top{display:flex;align-items:center;gap:20px;padding:28px 28px 20px;border-bottom:1px solid #f0ede8}.insights-score-ring{position:relative;width:90px;height:90px;flex-shrink:0}.insights-ring-svg{width:90px;height:90px}.insights-ring-label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.insights-ring-num{font-family:Georgia,serif;font-size:26px;font-weight:600;color:#1a1814;line-height:1}.insights-ring-denom{font-size:10px;color:#a09b95;letter-spacing:.04em}.insights-score-meta{flex:1;display:flex;flex-direction:column;gap:6px}.insights-badge{display:inline-block;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;background:#fffbeb;color:#b45309;border:1px solid #fde68a;padding:3px 9px;border-radius:100px;width:fit-content}.insights-card-heading{font-size:13.5px;font-weight:500;color:#1a1814;line-height:1.4}.insights-bars{padding:20px 28px;display:flex;flex-direction:column;gap:14px;border-bottom:1px solid #f0ede8}.insights-bar-row{display:flex;flex-direction:column;gap:6px}.insights-bar-meta{display:flex;justify-content:space-between;align-items:center}.insights-bar-label{font-size:12px;color:#6b6560;font-weight:400}.insights-bar-val{font-size:12px;font-weight:600;color:#1a1814}.insights-bar-track{height:4px;background:#f0ede8;border-radius:100px;overflow:hidden}.insights-bar-fill{height:100%;background:#1a1814;border-radius:100px}.insights-tips{padding:18px 28px 24px}.insights-tips-title{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#a09b95;margin-bottom:12px}.insights-tip-row{display:flex;align-items:flex-start;gap:10px;margin-bottom:8px}.insights-tip-row:last-child{margin-bottom:0}.insights-tip-dot{width:5px;height:5px;border-radius:50%;background:#1a1814;flex-shrink:0;margin-top:6px}.insights-tip-text{font-size:12.5px;color:#6b6560;line-height:1.5}.insights-pill{position:absolute;bottom:-18px;right:24px;background:#1a1814;color:#fff;font-size:11px;font-weight:500;padding:8px 16px;border-radius:100px;display:flex;align-items:center;gap:7px;letter-spacing:.04em;box-shadow:0 8px 24px #1a181438}@media (max-width: 900px){.insights-wrapper{flex-direction:column;gap:48px}.insights-visual{width:100%;max-width:380px;margin:0 auto}.insights-pill{bottom:-16px}}.templates-page{max-width:1100px;margin:0 auto;padding:4rem 2rem 6rem;animation:fadeUp .6s ease both}.templates-page-header{text-align:center;margin-bottom:3rem}.section-tag-sm{font-family:var(--font-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;color:var(--clr-accent);margin-bottom:.75rem;margin-top:50px}.templates-page-header h1{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;letter-spacing:-.025em;color:var(--clr-ink);margin-bottom:.6rem}.templates-page-header p{color:var(--clr-muted);font-size:1rem}.templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.template-card{background:#fff;border:1.5px solid var(--clr-border);border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .2s ease;animation:fadeUp .5s ease both;display:flex;flex-direction:column}.template-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0000001a;border-color:#c8c4be}.template-preview{background:#f9f7f4;padding:1.5rem 1.5rem 0;display:flex;align-items:flex-end;justify-content:center;border-bottom:1px solid var(--clr-border);min-height:210px}.tmpl-svg{width:140px;filter:drop-shadow(0 4px 16px rgba(0,0,0,.1));border-radius:4px 4px 0 0;display:block}.template-info{padding:1.25rem 1.25rem 1.5rem;display:flex;flex-direction:column;gap:.6rem;flex:1}.template-meta{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.template-meta h3{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--clr-ink);letter-spacing:-.01em}.template-tags{display:flex;gap:.4rem;flex-wrap:wrap}.tmpl-tag{font-family:var(--font-mono);font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;background:var(--clr-surface);border:1px solid var(--clr-border);color:var(--clr-muted);padding:2px 8px;border-radius:100px}.template-desc{font-size:.85rem;color:var(--clr-muted);line-height:1.6;flex:1}.btn-use-template{margin-top:.5rem;width:100%;padding:.65rem 1rem;background:transparent;border:1.5px solid var(--accent, #1a1a1a);color:var(--accent, #1a1a1a);border-radius:8px;font-size:.85rem;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:background .2s ease,color .2s ease}.btn-use-template:hover{background:var(--accent, #1a1a1a);color:#fff}:root{--navbar-h: 80px;--clr-ink: #111827;--clr-muted: #6b7280;--clr-border: #e5e7eb;--clr-border-focus: #3b82f6;--clr-surface: #f9fafb;--clr-white: #ffffff;--clr-green: #10b981;--clr-green-light: #d1fae5;--clr-blue-light: #eff6ff;--clr-blue: #2563eb;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Playfair Display", Georgia, serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 16px rgba(0,0,0,.08);--shadow-lg: 0 12px 40px rgba(0,0,0,.12)}.builder-back-btn{position:fixed;top:1rem;left:1rem;z-index:1000;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--clr-border);border-radius:10px;padding:.55rem 1rem;display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--clr-ink);box-shadow:var(--shadow-md);cursor:pointer;transition:all .2s ease;font-family:var(--font-body)}.builder-back-btn:hover{box-shadow:0 6px 20px #00000021;transform:translateY(-1px);border-color:#d1d5db}.builder-container{display:flex;height:calc(100vh - var(--navbar-h));overflow:hidden;background:var(--clr-surface);margin-top:50px}.builder-form-side{flex:0 0 460px;width:460px;min-width:340px;max-width:500px;background:var(--clr-white);border-right:1px solid var(--clr-border);display:flex;flex-direction:column;overflow:hidden;height:100%}.form-header{padding:1.25rem 1.5rem 1rem;border-bottom:1px solid var(--clr-border);flex-shrink:0;display:flex;justify-content:space-between;align-items:center;background:var(--clr-white);gap:.75rem;flex-wrap:wrap}.form-header-left{display:flex;flex-direction:column;gap:.25rem;min-width:0}.form-header h2{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--clr-ink);margin:0;line-height:1.2}.step-badge{font-family:var(--font-body);font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:var(--clr-muted);font-weight:600}.experience-badge{display:inline-flex;align-items:center;gap:.25rem;font-size:.72rem;font-weight:600;padding:.2rem .55rem;border-radius:20px;width:fit-content;margin-top:.1rem}.experience-badge.fresher{background:#ecfdf5;color:#059669}.experience-badge.experienced{background:#eff6ff;color:#2563eb}.form-actions{display:flex;gap:.5rem;flex-shrink:0;align-items:center}.btn-sample,.btn-clear{display:flex;align-items:center;gap:.35rem;padding:.45rem .85rem;border-radius:var(--radius-sm);font-size:.78rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:var(--font-body);white-space:nowrap;line-height:1}.btn-sample{background:var(--clr-ink);color:#fff;border:none}.btn-sample:hover{background:#374151;transform:translateY(-1px);box-shadow:var(--shadow-sm)}.btn-clear{background:transparent;border:1.5px solid var(--clr-border);color:var(--clr-muted)}.btn-clear:hover{border-color:#9ca3af;color:var(--clr-ink);background:#f9fafb}.edit-hint-bar{background:#eff6ff;border-bottom:1px solid #bfdbfe;padding:.55rem 1.25rem;font-size:.75rem;color:var(--clr-blue);font-weight:500;flex-shrink:0;display:flex;align-items:center;gap:.4rem}.form-sections{flex:1;overflow-y:auto;overflow-x:hidden;padding:1rem 1rem 2.5rem;display:flex;flex-direction:column;gap:.5rem;-webkit-overflow-scrolling:touch}.section-item{border:1.5px solid var(--clr-border);border-radius:var(--radius-md);overflow:visible;transition:border-color .2s,box-shadow .2s;background:var(--clr-white);width:100%;box-sizing:border-box}.section-item.has-data{border-color:#a7f3d0;background:#fafffe}.section-item.open{border-color:#93c5fd;box-shadow:0 2px 14px #3b82f61a}.section-item.open.has-data{border-color:var(--clr-green);box-shadow:0 2px 14px #10b9811a}.section-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.875rem 1rem;background:transparent;border:none;cursor:pointer;transition:background .15s;box-sizing:border-box;border-radius:var(--radius-md)}.section-header:hover{background:#f9fafb}.section-item.has-data .section-header{background:#f0fdf8}.section-item.has-data .section-header:hover{background:#ecfdf5}.section-item.open .section-header{border-radius:var(--radius-md) var(--radius-md) 0 0}.section-header-left{display:flex;align-items:center;gap:.6rem}.section-icon{font-size:1rem;width:22px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.section-label{font-size:.875rem;font-weight:600;color:var(--clr-ink);font-family:var(--font-body)}.content-dot{width:7px;height:7px;background:var(--clr-green);border-radius:50%;display:inline-block;flex-shrink:0;box-shadow:0 0 0 2px #d1fae5}.chevron{transition:transform .25s;color:#9ca3af;flex-shrink:0}.chevron.rotated{transform:rotate(180deg)}.section-content{padding:1.25rem 1rem 1.5rem;border-top:1px solid #f3f4f6;background:var(--clr-white);width:100%;box-sizing:border-box;overflow:visible;display:block}.field-tip{font-size:.72rem;color:var(--clr-blue);background:var(--clr-blue-light);border:1px solid #bfdbfe;border-radius:6px;padding:.35rem .65rem;margin-bottom:.75rem;font-weight:500}.field{display:flex;flex-direction:column;gap:0;margin-bottom:1rem;width:100%;box-sizing:border-box}.field:last-child{margin-bottom:0}.field-label{font-size:.72rem;font-weight:700;color:#374151;font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;display:block;margin-bottom:.4rem}.field-hint{font-weight:400;color:#9ca3af;font-size:.68rem;margin-left:.2rem;text-transform:none;letter-spacing:0}.field input[type=text],.field input[type=email],.field input[type=tel],.field textarea{display:block!important;width:100%!important;min-width:0!important;box-sizing:border-box!important;background:#f9fafb;border:1.5px solid #d1d5db;border-radius:var(--radius-sm);padding:.7rem .875rem;font-size:.875rem;font-family:var(--font-body);color:var(--clr-ink);transition:border-color .18s,background .18s,box-shadow .18s;line-height:1.5;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.field textarea{resize:vertical;min-height:88px}.field input[type=text]:focus,.field input[type=email]:focus,.field input[type=tel]:focus,.field textarea:focus{border-color:var(--clr-border-focus);background:var(--clr-white);box-shadow:0 0 0 3px #3b82f61f}.field input[type=text]:not(:placeholder-shown),.field input[type=email]:not(:placeholder-shown),.field input[type=tel]:not(:placeholder-shown),.field textarea:not(:placeholder-shown){border-color:#6ee7b7;background:#fafffe}.field input::placeholder,.field textarea::placeholder{color:#9ca3af;font-size:.84rem}.fields-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;width:100%;box-sizing:border-box;margin-bottom:1rem}.fields-grid-2 .field{margin-bottom:0;width:100%;min-width:0}.fields-grid-2 .field input{width:100%!important;box-sizing:border-box!important}.custom-section-card{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:var(--radius-md);padding:.875rem;margin-top:.75rem;width:100%;box-sizing:border-box}.custom-section-title-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem}.custom-section-title-input{flex:1;min-width:0;background:var(--clr-white);border:1.5px solid #d1d5db;border-radius:7px;padding:.45rem .7rem;font-size:.82rem;font-weight:600;color:var(--clr-ink);font-family:var(--font-body);box-sizing:border-box;outline:none;transition:border-color .18s}.custom-section-title-input:focus{border-color:var(--clr-border-focus);box-shadow:0 0 0 3px #3b82f61a}.custom-section-remove{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:1.5px solid #e2e8f0;border-radius:6px;cursor:pointer;color:#9ca3af;flex-shrink:0;transition:all .2s}.custom-section-remove:hover{border-color:#fca5a5;color:#ef4444;background:#fef2f2}.custom-section-textarea{display:block!important;width:100%!important;box-sizing:border-box!important;background:var(--clr-white);border:1.5px solid #d1d5db;border-radius:7px;padding:.6rem .75rem;font-size:.85rem;font-family:var(--font-body);color:var(--clr-ink);resize:vertical;min-height:72px;outline:none;transition:border-color .18s;line-height:1.5}.custom-section-textarea:focus{border-color:var(--clr-border-focus);background:var(--clr-white);box-shadow:0 0 0 3px #3b82f61a}.add-custom-btn{width:100%;padding:.65rem;background:transparent;border:1.5px dashed #d1d5db;border-radius:var(--radius-sm);color:#6b7280;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.75rem;display:flex;align-items:center;justify-content:center;gap:.45rem;box-sizing:border-box;font-family:var(--font-body)}.add-custom-btn:hover{border-color:var(--clr-blue);color:var(--clr-blue);background:var(--clr-blue-light)}.preview-btn{width:100%;padding:.9rem 1rem;background:linear-gradient(135deg,#111827,#1f2937);color:#fff;border:none;border-radius:var(--radius-md);font-size:.9rem;font-weight:700;cursor:pointer;margin-top:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .22s;box-sizing:border-box;font-family:var(--font-body);letter-spacing:.01em}.preview-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #11182740;background:linear-gradient(135deg,#1f2937,#374151)}.builder-preview-side{flex:1;background:#e8e4de;display:flex;flex-direction:column;overflow:hidden;height:100%;min-width:0}.preview-header{padding:.7rem 1.25rem;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.08);display:flex;justify-content:space-between;align-items:center;flex-shrink:0;gap:1rem}.preview-header-left{display:flex;align-items:center;gap:.75rem}.preview-badge{font-family:var(--font-body);font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--clr-muted);font-weight:700;display:flex;align-items:center;gap:.4rem}.preview-dot{width:7px;height:7px;background:#22c55e;border-radius:50%;display:inline-block;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.template-badge{font-family:var(--font-body);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.preview-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:2rem;display:flex;justify-content:center;align-items:flex-start}.preview-scale-wrapper{transform-origin:top center;width:210mm;flex-shrink:0}.resume-a4-wrapper{width:210mm;min-height:297mm;max-height:297mm;background:#fff;box-shadow:0 16px 48px #00000029;border-radius:4px;overflow:hidden;box-sizing:border-box;position:relative}.inline-editable{cursor:text;border-radius:3px;transition:background .15s;display:inline;min-width:20px;padding:1px 2px}.inline-editable:hover{background:#2563eb14;outline:1px dashed #93c5fd}.inline-editable.placeholder{color:#ccc;font-style:italic}.inline-edit-input{border:1.5px solid #3b82f6!important;background:#eff6ff!important;border-radius:4px!important;padding:1px 4px!important;font-size:inherit!important;font-family:inherit!important;font-weight:inherit!important;color:inherit!important;width:100%!important;box-sizing:border-box!important;outline:none!important;display:inline-block!important;resize:vertical}.editable-section-wrapper{position:relative;cursor:pointer;border-radius:4px;padding:2px 22px 2px 2px;transition:background .15s;min-height:18px}.editable-section-wrapper:hover{background:#2563eb0d;outline:1px dashed #93c5fd}.section-edit-icon{position:absolute;top:2px;right:4px;font-size:9pt;opacity:0;transition:opacity .15s;pointer-events:none}.editable-section-wrapper:hover .section-edit-icon{opacity:.7}.section-placeholder{color:#ccc;font-style:italic;font-size:8pt;margin:0}.inline-edit-textarea{width:100%!important;box-sizing:border-box!important;border:1.5px solid #3b82f6;border-radius:4px;padding:4px 6px;font-size:inherit;font-family:inherit;color:inherit;background:#eff6ff;outline:none;resize:vertical;display:block;line-height:1.5}.edit-done-btn{margin-top:3px;padding:2px 10px;border:none;border-radius:4px;color:#fff;font-size:7.5pt;cursor:pointer;font-family:inherit;font-weight:600;display:block}.edit-done-btn:hover{opacity:.85}.main-line{margin:1.5mm 0;font-weight:600;font-size:8.5pt;line-height:1.4;color:#1a1a1a}.bullet-line{margin:1mm 0 1mm 4mm;font-size:8pt;color:#333;line-height:1.45}.contact-line{font-size:7.5pt;color:#444;line-height:1.55;margin-bottom:1.5mm;word-break:break-word}.skills-tags{display:flex;flex-wrap:wrap;gap:2mm;margin-top:1mm}.skill-tag{border:1px solid;border-radius:4px;padding:.5mm 2.5mm;font-size:6.5pt}.resume-section{margin-bottom:7mm}.resume-section:last-child{margin-bottom:0}.section-heading{font-size:8pt;text-transform:uppercase;letter-spacing:.13em;font-weight:800;border-bottom:2px solid;padding-bottom:1.5mm;margin:0 0 3.5mm}.modern-resume{display:flex;width:100%;min-height:297mm;box-sizing:border-box}.modern-sidebar{width:68mm;flex-shrink:0;padding:10mm 7mm 10mm 9mm;background:#f7f6f4;box-sizing:border-box}.modern-block{margin-bottom:7mm}.modern-name{font-size:18pt;font-weight:800;margin:0 0 1mm;line-height:1.15;font-family:Georgia,serif}.modern-summary-main{font-size:8.5pt;color:#444;line-height:1.55;margin:0 0 5mm;border-bottom:1px solid #eee;padding-bottom:5mm}.sidebar-heading{font-size:7.5pt;text-transform:uppercase;letter-spacing:.13em;font-weight:800;margin-bottom:3mm;padding-bottom:1mm;border-bottom:1.5px solid currentColor;opacity:.85}.modern-main{flex:1;padding:10mm 10mm 10mm 9mm;box-sizing:border-box}.classic-resume{width:100%;min-height:297mm;padding:14mm 16mm;box-sizing:border-box}.classic-header{text-align:center;margin-bottom:8mm}.classic-header h1{font-size:22pt;font-weight:700;margin:0 0 2mm;font-family:Georgia,serif}.classic-contact{font-size:8pt;color:#555;margin-bottom:3mm}.classic-summary{font-size:8.5pt;color:#555;line-height:1.5;margin-top:2mm}.classic-divider{height:2.5px;width:100%;margin-top:5mm;border-radius:2px}.classic-heading{font-size:8pt;text-transform:uppercase;letter-spacing:.13em;font-weight:800;border-bottom:1px solid #ddd;padding-bottom:1.5mm;margin:0 0 3.5mm}.minimal-resume{width:100%;min-height:297mm;padding:18mm 20mm;box-sizing:border-box}.minimal-header{margin-bottom:10mm;padding-bottom:6mm;border-bottom:1px solid #e5e5e5}.minimal-header h1{font-size:22pt;font-weight:300;margin:0 0 2mm;letter-spacing:-.02em}.minimal-contact{font-size:7.5pt;color:#888}.minimal-summary{font-size:8.5pt;color:#666;margin-top:3mm;line-height:1.6}.minimal-section{margin-bottom:7mm;padding-bottom:6mm;border-bottom:1px solid #f0f0f0}.minimal-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.minimal-heading{font-size:7pt;text-transform:uppercase;letter-spacing:.2em;font-weight:700;color:#aaa;margin-bottom:3mm}.minimal-skills{font-size:8.5pt;color:#444;line-height:1.7}.creative-resume{display:flex;width:100%;min-height:297mm;box-sizing:border-box}.creative-left{width:65mm;flex-shrink:0;padding:10mm 7mm;box-sizing:border-box;color:#fff}.creative-name-block{margin-bottom:8mm;padding-bottom:6mm;border-bottom:1px solid rgba(255,255,255,.3)}.creative-name{font-size:16pt;font-weight:800;color:#fff;margin:0;line-height:1.2;font-family:Georgia,serif}.creative-block{margin-bottom:7mm}.creative-sidebar-heading{font-size:7pt;text-transform:uppercase;letter-spacing:.15em;font-weight:700;color:#fff9;margin-bottom:2.5mm}.creative-line{font-size:7.5pt;color:#ffffffe6;line-height:1.6;margin-bottom:1mm;word-break:break-word}.creative-skill-item{font-size:7.5pt;color:#ffffffe6;line-height:1.6;margin-bottom:1mm}.creative-right{flex:1;padding:10mm 10mm 10mm 9mm;box-sizing:border-box}.creative-summary{font-size:8.5pt;color:#444;line-height:1.6;margin:0 0 6mm;padding-bottom:5mm;border-bottom:1px solid #eee}.creative-section{margin-bottom:7mm}.creative-heading{font-size:8pt;text-transform:uppercase;letter-spacing:.12em;font-weight:800;margin:0 0 1.5mm}.creative-heading-rule{height:2px;width:100%;margin-bottom:3mm;opacity:.7}.professional-resume{display:flex;width:100%;min-height:297mm;box-sizing:border-box}.professional-sidebar{width:66mm;flex-shrink:0;padding:10mm 7mm 10mm 8mm;box-sizing:border-box}.pro-name-block{margin-bottom:7mm;padding-bottom:5mm;border-bottom:1px solid rgba(0,0,0,.1)}.pro-name{font-size:16pt;font-weight:800;margin:0;line-height:1.2;font-family:Georgia,serif}.pro-block{margin-bottom:6mm}.pro-sidebar-heading{font-size:7pt;text-transform:uppercase;letter-spacing:.14em;font-weight:800;margin-bottom:2.5mm;opacity:.85}.pro-contact-line{font-size:7.5pt;color:#444;line-height:1.55;margin-bottom:1.5mm;word-break:break-word}.professional-main{flex:1;padding:10mm 10mm 10mm 9mm;box-sizing:border-box}.pro-summary{font-size:8.5pt;color:#444;line-height:1.6;margin:0 0 6mm;padding-bottom:5mm;border-bottom:1px solid #eee}.executive-resume{width:100%;min-height:297mm;box-sizing:border-box;display:flex;flex-direction:column;font-family:Calibri,Segoe UI,Georgia,sans-serif}.executive-header{padding:8mm 10mm 0;background:#fff;box-sizing:border-box}.executive-header-inner{display:flex;align-items:flex-start;gap:8mm}.executive-name-block{flex:1}.executive-name{font-size:22pt;font-weight:800;margin:0 0 2mm;font-family:Georgia,serif;line-height:1.1}.executive-summary-header{font-size:8.5pt;color:#444;line-height:1.55;margin:0;max-width:140mm}.executive-header-divider{height:2px;width:100%;margin-top:5mm;opacity:.6}.executive-body{display:flex;flex:1;padding-top:5mm;box-sizing:border-box}.executive-sidebar{width:62mm;flex-shrink:0;padding:0 6mm 8mm 10mm;box-sizing:border-box}.exec-block{margin-bottom:6mm}.exec-heading{font-size:8pt;text-transform:uppercase;letter-spacing:.1em;font-weight:800;border-bottom:1.5px solid;padding-bottom:1.5mm;margin:0 0 3mm}.exec-sub-heading{font-size:7.5pt;font-weight:700;color:#333;margin:0 0 1.5mm}.exec-line{font-size:7.5pt;color:#444;line-height:1.55;margin-bottom:1.2mm;word-break:break-word}.executive-divider-v{width:1px;background:#e0e0e0;margin:0 0 8mm;align-self:stretch;flex-shrink:0}.executive-main{flex:1;padding:0 10mm 8mm 8mm;box-sizing:border-box}.exec-main-section{margin-bottom:6mm}.exec-main-section:last-child{margin-bottom:0}.exec-main-heading{font-size:9pt;text-transform:uppercase;letter-spacing:.1em;font-weight:800;border-bottom:1.5px solid;padding-bottom:1.5mm;margin:0 0 3.5mm}.bold-resume{width:100%;min-height:297mm;box-sizing:border-box}.bold-header{padding:8mm 10mm;color:#fff}.bold-name{font-size:24pt;font-weight:800;margin:0 0 2mm;font-family:Georgia,serif;letter-spacing:-.02em;color:#fff}.bold-contact{font-size:7.5pt;color:#ffffffd9;line-height:1.5;margin:0}.bold-summary-band{padding:4mm 10mm;border-left:4px solid;background:#f8f8f8}.bold-summary-text{font-size:8.5pt;color:#444;line-height:1.6;margin:0}.bold-body{display:flex;padding:6mm 0 0}.bold-main{flex:1;padding:0 8mm 8mm 10mm;box-sizing:border-box}.bold-sidebar{width:58mm;flex-shrink:0;padding:0 10mm 8mm 0;box-sizing:border-box}.bold-section{margin-bottom:7mm}.bold-heading{font-size:9pt;text-transform:uppercase;letter-spacing:.1em;font-weight:800;border-left:3px solid;padding-left:3mm;margin:0 0 3.5mm;line-height:1.4}.bold-side-section{margin-bottom:6mm}.bold-side-heading{font-size:7.5pt;text-transform:uppercase;letter-spacing:.12em;font-weight:800;margin:0 0 3mm;padding-bottom:1mm;border-bottom:1px solid #eee}.timeline-resume{width:100%;min-height:297mm;box-sizing:border-box}.timeline-header{padding:8mm 10mm 0}.timeline-name{font-size:24pt;font-weight:800;margin:0 0 2mm;font-family:Georgia,serif}.timeline-contact{font-size:7.5pt;color:#666;margin:0}.timeline-header-bar{height:3px;width:100%;margin-top:4mm}.timeline-body{display:flex;padding-top:5mm}.timeline-left{width:60mm;flex-shrink:0;padding:0 6mm 8mm 10mm;box-sizing:border-box}.timeline-right{flex:1;padding:0 10mm 8mm 8mm;box-sizing:border-box}.tl-block{margin-bottom:6mm}.tl-heading{font-size:7.5pt;text-transform:uppercase;letter-spacing:.12em;font-weight:800;margin:0 0 3mm;padding-bottom:1.5mm;border-bottom:1.5px solid currentColor;display:block}.tl-text{font-size:8pt;color:#444;line-height:1.55;margin:0}.tl-main-block{margin-bottom:7mm}.tl-main-heading{font-size:9pt;text-transform:uppercase;letter-spacing:.1em;font-weight:800;margin:0 0 3mm}.tl-line{border-left:2px solid;padding-left:5mm;margin-left:3mm}.tl-entry{position:relative;margin-bottom:5mm;padding-bottom:2mm}.tl-dot{width:8px;height:8px;border-radius:50%;position:absolute;left:-8mm;top:3px}.compact-resume{width:100%;min-height:297mm;padding:10mm 12mm;box-sizing:border-box}.compact-header-top{padding-bottom:3mm;margin-bottom:4mm}.compact-name{font-size:20pt;font-weight:800;margin:0 0 2mm;font-family:Georgia,serif;display:block}.compact-contact{font-size:7.5pt;color:#555;line-height:1.5;margin:0}.compact-section{margin-bottom:5mm}.compact-heading{font-size:7.5pt;text-transform:uppercase;letter-spacing:.12em;font-weight:800;margin:0 0 2.5mm;padding-bottom:1mm;border-bottom:1px solid #ddd;display:block}.compact-para{font-size:8pt;color:#444;line-height:1.55;margin:0}.compact-two-col{display:grid;grid-template-columns:1fr 1fr;gap:6mm;margin-bottom:5mm}.preview-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1.5rem}.modal-content{max-width:860px;width:100%;max-height:90vh;overflow-y:auto;background:#fff;border-radius:20px;box-shadow:0 40px 80px #0006;position:relative}.modal-resume-wrapper{padding:1.5rem;display:flex;justify-content:center;overflow-x:auto}.modal-close{position:sticky;top:1rem;right:1rem;float:right;background:#fff;border:1px solid #e0e0e0;border-radius:50%;width:36px;height:36px;cursor:pointer;margin:1rem;z-index:10;transition:all .2s;display:flex;align-items:center;justify-content:center;font-size:1rem}.modal-close:hover{background:#f5f5f5;transform:scale(1.05)}.modal-download-bar{position:sticky;bottom:0;z-index:20;background:#fff;border-top:1px solid #e5e5e5;padding:1rem 1.5rem;display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;min-height:56px}.format-selector{display:flex;align-items:center;gap:.5rem;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:40px;padding:.55rem 1rem;font-size:.83rem;font-weight:500;cursor:pointer;font-family:inherit;transition:all .2s}.format-selector:hover{background:#ebebeb}.format-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:12px;overflow-y:auto;max-height:180px;width:100%;min-width:160px;max-width:240px;box-shadow:0 12px 32px #00000026;z-index:1001}.format-dropdown button{display:block;width:100%;padding:.65rem 1rem;text-align:left;background:#fff;border:none;font-size:.83rem;cursor:pointer;transition:background .2s;font-family:inherit}.format-dropdown button:hover{background:#f5f5f5}.download-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#111827;color:#fff;border:none;border-radius:40px;font-size:.83rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.download-btn:hover:not(:disabled){background:#374151;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.download-btn:disabled{opacity:.6;cursor:not-allowed}.download-filename{font-size:.7rem;color:#888;font-family:var(--font-body);max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.close-modal-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:transparent;border:1px solid #e0e0e0;color:#666;border-radius:40px;font-size:.83rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.close-modal-btn:hover{background:#f5f5f5}.spin-icon{display:inline-block;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@page{size:A4;margin:0}@media print{body>*:not(iframe){display:none!important}.editable-section-wrapper:hover,.inline-editable:hover{background:transparent!important;outline:none!important}.section-edit-icon{display:none!important}}.form-sections::-webkit-scrollbar,.preview-content::-webkit-scrollbar,.modal-content::-webkit-scrollbar{width:4px}.form-sections::-webkit-scrollbar-track,.preview-content::-webkit-scrollbar-track,.modal-content::-webkit-scrollbar-track{background:transparent}.form-sections::-webkit-scrollbar-thumb,.preview-content::-webkit-scrollbar-thumb,.modal-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.form-sections::-webkit-scrollbar-thumb:hover,.preview-content::-webkit-scrollbar-thumb:hover,.modal-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width: 900px){.builder-container{flex-direction:column;height:auto;overflow:visible;margin-top:0}.builder-form-side{flex:none;width:100%;max-width:none;min-width:0;border-right:none;border-bottom:1px solid var(--clr-border);height:auto;overflow:visible}.form-sections{overflow-y:visible;padding:.75rem .875rem 1.5rem}.builder-preview-side{flex:none;height:auto;min-height:0}.form-header{padding:1rem 1.25rem;gap:1rem}.form-header h2{font-size:1.15rem}.step-badge{font-size:.7rem}.preview-content{padding:1rem .5rem;overflow-x:auto;overflow-y:visible;display:block;background:#e8e4de}.preview-scale-wrapper{transform:none!important;margin-bottom:0!important;display:block;width:100%;transform-origin:top left!important}.resume-a4-wrapper{width:210mm;min-width:210mm;max-height:none!important;min-height:297mm;border-radius:4px;overflow:visible!important;transform:scale(calc((100vw - 16px)/794px));transform-origin:top left;margin-bottom:calc(-297mm*(1 - ((100vw - 16px)/794px)))}.modern-resume,.classic-resume,.minimal-resume,.creative-resume,.professional-resume,.executive-resume,.bold-resume,.timeline-resume,.compact-resume{min-height:297mm;overflow:visible}.preview-modal{padding:.5rem}.modal-content{max-width:100%;border-radius:12px;max-height:95vh}.modal-resume-wrapper{padding:.5rem;overflow-x:auto}.modal-resume-wrapper .resume-a4-wrapper{width:210mm;min-width:210mm;max-height:none;min-height:297mm;transform:none!important;margin-bottom:0!important}.modal-download-bar{padding:.75rem;gap:.5rem}.download-filename{display:none}.fields-grid-2{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.fields-grid-2{grid-template-columns:1fr}.form-header{padding:1rem;flex-wrap:wrap;gap:.75rem;min-height:80px;margin-top:40px}.form-header h2{font-size:1.125rem;font-weight:700;line-height:1.25;margin:0}.form-header-left{flex:1;min-width:0}.btn-sample,.btn-clear{padding:.45rem .75rem;font-size:.78rem}.section-content{padding:1rem .875rem 1.25rem}.preview-content{padding:.75rem .25rem}.resume-a4-wrapper{transform:scale(calc((100vw - 8px)/794px));margin-bottom:calc(-297mm*(1 - ((100vw - 8px)/794px)))}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:#fff;color:#111;line-height:1.6;-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}.App{flex:1;display:flex;flex-direction:column}main{flex:1}.btn{padding:12px 24px;font-size:.95rem;border:none;border-radius:10px;cursor:pointer;transition:all .25s ease;font-weight:600;font-family:inherit;display:inline-block;text-decoration:none}.btn-primary{background:#111;color:#fff}.btn-primary:hover{background:#333;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.btn-outline{background:transparent;color:#111;border:1.5px solid #ccc}.btn-outline:hover{border-color:#111;background:#f5f5f5}
