@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&family=Merriweather:wght@300;400;700&display=swap";:root{--primary: #2563eb;--primary-dark: #1d4ed8;--primary-light: #3b82f6;--primary-glow: rgba(37, 99, 235, .3);--accent: #f97316;--accent-dark: #ea580c;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--bg-dark: #0f172a;--bg-darker: #020617;--bg-card: rgba(30, 41, 59, .7);--bg-card-hover: rgba(51, 65, 85, .7);--bg-glass: rgba(255, 255, 255, .05);--bg-glass-strong: rgba(255, 255, 255, .1);--bg-white: #ffffff;--bg-light: #f8fafc;--bg-gray: #f1f5f9;--text-white: #f8fafc;--text-light: #94a3b8;--text-dark: #1e293b;--text-muted: #64748b;--border-dark: rgba(255, 255, 255, .1);--border-light: #e2e8f0;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 16px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .15);--shadow-xl: 0 16px 48px rgba(0, 0, 0, .2);--shadow-glow: 0 0 30px var(--primary-glow);--font-body: "Inter", sans-serif;--font-heading: "Playfair Display", serif;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}*{cursor:none!important}.cp-cursor-dot{position:fixed;top:0;left:0;width:12px;height:12px;background-color:#fff;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:99999;mix-blend-mode:difference;transition:width .2s,height .2s}.cp-cursor-dot.active{width:30px;height:30px;background-color:transparent;border:1px solid rgba(255,255,255,1);mix-blend-mode:difference}body{font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);background:var(--bg-white);line-height:1.6}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;border-radius:var(--radius-sm);font-weight:600;font-size:15px;cursor:pointer;transition:var(--transition);border:none;text-decoration:none;font-family:var(--font-body)}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;box-shadow:0 4px 14px var(--primary-glow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px var(--primary-glow)}.btn-secondary{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-secondary:hover{background:var(--primary);color:#fff}.btn-accent{background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;box-shadow:0 4px 14px #f973164d}.btn-accent:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f9731666}.btn-ghost{background:transparent;color:var(--text-muted)}.btn-ghost:hover{color:var(--primary);background:#2563eb0d}.btn-sm{padding:8px 16px;font-size:13px}.btn-lg{padding:16px 36px;font-size:17px}.btn-icon{width:40px;height:40px;padding:0;border-radius:50%}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.form-group{margin-bottom:20px}.form-label{display:block;font-size:13px;font-weight:600;color:var(--text-dark);margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.form-input,.form-select,.form-textarea{width:100%;padding:12px 16px;border:2px solid var(--border-light);border-radius:var(--radius-sm);font-size:15px;font-family:var(--font-body);transition:var(--transition);background:#fff;color:var(--text-dark)}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.form-input::placeholder{color:var(--text-muted)}.form-textarea{resize:vertical;min-height:100px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-fade-in-up{animation:fadeInUp .6s ease-out forwards}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.animate-slide-in{animation:slideInRight .5s ease-out forwards}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-dark)}.pro-tip{display:flex;gap:12px;padding:14px 18px;background:linear-gradient(135deg,#2563eb0d,#2563eb05);border-left:3px solid var(--primary);border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin:16px 0;font-size:13px;color:var(--text-muted);line-height:1.5}.pro-tip-icon{font-size:16px;flex-shrink:0;margin-top:1px}.chip{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:var(--bg-gray);border-radius:20px;font-size:13px;font-weight:500;color:var(--text-dark);transition:var(--transition)}.chip-remove{width:18px;height:18px;border-radius:50%;border:none;background:#0000001a;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--text-muted);transition:var(--transition)}.chip-remove:hover{background:var(--danger);color:#fff}:root{--cp-font-heading: "Syne", sans-serif;--cp-font: "Inter", system-ui, -apple-system, sans-serif;--cp-bg: #f4f5f7;--cp-bg-alt: #e8eaed;--cp-bg-cards: rgba(255, 255, 255, .4);--cp-bg-footer: #1a1c20;--cp-text-main: #1f2124;--cp-text-muted: #5f6368;--cp-text-light: #9aa0a6;--cp-primary: #1f2124;--cp-primary-hover: #000000;--cp-border: rgba(255, 255, 255, .6);--cp-border-dark: rgba(0, 0, 0, .1);--cp-radius: 12px;--cp-radius-lg: 24px;--cp-radius-pill: 100px;--cp-shadow-sm: 0 4px 12px rgba(0, 0, 0, .03), inset 0 1px 1px rgba(255, 255, 255, .8);--cp-shadow-md: 0 12px 24px rgba(0, 0, 0, .04), inset 0 1px 1px rgba(255, 255, 255, .9);--cp-shadow-lg: 0 24px 48px rgba(0, 0, 0, .05), inset 0 1px 1px rgba(255, 255, 255, 1)}.cp-page{font-family:var(--cp-font);color:var(--cp-text-main);background:var(--cp-bg);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}#liquidCanvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-2;background:transparent;pointer-events:none}.cp-noise-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:.25;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}.cp-container{max-width:1200px;margin:0 auto;padding:0 32px;position:relative;z-index:10}h1,h2,h3,h4{font-family:var(--cp-font-heading);color:var(--cp-text-main);margin:0;line-height:1.1;letter-spacing:-.02em}p{color:var(--cp-text-muted)}a{color:var(--cp-text-main);text-decoration:none;transition:color .2s}.cp-btn-liquid{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;font-weight:600;font-size:16px;color:var(--cp-text-main);background:#fff6;border-radius:var(--cp-radius-pill);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 24px #0000000a,inset 0 2px 4px #ffffffe6;overflow:hidden;z-index:1;transition:transform .3s cubic-bezier(.2,.8,.2,1)}.cp-btn-liquid:hover{transform:scale(1.02) translateY(-2px)}.cp-btn-liquid:before{content:"";position:absolute;inset:-2px;border-radius:var(--cp-radius-pill);background:conic-gradient(from 0deg,#ffffff1a,#ffffffe6 15%,#64c8ff66 18%,#ffffff1a 30% 50%,#ffffffe6 65%,#ff64644d 68%,#ffffff1a 80% 100%);z-index:-2;animation:spinChrome 4s linear infinite}.cp-btn-liquid:after{content:"";position:absolute;inset:1px;border-radius:var(--cp-radius-pill);background:linear-gradient(135deg,#fffc,#f0f4f899);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:-1}.cp-btn-liquid.outline-variant:after{background:var(--btn-bg, rgba(255, 255, 255, .05));border:1px solid rgba(0,0,0,.1)}.cp-btn-liquid.outline-variant:hover{color:var(--cp-primary)}.cp-btn-liquid .specular{position:absolute;top:2px;left:10%;right:10%;height:30%;background:linear-gradient(180deg,#ffffffe6,#fff0);border-radius:100px 100px 0 0;pointer-events:none;z-index:0}.cp-btn-liquid span{position:relative;z-index:2}@keyframes spinChrome{to{transform:rotate(360deg)}}.cp-btn-outline{background:transparent;color:var(--cp-text-main);border:1px solid var(--cp-border-dark);padding:16px 32px;border-radius:var(--cp-radius-pill);font-weight:600;font-size:16px;display:inline-flex;align-items:center;justify-content:center;transition:all .2s;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cp-btn-outline:hover{background:#ffffff80;border-color:transparent;box-shadow:var(--cp-shadow-sm)}.cp-nav{border-bottom:1px solid var(--cp-border);background:#fff6;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);position:sticky;top:0;z-index:100}.cp-nav-inner{height:72px;display:flex;align-items:center;justify-content:space-between}.cp-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px;letter-spacing:-.5px;cursor:pointer;color:var(--cp-text-main)}.cp-logo-icon{width:32px;height:32px;background:var(--cp-primary);color:#fff;border-radius:var(--cp-radius);display:flex;align-items:center;justify-content:center}.cp-nav-links{display:flex;gap:32px}.cp-nav-links a{color:var(--cp-text-muted);font-weight:500;font-size:15px}.cp-nav-links a:hover{color:var(--cp-text-main)}.cp-nav-actions{display:flex;align-items:center;gap:24px}.cp-link-subtle{color:var(--cp-text-muted);font-weight:600;font-size:14px}.cp-link-subtle:hover{color:var(--cp-text-main)}.cp-hero{padding:80px 0 60px;overflow:visible;position:relative}.cp-hero-grid{display:flex;flex-direction:column;align-items:center;gap:40px;text-align:center;margin-top:-60px}.cp-hero-content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto}.cp-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:100px;background:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.9);font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--cp-text-muted);margin-bottom:32px}.cp-badge-dot{width:8px;height:8px;border-radius:50%;background:#22c55e}.cp-hero-title{font-size:clamp(36px,4.5vw,54px);font-weight:800;letter-spacing:-3px;line-height:1.1;margin-bottom:24px;color:#0f172a;text-align:center;text-wrap:balance}.cp-hero-subtitle{font-size:24px;line-height:1.5;margin-bottom:48px;max-width:680px;text-align:center;color:var(--cp-text-muted)}.cp-hero-buttons{display:flex;justify-content:center;gap:16px;margin-bottom:20px;width:100%}.cp-hero-metrics{display:flex;gap:48px;border-top:1px solid var(--cp-border);padding-top:32px}.cp-metric{display:flex;flex-direction:column;gap:4px}.cp-metric strong{font-size:24px;font-weight:800;letter-spacing:-.5px}.cp-metric span{font-size:13px;color:var(--cp-text-muted);font-weight:500}.cp-hero-visual{width:100%;position:relative;overflow:visible}.cp-ui-window{width:90%;height:500px;background:#ffffff4d;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:var(--cp-radius-lg);border:1px solid rgba(255,255,255,.8);box-shadow:0 24px 48px #0000000f,inset 0 2px 4px #ffffffb3;overflow:hidden;position:absolute;transition:transform .2s cubic-bezier(.1,.5,.1,1)}.cp-ui-hero-img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%) contrast(1.1) brightness(1.2);mix-blend-mode:multiply}.cp-ui-header{height:48px;background:var(--cp-bg-alt);border-bottom:1px solid var(--cp-border);display:flex;align-items:center;padding:0 16px;gap:8px}.cp-ui-dot{width:12px;height:12px;border-radius:50%}.cp-ui-dot.red{background:#ef4444}.cp-ui-dot.yellow{background:#f59e0b}.cp-ui-dot.green{background:#10b981}.cp-ui-body{display:flex;height:400px}.cp-ui-sidebar{width:64px;border-right:1px solid var(--cp-border);background:var(--cp-bg-alt);padding:16px 0;display:flex;flex-direction:column;align-items:center;gap:16px}.cp-ui-item{width:32px;height:32px;background:var(--cp-border);border-radius:var(--cp-radius)}.cp-ui-item.active{background:var(--cp-primary)}.cp-ui-main{flex:1;padding:32px;display:flex;flex-direction:column;gap:16px}.cp-ui-field{height:32px;background:var(--cp-bg-alt);border:1px solid var(--cp-border);border-radius:4px}.cp-ui-field.tall{height:96px}.cp-ui-row{display:flex;gap:16px}.w-50{width:50%}.cp-ui-btn-row{margin-top:auto;display:flex;justify-content:flex-end}.cp-ui-btn.save{width:80px;height:32px;background:var(--cp-primary);border-radius:4px}.cp-ui-preview{width:180px;background:#e2e8f0;padding:24px 16px;display:flex;justify-content:center}.cp-preview-doc{background:#fff;width:100%;height:100%;box-shadow:var(--cp-shadow-sm);padding:12px;display:flex;flex-direction:column;gap:12px}.cp-doc-head{height:16px;width:60%;background:var(--cp-text-main)}.cp-doc-line{height:4px;width:40%;background:var(--cp-text-muted)}.cp-doc-block{height:24px;width:100%;background:var(--cp-border)}.cp-features{padding:120px 0;background:transparent}.cp-section-header{text-align:center;max-width:600px;margin:0 auto 64px}.cp-section-header.align-left{text-align:left;margin:0 0 64px}.cp-section-header h2{font-size:36px;font-weight:800;letter-spacing:-1px;margin-bottom:16px}.cp-section-header p{font-size:18px}.cp-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.cp-feature-card{background:#ffffff80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.8);border-radius:var(--cp-radius-lg);padding:40px 32px;box-shadow:var(--cp-shadow-sm);transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s cubic-bezier(.2,.8,.2,1)}.cp-feature-card:hover{transform:translateY(-8px);box-shadow:var(--cp-shadow-md)}.cp-feature-icon{width:48px;height:48px;background:#fffc;color:var(--cp-text-main);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 4px 12px #00000008}.cp-feature-card h3{font-size:20px;font-weight:700;margin-bottom:12px}.cp-feature-card p{font-size:15px;line-height:1.6;margin:0}.cp-templates{padding:120px 0;background:transparent}.cp-templates-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.cp-template-card{cursor:pointer}.cp-tpl-preview{background:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.8);border-radius:var(--cp-radius);padding:16px;height:360px;position:relative;overflow:hidden;margin-bottom:16px;transition:transform .3s}.cp-template-card:hover .cp-tpl-preview{transform:translateY(-8px);box-shadow:var(--cp-shadow-md)}.cp-tpl-visual{background:#fff;width:100%;height:100%;box-shadow:var(--cp-shadow-sm);border-radius:6px;overflow:hidden}.cp-tpl-visual img{width:100%;height:100%;object-fit:cover;object-position:top;filter:grayscale(80%) contrast(1.1);transition:filter .3s}.cp-template-card:hover .cp-tpl-visual img{filter:grayscale(0%) contrast(1)}.cp-tpl-header{padding:16px;border-bottom:2px solid var(--cp-border)}.cp-tpl-header.type-0{border-color:var(--cp-primary)}.cp-tpl-header.type-1{border-color:var(--cp-text-main)}.cp-tpl-header.type-2{border-left:8px solid var(--cp-primary)}.cp-tpl-header.type-3{text-align:center}.cp-tpl-namebox{display:flex;flex-direction:column;gap:8px}.cp-tpl-line{height:6px;background:var(--cp-border);border-radius:3px}.cp-tpl-line.strong{height:10px;background:var(--cp-text-main)}.w-40{width:40%}.w-60{width:60%}.w-80{width:80%}.w-85{width:85%}.w-90{width:90%}.w-95{width:95%}.w-100{width:100%}.cp-tpl-body{padding:16px}.cp-tpl-section{margin-bottom:24px;display:flex;flex-direction:column;gap:8px}.cp-tpl-title{height:8px;width:40%;background:var(--cp-text-main);margin-bottom:4px}.cp-tpl-title.blue{background:var(--cp-primary)}.cp-tpl-hover-action{position:absolute;inset:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.cp-template-card:hover .cp-tpl-hover-action{opacity:1}.cp-tpl-meta{display:flex;justify-content:space-between;align-items:center}.cp-tpl-meta h4{font-size:16px;font-weight:700}.cp-tpl-meta span{font-size:12px;font-weight:600;color:var(--cp-text-muted);background:var(--cp-bg-alt);padding:4px 8px;border-radius:4px;border:1px solid var(--cp-border)}.cp-cta{padding:120px 0}.cp-cta-inner{background:var(--cp-primary);border-radius:var(--cp-radius-lg);padding:80px 40px;text-align:center;color:#fff;box-shadow:var(--cp-shadow-lg)}.cp-cta-inner h2{color:#fff;font-size:40px;font-weight:800;margin-bottom:16px;letter-spacing:-1px}.cp-cta-inner p{color:#bfdbfe;font-size:18px;margin:0 auto 40px;max-width:600px}.cp-footer{background:var(--cp-bg-footer);padding:80px 0 40px;color:var(--cp-text-light)}.cp-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:60px}.cp-logo.white{color:#fff}.cp-footer-brand p{margin-top:16px;max-width:300px;font-size:14px;line-height:1.6}.cp-footer-links h4{color:#fff;font-size:15px;margin-bottom:24px}.cp-footer-links a{display:block;color:var(--cp-text-light);font-size:14px;margin-bottom:12px}.cp-footer-links a:hover{color:#fff}.cp-footer-bottom{border-top:1px solid var(--cp-border-dark);padding-top:32px;text-align:center;font-size:14px}@media(max-width:1024px){.cp-hero-grid{grid-template-columns:1fr;text-align:center;gap:40px}.cp-hero-subtitle{margin:0 auto 40px}.cp-hero-badge{margin:0 auto 24px}.cp-hero-buttons,.cp-hero-metrics{justify-content:center}.cp-ui-window{max-width:600px;margin:0 auto}.cp-features-grid,.cp-templates-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.cp-nav-links,.cp-nav-actions{display:none}.cp-hero-title{font-size:40px}.cp-features-grid,.cp-templates-grid{grid-template-columns:1fr}.cp-footer-grid{grid-template-columns:inset}.cp-ui-preview{display:none}}.cv-template{width:210mm;min-height:297mm;background:#fff;color:#1e293b;font-size:10px;line-height:1.5;box-shadow:0 2px 12px #00000014}.cv-entry{margin-bottom:12px}.cv-entry:last-child{margin-bottom:0}.cv-entry-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2px}.cv-entry-header strong{font-size:11px}.cv-company{color:#64748b;font-size:10px}.cv-date{font-size:9px;color:#94a3b8;white-space:nowrap;flex-shrink:0;margin-left:8px}.cv-date-sm{font-size:9px;color:#94a3b8;display:block;margin-top:1px}.cv-location{font-size:9px;color:#94a3b8}.cv-location-inline{font-size:10px;color:#94a3b8}.cv-company-text{font-size:10px;font-weight:500;margin:1px 0 4px}.cv-desc{font-size:9.5px;color:#475569;line-height:1.55;margin-top:4px;white-space:pre-line}.cv-text{font-size:10px;color:#475569;line-height:1.55}.cv-list{list-style:disc;padding-left:16px;font-size:10px;color:#475569}.cv-list li{margin-bottom:2px}.modern-template{display:grid;grid-template-columns:200px 1fr}.modern-sidebar{padding:28px 18px;color:#fff;display:flex;flex-direction:column;gap:22px}.modern-sidebar h3{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px;opacity:.85;border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:4px}.modern-sidebar p{font-size:9px;line-height:1.6;opacity:.9}.modern-photo{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.4);align-self:center}.modern-skill-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px;font-size:9px;opacity:.9}.skill-dots{display:flex;gap:3px}.dot{width:7px;height:7px;border-radius:50%;background:#ffffff40}.dot.filled{background:#ffffffe6}.modern-main{padding:28px 24px}.modern-header{margin-bottom:20px}.modern-header h1{font-size:24px;font-weight:800;letter-spacing:-.5px;margin-bottom:4px}.modern-jobtitle{font-size:13px;font-weight:500}.modern-section{margin-bottom:18px}.modern-section h2{font-size:12px;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;padding-bottom:4px;border-bottom:2px solid currentColor}.classic-template{padding:36px 32px}.classic-header{text-align:center;padding-bottom:16px;border-bottom:3px solid;margin-bottom:20px}.classic-header h1{font-size:26px;font-weight:700;text-transform:uppercase;letter-spacing:3px}.classic-jobtitle{font-size:12px;color:#64748b;margin-top:4px;text-transform:uppercase;letter-spacing:2px}.classic-contact{display:flex;flex-wrap:wrap;justify-content:center;gap:4px;margin-top:10px;font-size:9px;color:#64748b}.separator{margin:0 4px;opacity:.4}.classic-section{margin-bottom:16px}.classic-section h2{font-size:12px;text-transform:uppercase;letter-spacing:1.5px;font-weight:700;padding-bottom:4px;border-bottom:1px solid;margin-bottom:10px;color:#1e293b}.creative-template{overflow:hidden}.creative-header-bar{padding:28px 24px;color:#fff}.creative-header-content{display:flex;align-items:center;gap:18px}.creative-photo{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.5)}.creative-header-content h1{font-size:24px;font-weight:800}.creative-jobtitle{font-size:12px;opacity:.85;margin-top:2px}.creative-body{display:grid;grid-template-columns:1fr 180px;gap:0}.creative-main{padding:22px 24px}.creative-sidebar{padding:22px 16px;background:#f8fafc;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;gap:18px}.creative-sidebar h3{font-size:10px;text-transform:uppercase;letter-spacing:1px;font-weight:700;margin-bottom:6px;color:#1e293b}.creative-sidebar p{font-size:9px;color:#475569;line-height:1.5;margin-bottom:2px}.creative-section{margin-bottom:16px}.creative-section h2{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;color:#1e293b}.creative-icon{font-size:10px;margin-right:4px}.creative-entry{display:flex;gap:10px;position:relative;padding-left:4px}.creative-timeline-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:4px}.creative-skill-bar-row{margin-bottom:6px}.creative-skill-bar-row span{font-size:9px;color:#475569;display:block;margin-bottom:2px}.creative-skill-bar{height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden}.creative-skill-fill{height:100%;border-radius:2px;transition:width .3s ease}.minimal-template{padding:44px 36px}.minimal-header{text-align:center;margin-bottom:20px}.minimal-header h1{font-size:28px;font-weight:300;letter-spacing:4px;text-transform:uppercase}.minimal-jobtitle{font-size:11px;font-weight:500;letter-spacing:2px;text-transform:uppercase;margin-top:4px}.minimal-contact{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:12px;font-size:9px;color:#64748b}.minimal-contact span{position:relative}.minimal-contact span+span:before{content:"·";position:absolute;left:-9px;color:#94a3b8}.minimal-divider{height:2px;opacity:.6;margin-bottom:22px}.minimal-summary{text-align:center;font-size:10px;color:#64748b;line-height:1.7;font-style:italic;max-width:480px;margin:0 auto}.minimal-section{margin-bottom:20px}.minimal-section h2{font-size:11px;text-transform:uppercase;letter-spacing:2px;font-weight:600;color:#1e293b;margin-bottom:10px;padding-bottom:4px;border-bottom:1px solid #e2e8f0}.minimal-entry{margin-bottom:10px}.minimal-entry-top{display:flex;justify-content:space-between;align-items:baseline}.minimal-entry-top strong{font-size:11px}.minimal-company{font-size:10px;font-weight:500;margin:1px 0 3px}.minimal-skills{display:flex;flex-wrap:wrap;gap:6px}.minimal-skill-tag{padding:3px 10px;border-radius:20px;border:1px solid;font-size:9px;font-weight:500}.minimal-extras{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px}.minimal-extras h3{font-size:10px;text-transform:uppercase;letter-spacing:1px;font-weight:600;margin-bottom:6px;color:#1e293b}.minimal-extras p{font-size:9px;color:#475569;line-height:1.5}.cascade-template{display:grid;grid-template-columns:200px 1fr}.cascade-sidebar{padding:28px 18px;color:#fff;display:flex;flex-direction:column;gap:20px}.cascade-sidebar-section h3{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px;opacity:.85;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:4px}.cascade-sidebar-section p{font-size:9px;line-height:1.6;opacity:.9;margin-bottom:2px}.cascade-photo{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.4);align-self:center}.cascade-skill{margin-bottom:6px}.cascade-skill span{font-size:9px;opacity:.9;display:block;margin-bottom:2px}.cascade-skill-bar{height:4px;background:#fff3;border-radius:2px;overflow:hidden}.cascade-skill-fill{height:100%;background:#ffffffd9;border-radius:2px}.cascade-lang-level{font-size:8px;opacity:.7}.cascade-main{padding:28px 24px}.cascade-header{margin-bottom:18px}.cascade-header h1{font-size:24px;font-weight:800;letter-spacing:-.5px;margin-bottom:4px}.cascade-jobtitle{font-size:13px;font-weight:500;color:#64748b}.cascade-section{margin-bottom:16px}.cascade-section h2{font-size:12px;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;padding-bottom:4px;border-bottom:2px solid currentColor}.primo-template{display:grid;grid-template-columns:190px 1fr}.primo-sidebar{padding:24px 16px;background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;gap:16px}.primo-photo{width:80px;height:80px;border-radius:50%;object-fit:cover;align-self:center}.primo-sidebar-section h3{font-size:10px;text-transform:uppercase;letter-spacing:1px;font-weight:700;margin-bottom:8px;padding-bottom:4px;border-bottom:2px solid}.primo-contact-item{display:flex;align-items:center;gap:6px;font-size:9px;color:#475569;margin-bottom:4px}.primo-icon{font-size:10px}.primo-skill{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.primo-skill span{font-size:9px;color:#475569}.primo-dots{display:flex;gap:3px}.primo-dot{width:7px;height:7px;border-radius:50%;background:#d1d5db}.primo-dot.filled{background:currentColor}.primo-lang{font-size:9px;color:#475569;margin-bottom:3px}.primo-main{padding:24px 22px}.primo-header{margin-bottom:16px}.primo-header h1{font-size:22px;font-weight:800}.primo-jobtitle{font-size:12px;color:#64748b;margin-top:2px}.primo-summary-box{padding:12px 14px;border-left:3px solid;border-radius:0 6px 6px 0;margin-bottom:16px}.primo-section{margin-bottom:16px}.primo-section h2{font-size:12px;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;padding-bottom:4px;border-bottom:2px solid currentColor}.concept-template{display:grid;grid-template-columns:180px 1fr}.concept-sidebar{padding:24px 16px;border-right:3px solid;display:flex;flex-direction:column;gap:16px}.concept-sidebar-section h3{font-size:10px;text-transform:uppercase;letter-spacing:1px;font-weight:700;color:#1e293b;margin-bottom:8px}.concept-sidebar-section p{font-size:9px;color:#475569;margin-bottom:2px}.concept-photo{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid;align-self:center}.concept-skill-tags{display:flex;flex-wrap:wrap;gap:4px}.concept-tag{font-size:8px;padding:2px 8px;border:1px solid;border-radius:12px}.concept-main{padding:24px 22px}.concept-header{margin-bottom:18px}.concept-header h1{font-size:22px;font-weight:800}.concept-jobtitle{font-size:12px;color:#64748b;margin-top:2px}.concept-section{margin-bottom:16px}.concept-section h2{font-size:12px;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-weight:700}.concept-timeline{border-left:2px solid;padding-left:14px;margin-left:4px}.concept-timeline-item{position:relative;margin-bottom:14px}.concept-timeline-item:last-child{margin-bottom:0}.concept-timeline-dot{position:absolute;left:-20px;top:4px;width:10px;height:10px;border-radius:50%}.concept-timeline-content{padding-left:0}.diamond-template{padding:36px 32px}.diamond-header{text-align:center;margin-bottom:22px}.diamond-header h1{font-size:26px;font-weight:700;letter-spacing:1px}.diamond-jobtitle{font-size:12px;margin-top:4px;font-weight:500}.diamond-divider{height:3px;width:50px;margin:10px auto;border-radius:2px}.diamond-contact{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px;font-size:9px;color:#64748b}.diamond-section{margin-bottom:16px}.diamond-section-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.diamond-section-header h2{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;white-space:nowrap}.diamond-icon{width:18px;height:18px;border-radius:3px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:8px;flex-shrink:0}.diamond-line{height:1px;flex:1;opacity:.3}.diamond-skills{display:flex;flex-wrap:wrap;gap:6px}.diamond-skill-tag{font-size:9px;padding:3px 10px;background:#f1f5f9;border-radius:12px;color:#475569}.nanica-template{padding:44px 40px}.nanica-header{text-align:center;margin-bottom:24px}.nanica-header h1{font-size:30px;font-weight:300;letter-spacing:6px;text-transform:uppercase}.nanica-jobtitle{font-size:11px;color:#94a3b8;margin-top:6px;letter-spacing:3px;text-transform:uppercase}.nanica-contact{font-size:9px;color:#94a3b8;margin-top:10px}.nanica-section{margin-bottom:20px}.nanica-section h2{font-size:10px;text-transform:uppercase;letter-spacing:3px;font-weight:600;color:#1e293b;margin-bottom:10px}.nanica-summary{font-size:10px;color:#64748b;line-height:1.7;text-align:center;max-width:500px;margin:0 auto;font-style:italic}.nanica-entry{margin-bottom:12px}.nanica-entry-top{display:flex;justify-content:space-between;align-items:baseline}.nanica-entry-top strong{font-size:11px}.nanica-date{font-size:9px;color:#94a3b8}.nanica-company{font-size:10px;color:#64748b;font-weight:500;margin:1px 0 4px}.nanica-footer-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:20px}.cubic-template{display:grid;grid-template-columns:190px 1fr}.cubic-sidebar{padding:20px 16px;display:flex;flex-direction:column;gap:16px}.cubic-sidebar-section h3{font-size:10px;text-transform:uppercase;letter-spacing:1px;font-weight:700;margin-bottom:8px;padding-bottom:3px}.cubic-sidebar-section p{font-size:9px;color:#475569;margin-bottom:2px}.cubic-photo{width:80px;height:80px;border-radius:8px;object-fit:cover;align-self:center}.cubic-skill{margin-bottom:5px}.cubic-skill span{font-size:9px;color:#475569}.cubic-progress{height:4px;background:#e2e8f0;border-radius:2px;margin-top:2px;overflow:hidden}.cubic-progress-fill{height:100%;border-radius:2px}.cubic-main{display:flex;flex-direction:column}.cubic-header{padding:24px 22px;color:#fff}.cubic-header h1{font-size:22px;font-weight:800}.cubic-jobtitle{font-size:12px;opacity:.85;margin-top:2px}.cubic-section{padding:0 22px;margin-bottom:14px}.cubic-section:first-of-type{margin-top:18px}.cubic-section h2{font-size:11px;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-weight:700}.muse-template{padding:32px 28px}.muse-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:6px}.muse-header h1{font-size:24px;font-weight:800}.muse-jobtitle{font-size:12px;margin-top:2px}.muse-contact{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.muse-contact-item{display:flex;align-items:center;gap:5px;font-size:9px;color:#475569}.muse-contact-icon{font-size:10px}.muse-divider{height:3px;border-radius:2px;margin-bottom:18px}.muse-section{margin-bottom:14px}.muse-section-label{display:flex;align-items:center;gap:6px;margin-bottom:8px}.muse-section-label h2{font-size:12px;text-transform:uppercase;letter-spacing:1px;font-weight:700}.muse-section-icon{font-size:6px}.muse-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}.muse-skill-list{display:flex;flex-wrap:wrap;gap:6px}.muse-skill-item{font-size:9px;padding:3px 10px;background:#f1f5f9;border-radius:12px;color:#475569}.enfold-template{display:grid;grid-template-columns:170px 1fr}.enfold-left{padding:24px 14px;background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;gap:16px}.enfold-contact-block h3,.enfold-sidebar-section h3{font-size:10px;text-transform:uppercase;letter-spacing:1px;font-weight:700;color:#1e293b;margin-bottom:8px}.enfold-contact-block p,.enfold-sidebar-section p{font-size:9px;color:#475569;margin-bottom:3px;line-height:1.5}.enfold-skill{margin-bottom:5px}.enfold-skill span{font-size:9px;color:#475569}.enfold-bar{height:3px;background:#e2e8f0;border-radius:2px;margin-top:2px;overflow:hidden}.enfold-bar-fill{height:100%;border-radius:2px}.enfold-right{padding:24px 22px}.enfold-header{margin-bottom:16px}.enfold-header h1{font-size:22px;font-weight:800}.enfold-jobtitle{font-size:12px;margin-top:2px}.enfold-header-line{height:3px;width:40px;border-radius:2px;margin-top:8px}.enfold-section{margin-bottom:14px}.enfold-section h2{font-size:11px;text-transform:uppercase;letter-spacing:1px;font-weight:700;margin-bottom:8px;padding-bottom:4px;border-bottom:2px solid}.initials-template{padding:24px}.initials-header{display:flex;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #e2e8f0}.initials-logo{width:60px;height:60px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;font-weight:800;flex-shrink:0}.initials-name-block h1{font-size:22px;font-weight:800}.initials-jobtitle{font-size:12px;color:#64748b;margin-top:1px}.initials-contact{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px;font-size:9px;color:#94a3b8}.initials-body{display:grid;grid-template-columns:1fr 170px;gap:20px}.initials-section{margin-bottom:14px}.initials-section h2{font-size:12px;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-weight:700}.initials-side-section{margin-bottom:16px}.initials-side-section h3{font-size:10px;text-transform:uppercase;letter-spacing:1px;font-weight:700;margin-bottom:8px}.initials-skill{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px;font-size:9px;color:#475569}.initials-skill-dots{display:flex;gap:3px}.initials-dot{width:7px;height:7px;border-radius:50%}.newcast-template{padding:32px 28px}.newcast-header{text-align:center;padding-bottom:14px;border-bottom:4px solid;margin-bottom:16px}.newcast-header h1{font-size:24px;font-weight:800;text-transform:uppercase;letter-spacing:2px}.newcast-jobtitle{font-size:12px;color:#64748b;margin-top:4px;text-transform:uppercase;letter-spacing:1px}.newcast-contact{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:10px;font-size:9px;color:#64748b}.newcast-section{margin-bottom:16px}.newcast-section h2{font-size:11px;font-weight:700;color:#fff;padding:5px 12px;border-radius:3px;margin-bottom:10px;letter-spacing:1px;display:inline-block}.newcast-entry-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2px}.newcast-company{font-size:10px;font-weight:500;color:#64748b;margin-bottom:4px}.newcast-two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}.newcast-bullet-list{list-style:disc;padding-left:16px;font-size:10px;color:#475569}.newcast-bullet-list li{margin-bottom:2px}.crisp-template{display:grid;grid-template-columns:185px 1fr}.crisp-sidebar{padding:24px 14px;background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;gap:14px;align-items:center}.crisp-photo{width:85px;height:85px;border-radius:50%;object-fit:cover}.crisp-avatar{width:85px;height:85px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:800}.crisp-sidebar-section{width:100%}.crisp-sidebar-section h3{font-size:10px;text-transform:uppercase;letter-spacing:1px;font-weight:700;color:#1e293b;margin-bottom:8px;padding-bottom:4px;border-bottom:2px solid}.crisp-detail-item{font-size:9px;color:#475569;margin-bottom:6px;line-height:1.4}.crisp-detail-item strong{font-size:8px;text-transform:uppercase;letter-spacing:.5px;color:#94a3b8}.crisp-skill-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px;font-size:9px;color:#475569}.crisp-dots{display:flex;gap:3px}.crisp-dot{width:7px;height:7px;border-radius:50%}.crisp-main{padding:24px 22px}.crisp-header{margin-bottom:16px}.crisp-header h1{font-size:22px;font-weight:800}.crisp-jobtitle{font-size:12px;color:#64748b;margin-top:2px}.crisp-section{margin-bottom:14px}.crisp-section h2{font-size:12px;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-weight:700}.iconic-template{display:grid;grid-template-columns:190px 1fr}.iconic-sidebar{padding:28px 16px;color:#fff;display:flex;flex-direction:column;gap:16px}.iconic-photo{width:85px;height:85px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.4);align-self:center}.iconic-name{text-align:center}.iconic-name h1{font-size:18px;font-weight:800;line-height:1.2}.iconic-name p{font-size:10px;opacity:.85;margin-top:4px}.iconic-contact-list{font-size:9px;opacity:.9;display:flex;flex-direction:column;gap:4px}.iconic-main{padding:24px 22px}.iconic-section{margin-bottom:14px}.iconic-section-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.iconic-section-header h2{font-size:12px;text-transform:uppercase;letter-spacing:1px;font-weight:700}.iconic-section-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;flex-shrink:0}.iconic-skills{display:flex;flex-wrap:wrap;gap:5px}.iconic-skill-tag{font-size:9px;padding:3px 10px;border:1px solid;border-radius:12px;color:#475569}.vibes-template{overflow:hidden}.vibes-header{padding:28px 24px;color:#fff}.vibes-header-inner{display:flex;align-items:center;gap:16px}.vibes-photo{width:65px;height:65px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.4)}.vibes-header-inner h1{font-size:24px;font-weight:800}.vibes-jobtitle{font-size:12px;opacity:.85;margin-top:2px}.vibes-contact{margin-top:6px;display:flex;flex-wrap:wrap;gap:12px;font-size:9px;opacity:.8}.vibes-body{display:grid;grid-template-columns:1fr 180px;padding:22px 24px;gap:20px}.vibes-col-left,.vibes-col-right{display:flex;flex-direction:column;gap:0}.vibes-section{margin-bottom:16px}.vibes-section h2{font-size:12px;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-weight:700}.vibes-entry{margin-bottom:12px}.vibes-date-label{display:inline-block;font-size:8px;padding:2px 8px;border-radius:10px;margin-bottom:4px;font-weight:600}.vibes-skill-tags{display:flex;flex-wrap:wrap;gap:5px}.vibes-tag{font-size:8px;padding:3px 10px;border-radius:12px;font-weight:600}.vibes-lang{display:flex;justify-content:space-between;margin-bottom:4px;font-size:9px;color:#475569}.vibes-lang-level{font-size:8px;color:#94a3b8}.refined-template{padding:40px 36px}.refined-header{text-align:center;margin-bottom:22px}.refined-header h1{font-size:28px;letter-spacing:2px}.refined-jobtitle{font-size:12px;letter-spacing:1px;margin-top:4px}.refined-line{height:2px;width:60px;margin:10px auto;border-radius:1px}.refined-contact{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px;font-size:9px;color:#64748b}.refined-section{margin-bottom:18px}.refined-section h2{font-size:12px;text-transform:uppercase;letter-spacing:2px;font-weight:600;margin-bottom:4px}.refined-line-thin{height:1px;margin-bottom:10px;opacity:.3}.refined-text{font-size:10px;color:#475569;line-height:1.7;font-style:italic}.refined-entry{margin-bottom:12px}.refined-entry-top{display:flex;justify-content:space-between;align-items:baseline}.refined-entry-top strong{font-size:11px}.refined-date{font-size:9px;color:#94a3b8}.refined-company{font-size:10px;font-weight:500;margin:1px 0 4px}.refined-two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px}.refined-skills{display:flex;flex-wrap:wrap;gap:6px}.refined-skill{font-size:9px;padding:3px 10px;border:1px solid #e2e8f0;border-radius:12px;color:#475569}.valera-template{padding:36px 32px}.valera-header{margin-bottom:24px}.valera-header h1{font-size:42px;line-height:1.1;font-weight:800;margin-bottom:6px;letter-spacing:-1px;word-break:break-word}.valera-jobtitle{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px;color:#475569}.valera-contact{display:flex;flex-wrap:wrap;gap:12px;font-size:10px;color:#64748b}.valera-contact span{position:relative;padding-right:12px}.valera-contact span:not(:last-child):after{content:"•";position:absolute;right:-2px;color:#cbd5e1}.valera-section{margin-bottom:20px}.valera-section h2{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px}.valera-summary{font-size:11px;color:#334155;line-height:1.6}.valera-entry{margin-bottom:14px}.valera-entry-top{font-size:12px;font-weight:700;color:#1e293b;margin-bottom:2px}.valera-entry-sub{display:flex;justify-content:space-between;margin-bottom:4px}.valera-company{font-size:10px;font-weight:600;color:#475569}.valera-skills{display:flex;flex-wrap:wrap;gap:8px}.valera-skill-item{font-size:10px;padding:4px 12px;background:#f1f5f9;color:#334155;border-radius:4px;font-weight:500}.valera-extras{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px}.valera-text{font-size:10px;color:#475569;line-height:1.6}.simple-template{padding:40px}.simple-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:12px}.simple-header h1{font-size:28px;font-weight:700;letter-spacing:.5px;margin-bottom:4px}.simple-jobtitle{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px}.simple-contact{display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-size:9px;color:#64748b}.simple-divider{height:3px;width:100%;margin-bottom:20px}.simple-section{margin-bottom:18px}.simple-section h2{font-size:12px;text-transform:uppercase;font-weight:700;letter-spacing:1px;margin-bottom:8px;padding-bottom:4px;border-bottom:1px solid #e2e8f0}.simple-summary{font-size:10px;color:#475569;line-height:1.6}.simple-entry{margin-bottom:12px}.simple-entry-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.simple-entry-title{font-size:11px}.simple-entry-title strong{font-weight:700;color:#1e293b}.simple-entry-title span{font-weight:500;color:#64748b}.simple-skills{display:flex;flex-wrap:wrap;gap:6px}.simple-skill-item{font-size:10px;color:#475569}.simple-skill-item:not(:last-child):after{content:" • ";color:#cbd5e1;margin:0 4px}.simple-extras{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px}.simple-text{font-size:10px;color:#475569;line-height:1.6}.corporate-template{display:grid;grid-template-columns:31% 1fr;padding:0}.corporate-sidebar{padding:30px 0;color:#fff}.corporate-photo-wrapper{padding:0 24px;margin-bottom:24px}.corporate-photo{width:100%;aspect-ratio:1 / 1;object-fit:cover;background:#e2e8f0}.corporate-name-area{padding:0 24px;margin-bottom:30px}.corporate-name-area h1{font-size:32px;font-weight:800;line-height:1.1;margin-bottom:6px;letter-spacing:-.5px;word-break:break-word}.corporate-jobtitle{font-size:13px;font-weight:400;opacity:.8}.corporate-sidebar-section{margin-bottom:24px}.corporate-sidebar-section h3{font-size:14px;font-weight:700;padding:8px 24px;margin-bottom:12px}.corporate-contact-content,.corporate-skills-content{padding:0 24px}.corporate-contact-item{margin-bottom:10px;font-size:10px}.corporate-contact-item strong{display:block;font-size:11px;font-weight:700;margin-bottom:2px}.corporate-skills-list{list-style:disc;padding-left:16px;font-size:10.5px}.corporate-skills-list li{margin-bottom:4px;line-height:1.4}.corporate-main{padding:36px 36px 36px 24px}.corporate-summary{font-size:10px;color:#475569;line-height:1.6;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #cbd5e1}.corporate-main-section{margin-bottom:20px}.corporate-main-section h2{font-size:16px;font-weight:700;margin-bottom:16px;padding-bottom:6px;border-bottom:1px solid #cbd5e1}.corporate-grid{display:flex;flex-direction:column;gap:16px}.corporate-entry{display:grid;grid-template-columns:85px 1fr;gap:16px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.corporate-entry:last-child{border-bottom:none;padding-bottom:0}.corporate-entry-left{font-size:10px;color:#64748b;line-height:1.4}.corporate-role{font-size:11px;color:#1e293b;margin-bottom:2px}.corporate-company{font-size:10.5px;color:#64748b;font-style:italic;margin-bottom:6px}.corporate-desc{font-size:10px;color:#475569;line-height:1.6}.corporate-desc p{white-space:pre-line}.executive-template{display:flex;flex-direction:column;padding:0}.executive-header{display:grid;grid-template-columns:32% 1fr;width:100%}.executive-header-right{padding:40px 40px 30px;display:flex;flex-direction:column;justify-content:center}.executive-header h1{font-size:34px;font-weight:700;letter-spacing:2px;color:#1e293b;margin-bottom:8px;text-transform:uppercase;line-height:1.1}.executive-header h2{font-size:14px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:1px}.executive-body{display:grid;grid-template-columns:32% 1fr;flex:1}.executive-sidebar{background-color:#4b4b4d;color:#fff;padding:30px 24px;display:flex;flex-direction:column;gap:24px}.executive-photo-wrapper{display:flex;justify-content:center;width:100%}.executive-photo{width:120px;height:120px;border-radius:50%;object-fit:cover;background-color:#cbd5e1}.executive-contact{display:flex;flex-direction:column;gap:16px;margin-top:10px}.executive-contact-item{display:flex;flex-direction:column;align-items:center;text-align:center;font-size:10px;color:#f8fafc;word-break:break-word}.executive-icon-circle{width:24px;height:24px;border-radius:50%;border:1.5px solid white;color:#fff;display:flex;justify-content:center;align-items:center;margin:0 auto 6px;font-size:10px;font-weight:700}.executive-icon-circle svg{fill:currentColor}.executive-sidebar-divider{height:1px;background-color:#fff6;width:100%}.executive-sidebar-section{display:flex;flex-direction:column}.executive-sidebar-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px}.executive-education-item{font-size:10px;line-height:1.5;margin-bottom:12px;color:#f8fafc}.executive-education-item strong{display:block;margin:2px 0;font-weight:700}.executive-main{padding:30px 40px 30px 30px;background-color:#fff}.executive-section{margin-bottom:24px}.executive-section-title{font-size:14px;font-weight:800;color:#1e293b;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px}.executive-main-divider{height:1px;background-color:#1e293b;width:100%;margin-bottom:24px}.executive-summary{font-size:10px;color:#334155;line-height:1.6}.executive-skills-list{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;font-size:10px;color:#334155}.executive-skills-list span{display:flex;align-items:center}.executive-skills-list span:before{content:"•";margin-right:6px;font-size:16px;line-height:1}.executive-work-item{margin-bottom:18px}.executive-work-date{font-size:10px;color:#475569;margin-bottom:4px}.executive-work-header{font-size:10.5px;margin-bottom:8px;color:#475569}.executive-work-header strong{color:#1e293b;font-weight:700}.executive-work-desc{font-size:10px;color:#334155;line-height:1.6;white-space:pre-line;padding-left:12px}.executive-work-desc p{margin-bottom:4px}.wheel-scene{width:100%;height:700px;display:flex;align-items:center;justify-content:center;perspective:1200px;overflow:visible}.wheel-slider{width:240px;height:340px;position:relative;transform-style:preserve-3d;animation:wheelSpin 30s linear infinite}@keyframes wheelSpin{0%{transform:rotateX(-14deg) rotateY(0)}to{transform:rotateX(-14deg) rotateY(360deg)}}.wheel-card{position:absolute;top:0;left:0;width:100%;height:100%;transform:rotateY(calc((var(--i) - 1) * (360deg / var(--total)))) translateZ(420px)}.wheel-card-inner{width:100%;height:100%;background:#fff;border-radius:8px;box-shadow:0 20px 60px #00000059,0 4px 12px #00000026;overflow:hidden;position:relative}.wheel-cv-scaler{width:800px;height:1130px;transform:scale(.3);transform-origin:top left;pointer-events:none;-webkit-user-select:none;user-select:none}.wheel-card-label{position:absolute;bottom:0;left:0;right:0;background:#0f172ae0;color:#fff;text-align:center;padding:8px 0;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;z-index:5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media(max-width:900px){.wheel-scene{height:500px;perspective:900px}.wheel-slider{width:180px;height:254px}.wheel-card{transform:rotateY(calc((var(--i) - 1) * (360deg / var(--total)))) translateZ(300px)}.wheel-cv-scaler{transform:scale(.225)}}@media(max-width:600px){.wheel-scene{height:400px;perspective:700px}.wheel-slider{width:140px;height:198px}.wheel-card{transform:rotateY(calc((var(--i) - 1) * (360deg / var(--total)))) translateZ(220px)}.wheel-cv-scaler{transform:scale(.175)}}.cp-faq-section{padding:100px 0;background:transparent}.cp-faq-header{text-align:center;max-width:800px;margin:0 auto 64px}.cp-faq-header h2{font-size:36px;font-weight:800;letter-spacing:-1px;margin-bottom:16px;color:var(--cp-text-main)}.cp-faq-header p{font-size:18px;color:var(--cp-text-muted)}.cp-faq-container{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.cp-faq-item{background:#ffffff80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.8);border-radius:var(--cp-radius);box-shadow:var(--cp-shadow-sm);overflow:hidden;transition:all .3s cubic-bezier(.2,.8,.2,1)}.cp-faq-item.active{box-shadow:var(--cp-shadow-md);background:#fffc}.cp-faq-question{width:100%;text-align:left;padding:24px 32px;background:transparent;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:18px;font-weight:700;color:var(--cp-text-main);font-family:var(--cp-font-heading);transition:color .2s}.cp-faq-question:hover{color:var(--cp-primary)}.cp-faq-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--cp-text-main);transition:transform .3s cubic-bezier(.2,.8,.2,1)}.cp-faq-item.active .cp-faq-icon{transform:rotate(180deg)}.cp-faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.2,.8,.2,1),padding .4s cubic-bezier(.2,.8,.2,1),opacity .3s ease;padding:0 32px;opacity:0;color:var(--cp-text-muted);font-size:16px;line-height:1.6}.cp-faq-item.active .cp-faq-answer{max-height:300px;padding:0 32px 24px;opacity:1}.step-content{max-width:100%}.step-description{font-size:14px;color:#4b5563;margin-bottom:24px;line-height:1.6}.zety-form-header{display:flex;gap:24px;margin-bottom:20px;align-items:flex-end}.photo-upload-container{display:flex;flex-direction:column;align-items:center;gap:8px;width:110px}.photo-placeholder-box{width:110px;height:130px;background:#e5e7eb;display:flex;align-items:center;justify-content:center;border-radius:4px}.photo-preview-wrapper{position:relative;width:110px;height:130px;border-radius:4px;overflow:hidden;background:#e5e7eb}.photo-preview{width:100%;height:100%;object-fit:cover}.photo-remove-btn{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:50%;background:#00000080;color:#fff;font-size:10px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer}.photo-upload-label{cursor:pointer}.upload-link-text{color:#2563eb;font-size:13px;font-weight:600;text-decoration:underline}.zety-form-names{flex:1}.zety-required-text{font-size:11px;font-weight:700;color:#111827;margin-bottom:12px}.zety-location-row{display:grid;grid-template-columns:1fr 1fr 1fr!important}.form-group{margin-bottom:20px;display:flex;flex-direction:column}.form-label{display:block;font-size:13px;font-weight:700;color:#1f2124;margin-bottom:8px}.form-input,.form-select,.form-textarea{width:100%;padding:14px 16px;border:1px solid rgba(0,0,0,.1);border-radius:8px;font-size:15px;font-family:inherit;background:#ffffff80;color:#1f2124;transition:all .2s;box-shadow:inset 0 2px 4px #00000005}.form-input::placeholder{color:#9aa0a6}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#fffc;background:#ffffffe6;box-shadow:0 0 0 3px #ffffff80,0 4px 12px #0000000a}.form-textarea{resize:vertical;min-height:120px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.template-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px}.template-card{position:relative;cursor:pointer;border:1px solid rgba(255,255,255,.6);border-radius:12px;overflow:hidden;transition:all .3s cubic-bezier(.2,.8,.2,1);background:#fff6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 12px #00000008}.template-card:hover{border-color:#fff;transform:translateY(-4px) scale(1.02);box-shadow:0 12px 24px #0000000f,inset 0 1px 1px #ffffffe6}.template-card.selected{border-color:#1f2124;background:#fffc;box-shadow:0 0 0 2px #0000000d,inset 0 1px 1px #fff}.template-thumb{padding:16px;background:var(--bg-light);border-top:4px solid;min-height:180px}.thumb-accent{height:8px;border-radius:4px;margin-bottom:12px;opacity:.5}.thumb-two-col{display:grid;grid-template-columns:80px 1fr;gap:12px}.thumb-sidebar,.thumb-main{display:flex;flex-direction:column;gap:6px}.thumb-one-col{display:flex;flex-direction:column;gap:6px;padding:8px}.thumb-block{border-radius:4px}.thumb-line,.thumb-line-sm{height:6px;background:#d1d5db;border-radius:3px}.thumb-line-sm{height:5px;background:#e5e7eb}.thumb-divider{height:1px;background:#d1d5db;margin:6px 0}.template-info{padding:14px 16px}.template-info h4{font-size:15px;font-weight:700;color:var(--text-dark);margin-bottom:4px}.template-info p{font-size:12px;color:var(--text-muted);line-height:1.4}.template-check{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;box-shadow:var(--shadow-sm);animation:fadeIn .2s ease-out}.template-category{margin-bottom:28px}.template-category-label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-muted);margin-bottom:14px;padding-bottom:6px;border-bottom:1px solid var(--border-light)}.thumb-header-bar{height:20px;border-radius:3px 3px 0 0;margin:-8px -8px 10px;opacity:.7}.entry-card{background:#ffffffd9;border:1px solid rgba(0,0,0,.15);border-radius:12px;padding:24px;margin-bottom:24px;transition:all .2s ease;animation:fadeInUp .3s ease-out;box-shadow:0 4px 12px #0000000d}.entry-card:hover{box-shadow:0 8px 16px #0000000a}.entry-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.15)}.entry-header h4{font-size:16px;font-weight:700;color:var(--text-dark)}.empty-state{text-align:center;padding:40px 24px;background:#fff9;border-radius:12px;border:1px dashed rgba(0,0,0,.1);margin-bottom:20px}.empty-icon{font-size:40px;display:block;margin-bottom:12px}.empty-state h4{font-size:16px;font-weight:600;color:#1f2124;margin-bottom:4px}.empty-state p{font-size:13px;color:#5f6368}.checkbox-label{display:flex;align-items:center;gap:8px;margin-top:8px;font-size:13px;color:var(--text-muted);cursor:pointer}.checkbox-label input[type=checkbox]{accent-color:var(--primary);width:16px;height:16px}.suggestions-panel{margin-top:12px;padding:16px;background:var(--bg-light);border-radius:var(--radius-sm);border:1px solid var(--border-light);animation:fadeInUp .3s ease-out}.suggestions-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:10px}.suggestion-item{display:block;width:100%;padding:10px 14px;background:#fffc;border:1px solid rgba(0,0,0,.05);border-radius:8px;cursor:pointer;text-align:left;font-size:13px;color:#1f2124;transition:all .2s;margin-bottom:6px}.suggestion-item:hover{border-color:#1f2124;background:#fff}.skill-search-row{display:flex;gap:8px}.skill-search-row .form-input{flex:1}.skill-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;padding:12px;background:#00000005;border-radius:8px;animation:fadeIn .2s ease-out}.skill-suggest-item{padding:6px 14px;background:#fffc;border:1px solid rgba(0,0,0,.05);border-radius:20px;font-size:13px;cursor:pointer;transition:all .2s;color:#1f2124}.skill-suggest-item:hover{border-color:#1f2124;background:#fff}.skills-list{margin-top:20px}.chips-container{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.suggestion-chip{cursor:pointer;border:1px dashed var(--border-light);background:transparent;font-family:var(--font-body)}.suggestion-chip:hover{border-color:var(--primary);background:#2563eb08;color:var(--primary)}.skills-rated-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.skill-rated-row{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid var(--border-light);border-radius:8px;padding:7px 10px}.skill-rated-name{flex:1;font-size:13px;font-weight:500;color:var(--text-main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.skill-rated-dots{display:flex;gap:5px}.skill-dot-btn{width:14px;height:14px;border-radius:50%;border:2px solid rgba(0,0,0,.2);background:transparent;cursor:pointer;padding:0;transition:background .15s,border-color .15s}.skill-dot-btn.active{background:#1f2124;border-color:#1f2124}.skill-dot-btn:hover{border-color:#1f2124}.summary-header{display:flex;justify-content:space-between;align-items:center}.char-count{font-size:12px;color:var(--text-muted);font-weight:500}.suggestions-section{margin-top:28px}.suggestions-hint{font-size:13px;color:var(--text-muted);margin-bottom:12px}.summary-suggestions{display:flex;flex-direction:column;gap:10px}.summary-suggestion-card{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px;background:#fff9;border:1px solid rgba(0,0,0,.05);border-radius:12px;cursor:pointer;text-align:left;transition:all .2s}.summary-suggestion-card:hover{border-color:#1f2124;background:#fff}.summary-suggestion-card p{font-size:13px;color:var(--text-muted);line-height:1.5;flex:1}.use-btn{font-size:12px;font-weight:600;color:var(--primary);white-space:nowrap}.extra-section{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid var(--border-light)}.extra-section:last-of-type{border-bottom:none}.extra-title{font-size:17px;font-weight:700;color:var(--text-dark);margin-bottom:16px}.extra-add-row{display:flex;gap:8px;align-items:flex-start}.extra-add-row .form-input{flex:1}.finalize-section{margin-bottom:32px}.color-grid{display:flex;flex-wrap:wrap;gap:10px}.color-swatch{width:40px;height:40px;border-radius:50%;border:2px solid rgba(255,255,255,.8);cursor:pointer;transition:transform .2s;box-shadow:0 4px 12px #0000000d}.color-swatch:hover{transform:scale(1.15)}.color-swatch.selected{border-color:#1f2124;transform:scale(1.15);box-shadow:0 0 0 2px #fff,0 0 0 4px #1f2124}.font-options{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.font-option{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid rgba(0,0,0,.1);border-radius:8px;cursor:pointer;transition:all .2s;background:#fff9;font-family:inherit}.font-option:hover{border-color:#fff;background:#ffffffe6}.font-option.selected{border-color:#1f2124;background:#ffffffe6;box-shadow:0 0 0 1px #1f2124}.font-preview{font-size:28px;font-weight:700;color:var(--text-dark);min-width:40px;text-align:center}.font-option span:last-child{font-size:14px;color:var(--text-muted);font-weight:500}.download-section{text-align:center;padding:40px 24px;background:var(--bg-light);border-radius:var(--radius-md);border:2px dashed var(--border-light)}.date-selects{display:grid;grid-template-columns:1fr 1fr;gap:8px}.exp-also-counts{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:16px;font-size:12px;color:#4b5563}.exp-also-link{background:none;border:none;color:#2563eb;font-size:12px;cursor:pointer;padding:0;text-decoration:underline;font-family:inherit}.exp-also-link:hover{color:#1d4ed8}.info-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#e5e7eb;color:#6b7280;font-size:10px;font-style:normal;margin-left:4px;cursor:help}.exp-two-col-card{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.exp-fields-col{display:flex;flex-direction:column}.exp-desc-col{display:flex;flex-direction:column;gap:8px}.exp-examples-box{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;margin-bottom:8px}.exp-examples-header{padding:8px 12px;background:#f9fafb;font-size:12px;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb}.exp-examples-list{max-height:200px;overflow-y:auto}.exp-example-item{display:flex;align-items:flex-start;gap:8px;width:100%;padding:9px 12px;border:none;border-bottom:1px solid #f3f4f6;background:#fff;cursor:pointer;font-family:inherit;font-size:12px;color:#374151;text-align:left;transition:background .1s}.exp-example-item:hover{background:#f0f4ff}.exp-example-item:last-child{border-bottom:none}.exp-star-icon{color:#f59e0b;font-size:12px;flex-shrink:0;margin-top:1px}.exp-plus-circle{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#1e3a5f;color:#fff;font-size:13px;font-weight:700;flex-shrink:0;line-height:1}.exp-rte-label{font-size:11px;font-weight:700;color:#374151;letter-spacing:.05em;margin-bottom:4px}.desc-editor-wrap{display:flex;flex-direction:column}.rte-toolbar{display:flex;align-items:center;gap:2px;padding:5px 8px;background:#f9fafb;border:1px solid #e5e7eb;border-bottom:none;border-radius:6px 6px 0 0}.rte-btn{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;padding:0 4px;border:none;background:none;border-radius:4px;cursor:pointer;font-family:inherit;font-size:13px;color:#374151;transition:background .1s}.rte-btn:hover{background:#e5e7eb}.rte-bold{font-weight:700}.rte-italic{font-style:italic}.rte-underline{text-decoration:underline}.rte-sep{width:1px;height:18px;background:#d1d5db;margin:0 4px}.rte-textarea{border-radius:0 0 6px 6px!important;border-top:1px solid #e5e7eb;resize:vertical}.coursework-collapsible{margin-top:16px;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.coursework-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#f9fafb}.coursework-toggle{display:flex;align-items:center;gap:8px;background:none;border:none;font-family:inherit;font-size:13px;font-weight:500;color:#1d4ed8;cursor:pointer;padding:0}.coursework-toggle:hover{text-decoration:underline}.coursework-ref-link{font-size:12px;color:#2563eb}.coursework-body{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:16px;background:#fff;border-top:1px solid #e5e7eb}.coursework-left{display:flex;flex-direction:column;gap:12px}.coursework-right{display:flex;flex-direction:column}.coursework-question{font-size:13px;font-weight:500;color:#111827;margin-bottom:8px}.achievement-chips-grid{display:flex;flex-direction:column;gap:8px}.achievement-chip-btn{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-family:inherit;font-size:13px;color:#111827;text-align:left;transition:background .1s,border-color .1s}.achievement-chip-btn:hover{background:#eff6ff;border-color:#93c5fd}.achievement-chip-plus{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#1e3a5f;color:#fff;font-size:16px;font-weight:700;flex-shrink:0;line-height:1}.two-panel-step{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start;max-width:100%}.step-panel-left,.step-panel-right{display:flex;flex-direction:column;gap:0;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.panel-search-box{padding:12px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.panel-search-row{display:flex;gap:6px;margin-top:6px}.panel-search-btn{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:#1e3a5f;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.panel-examples-header{padding:8px 12px;background:#f9fafb;font-size:12px;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between}.panel-examples-list{max-height:320px;overflow-y:auto;background:#fff}.panel-example-item{display:flex;align-items:flex-start;gap:10px;width:100%;padding:10px 12px;border:none;border-bottom:1px solid #f3f4f6;background:#fff;cursor:pointer;font-family:inherit;font-size:12px;color:#374151;text-align:left;transition:background .1s}.panel-example-item:hover{background:#f0f4ff}.panel-example-item:last-child{border-bottom:none}.panel-example-long{align-items:flex-start}.panel-example-long span:last-child{line-height:1.5}.panel-tabs{display:flex;border-bottom:2px solid #e5e7eb;background:#fff}.panel-tab{flex:1;padding:11px 8px;background:none;border:none;font-family:inherit;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s}.panel-tab.active{color:#2563eb;border-bottom-color:#2563eb}.skills-editor-body{padding:14px;min-height:200px}.skills-text-editor{min-height:80px;padding:10px;background:#fafafa;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:8px}.skills-placeholder{color:#9ca3af;font-size:13px}.skills-count-bar{font-size:12px;color:#6b7280;padding:6px 0;border-top:1px solid #e5e7eb;margin-top:8px}.summary-textarea{border-radius:0!important;border:none!important;border-bottom:1px solid #e5e7eb!important;padding:14px!important;min-height:220px;resize:vertical}.summary-count-bar{padding:8px 14px;font-size:12px;color:#6b7280;background:#f9fafb;border-top:1px solid #e5e7eb}.finalize-two-col{display:grid;grid-template-columns:1fr 280px;gap:24px;align-items:start}.finalize-left{display:flex;flex-direction:column}.finalize-right{display:flex;flex-direction:column;gap:8px}.finalize-mini-preview{border-radius:6px;overflow:hidden;box-shadow:0 2px 12px #0000001a}.finalize-checkboxes{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.finalize-check-row{display:flex;align-items:center;gap:10px;font-size:14px;color:#111827;cursor:pointer;-webkit-user-select:none;user-select:none}.finalize-check-row input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#2563eb}.finalize-badge{font-size:10px;font-weight:700;padding:2px 6px;background:#fce7f3;color:#db2777;border-radius:4px;letter-spacing:.05em}.finalize-custom-row{margin-top:4px}.subform-section{margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.subform-section:last-child{border-bottom:none}.subform-title{font-size:16px;font-weight:600;color:#111827;margin-bottom:14px}@media(max-width:640px){.template-grid,.font-options{grid-template-columns:1fr}.skill-search-row,.extra-add-row{flex-direction:column}}.custom-select-container{position:relative;width:100%}.custom-select-trigger{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;justify-content:space-between;align-items:center;background:#fff}.custom-select-trigger:after{content:"▼";font-size:10px;margin-left:8px;color:#9ca3af;transition:transform .2s}.custom-select-trigger.open:after{transform:rotate(180deg)}.custom-select-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #9ca3af;border-radius:4px;box-shadow:0 4px 12px #0000001a;z-index:50;max-height:250px;overflow-y:auto}.custom-select-option{padding:10px 16px;font-size:14px;cursor:pointer;transition:background .15s;color:#111827}.custom-select-option:hover{background:#f3f4f6}.custom-select-option.selected{background:#eef2ff;color:#2563eb;font-weight:500}.save-indicator{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;padding:4px 10px;border-radius:6px;transition:opacity .3s;margin-right:auto}.save-indicator--saving{color:#5f6368}.save-indicator--saved{color:#16a34a}.save-indicator--error{color:#dc2626}.save-dot-pulse{width:6px;height:6px;border-radius:50%;background:#5f6368;animation:dotPulse 1s ease-in-out infinite}@keyframes dotPulse{0%,to{opacity:.3}50%{opacity:1}}.auth-prompt-backdrop{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:10000;padding:24px}.auth-prompt-card{background:#fff;border-radius:16px;padding:36px 32px;max-width:380px;width:100%;text-align:center;position:relative;box-shadow:0 24px 48px #0000001f}.auth-prompt-close{position:absolute;top:14px;right:14px;background:none;border:none;font-size:18px;color:#9aa0a6;cursor:pointer;padding:4px 8px;line-height:1}.auth-prompt-close:hover{color:#1f2124}.auth-prompt-icon{margin-bottom:16px}.auth-prompt-title{font-family:Syne,sans-serif;font-size:20px;font-weight:700;color:#1f2124;margin:0 0 8px}.auth-prompt-text{font-size:14px;color:#5f6368;line-height:1.5;margin:0 0 24px}.auth-prompt-btn-primary{width:100%;padding:12px 16px;background:#1f2124;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;font-family:Inter,system-ui,sans-serif;cursor:pointer;transition:background .2s;margin-bottom:10px}.auth-prompt-btn-primary:hover{background:#000}.auth-prompt-btn-secondary{width:100%;padding:10px 16px;background:transparent;color:#5f6368;border:1px solid rgba(0,0,0,.1);border-radius:10px;font-size:13px;font-family:Inter,system-ui,sans-serif;cursor:pointer;transition:background .15s}.auth-prompt-btn-secondary:hover{background:#00000008}.paywall-backdrop{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:paywallFadeIn .2s ease}@keyframes paywallFadeIn{0%{opacity:0}to{opacity:1}}.paywall-card{background:#fff;border-radius:16px;padding:40px 36px;max-width:420px;width:90%;text-align:center;position:relative;box-shadow:0 20px 60px #00000026;animation:paywallSlideUp .3s ease}@keyframes paywallSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.paywall-close{position:absolute;top:14px;right:14px;background:none;border:none;font-size:18px;cursor:pointer;color:#9aa0a6;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .15s}.paywall-close:hover{background:#f1f3f4}.paywall-icon{margin-bottom:16px}.paywall-title{font-family:Syne,sans-serif;font-size:22px;font-weight:700;color:#1f2124;margin:0 0 10px}.paywall-text{font-size:14px;color:#5f6368;line-height:1.6;margin:0 0 28px}.paywall-btn-primary{display:block;width:100%;padding:13px 24px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:transform .15s,box-shadow .15s;margin-bottom:10px}.paywall-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 16px #f59e0b4d}.paywall-btn-secondary{display:block;width:100%;padding:11px 24px;background:transparent;color:#5f6368;border:none;font-size:14px;font-family:inherit;cursor:pointer;transition:color .15s}.paywall-btn-secondary:hover{color:#1f2124}.zety-builder{display:flex;flex-direction:column;height:100vh;background:#f4f5f7;font-family:Inter,system-ui,-apple-system,sans-serif;color:#1f2124;overflow:hidden}.zety-tools-drawer{z-index:50}.topbar-nav{display:flex;gap:15px;height:50px;align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;padding:0 24px;justify-content:flex-end}.topbar-nav-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #e5e7eb;background:#fff;color:#374151;font-size:.85rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s}.topbar-nav-btn:hover{background:#f3f4f6;border-color:#d1d5db}.topbar-control{position:relative}.zety-layout-wrapper{display:flex;flex:1;overflow:hidden}.zety-sidebar{width:260px;background:#fff6;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-right:1px solid rgba(255,255,255,.6);color:#1f2124;display:flex;flex-direction:column;flex-shrink:0;z-index:20}.zety-sidebar-header{padding:30px 24px 40px;font-size:28px;font-weight:700;display:flex;align-items:center;gap:8px;cursor:pointer;letter-spacing:-.5px}.zety-icon-logo{display:inline-block;width:14px;height:14px;background-color:#1f2124;border-radius:2px;transform:rotate(45deg)}.zety-steps-nav{flex:1;padding:0 24px;display:flex;flex-direction:column;gap:0}.zety-step-item{display:flex;flex-direction:row;align-items:flex-start;gap:16px;position:relative;cursor:pointer;padding-bottom:30px}.zety-step-item:last-child{padding-bottom:0}.zety-step-circle{width:28px;height:28px;border-radius:50%;border:2px solid #5f6368;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#5f6368;background:transparent;z-index:2;transition:all .2s}.zety-step-label{margin-top:4px;font-size:14px;font-weight:500;color:#5f6368;transition:color .2s}.zety-step-line{position:absolute;top:28px;left:13px;width:2px;height:calc(100% - 28px);background-image:linear-gradient(to bottom,#9aa0a6 50%,transparent 50%);background-size:2px 8px;background-repeat:repeat-y;z-index:1}.zety-step-item.active .zety-step-circle{background-color:#1f2124;border-color:#1f2124;color:#fff}.zety-step-item.active .zety-step-label{color:#1f2124;font-weight:600}.zety-step-item.past .zety-step-circle{border-color:#1f2124;color:#1f2124}.zety-step-item.past .zety-step-label{color:#1f2124}.zety-completeness-box{padding:0 24px 30px}.zety-completeness-header{font-size:13px;font-weight:600;margin-bottom:8px;color:#5f6368}.zety-completeness-bar-bg{height:6px;background:#0000001a;border-radius:3px;overflow:hidden;margin-bottom:6px}.zety-completeness-bar-fill{height:100%;background:#1f2124;border-radius:3px;transition:width .3s ease}.zety-completeness-percent{font-size:11px;color:#1f2124;text-align:right;font-weight:600}.zety-sidebar-footer{padding:30px 24px;font-size:11px;color:#1f2124;display:flex;flex-direction:column;gap:8px}.zety-sidebar-footer a{color:#1f2124;text-decoration:none;font-weight:600}.zety-sidebar-footer a:hover{text-decoration:underline}.zety-sidebar-footer p{color:#5f6368;margin-top:10px;line-height:1.4}.zety-main-content{flex:1;display:flex;flex-direction:column;background:#fff9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:relative;border-top-left-radius:12px;border-top-right-radius:12px;border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 24px #00000005}.guest-alert-banner{display:flex;align-items:center;justify-content:center;gap:16px;padding:12px 24px;background:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(0,0,0,.06);font-size:13px;color:#1f2124;flex-shrink:0}.guest-alert-content{display:flex;align-items:center;gap:10px}.guest-alert-content svg{flex-shrink:0;color:#5f6368}.guest-alert-content a{color:#2563eb}.guest-alert-content a:hover{color:#1d4ed8}.guest-alert-close{background:none;border:none;color:#9aa0a6;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:color .2s}.guest-alert-close:hover{color:#1f2124}.zety-form-scroll-area{flex:1;overflow-y:auto;padding:40px 0;display:flex;justify-content:center}.zety-form-container{width:100%;max-width:680px;padding:0 40px}.zety-form-container--wide{max-width:960px}.zety-go-back{display:inline-flex;align-items:center;color:#2563eb;background:none;border:none;font-size:14px;font-weight:600;cursor:pointer;padding:0;margin-bottom:24px}.zety-go-back:hover{text-decoration:underline}.zety-form-title{font-size:32px;font-weight:700;color:#111827;margin:0 0 30px;letter-spacing:-.5px}.zety-form-body{width:100%}.zety-bottom-actions{flex-shrink:0;height:80px;background:#fff6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.8);display:flex;align-items:center;justify-content:flex-end;padding:0 40px;gap:16px;z-index:10}.zety-btn-preview{background:transparent;color:#1f2124;border:1px solid rgba(0,0,0,.1);padding:12px 24px;border-radius:100px;font-weight:600;font-size:15px;cursor:pointer;min-width:120px;transition:all .2s;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.zety-btn-preview:hover{background:#fffc;border-color:transparent;box-shadow:0 4px 12px #00000008,inset 0 1px 1px #fffc}.zety-btn-next{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:12px 32px;font-weight:600;font-size:15px;color:#1f2124;background:#fff6;border-radius:100px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 24px #0000000a,inset 0 2px 4px #ffffffe6;cursor:pointer;overflow:hidden;z-index:1;min-width:180px;transition:transform .3s cubic-bezier(.2,.8,.2,1)}.zety-btn-next:hover{transform:scale(1.02) translateY(-1px)}.zety-btn-next:before{content:"";position:absolute;inset:-2px;border-radius:100px;background:conic-gradient(from 0deg,#ffffff1a,#ffffffe6 15%,#64c8ff66 18%,#ffffff1a 30% 50%,#ffffffe6 65%,#ff64644d 68%,#ffffff1a 80% 100%);z-index:-2;animation:spinChrome 4s linear infinite}.zety-btn-next:after{content:"";position:absolute;inset:1px;border-radius:100px;background:linear-gradient(135deg,#fffc,#f0f4f899);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:-1}.zety-right-preview-panel{width:380px;background:#fff6;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-left:1px solid rgba(255,255,255,.6);padding:40px 30px;display:flex;flex-direction:column;align-items:center;overflow-y:auto;flex-shrink:0}.zety-mini-preview-header{text-align:center;margin-bottom:24px;width:100%}.zety-badge{font-size:12px;color:#4b5563;margin-bottom:8px}.zety-stats{background:#f8fafc;color:#334155;padding:8px 12px;border-radius:8px;font-size:12px;display:inline-block}.zety-mini-preview-wrapper{width:280px;height:396px;background:#fff;box-shadow:0 4px 12px #0000001a;border:1px solid #e5e7eb;border-radius:2px;overflow:hidden;position:relative;cursor:zoom-in;margin-bottom:20px;transition:transform .2s}.zety-mini-preview-wrapper:hover{transform:scale(1.02)}.zety-mini-preview-scale{width:794px;height:1123px;transform:scale(.3526);transform-origin:top left;position:absolute;top:0;left:0}.zety-mini-preview-scale .cv-content-block:hover{outline:none!important;background:none!important}.zety-mini-preview-scale .add-item-btn,.zety-mini-preview-scale .block-controls,.zety-mini-preview-scale .cv-content-empty{display:none!important}.zety-change-template-link{color:#2563eb;background:none;border:none;font-size:14px;font-weight:600;cursor:pointer;text-decoration:underline;margin-bottom:30px}.zety-footnote{font-size:11px;color:#6b7280;text-align:center;line-height:1.5;margin-top:auto}.zety-full-preview-backdrop{z-index:100}.zety-full-preview-modal{width:100%;height:100%;background:#e5e7eb;display:flex;flex-direction:column}.zety-full-preview-topbar{height:60px;background:#1f2937;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 24px;flex-shrink:0}.zety-full-preview-actions{display:flex;align-items:center;gap:16px}.zety-full-preview-actions .modal-close{color:#fff;position:static}.zety-full-preview-content-scroll{flex:1;overflow-y:auto;padding:40px;display:flex;justify-content:center}.zety-btn-download{display:inline-flex;align-items:center;gap:8px;background:#3b82f6;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:500;cursor:pointer;font-size:14px}.zety-btn-download:hover{background:#2563eb}.modal-backdrop{position:fixed;inset:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100}.zety-template-modal{background:#fffc;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);width:90vw;max-width:1200px;height:85vh;border-radius:12px;box-shadow:0 24px 48px #0000001a,inset 0 1px 1px #fff;border:1px solid rgba(255,255,255,.8);display:flex;flex-direction:row;overflow:hidden;position:relative;animation:fadeIn .3s ease}.zety-template-modal-preview{flex:1;background:transparent;display:flex;align-items:center;justify-content:center;padding:30px;border-right:1px solid rgba(0,0,0,.05)}.zety-template-modal-sidebar{width:480px;background:#fff6;display:flex;flex-direction:column;flex-shrink:0}.zety-template-modal-header{padding:24px 30px;background:transparent;border-bottom:1px solid rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center}.zety-template-modal-header h2{margin:0;font-size:1.25rem;color:#1f2124;font-weight:700}.modal-close{background:none;border:none;font-size:1.5rem;color:#5f6368;cursor:pointer}.zety-template-color-section{padding:16px 30px;background:transparent;display:flex;align-items:center;gap:16px;border-bottom:1px solid rgba(0,0,0,.05)}.zety-template-color-section span{font-size:.9rem;font-weight:600;color:#334155;margin-right:8px}.zety-template-color-grid{display:flex;gap:12px}.zety-template-color-swatch{width:24px;height:24px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:transform .2s;padding:0}.zety-template-color-swatch:hover{transform:scale(1.1)}.zety-template-color-swatch.selected{box-shadow:0 0 0 2px #fff,0 0 0 4px #2563eb}.zety-template-modal-scroll{flex:1;overflow-y:auto;padding:30px}.template-modal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.template-modal-card{background:#fff9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.8);border-radius:12px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;position:relative;box-shadow:0 4px 12px #00000008}.template-modal-card.selected{border-color:#ffffffe6;box-shadow:0 0 0 2px #fffc,0 8px 24px #0000000f;background:#ffffffe6}.template-badge-recommended{position:absolute;bottom:20px;right:12px;background:#fbcfe8;color:#9d174d;font-size:11px;font-weight:700;padding:6px 12px;letter-spacing:.5px;box-shadow:0 2px 4px #0000001a;z-index:10}.t-thumb-art{width:100%;aspect-ratio:1 / 1.414;background:#fff;box-shadow:0 2px 8px #0003;overflow:hidden;position:relative}.t-thumb-scaler{width:794px;height:1122px;transform:scale(.24);transform-origin:top left;pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute;top:0;left:0}.topbar-dropdown{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px -5px #0000001a;padding:16px;z-index:100;min-width:260px}.dropdown-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;font-weight:600;margin-bottom:12px}.color-swatches-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.color-swatch-btn{width:100%;aspect-ratio:1;border-radius:6px;border:2px solid transparent;cursor:pointer;transition:transform .1s}.color-swatch-btn:hover{transform:scale(1.1)}.color-swatch-btn.active{border-color:#111827}.font-dropdown{width:240px;display:flex;flex-direction:column;gap:4px}.font-pick-option{display:flex;align-items:center;gap:12px;padding:10px 12px;border:none;background:transparent;border-radius:6px;cursor:pointer;text-align:left;transition:background .2s}.font-pick-option:hover{background:#f3f4f6}.font-pick-option.active{background:#f0f9ff;color:#0284c7}.font-pick-preview{font-size:1.4rem;font-weight:500;width:32px;color:#374151}.font-pick-option.active .font-pick-preview{color:#0284c7}.font-pick-name{font-weight:600;font-size:.95rem;color:#111827}.font-pick-option.active .font-pick-name{color:#0284c7}.font-pick-sub{font-size:.75rem;color:#6b7280;margin-top:2px}.color-dot-preview{display:inline-block;width:14px;height:14px;border-radius:50%;box-shadow:inset 0 0 0 1px #0000001a}:root{--tsp-primary: #1d4ed8;--tsp-bg: #f8fafc;--tsp-text: #1e293b;--tsp-text-muted: #64748b;--tsp-border: #e2e8f0;--tsp-card-bg: #ffffff;--tsp-yellow: #facc15;--tsp-yellow-hover: #eab308;--tsp-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1)}.tsp-page{background-color:var(--tsp-bg);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--tsp-text);padding-bottom:100px}.tsp-header{background:#0f172a;padding:1rem 2rem;display:flex;align-items:center}.tsp-logo{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:700;font-size:1.25rem;cursor:pointer}.tsp-logo-icon{color:#3b82f6}.tsp-main{max-width:1200px;margin:0 auto;padding:3rem 2rem}.tsp-titles{text-align:center;margin-bottom:3rem}.tsp-titles h1{font-size:2.25rem;color:#0f172a;font-weight:700;margin-bottom:.75rem}.tsp-titles p{font-size:1.125rem;color:var(--tsp-text-muted)}.tsp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:3rem 2rem;justify-items:center}.template-card-wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem;width:250px}.template-card{width:250px;height:353px;position:relative;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.template-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px #0000001a}.template-card:before{content:"";position:absolute;inset:-2px;border:2px solid transparent;border-radius:4px;transition:border-color .2s ease;z-index:5;pointer-events:none}.template-card.selected:before{border-color:var(--tsp-primary)}.template-card-inner{width:100%;height:100%;overflow:hidden;background:var(--tsp-card-bg);border:1px solid var(--tsp-border);position:relative;border-radius:2px}.template-preview-scaler{width:794px;height:1122px;transform:scale(.3148);transform-origin:top left;pointer-events:none;background:#fff}.template-recommended-badge{position:absolute;top:1rem;right:-.5rem;background:#dcfce7;color:#166534;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:2px;z-index:10;box-shadow:0 2px 4px #0000001a}.template-category-badge{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);padding:8px 16px;border-radius:100px;background:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.9);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--tsp-text-muted);z-index:10;box-shadow:0 4px 12px #00000008,inset 0 1px 1px #fffc}.template-colors{display:flex;gap:.35rem;flex-wrap:wrap;justify-content:center;padding:0 .5rem}.color-dot{width:20px;height:20px;border-radius:50%;border:2px solid transparent;cursor:pointer;box-shadow:inset 0 0 0 1px #0000001a;transition:transform .1s ease;padding:0}.color-dot:hover{transform:scale(1.15)}.color-dot.active{outline:2px solid var(--tsp-text-muted);outline-offset:1px}.color-picker-wrapper{position:relative;width:20px;height:20px;border-radius:50%;overflow:hidden;cursor:pointer;box-shadow:inset 0 0 0 1px #0000001a;transition:transform .1s ease}.color-picker-wrapper:hover{transform:scale(1.15)}.color-wheel-bg{position:absolute;inset:0;background:conic-gradient(from 90deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red);border-radius:50%;pointer-events:none}.custom-color-input{opacity:0;position:absolute;top:-10px;left:-10px;width:40px;height:40px;cursor:pointer}.tsp-sticky-bar{position:fixed;bottom:0;left:0;width:100%;background:var(--tsp-card-bg);border-top:1px solid var(--tsp-border);padding:1rem 0;z-index:50;box-shadow:0 -4px 10px #0000000d}.tsp-sticky-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}@media(max-width:768px){.tsp-titles h1{font-size:1.75rem}.tsp-sticky-content{justify-content:center}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f4f5f7;font-family:Inter,system-ui,-apple-system,sans-serif;padding:24px}.auth-card{width:100%;max-width:420px;background:#ffffffb3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:40px 36px;box-shadow:0 12px 24px #0000000a,inset 0 1px 1px #ffffffe6;border:1px solid rgba(255,255,255,.6)}.auth-logo{display:flex;align-items:center;gap:8px;cursor:pointer;margin-bottom:28px}.auth-logo span{font-family:Syne,sans-serif;font-weight:700;font-size:18px;color:#1f2124}.auth-title{font-family:Syne,sans-serif;font-size:24px;font-weight:700;color:#1f2124;margin:0 0 6px}.auth-subtitle{font-size:14px;color:#5f6368;margin:0 0 24px}.auth-google-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:11px 16px;border:1px solid rgba(0,0,0,.12);border-radius:10px;background:#fff;font-size:14px;font-weight:500;color:#1f2124;cursor:pointer;transition:background .2s,box-shadow .2s}.auth-google-btn:hover{background:#fafafa;box-shadow:0 2px 8px #0000000f}.auth-divider{display:flex;align-items:center;margin:20px 0;gap:12px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#0000001a}.auth-divider span{font-size:12px;color:#9aa0a6;text-transform:uppercase;letter-spacing:.5px}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-field{display:flex;flex-direction:column;gap:5px}.auth-field label{font-size:13px;font-weight:500;color:#1f2124}.auth-field input{padding:10px 14px;border:1px solid rgba(0,0,0,.12);border-radius:10px;font-size:14px;font-family:inherit;color:#1f2124;background:#fff;outline:none;transition:border-color .2s,box-shadow .2s}.auth-field input:focus{border-color:#1f2124;box-shadow:0 0 0 3px #1f212414}.auth-field input::placeholder{color:#9aa0a6}.auth-error{background:#fef2f2;color:#dc2626;font-size:13px;padding:10px 14px;border-radius:8px;border:1px solid #fecaca}.auth-error.auth-error-invalid{background:transparent;border:none;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif;text-align:center;display:flex;flex-direction:column;align-items:center;gap:4px}.auth-error-title{color:#b3261e;font-size:16px;font-weight:500;line-height:1.4}.auth-error-subtitle{color:#b3261e;font-size:15px;line-height:1.4;text-align:center}.auth-error-link{background:none;border:none;color:#0a56d9;font-size:15px;font-weight:500;cursor:pointer;padding:0;font-family:inherit;text-decoration:none}.auth-error-link:hover{text-decoration:underline}.auth-forgot-password-link{background:none;border:none;color:#0a56d9;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;padding:4px 8px;border-radius:4px;font-family:inherit;transition:background-color .2s}.auth-forgot-password-link:hover{background-color:#0a56d914;opacity:1}.auth-message{background:#f0fdf4;color:#16a34a;font-size:13px;padding:10px 14px;border-radius:8px;border:1px solid #bbf7d0}.auth-submit-btn{width:100%;padding:12px 16px;border:none;border-radius:10px;background:#1f2124;color:#fff;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s,transform .1s}.auth-submit-btn:hover:not(:disabled){background:#000}.auth-submit-btn:active:not(:disabled){transform:scale(.99)}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.auth-switch{text-align:center;font-size:13px;color:#5f6368;margin:20px 0 0}.auth-switch button{background:none;border:none;color:#1f2124;font-weight:600;cursor:pointer;font-size:13px;font-family:inherit;text-decoration:underline;text-underline-offset:2px}.auth-switch button:hover{color:#000}.dash-page{min-height:100vh;background:#f4f5f7;font-family:Inter,system-ui,-apple-system,sans-serif}.dash-nav{background:#ffffffb3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.06);position:sticky;top:0;z-index:100}.dash-nav-inner{max-width:1200px;margin:0 auto;padding:14px 32px;display:flex;align-items:center;justify-content:space-between}.dash-logo{display:flex;align-items:center;gap:8px;cursor:pointer}.dash-logo span{font-family:Syne,sans-serif;font-weight:700;font-size:18px;color:#1f2124}.dash-nav-right{display:flex;align-items:center;gap:16px}.dash-user-email{font-size:13px;color:#5f6368}.dash-btn-signout{font-size:13px;color:#5f6368;background:none;border:1px solid rgba(0,0,0,.1);border-radius:8px;padding:6px 14px;cursor:pointer;font-family:inherit;transition:background .15s}.dash-btn-signout:hover{background:#0000000a}.dash-main{max-width:1200px;margin:0 auto;padding:40px 32px}.dash-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:32px}.dash-title{font-family:Syne,sans-serif;font-size:28px;font-weight:700;color:#1f2124;margin:0}.dash-subtitle{font-size:14px;color:#5f6368;margin:4px 0 0}.dash-btn-create{padding:11px 22px;background:#1f2124;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s;white-space:nowrap}.dash-btn-create:hover:not(:disabled){background:#000}.dash-btn-create:disabled{opacity:.6;cursor:not-allowed}.dash-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px}.dash-card{background:#ffffffb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:14px;border:1px solid rgba(255,255,255,.6);box-shadow:0 4px 12px #00000008,inset 0 1px 1px #fffc;overflow:hidden;transition:box-shadow .2s,transform .2s}.dash-card:hover{box-shadow:0 8px 24px #0000000f;transform:translateY(-2px)}.dash-card-preview{height:280px;overflow:hidden;cursor:pointer;background:#e8eaed;position:relative}.dash-card-template-wrapper{width:794px;height:1122px;transform:scale(.327);transform-origin:top left;pointer-events:none}.dash-card-info{padding:14px 16px 8px}.dash-card-name{font-size:15px;font-weight:600;color:#1f2124;margin:0;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-card-name:hover{color:#000}.dash-card-name-input{font-size:15px;font-weight:600;color:#1f2124;border:1px solid rgba(0,0,0,.15);border-radius:6px;padding:3px 8px;width:100%;font-family:inherit;outline:none;box-sizing:border-box}.dash-card-name-input:focus{border-color:#1f2124;box-shadow:0 0 0 2px #1f21241a}.dash-card-meta{font-size:12px;color:#9aa0a6;text-transform:capitalize}.dash-card-actions{padding:8px 16px 14px;display:flex;gap:8px;align-items:center}.dash-btn{font-size:13px;font-family:inherit;border-radius:8px;padding:6px 14px;cursor:pointer;border:none;transition:background .15s}.dash-btn-edit{background:#1f2124;color:#fff}.dash-btn-edit:hover{background:#000}.dash-btn-download{background:#f8f9fa;color:#1f2124;border:1px solid rgba(0,0,0,.1)}.dash-btn-download:hover{background:#e8eaed}.dash-btn-delete{background:transparent;color:#dc2626;border:1px solid rgba(220,38,38,.2)}.dash-btn-delete:hover{background:#fef2f2}.dash-confirm-delete{display:flex;align-items:center;gap:6px;font-size:13px;color:#dc2626}.dash-btn-yes{background:#dc2626;color:#fff;font-size:12px;padding:4px 10px}.dash-btn-yes:hover{background:#b91c1c}.dash-btn-no{background:transparent;color:#5f6368;font-size:12px;padding:4px 10px;border:1px solid rgba(0,0,0,.1)}.dash-btn-no:hover{background:#0000000a}.dash-empty{text-align:center;padding:80px 20px}.dash-empty-icon{margin-bottom:16px}.dash-empty h2{font-family:Syne,sans-serif;font-size:22px;color:#1f2124;margin:0 0 8px}.dash-empty p{font-size:14px;color:#5f6368;margin:0 0 24px}.dash-skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px}.dash-skeleton-card{background:#ffffff80;border-radius:14px;overflow:hidden}.dash-skeleton-preview{height:280px;background:linear-gradient(90deg,#e8eaed 25%,#f0f1f3,#e8eaed 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.dash-skeleton-text{height:14px;margin:14px 16px 0;border-radius:6px;background:linear-gradient(90deg,#e8eaed 25%,#f0f1f3,#e8eaed 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.dash-skeleton-text.short{width:50%;margin-bottom:16px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
