@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--navy-50:#e8eaf6;--navy-100:#c5cae9;--navy-200:#9fa8da;--navy-300:#7986cb;--navy-400:#5c6bc0;--navy-500:#1a237e;--navy-600:#151c6a;--navy-700:#101556;--navy-800:#0b0e42;--navy-900:#06072e;--slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--slate-600:#475569;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a;--teal-50:#e0f7fa;--teal-100:#b2ebf2;--teal-200:#80deea;--teal-300:#4dd0e1;--teal-400:#26c6da;--teal-500:#00bcd4;--teal-600:#00acc1;--teal-700:#0097a7;--teal-800:#00838f;--teal-900:#006064;--gradient-primary:linear-gradient(135deg, #1a237e 0%, #0097a7 100%);--gradient-accent:linear-gradient(135deg, #00bcd4 0%, #26c6da 50%, #4dd0e1 100%);--gradient-dark:linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #1a237e 100%);--gradient-glass:linear-gradient(135deg, #ffffff1a 0%, #ffffff0d 100%);--glass-bg:#ffffff14;--glass-border:#ffffff1f;--glass-shadow:0 8px 32px #0000004d;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-base:.25s cubic-bezier(.4, 0, .2, 1);--transition-slow:.4s cubic-bezier(.4, 0, .2, 1);--shadow-sm:0 1px 3px #0000001f;--shadow-md:0 4px 12px #00000026;--shadow-lg:0 8px 30px #0003;--shadow-xl:0 20px 60px #0000004d;--shadow-glow:0 0 40px #00bcd44d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--slate-900);color:var(--slate-100);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,Inter,sans-serif;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--slate-800)}::-webkit-scrollbar-thumb{background:var(--slate-600);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--teal-600)}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--glass-shadow)}.btn{justify-content:center;align-items:center;gap:var(--space-sm);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-base);letter-spacing:.025em;text-transform:none;white-space:nowrap;border:none;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;line-height:1;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 15px #1a237e66}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 25px #1a237e80}.btn-accent{background:var(--gradient-accent);color:var(--slate-900);box-shadow:0 4px 15px #00bcd44d}.btn-accent:hover:not(:disabled){box-shadow:var(--shadow-glow);transform:translateY(-2px)}.btn-ghost{color:var(--slate-300);border:1px solid var(--glass-border);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--glass-bg);color:var(--teal-400);border-color:var(--teal-400)}.btn-danger{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626)}.btn-danger:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ef444466}.btn-sm{padding:.5rem 1rem;font-size:.8rem}.btn-lg{padding:1rem 2rem;font-size:1rem}.form-group{gap:var(--space-xs);flex-direction:column;display:flex}.form-label{color:var(--slate-400);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:500}.form-input{color:var(--slate-100);border:1px solid var(--glass-border);border-radius:var(--radius-sm);transition:all var(--transition-base);background:#0f172a99;outline:none;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.95rem}.form-input:focus{border-color:var(--teal-500);box-shadow:0 0 0 3px #00bcd426}.form-input::placeholder{color:var(--slate-500)}.form-textarea{resize:vertical;min-height:100px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.animate-fadeIn{animation:.5s ease-out fadeIn}.animate-slideUp{animation:.5s ease-out slideUp}.animate-slideDown{animation:.5s ease-out slideDown}.animate-scaleIn{animation:.3s ease-out scaleIn}.stagger-children>*{animation:.5s ease-out both slideUp}.stagger-children>:first-child{animation-delay:50ms}.stagger-children>:nth-child(2){animation-delay:.1s}.stagger-children>:nth-child(3){animation-delay:.15s}.stagger-children>:nth-child(4){animation-delay:.2s}.stagger-children>:nth-child(5){animation-delay:.25s}.stagger-children>:nth-child(6){animation-delay:.3s}.spinner{border:3px solid var(--glass-border);border-top:3px solid var(--teal-500);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen{background:var(--gradient-dark);justify-content:center;align-items:center;min-height:100vh;display:flex}@media (width<=768px){html{font-size:14px}}.auth-page{min-height:100vh;padding:var(--space-lg);background:var(--gradient-dark);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.auth-bg{pointer-events:none;z-index:0;position:absolute;inset:0}.auth-bg-orb{filter:blur(80px);opacity:.4;border-radius:50%;position:absolute}.auth-bg-orb-1{background:var(--teal-700);width:400px;height:400px;animation:8s ease-in-out infinite float;top:-100px;right:-100px}.auth-bg-orb-2{background:var(--navy-500);width:300px;height:300px;animation:10s ease-in-out infinite reverse float;bottom:-80px;left:-80px}.auth-bg-orb-3{background:var(--teal-500);width:200px;height:200px;animation:6s ease-in-out 1s infinite float;top:50%;left:50%;transform:translate(-50%,-50%)}.auth-container{border-radius:var(--radius-xl);z-index:1;width:100%;max-width:920px;min-height:560px;box-shadow:var(--shadow-xl), 0 0 80px #00bcd414;display:flex;position:relative;overflow:hidden}.auth-brand-panel{padding:var(--space-2xl);background:var(--gradient-primary);flex-direction:column;flex:1;justify-content:space-between;display:flex;position:relative;overflow:hidden}.auth-brand-panel:before{content:"";filter:blur(60px);background:#00bcd426;border-radius:50%;width:300px;height:300px;position:absolute;top:-50%;right:-30%}.auth-brand-panel:after{content:"";filter:blur(40px);background:#ffffff0d;border-radius:50%;width:200px;height:200px;position:absolute;bottom:-20%;left:-20%}.auth-brand-content{z-index:1;position:relative}.auth-logo{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-xl);display:flex}.auth-logo-icon{background:var(--gradient-accent);width:42px;height:42px;color:var(--slate-900);border-radius:var(--radius-sm);justify-content:center;align-items:center;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:800;display:flex}.auth-logo-text{color:#fff;letter-spacing:-.01em;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:700}.auth-brand-title{color:#fff;margin-bottom:var(--space-md);font-size:2rem;font-weight:800;line-height:1.1}.auth-brand-subtitle{color:#ffffffbf;margin-bottom:var(--space-xl);font-size:.95rem;line-height:1.6}.auth-brand-features{gap:var(--space-sm);flex-direction:column;display:flex}.auth-feature{align-items:center;gap:var(--space-sm);color:#ffffffd9;font-size:.85rem;display:flex}.auth-feature-dot{background:var(--teal-400);border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #00bcd480}.auth-brand-footer{z-index:1;color:#fff6;font-size:.75rem;position:relative}.auth-form-panel{padding:var(--space-2xl);background:var(--slate-800);border-left:1px solid var(--glass-border);flex:1;justify-content:center;align-items:center;display:flex}.auth-form-content{width:100%;max-width:360px}.auth-form-header{margin-bottom:var(--space-xl)}.auth-form-header h2{color:var(--slate-50);margin-bottom:var(--space-xs);font-size:1.6rem;font-weight:700}.auth-form-header p{color:var(--slate-400);font-size:.9rem}.auth-form{gap:var(--space-md);flex-direction:column;display:flex}.input-wrapper{align-items:center;display:flex;position:relative}.input-wrapper .input-icon{color:var(--slate-500);pointer-events:none;z-index:1;font-size:1.1rem;position:absolute;left:12px}.input-wrapper .form-input{width:100%;padding-left:40px;padding-right:40px}.input-toggle{color:var(--slate-500);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;align-items:center;font-size:1.1rem;display:flex;position:absolute;right:12px}.input-toggle:hover{color:var(--teal-400)}.auth-submit-btn{margin-top:var(--space-sm);width:100%;padding:.85rem;font-size:.95rem}.auth-form-footer{margin-top:var(--space-lg);text-align:center;color:var(--slate-400);font-size:.875rem}.auth-link{color:var(--teal-400);transition:color var(--transition-fast);font-weight:600}.auth-link:hover{color:var(--teal-300);text-decoration:underline}@media (width<=768px){.auth-container{flex-direction:column;max-width:480px;min-height:auto}.auth-brand-panel{padding:var(--space-xl)}.auth-brand-title{font-size:1.5rem}.auth-brand-features,.auth-brand-footer{display:none}.auth-form-panel{padding:var(--space-xl);border-left:none;border-top:1px solid var(--glass-border)}}.dashboard-page{background:var(--gradient-dark);min-height:100vh;position:relative;overflow:hidden}.dashboard-bg{pointer-events:none;z-index:0;position:fixed;inset:0}.dashboard-bg-orb{filter:blur(100px);opacity:.25;border-radius:50%;position:absolute}.dashboard-bg-orb-1{background:var(--teal-700);width:500px;height:500px;animation:12s ease-in-out infinite float;top:-150px;right:-150px}.dashboard-bg-orb-2{background:var(--navy-500);width:400px;height:400px;animation:15s ease-in-out infinite reverse float;bottom:-100px;left:-100px}.dashboard-header{padding:var(--space-md) var(--space-xl);margin:var(--space-md);z-index:10;border-radius:var(--radius-lg);justify-content:space-between;align-items:center;display:flex;position:relative}.dashboard-header-left{align-items:center;display:flex}.dashboard-header-right{align-items:center;gap:var(--space-md);display:flex}.dashboard-user{align-items:center;gap:var(--space-sm);cursor:pointer;padding:4px var(--space-sm);border-radius:var(--radius-md);transition:all var(--transition-base);border:1px solid #0000;text-decoration:none;display:flex}.dashboard-user:hover{background:var(--glass-bg);border-color:var(--glass-border);box-shadow:var(--shadow-sm)}.dashboard-avatar{background:var(--gradient-accent);width:36px;height:36px;color:var(--slate-900);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.dashboard-user-name{color:var(--slate-200);font-size:.9rem;font-weight:500}.dashboard-main{max-width:1100px;padding:var(--space-xl) var(--space-lg);z-index:1;margin:0 auto;position:relative}.dashboard-hero{margin-bottom:var(--space-xl)}.dashboard-hero h1{background:var(--gradient-accent);-webkit-text-fill-color:transparent;margin-bottom:var(--space-xs);-webkit-background-clip:text;background-clip:text;font-size:2.2rem;font-weight:800}.dashboard-hero p{color:var(--slate-400);font-size:1rem}.dashboard-actions{align-items:center;gap:var(--space-md);margin-bottom:var(--space-xl);display:flex}.dashboard-loading{align-items:center;gap:var(--space-md);padding:var(--space-3xl);color:var(--slate-400);flex-direction:column;display:flex}.dashboard-empty{text-align:center;padding:var(--space-3xl);align-items:center;gap:var(--space-md);flex-direction:column;display:flex}.dashboard-empty-icon{color:var(--slate-600);margin-bottom:var(--space-sm);font-size:4rem}.dashboard-empty h3{color:var(--slate-300);font-size:1.5rem}.dashboard-empty p{color:var(--slate-500);max-width:360px}.resume-grid{gap:var(--space-lg);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.resume-card{padding:var(--space-lg);transition:all var(--transition-base);flex-direction:column;display:flex}.resume-card:hover{box-shadow:var(--shadow-xl), var(--shadow-glow);border-color:var(--teal-700);transform:translateY(-4px)}.resume-card-header{margin-bottom:var(--space-md);justify-content:space-between;align-items:center;display:flex}.resume-card-icon{color:var(--teal-400);font-size:1.8rem}.resume-card-template{text-transform:uppercase;letter-spacing:.1em;color:var(--teal-400);border-radius:var(--radius-full);background:#00bcd41a;border:1px solid #00bcd433;padding:.25rem .75rem;font-size:.7rem;font-weight:600}.resume-card-body{margin-bottom:var(--space-md);flex:1}.resume-card-title{color:var(--slate-100);margin-bottom:var(--space-xs);font-size:1.1rem;font-weight:600}.resume-card-subtitle{color:var(--slate-400);margin-bottom:var(--space-sm);font-size:.85rem}.resume-card-date{align-items:center;gap:var(--space-xs);color:var(--slate-500);font-size:.75rem;display:flex}.resume-card-actions{gap:var(--space-sm);display:flex}.resume-card-actions .btn-primary{flex:1}@media (width<=768px){.dashboard-header{margin:var(--space-sm);padding:var(--space-sm) var(--space-md)}.dashboard-user-name{display:none}.dashboard-hero h1{font-size:1.6rem}.resume-grid{grid-template-columns:1fr}}.editor-page{background:var(--gradient-dark);min-height:100vh}.editor-header{padding:var(--space-sm) var(--space-lg);margin:var(--space-sm);z-index:20;border-radius:var(--radius-lg);justify-content:space-between;align-items:center;display:flex;position:sticky;top:8px}.editor-header-left,.editor-header-right{align-items:center;gap:var(--space-md);display:flex}.editor-title-input{color:var(--slate-100);transition:border-color var(--transition-base);background:0 0;border:none;border-bottom:2px solid #0000;outline:none;padding:.4rem 0;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:600}.editor-title-input:focus{border-bottom-color:var(--teal-500)}.editor-layout{gap:var(--space-md);padding:var(--space-md);height:calc(100vh - 72px);display:flex}.editor-sidebar{gap:var(--space-xs);padding:var(--space-sm);border-radius:var(--radius-lg);flex-direction:column;width:180px;min-width:180px;height:fit-content;display:flex;position:sticky;top:80px}.editor-tab{align-items:center;gap:var(--space-sm);padding:.7rem var(--space-md);color:var(--slate-400);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);text-align:left;background:0 0;border:none;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;display:flex}.editor-tab:hover{color:var(--slate-200);background:#ffffff0d}.editor-tab.active{color:var(--teal-400);border-left:3px solid var(--teal-400);background:#00bcd41a}.editor-tab svg{flex-shrink:0;font-size:1.1rem}.editor-form-panel{padding-right:var(--space-xs);flex:1;overflow-y:auto}.editor-form{padding:var(--space-lg);border-radius:var(--radius-lg)}.editor-section-title{color:var(--slate-100);margin-bottom:var(--space-lg);font-size:1.2rem;font-weight:700}.editor-section-header{margin-bottom:var(--space-lg);justify-content:space-between;align-items:center;display:flex}.editor-grid{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.editor-card{padding:var(--space-lg);margin-bottom:var(--space-md);border-radius:var(--radius-md);border:1px solid var(--glass-border);background:#0f172a66}.editor-card-header{margin-bottom:var(--space-md);color:var(--teal-400);justify-content:space-between;align-items:center;font-size:.9rem;font-weight:600;display:flex}.editor-preview-panel{width:420px;min-width:420px;overflow-y:auto}.editor-preview{border-radius:var(--radius-lg);height:100%;padding:0;overflow:hidden}.preview-page{color:#1a1a1a;background:#fff;min-height:100%;padding:2rem;font-family:Inter,sans-serif;font-size:.72rem;line-height:1.5}.preview-header-section{border-bottom:2px solid var(--navy-500);margin-bottom:.8rem;padding-bottom:.8rem}.preview-name{color:var(--navy-500);margin-bottom:.15rem;font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:800}.preview-job-title{color:var(--teal-700);margin-bottom:.4rem;font-size:.85rem;font-weight:500}.preview-contact{color:#555;flex-wrap:wrap;gap:.5rem;font-size:.68rem;display:flex}.preview-contact span:not(:last-child):after{content:"·";color:#ccc;margin-left:.5rem}.preview-summary{color:#444;margin-top:.6rem;font-size:.72rem;line-height:1.6}.preview-section{margin-bottom:.8rem}.preview-section-title{color:var(--navy-500);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #ddd;margin-bottom:.5rem;padding-bottom:.2rem;font-size:.78rem;font-weight:700}.preview-item{margin-bottom:.6rem}.preview-item-header{justify-content:space-between;align-items:baseline;display:flex}.preview-item-header strong{color:#222;font-size:.75rem}.preview-date{color:#777;font-size:.65rem}.preview-item-sub{color:var(--teal-800);font-size:.7rem;font-weight:500}.preview-item-desc{color:#444;white-space:pre-line;margin-top:.2rem;font-size:.7rem}.preview-skill-row{margin-bottom:.3rem;font-size:.72rem}.preview-skill-row strong{color:#222}@media (width<=1024px){.editor-layout{flex-direction:column;height:auto}.editor-sidebar{flex-direction:row;width:100%;min-width:auto;position:static;overflow-x:auto}.editor-preview-panel{width:100%;min-width:auto}.editor-grid{grid-template-columns:1fr}}.btn-secondary{background:var(--glass-bg);color:var(--slate-100);border:1px solid var(--glass-border);box-shadow:0 4px 15px #00000026}.btn-secondary:hover:not(:disabled){color:var(--teal-300);border-color:var(--teal-400);background:#ffffff26;transform:translateY(-2px);box-shadow:0 6px 20px #0003}@media print{.editor-header,.editor-sidebar,.editor-form-panel,.preview-toolbar-top{display:none!important}body,.editor-page{color:#1a1a1a!important;background:#fff!important;min-height:0!important;margin:0!important;padding:0!important}.editor-layout{height:auto!important;margin:0!important;padding:0!important;display:block!important}.editor-preview-panel{width:100%!important;min-width:0!important;height:auto!important;margin:0!important;padding:0!important;overflow:visible!important}.editor-preview{box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;height:auto!important;margin:0!important;padding:0!important;overflow:visible!important}.preview-page{color:#1a1a1a!important;height:auto!important;min-height:0!important;box-shadow:none!important;background:#fff!important;border:none!important;padding:1.5cm!important}.preview-item,.preview-section{page-break-inside:avoid}}.preview-toolbar-top{padding:.5rem var(--space-md);margin-bottom:var(--space-sm);background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius-md);justify-content:flex-end;align-items:center;display:flex}.editor-template-select-container{align-items:center;gap:var(--space-sm);display:flex}.editor-template-label{color:var(--slate-400);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.editor-template-select{color:var(--slate-100);border:1px solid var(--glass-border);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-base);appearance:none;background:#0f172a99 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") right .6rem center/.9rem no-repeat;outline:none;padding:.5rem 2rem .5rem .8rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500}.editor-template-select:focus{border-color:var(--teal-500);box-shadow:0 0 0 2px #00bcd426}.editor-template-select option{color:var(--slate-100);background:#1e293b}.skill-item-tag:not(:last-child):after,.tech-item-tag:not(:last-child):after{content:", "}.template-minimalist{color:#1c1c1c;font-family:Georgia,Times New Roman,serif;line-height:1.6}.template-minimalist .preview-header-section{text-align:center;padding-bottom:var(--space-md);margin-bottom:var(--space-md);border-bottom:1px solid #c8c8c8}.template-minimalist .preview-name{color:#111;letter-spacing:.02em;margin-bottom:var(--space-xs);font-family:Georgia,serif;font-size:1.8rem;font-weight:400}.template-minimalist .preview-job-title{color:#555;text-transform:none;letter-spacing:normal;margin-bottom:var(--space-sm);font-size:.85rem;font-style:italic;font-weight:400}.template-minimalist .preview-contact{color:#666;justify-content:center;font-size:.7rem}.template-minimalist .preview-summary{color:#333;margin:var(--space-sm) auto 0 auto;max-width:90%;font-size:.72rem;font-style:italic}.template-minimalist .preview-section-title{color:#222;text-transform:uppercase;margin-bottom:var(--space-sm);border-bottom:1px solid #dcdcdc;padding-bottom:.2rem;font-family:Georgia,serif;font-size:.82rem;font-weight:700}.template-minimalist .preview-item{margin-bottom:var(--space-md)}.template-minimalist .preview-item-header strong{color:#111;font-family:Georgia,serif;font-size:.75rem}.template-minimalist .preview-item-sub{color:#444;font-style:italic;font-weight:500}.template-creative{color:#2c3e50;font-family:Outfit,Inter,sans-serif;position:relative;padding-left:var(--space-md)!important}.template-creative:before{content:"";background:linear-gradient(to bottom, var(--teal-500), var(--navy-500));width:5px;position:absolute;top:0;bottom:0;left:0}.template-creative .preview-header-section{padding-bottom:var(--space-md);margin-bottom:var(--space-md);padding:var(--space-md);border-radius:var(--radius-sm);background:#00bcd408;border-bottom:none;justify-content:space-between;align-items:flex-start;display:flex}.template-creative .preview-name{background:linear-gradient(135deg, var(--teal-600) 0%, var(--navy-700) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.7rem;font-weight:800}.template-creative .preview-job-title{color:var(--navy-500);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:600}.template-creative .preview-contact{color:var(--slate-600);flex-direction:column;align-items:flex-end;gap:.2rem;font-size:.65rem}.template-creative .preview-contact span:after{content:none!important}.template-creative .preview-section-title{color:var(--teal-700);text-transform:uppercase;border-bottom:2px solid #00bcd426;padding-bottom:.25rem;font-size:.85rem;font-weight:800}.template-creative .skill-item-tag{color:var(--teal-800);border-radius:var(--radius-full);background:#00bcd414;border:1px solid #00bcd41f;margin-bottom:.35rem;margin-right:.35rem;padding:.15rem .5rem;font-size:.65rem;font-weight:600;display:inline-block}.template-creative .skill-item-tag:not(:last-child):after{content:none}.template-creative .tech-item-tag{color:var(--slate-700);border-radius:var(--radius-sm);background:#1e293b0d;margin-bottom:.2rem;margin-right:.3rem;padding:.1rem .4rem;font-size:.62rem;font-weight:600;display:inline-block}.template-creative .tech-item-tag:not(:last-child):after{content:none}.template-executive{color:#1b2530;font-family:Times New Roman,Times,serif}.template-executive .preview-header-section{text-align:center;padding-bottom:var(--space-md);margin-bottom:var(--space-md);border-bottom:3px double #1a237e}.template-executive .preview-name{color:#1a237e;text-transform:uppercase;letter-spacing:.05em;font-family:Times New Roman,serif;font-size:1.9rem;font-weight:700}.template-executive .preview-job-title{color:#475569;text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;font-weight:700}.template-executive .preview-contact{color:#334155;justify-content:center;margin-top:.4rem;font-size:.68rem;font-weight:600}.template-executive .preview-section-title{color:#1a237e;text-transform:uppercase;letter-spacing:.08em;border-bottom:1.5px solid #1a237e;padding-bottom:.15rem;font-family:Times New Roman,serif;font-size:.85rem;font-weight:800}.template-executive .preview-item-header strong{color:#111;font-size:.78rem}.template-executive .preview-item-sub{color:#00838f;text-transform:uppercase;letter-spacing:.02em;font-size:.65rem;font-weight:700}.template-tech{color:#1f2937;font-family:Consolas,Courier New,monospace;font-size:.7rem}.template-tech .preview-header-section{padding-bottom:var(--space-md);margin-bottom:var(--space-md);border-bottom:2px dashed #0d9488}.template-tech .preview-name{color:#0f172a;font-family:Consolas,monospace;font-size:1.6rem;font-weight:700}.template-tech .preview-name:before{content:"$ cat ";color:#0d9488;font-weight:400}.template-tech .preview-job-title{color:#0d9488;font-size:.8rem;font-weight:700}.template-tech .preview-contact{color:#4b5563;font-size:.65rem}.template-tech .preview-section-title{color:#0f172a;text-transform:none;border-bottom:1px dashed #cbd5e1;padding-bottom:.2rem;font-family:Consolas,monospace;font-size:.8rem}.template-tech .preview-section-title:before{content:"~/";color:#0d9488}.template-tech .skill-item-tag{color:#0f172a;border-radius:var(--radius-sm);background:#f1f5f9;border:1px solid #cbd5e1;margin-bottom:.25rem;margin-right:.3rem;padding:.1rem .35rem;font-size:.62rem;display:inline-block}.template-tech .skill-item-tag:not(:last-child):after{content:none}.template-tech .tech-item-tag{color:#0d9488;background:#f1f5f9;border:1px solid #0d948826;border-radius:4px;margin-right:.25rem;padding:.05rem .3rem;font-size:.6rem;display:inline-block}.template-tech .tech-item-tag:not(:last-child):after{content:none}.template-elegant{color:#2e2528;background:#fdfdfb;font-family:Outfit,Inter,sans-serif}.template-elegant .preview-header-section{padding-bottom:var(--space-lg);margin-bottom:var(--space-lg);border-bottom:1.5px solid #d9c5b2}.template-elegant .preview-name{color:#581c87;letter-spacing:.01em;font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:700}.template-elegant .preview-job-title{color:#b45309;text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-sm);font-size:.85rem;font-weight:500}.template-elegant .preview-contact{color:#706366;font-size:.68rem}.template-elegant .preview-section-title{color:#581c87;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #e7d8c9;padding-bottom:.2rem;font-size:.8rem;font-weight:700}.template-elegant .preview-item-header strong{color:#2e2528;font-size:.76rem}.template-elegant .preview-item-sub{color:#b45309;font-size:.68rem;font-style:italic}@media print{.template-creative:before{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;border-left:5px solid #00bcd4!important;height:100%!important}}.profile-page{background:var(--gradient-dark);min-height:100vh;position:relative;overflow:hidden}.profile-bg{pointer-events:none;z-index:0;position:fixed;inset:0}.profile-bg-orb{filter:blur(120px);opacity:.22;border-radius:50%;position:absolute}.profile-bg-orb-1{background:var(--teal-700);width:450px;height:450px;animation:14s ease-in-out infinite float;top:-100px;left:20%}.profile-bg-orb-2{background:var(--navy-500);width:450px;height:450px;animation:16s ease-in-out infinite reverse float;bottom:-150px;right:15%}.profile-header{padding:var(--space-md) var(--space-xl);margin:var(--space-md);z-index:10;border-radius:var(--radius-lg);justify-content:space-between;align-items:center;display:flex;position:relative}.profile-header-left{align-items:center;display:flex}.profile-badge{align-items:center;gap:var(--space-xs);color:var(--teal-400);border-radius:var(--radius-full);letter-spacing:.02em;background:#00bcd41a;border:1px solid #00bcd433;padding:.4rem .8rem;font-size:.8rem;font-weight:600;display:flex}.profile-main{max-width:1000px;padding:var(--space-xl) var(--space-lg);z-index:1;margin:0 auto;position:relative}.profile-grid{gap:var(--space-xl);grid-template-columns:320px 1fr;align-items:start;display:grid}.profile-sidebar{text-align:center;padding:var(--space-xl);transition:all var(--transition-base);flex-direction:column;align-items:center;display:flex}.profile-avatar-large{background:var(--gradient-accent);width:90px;height:90px;color:var(--slate-900);box-shadow:0 0 20px #00bcd433, var(--shadow-md);margin-bottom:var(--space-md);border-radius:50%;justify-content:center;align-items:center;font-size:2.2rem;font-weight:800;display:flex}.profile-display-name{color:var(--slate-100);margin-bottom:var(--space-xs);font-size:1.4rem;font-weight:700}.profile-display-email{color:var(--slate-400);word-break:break-all;font-size:.85rem}.profile-divider{border:none;border-top:1px solid var(--glass-border);width:100%;margin:var(--space-lg) 0}.profile-meta-list{gap:var(--space-md);flex-direction:column;width:100%;display:flex}.profile-meta-item{text-align:left;justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.meta-label{color:var(--slate-500);font-weight:500}.meta-value{color:var(--slate-200);font-weight:600}.flex-align{align-items:center;gap:var(--space-xs);display:flex}.icon-success{color:#10b981}.badge{border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.05em;padding:.2rem .6rem;font-size:.72rem;font-weight:700}.badge-warning{color:#fbbf24;background:#f59e0b26;border:1px solid #f59e0b40}.badge-success{color:#34d399;background:#10b98126;border:1px solid #10b98140}.profile-details-column{gap:var(--space-lg);flex-direction:column;display:flex}.profile-form-section{padding:var(--space-xl)}.form-section-header{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-lg);padding-bottom:var(--space-sm);border-bottom:1px solid #ffffff0f;display:flex}.section-icon{color:var(--teal-400);font-size:1.4rem}.form-section-header h3{color:var(--slate-200);font-size:1.1rem;font-weight:600}.profile-form{gap:var(--space-md);flex-direction:column;display:flex}.form-grid{gap:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}.submit-btn{align-self:flex-start;min-width:140px;height:42px}.spinner-sm{border:2px solid #fff3;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin}@media (width<=768px){.profile-header{margin:var(--space-sm);padding:var(--space-sm) var(--space-md)}.profile-grid{gap:var(--space-lg);grid-template-columns:1fr}.profile-sidebar,.profile-form-section{padding:var(--space-lg)}.form-grid{grid-template-columns:1fr}}#root{min-height:100vh}
