:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}body{width:100vw;height:100vh;margin:0;padding:0;overflow:hidden}#root{width:100%;height:100%}:root{--bg-color:#f8fafc;--panel-bg:#fff;--primary:#2563eb;--primary-hover:#1d4ed8;--text-main:#0f172a;--text-muted:#64748b;--border:#e2e8f0;--card-bg:#fff;--card-text:#0f172a;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;height:100vh;font-family:Inter,sans-serif;overflow:hidden}.splash-screen{background-color:var(--panel-bg);z-index:9999;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.splash-logo{width:120px;height:120px;margin-bottom:1rem;animation:2s infinite pulse}.splash-title{color:var(--text-main);margin-bottom:2rem;font-family:Outfit,sans-serif;font-size:2rem}.splash-spinner{color:var(--primary);animation:1s linear infinite spin}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.95)}}.app-container{width:100vw;height:100vh;display:flex;position:relative}.navigation-tabs{box-shadow:var(--shadow-sm);border:1px solid var(--border);z-index:50;background:#fff;border-radius:12px;gap:.5rem;padding:.25rem;display:flex;position:absolute;top:1.5rem;right:2.5rem}.nav-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.6rem 1.2rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.nav-btn:hover{color:var(--text-main);background:#f1f5f9}.nav-btn.active{background:var(--primary);color:#fff;box-shadow:var(--shadow-sm)}.sidebar{background-color:var(--panel-bg);border-right:1px solid var(--border);width:420px;box-shadow:var(--shadow-sm);z-index:10;flex-direction:column;gap:1.5rem;padding:2.5rem 2rem;display:flex;overflow-y:auto}.sidebar-header{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.sidebar-logo{width:48px;height:48px}.sidebar h1{color:var(--text-main);margin-bottom:.1rem;font-family:Outfit,sans-serif;font-size:1.8rem}.subtitle{color:var(--text-muted);font-size:.9rem}.offline-warning{color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;align-items:flex-start;gap:.75rem;padding:1rem;font-size:.9rem;font-weight:500;line-height:1.4;display:flex}.input-group{flex-direction:column;gap:.75rem;display:flex}.input-group label{color:var(--text-main);font-size:.95rem;font-weight:500}textarea{border:1px solid var(--border);color:var(--text-main);resize:vertical;background-color:#f8fafc;border-radius:12px;padding:1.25rem;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.5;transition:all .2s;box-shadow:inset 0 2px 4px #00000005}textarea:focus{border-color:var(--primary);background-color:#fff;outline:none;box-shadow:0 0 0 4px #2563eb1a}textarea:disabled{opacity:.5;cursor:not-allowed}.generate-btn{background-color:var(--primary);color:#fff;cursor:pointer;box-shadow:var(--shadow-md);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:1.1rem;font-size:1.05rem;font-weight:600;transition:all .2s;display:flex}.generate-btn:hover:not(:disabled){background-color:var(--primary-hover);box-shadow:var(--shadow-lg);transform:translateY(-1px)}.generate-btn:active:not(:disabled){box-shadow:var(--shadow-sm);transform:translateY(1px)}.generate-btn:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;transform:none}.attempt-counter{text-align:center;color:var(--text-muted);background-color:#f1f5f9;border-radius:8px;padding:.75rem;font-size:.9rem}.spinner{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-message{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:1rem;font-size:.9rem}.template-selector{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.template-selector label{color:var(--text-main);font-size:.95rem;font-weight:600}.template-options{flex-wrap:wrap;gap:.5rem;display:flex}.template-btn{border:1px solid var(--border);color:var(--text-main);cursor:pointer;background:#f1f5f9;border-radius:8px;flex:calc(33.333% - .5rem);padding:.6rem .5rem;font-size:.85rem;font-weight:500;transition:all .2s}.template-btn:hover{background:#e2e8f0}.template-btn.active{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:var(--shadow-sm)}.main-content{background-color:var(--bg-color);flex:1;justify-content:center;padding:2.5rem;display:flex;overflow-y:auto}.empty-state{height:100%;color:var(--text-muted);background:0 0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.resume-preview{flex-direction:column;gap:1.5rem;width:100%;max-width:850px;display:flex}.resume-header{justify-content:space-between;align-items:center;display:flex}.resume-header h2{color:var(--text-main);font-family:Outfit,sans-serif;font-size:1.5rem}.export-controls{gap:.75rem;display:flex}.export-btn{color:var(--text-main);border:1px solid var(--border);cursor:pointer;box-shadow:var(--shadow-sm);background-color:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.export-btn:hover{background-color:#f8fafc;border-color:#cbd5e1}.resume-document-wrapper{box-shadow:var(--shadow-lg);border:1px solid var(--border);background-color:#fff;border-radius:12px;justify-content:center;padding:2rem;display:flex;overflow:auto}.saved-view{background-color:var(--bg-color);flex:1;width:100%;padding:3rem 4rem;overflow-y:auto}.saved-header{margin-top:2rem;margin-bottom:2.5rem}.saved-header h2{color:var(--text-main);margin-bottom:.25rem;font-family:Outfit,sans-serif;font-size:2rem}.saved-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.saved-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;flex-direction:column;gap:1rem;padding:1.5rem;transition:all .2s;display:flex}.saved-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.saved-card-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.saved-card-header h3{color:var(--text-main);margin:0;font-size:1.2rem;font-weight:600;line-height:1.3}.saved-template-badge{color:#1e40af;text-transform:uppercase;white-space:nowrap;background:#dbeafe;border-radius:20px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.saved-title{color:var(--text-muted);margin:0;font-size:.95rem}.saved-date{color:#94a3b8;font-family:monospace;font-size:.85rem}.saved-actions{border-top:1px solid var(--border);gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.btn-view{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;flex:1;padding:.6rem;font-weight:500;transition:background .2s}.btn-view:hover{background:var(--primary-hover)}.btn-delete{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.6rem;transition:background .2s;display:flex}.btn-delete:hover{background:#fecaca}@media (width<=768px){.app-container{flex-direction:column;overflow-y:auto}body{overflow-y:auto}.navigation-tabs{box-shadow:none;border-radius:8px;justify-content:center;margin:1rem;position:static}.nav-btn{flex:1;justify-content:center;padding:.8rem}.sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%;padding:1.5rem;overflow-y:visible}.main-content{padding:1.5rem;overflow-y:visible}.saved-view{padding:1.5rem}.saved-header{margin-top:0}.resume-document-wrapper{padding:1rem}.resume-scale-container{transform-origin:top;margin-bottom:-35%;transform:scale(.65)}}@media (width<=480px){.resume-scale-container{transform-origin:top;margin-bottom:-55%;transform:scale(.45)}.template-btn{flex:calc(50% - .5rem)}}.home-container{background-color:#f8fafc;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.home-header{text-align:center;margin-bottom:4rem;animation:.6s ease-out fadeInDown}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.home-header .logo-container{justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.home-header .logo{border-radius:12px;width:64px;height:64px}.home-header h1{color:#0f172a;letter-spacing:-1px;margin:0;font-family:Outfit,sans-serif;font-size:3rem}.home-header .subtitle{color:#64748b;margin:0;font-size:1.25rem}.home-choices{gap:2rem;width:100%;max-width:900px;display:flex}.choice-card{text-align:center;cursor:pointer;background:#fff;border:2px solid #0000;border-radius:24px;flex:1;padding:3rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.6s ease-out backwards fadeInUp;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003}.choice-card:nth-child(2){animation-delay:.1s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.choice-card:hover{border-color:#3b82f6;transform:translateY(-8px);box-shadow:0 25px 50px -12px #3b82f626}.choice-icon-wrapper{border-radius:24px;justify-content:center;align-items:center;width:96px;height:96px;margin:0 auto 2rem;transition:transform .3s;display:flex}.choice-card:hover .choice-icon-wrapper{transform:scale(1.1)}.create-icon{color:#2563eb;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%)}.saved-icon{color:#475569;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%)}.choice-card h2{color:#1e293b;margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:1.75rem}.choice-card p{color:#64748b;margin:0;font-size:1.1rem;line-height:1.5}@media (width<=768px){.home-choices{flex-direction:column;padding:0 1rem}}.wizard-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999;background:#0f172ad9;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.wizard-container{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:800px;animation:.4s cubic-bezier(.16,1,.3,1) popIn;display:flex}@keyframes popIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.wizard-progress-bar{background-color:#fff3;border-radius:8px;width:100%;height:8px;overflow:hidden}.wizard-progress-fill{background-color:#3b82f6;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.wizard-step-indicator{color:#fff;text-transform:uppercase;letter-spacing:2px;text-align:center;text-shadow:0 2px 4px #00000080;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700}.game-dialogue-wrapper{flex-direction:column;align-items:center;width:100%;display:flex}.game-mascot-avatar{z-index:10;width:200px;height:200px;margin-bottom:-40px;position:relative}.game-mascot-avatar img{object-fit:contain;filter:drop-shadow(0 10px 15px #000c);width:100%;height:100%}.game-dialogue-box{background:#f8fafc;border:6px solid #1e293b;border-radius:12px;width:100%;padding:3.5rem 2rem 2rem;position:relative;box-shadow:12px 12px #0000004d}.game-name-tag{text-transform:uppercase;color:#1e293b;letter-spacing:1px;background:#fff;border:4px solid #1e293b;border-radius:8px;padding:.5rem 1.5rem;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800;position:absolute;top:-20px;left:30px}.game-dialogue-text{color:#1e293b;min-height:80px;margin-bottom:2rem;font-family:VT323,monospace;font-size:2rem;line-height:1.3}.typing-cursor{vertical-align:text-bottom;background-color:#1e293b;width:12px;height:1.1em;margin-left:4px;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.wizard-input-area{flex-direction:column;display:flex}.wizard-input,.wizard-textarea{color:#0f172a;background-color:#fff;border:4px solid #cbd5e1;border-radius:8px;width:100%;padding:1.25rem;font-family:Inter,sans-serif;font-size:1.15rem;transition:all .2s;box-shadow:inset 4px 4px #0000000d}.wizard-input:focus,.wizard-textarea:focus{border-color:#3b82f6;outline:none}.wizard-textarea{resize:vertical}.wizard-controls{gap:1.5rem;margin-top:1.5rem;display:flex}.btn-retro{cursor:pointer;text-transform:uppercase;border:4px solid #1e293b;border-radius:8px;padding:1rem;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:700;transition:all .1s}.btn-retro:active:not(:disabled){transform:translateY(4px);box-shadow:0 0 #1e293b}.btn-retro:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.btn-retro-primary{color:#fff;background-color:#3b82f6;flex:2;box-shadow:4px 4px #1e293b}.btn-retro-secondary{color:#1e293b;background-color:#f1f5f9;flex:1;box-shadow:4px 4px #1e293b}.wizard-loading{color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;font-family:Outfit,sans-serif;display:flex}.wizard-loading h2{margin:0;font-size:2.5rem}.wizard-loading p{opacity:.8;font-size:1.25rem}@media (width<=768px){.game-mascot-avatar{width:130px;height:130px;margin-bottom:-25px}.game-name-tag{border-width:3px;padding:.25rem .75rem;font-size:.9rem;top:-15px;left:10px}.wizard-controls{gap:.5rem}.btn-retro{border-width:3px;padding:.75rem .25rem;font-size:.95rem}.btn-retro-primary,.btn-retro-secondary{box-shadow:2px 2px #1e293b}.btn-retro:active:not(:disabled){transform:translateY(2px)}.game-dialogue-text{min-height:60px;font-size:1.4rem}.wizard-overlay{padding:1rem}.game-dialogue-box{border-width:4px;padding:2.5rem 1rem 1.5rem;box-shadow:6px 6px #0000004d}.field-selection-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.field-option-btn{padding:.6rem .5rem;font-size:.85rem}.field-icon{font-size:1.3rem}}.field-selection-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;width:100%;margin-top:1rem;display:grid}.field-option-btn{cursor:pointer;background:#fff;border:4px solid #cbd5e1;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;padding:1rem .75rem;font-family:Outfit,sans-serif;transition:all .15s;display:flex;box-shadow:3px 3px #0000001a}.field-option-btn:hover:not(:disabled){background:#eff6ff;border-color:#3b82f6;transform:translateY(-2px);box-shadow:4px 4px #3b82f64d}.field-option-btn:active:not(:disabled){transform:translateY(2px);box-shadow:0 0 #0000001a}.field-option-btn:disabled{opacity:.5;cursor:not-allowed}.field-icon{font-size:1.8rem}.field-label{color:#1e293b;text-align:center;font-size:.9rem;font-weight:600;line-height:1.2}.gallery-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.gallery-header{text-align:center;margin-bottom:3rem;animation:.5s ease-out fadeInDown}.gallery-header h2{color:#0f172a;margin:0 0 .5rem;font-family:Outfit,sans-serif;font-size:2.5rem}.gallery-header p{color:#64748b;margin:0;font-size:1.1rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.template-card{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.5s ease-out backwards popIn;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.gallery-grid .template-card:first-child{animation-delay:.1s}.gallery-grid .template-card:nth-child(2){animation-delay:.2s}.gallery-grid .template-card:nth-child(3){animation-delay:.3s}.gallery-grid .template-card:nth-child(4){animation-delay:.4s}.gallery-grid .template-card:nth-child(5){animation-delay:.5s}.template-card:hover{border-color:#3b82f6;transform:translateY(-8px);box-shadow:0 20px 25px -5px #3b82f626}.template-card-preview-wrapper{background:#f1f5f9;justify-content:center;align-items:flex-start;width:100%;height:350px;padding-top:1rem;display:flex;position:relative;overflow:hidden}.template-card-preview{transform-origin:top;background:#fff;width:210mm;transform:scale(.35);box-shadow:0 0 10px #0000001a}.template-card-info{text-align:center;border-top:1px solid #f1f5f9;padding:1.5rem}.template-card-info h3{color:#1e293b;margin:0;font-family:Outfit,sans-serif;font-size:1.25rem}.resume-document{color:#111;box-sizing:border-box;width:210mm;min-height:297mm;font-family:Inter,sans-serif;font-size:var(--base-font-size,14px);background-color:#fff;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 0 10px #0000001a}.editable-text{border-radius:4px;transition:background-color .2s,box-shadow .2s}.editable-text:hover{background-color:#2563eb14;box-shadow:0 0 0 2px #2563eb1a}.sortable-item{position:relative}.drag-handle{opacity:0;transition:opacity .2s}.sortable-item:hover>.drag-handle{opacity:1}.drag-handle:hover{color:var(--accent-color,#2563eb)!important}.minimalist{padding:20mm;line-height:1.6}.min-header{border-bottom:2px solid var(--accent-color,#000);text-align:center;margin-bottom:8mm;padding-bottom:6mm}.min-header h1{text-transform:uppercase;letter-spacing:2px;color:var(--accent-color,#000);margin-bottom:2mm;font-size:2.67em;font-weight:700}.min-title{color:#444;text-transform:uppercase;letter-spacing:1px;margin-bottom:3mm;font-size:1.33em}.min-contact{color:#666;font-size:.95em}.min-section{margin-bottom:8mm}.min-section h2{text-transform:uppercase;letter-spacing:1px;color:var(--accent-color,#000);border-bottom:1px solid #ddd;margin-bottom:4mm;padding-bottom:2mm;font-size:1.33em}.min-section p{color:#333;font-size:.95em}.min-item{margin-bottom:5mm}.min-item-header{justify-content:space-between;margin-bottom:1mm;font-size:1.05em;display:flex}.min-company{color:#555;margin-bottom:2mm;font-size:.95em;font-style:italic}.min-institution{color:#555;font-size:.95em}.min-item ul{color:#444;padding-left:5mm;font-size:.95em}.min-item li{margin-bottom:1mm}.min-skills{line-height:1.8}.creative{display:flex}.cre-sidebar{color:#fff;background-color:#2c3e50;width:70mm;min-height:297mm;padding:15mm 10mm}.cre-main{background-color:#f9f9f9;flex:1;padding:15mm}.cre-header h1{margin-bottom:2mm;font-size:2.29em;font-weight:800;line-height:1.2}.cre-title{color:var(--accent-color,#1abc9c);margin-bottom:10mm;font-size:1.14em;font-weight:600}.cre-contact{color:#bdc3c7;margin-bottom:15mm;font-size:.95em;line-height:1.8}.cre-section{margin-bottom:10mm}.cre-sidebar .cre-section h2{color:#fff;border-bottom-color:#34495e}.cre-section h2{color:#2c3e50;border-bottom:2px solid #ecf0f1;margin-bottom:5mm;padding-bottom:2mm;font-size:1.52em;font-weight:700}.cre-main p{color:#555;font-size:.95em;line-height:1.6}.cre-skills{flex-wrap:wrap;gap:2mm;display:flex}.cre-skill-tag{color:#ecf0f1;background-color:#34495e;border-radius:4px;padding:1.5mm 3mm;font-size:.86em}.cre-item{margin-bottom:6mm}.cre-item-header{justify-content:space-between;align-items:flex-start;margin-bottom:1mm;display:flex}.cre-item-header strong{color:#2c3e50;font-size:1.14em}.cre-dates{color:var(--accent-color,#1abc9c);font-size:.9em;font-weight:600}.cre-company{color:#7f8c8d;margin-bottom:2mm;font-size:1em;font-weight:500}.cre-item ul{color:#555;padding-left:5mm;font-size:.95em}.cre-item li{margin-bottom:1.5mm}.executive{padding:20mm}.exe-header{text-align:center;background-color:var(--accent-color,#1f2937);color:#fff;margin:-20mm -20mm 0;padding:10mm}.exe-header h1{letter-spacing:1px;margin-bottom:2mm;font-size:2.48em;font-weight:700}.exe-title{color:#e5e7eb;font-size:1.33em;font-weight:500}.exe-contact-bar{color:#4b5563;background-color:#f3f4f6;border-bottom:1px solid #e5e7eb;justify-content:center;gap:10mm;margin:0 -20mm 10mm;padding:4mm;font-size:.95em;display:flex}.exe-body{padding-top:5mm}.exe-section{margin-bottom:8mm}.exe-section h2{color:var(--accent-color,#1f2937);border-bottom:2px solid var(--accent-color,#1f2937);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4mm;padding-bottom:1.5mm;font-size:1.33em;font-weight:700}.exe-section p{color:#374151;font-size:1em;line-height:1.6}.exe-item{margin-bottom:6mm}.exe-item-header{justify-content:space-between;align-items:flex-start;margin-bottom:1mm;display:flex}.exe-item-header strong{color:#111827;font-size:1.14em}.exe-dates{color:#6b7280;font-size:.95em;font-style:italic}.exe-role{color:var(--accent-color,#374151);margin-bottom:2mm;font-size:1.05em;font-weight:600}.exe-item ul{color:#4b5563;padding-left:5mm;font-size:1em;line-height:1.5}.exe-item li{margin-bottom:1mm}.exe-skills{font-weight:500}.modern{padding:0}.mod-header{background-color:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:15mm 20mm;display:flex}.mod-header-left h1{color:#0f172a;letter-spacing:-.5px;margin-bottom:2mm;font-size:2.67em;font-weight:800}.mod-title{color:var(--accent-color,#3b82f6);font-size:1.33em;font-weight:600}.mod-header-right{text-align:right;color:#475569;font-size:.95em;line-height:1.6}.mod-content{padding:15mm 20mm}.mod-section{margin-bottom:10mm}.mod-section-title{color:var(--accent-color,#0f172a);text-transform:uppercase;letter-spacing:1px;margin-bottom:5mm;font-size:1.33em;font-weight:700}.mod-text{color:#334155;font-size:1em;line-height:1.6}.mod-item{margin-bottom:6mm}.mod-item-header{justify-content:space-between;align-items:flex-start;margin-bottom:1mm;display:flex}.mod-role{color:#0f172a;font-size:1.14em;font-weight:700}.mod-dates{color:#64748b;font-size:.95em}.mod-company{color:var(--accent-color,#3b82f6);margin-bottom:2mm;font-size:1.05em;font-weight:500}.mod-list{color:#475569;padding-left:5mm;font-size:1em;line-height:1.5}.mod-list li{margin-bottom:1.5mm}.mod-bottom-grid{grid-template-columns:1fr 1fr;gap:10mm;display:grid}.mod-skills-container{flex-wrap:wrap;gap:2mm;display:flex}.mod-skill-pill{background-color:var(--accent-color,#f1f5f9);color:#fff;border-radius:20px;padding:1.5mm 3.5mm;font-size:.9em;font-weight:500}.mod-skill-pill.default-color{color:#334155;background-color:#f1f5f9}.corporate{padding:20mm;font-family:Times New Roman,Times,serif}.corp-header{text-align:center;border-bottom:1.5px solid var(--accent-color,#000);margin-bottom:8mm;padding-bottom:5mm}.corp-header h1{color:var(--accent-color,#000);margin-bottom:2mm;font-size:2.48em;font-weight:700}.corp-contact{color:#333;font-size:.95em}.corp-content{color:#000}.corp-section{margin-bottom:8mm}.corp-section-title{text-transform:uppercase;border-bottom:1px solid var(--accent-color,#000);color:var(--accent-color,#000);margin-bottom:4mm;padding-bottom:1mm;font-size:1.14em;font-weight:700}.corp-text{font-size:1em;line-height:1.5}.corp-item{margin-bottom:5mm}.corp-item-header{justify-content:space-between;align-items:flex-start;margin-bottom:.5mm;display:flex}.corp-company{font-size:1.1em;font-weight:700}.corp-dates{font-size:1em}.corp-role{color:var(--accent-color,#000);margin-bottom:2mm;font-size:1.05em;font-style:italic}.corp-list{padding-left:6mm;font-size:1em;line-height:1.4}.corp-list li{margin-bottom:1mm}.fullscreen-editor-overlay{z-index:1000;background:#f1f5f9;animation:.3s cubic-bezier(.16,1,.3,1) slideIn;display:flex;position:fixed;inset:0;overflow:hidden}@keyframes slideIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.editor-sidebar{z-index:2;background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:350px;display:flex;box-shadow:2px 0 10px #0000000d}.editor-sidebar-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.editor-sidebar-header h2{color:#0f172a;margin:0;font-family:Outfit,sans-serif;font-size:1.5rem}.close-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.close-btn:hover{color:#ef4444;background:#f1f5f9}.editor-controls{flex-direction:column;flex:1;gap:2rem;padding:2rem 1.5rem;display:flex}.control-group{flex-direction:column;gap:1rem;display:flex}.control-group label{color:#334155;align-items:center;gap:.5rem;font-weight:600;display:flex}.color-picker{cursor:pointer;border:none;border-radius:12px;width:100%;height:50px;padding:0;overflow:hidden}.font-slider{cursor:pointer;width:100%}.editor-actions{border-top:1px solid #e2e8f0;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.btn-export{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:1rem;font-size:1.1rem;font-weight:600;transition:all .2s;display:flex}.btn-export.pdf{color:#fff;background:#ef4444}.btn-export.pdf:hover{background:#dc2626;transform:translateY(-2px)}.btn-export.png{color:#fff;background:#3b82f6}.btn-export.png:hover{background:#2563eb;transform:translateY(-2px)}.editor-main{flex:1;justify-content:center;align-items:flex-start;padding:2rem;display:flex;overflow-y:auto}@media (width<=768px){.fullscreen-editor-overlay{flex-direction:column}.editor-sidebar{border-bottom:1px solid #e2e8f0;border-right:none;width:100%;max-height:45vh;overflow-y:auto}.editor-sidebar-header{padding:1rem}.editor-controls{gap:1rem;padding:1rem}.editor-actions{flex-direction:row;gap:.5rem;padding:1rem}.btn-export{flex:1;padding:.75rem;font-size:.9rem}.editor-main{width:100%;padding:1rem}}.install-container{color:#fff;background-color:#0f172a;justify-content:center;align-items:center;min-height:100vh;padding:4rem 2rem;display:flex;position:relative;overflow-x:hidden}.install-container .back-icon-btn{cursor:pointer;color:#fff;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:2rem;left:2rem}.install-container .back-icon-btn:hover{background:#fff3;transform:translate(-3px)}.install-content{align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.install-text-section{flex-direction:column;flex:1;align-items:flex-start;animation:.8s ease-out fadeSlideRight;display:flex}@keyframes fadeSlideRight{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.install-badge{color:#60a5fa;background:#3b82f633;border:1px solid #3b82f64d;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:flex}.install-title{background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0 0 1.5rem;font-family:Outfit,sans-serif;font-size:4rem;font-weight:800;line-height:1.1}.install-description{color:#94a3b8;max-width:500px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.install-features{flex-direction:column;gap:1.25rem;margin-bottom:3rem;display:flex}.feature-item{flex-direction:column;display:flex}.feature-item strong{color:#f8fafc;margin-bottom:.25rem;font-size:1.1rem}.feature-item span{color:#64748b;font-size:.95rem}.download-apk-btn{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.2rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 10px 20px -5px #2563eb66}.download-apk-btn:hover{transform:translateY(-3px);box-shadow:0 15px 25px -5px #2563eb80}.install-note{color:#475569;margin-top:1rem;font-size:.85rem}.install-mockups-section{flex:1;justify-content:center;align-items:center;height:600px;animation:.8s ease-out .2s backwards fadeSlideLeft;display:flex;position:relative}@keyframes fadeSlideLeft{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.mockup-wrapper{background:#1e293b;border:8px solid #1e293b;border-radius:40px;width:300px;position:absolute;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.mockup-left{z-index:1;transition:transform .4s;top:50%;left:0;transform:translateY(-50%)scale(.9)rotate(-5deg)}.mockup-right{z-index:2;transition:transform .4s;top:50%;right:0;transform:translateY(-40%)scale(1)rotate(5deg)}.mockup-left:hover{z-index:3;transform:translateY(-50%)scale(.95)rotate(-2deg)}.mockup-right:hover{transform:translateY(-40%)scale(1.05)rotate(2deg)}.mockup-img{border-radius:32px;width:100%;height:auto;display:block}@media (width<=968px){.install-content{text-align:center;flex-direction:column;gap:3rem}.install-text-section{align-items:center}.install-title{font-size:3rem}.install-mockups-section{justify-content:center;align-items:flex-start;gap:1rem;width:100%;height:auto;display:flex;position:relative}.mockup-wrapper{width:200px;position:static;transform:none}.mockup-left{top:auto;left:auto;transform:rotate(-3deg)}.mockup-right{top:auto;left:auto;transform:rotate(3deg)}.mockup-left:hover{transform:rotate(-1deg)scale(1.02)}.mockup-right:hover{transform:rotate(1deg)scale(1.02)}}@media (width<=480px){.mockup-wrapper{width:150px}.install-title{font-size:2.5rem}}
