.app{min-height:100vh;display:flex;flex-direction:column}.app-header{display:flex;align-items:center;justify-content:space-between;background:var(--header-gradient);color:var(--text-primary);padding:0 2rem;height:64px;box-shadow:0 1px 0 var(--border-subtle),0 4px 24px #00000080;flex-shrink:0;border-bottom:1px solid var(--border-subtle)}.app-header-brand{display:flex;align-items:center;gap:.875rem}.app-header-logo{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:#6366f126;border:1px solid rgba(99,102,241,.25);border-radius:10px;font-size:1.15rem;color:var(--accent-light);flex-shrink:0}.app-header-text h1{font-size:1.15rem;font-weight:700;margin-bottom:.1rem;line-height:1.2;letter-spacing:-.01em}.app-header-text p{font-size:.75rem;color:var(--text-secondary);line-height:1.3}.app-container{display:grid;grid-template-columns:640px 1fr;gap:1.5rem;padding:1.5rem 2rem 2rem;flex:1;max-width:1600px;margin:0 auto;width:100%;min-height:0}.form-section,.preview-section{background:var(--bg-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-card),var(--shadow-glow);border:1px solid var(--border-subtle);overflow:hidden;height:calc(100vh - 64px - 3.5rem);display:flex;flex-direction:column}.resume-form{display:flex;flex-direction:row;height:100%;min-height:0}.form-sidebar{width:210px;flex-shrink:0;display:flex;flex-direction:column;background:linear-gradient(180deg,var(--sidebar-from) 0%,var(--sidebar-to) 100%);border-right:1px solid var(--border-subtle);overflow:hidden}.sidebar-header{display:flex;align-items:flex-start;gap:.75rem;padding:1.25rem 1rem 1rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-header-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#6366f126;border:1px solid rgba(99,102,241,.2);border-radius:10px;color:var(--accent-light);font-size:1rem;flex-shrink:0}.sidebar-title{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:.15rem;line-height:1.3}.sidebar-subtitle{font-size:.72rem;color:var(--text-secondary);line-height:1.4}.sidebar-nav{flex:1;overflow-y:auto;padding:.75rem .6rem;display:flex;flex-direction:column;gap:1rem}.sidebar-group{display:flex;flex-direction:column;gap:.2rem}.sidebar-group-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);padding:0 .5rem;margin-bottom:.25rem}.sidebar-group-hint{font-size:.65rem;color:var(--text-muted);padding:0 .5rem;margin-bottom:.35rem;line-height:1.4}.sidebar-nav-item{display:flex;align-items:center;gap:.15rem;border-radius:8px;transition:background .15s}.sidebar-nav-item:hover{background:#ffffff0f}.sidebar-nav-item.active{background:#6366f126}.sidebar-nav-item.active .sidebar-nav-icon{background:#6366f14d;color:var(--accent-light)}.sidebar-nav-item.active .sidebar-nav-label{font-weight:600}.sidebar-nav-btn{flex:1;display:flex;align-items:center;gap:.6rem;padding:.55rem .5rem;border:none;background:transparent;cursor:pointer;text-align:left;color:var(--text-secondary);font-size:.82rem;font-weight:500;border-radius:8px;transition:color .15s;min-width:0}.sidebar-nav-btn:hover,.sidebar-nav-item.active .sidebar-nav-btn{color:var(--text-primary)}.sidebar-nav-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:7px;background:#ffffff12;flex-shrink:0;font-size:.85rem;transition:background .15s,color .15s}.sidebar-nav-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-reorder-controls{display:flex;flex-direction:column;gap:1px;opacity:0;transition:opacity .15s;flex-shrink:0}.sidebar-nav-item:hover .sidebar-reorder-controls,.sidebar-nav-item.active .sidebar-reorder-controls{opacity:1}.sidebar-reorder-btn{display:flex;align-items:center;justify-content:center;width:18px;height:16px;padding:0;border:none;background:#ffffff1a;color:#c7d2fecc;border-radius:3px;cursor:pointer;font-size:.7rem;transition:background .15s,color .15s}.sidebar-reorder-btn:hover:not(:disabled){background:#6366f159;color:var(--text-primary)}.sidebar-reorder-btn:disabled{opacity:.25;cursor:not-allowed}.form-main{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--bg-elevated)}.form-content-header{display:flex;align-items:center;gap:.875rem;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-subtle);background:var(--bg-surface);flex-shrink:0}.form-content-header-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;color:#fff;font-size:1.1rem;flex-shrink:0;box-shadow:0 2px 12px var(--accent-glow)}.form-content-title{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:.15rem;line-height:1.3}.form-content-description{font-size:.8rem;color:var(--text-secondary);line-height:1.4}.form-content{flex:1;overflow-y:auto;padding:1.5rem}.form-content .form-section-content>h3,.form-content .form-header h3{display:none}.form-content .form-header{justify-content:flex-end;margin-bottom:1rem}.form-section-content h3{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-secondary);font-weight:500;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid var(--border-default);border-radius:var(--radius-sm);font-size:.95rem;transition:all .2s;font-family:inherit;background:var(--bg-input);color:var(--text-primary)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-placeholder)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow);background:var(--bg-elevated)}.form-group textarea{resize:vertical;min-height:100px}.form-group textarea.description-textarea{min-height:220px;line-height:1.65;padding:1rem 1.125rem;font-size:.925rem;resize:vertical}.description-textarea::placeholder{line-height:1.65;color:var(--text-placeholder)}.form-group{margin-bottom:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.add-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:var(--radius-sm);cursor:pointer;font-weight:500;transition:all .2s;font-size:.9rem}.add-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px var(--accent-glow)}.add-btn-small{padding:.5rem;background:var(--accent);color:#fff;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.add-btn-small:hover{background:var(--accent-light)}.input-with-button{display:flex;gap:.5rem}.input-with-button input{flex:1}.empty-state{text-align:center;color:var(--text-muted);padding:2rem;font-style:italic}.item-card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-sm);padding:1.25rem;transition:all .2s;cursor:move}.item-card .form-group:last-child{margin-bottom:0}.item-card:hover{border-color:#6366f166;box-shadow:0 2px 12px #6366f11a}.item-card.dragging{opacity:.5;border-color:var(--accent)}.drag-handle{cursor:grab;color:var(--text-muted);font-size:1.2rem;flex-shrink:0}.item-card-header h4{color:var(--text-primary);font-size:1.1rem;font-weight:600}.delete-btn{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.25);border-radius:6px;padding:.4rem .6rem;cursor:pointer;display:flex;align-items:center;transition:all .2s}.delete-btn:hover{background:#ef44444d;color:#fca5a5;transform:scale(1.05)}.skill-tag-editable{display:inline-flex;align-items:center;gap:.5rem;background:#6366f133;border:1px solid rgba(99,102,241,.35);color:var(--accent-light);padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500;cursor:move}.skill-tag-editable.dragging{opacity:.5}.skill-drag-handle{cursor:grab;font-size:.9rem}.skill-drag-handle:active{cursor:grabbing}.remove-skill-btn{background:#6366f133;border:none;color:var(--accent-light);cursor:pointer;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;padding:0;transition:all .2s;flex-shrink:0}.remove-skill-btn:hover{background:#6366f159}.items-list{display:flex;flex-direction:column;gap:1rem}.item-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:.5rem}.drag-handle:active{cursor:grabbing}.skills-list-editor{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.section-order-manager{padding:1rem}.section-order-manager h3{margin-bottom:.5rem;color:var(--text-primary)}.order-hint{font-size:.85rem;color:var(--text-muted);margin-bottom:1rem;font-style:italic}.section-order-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-sm);cursor:move;transition:all .2s}.section-order-item:hover{border-color:#6366f166;background:var(--bg-hover)}.section-order-item span{flex:1;font-weight:500;color:var(--text-secondary)}.preview-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-subtle);background:var(--bg-surface)}.preview-header h2{color:var(--text-primary);font-size:1.15rem;font-weight:600}.export-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:var(--radius-sm);cursor:pointer;font-weight:500;transition:all .2s;font-size:.9rem}.export-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px var(--accent-glow)}.resume-preview{flex:1;overflow-y:auto;padding:2rem;background:var(--bg-base)}.resume-content{max-width:8.5in;margin:0 auto;background:#fff;padding:.5in;box-shadow:0 8px 32px #00000080,0 0 0 1px #ffffff0d;min-height:100%;font-family:Arial,Helvetica,sans-serif;font-size:11pt;line-height:1.15;color:#000}.skill-category-card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-sm);padding:1.25rem;transition:all .2s;cursor:move}.skill-category-card:hover{border-color:#6366f166;box-shadow:0 2px 12px #6366f11a}.skill-category-card.dragging{opacity:.5;border-color:var(--accent)}.category-name-input{flex:1;padding:.5rem;border:1px solid var(--border-default);border-radius:6px;font-size:1rem;font-weight:600;color:var(--text-primary);background:var(--bg-input);transition:all .2s}.category-name-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.section-order-list{display:flex;flex-direction:column;gap:.5rem}.section-order-item.dragging{opacity:.5;border-color:var(--accent)}.section-order-item .drag-handle{cursor:grab;color:var(--text-muted);font-size:1.1rem}.section-order-item .drag-handle:active{cursor:grabbing}.resume-preview-container{display:flex;flex-direction:column;height:100%}.resume-header{text-align:center;margin-bottom:.6em}.resume-name{font-size:22pt;font-weight:700;color:#000;margin:0 0 .05em;line-height:1.1;font-family:Arial,Helvetica,sans-serif}.contact-info{font-size:10pt;color:#000;line-height:1.15;text-align:center;margin:0}.contact-info span{display:inline}.contact-link{color:inherit;text-decoration:none}.contact-link:hover{text-decoration:underline}.contact-separator{margin:0 .3em;color:#000}.resume-body{margin-top:.5em}.resume-section{margin-bottom:.7em}.resume-section:last-child{margin-bottom:0}.section-title{font-size:11pt;font-weight:700;color:#000;margin-bottom:.3em;margin-top:0;text-transform:uppercase;letter-spacing:0;border-bottom:1pt solid #000;padding-bottom:.15em;text-align:left;text-decoration:none}.experience-item,.education-item,.project-item,.certification-item{margin-bottom:.7em}.experience-item:last-child,.education-item:last-child,.project-item:last-child,.certification-item:last-child{margin-bottom:0}.experience-header,.project-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.1em;gap:1em}.experience-header>:first-child,.project-header>:first-child{flex:1;min-width:0;text-align:left}.item-company-location{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.2em;gap:1em}.item-company-location>:first-child{flex:1;min-width:0;text-align:left}.education-header,.education-details{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.1em}.item-title{font-size:11pt;font-weight:700;color:#000;text-align:left}.item-date{color:#000;font-size:11pt;font-weight:400;text-align:right;white-space:nowrap;flex-shrink:0}.item-company{color:#000;font-weight:400;font-size:11pt;text-align:left}.item-location{color:#000;font-size:11pt;font-weight:400;text-align:right;white-space:nowrap;flex-shrink:0}.item-school{font-size:11pt;font-weight:700;color:#000;text-align:left}.item-degree{font-weight:400;font-size:11pt;text-align:left}.item-minor{font-weight:400;font-size:11pt}.item-description-list{margin:.15em 0 0;padding-left:1em;list-style-type:disc}.item-description-list li{color:#000;font-size:11pt;line-height:1.15;margin-bottom:.05em;text-align:left;padding-left:.15em}.item-gpa{color:#000;font-size:11pt;margin-top:.1em;text-align:left}.project-tech-inline{font-weight:400;font-size:11pt;color:#000}.skills-content{font-size:11pt;color:#000;line-height:1.4;text-align:left}.skills-label{font-weight:700}.skills-category{font-size:11pt;color:#000;line-height:1.4;text-align:left;margin-bottom:.3em}.skills-categories-list{display:flex;flex-direction:column;gap:1rem}.category-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.certification-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.1em}@media (max-width: 1200px){.app-container{grid-template-columns:560px 1fr}}@media (max-width: 968px){.app-container{grid-template-columns:1fr;grid-template-rows:auto 1fr}.form-section{height:auto;max-height:520px}.preview-section{height:auto;min-height:600px}.resume-form{flex-direction:column}.form-sidebar{width:100%;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-header{display:none}.sidebar-nav{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;padding:.5rem;gap:.5rem}.sidebar-group{flex-direction:row;flex-wrap:nowrap;gap:.25rem;align-items:center}.sidebar-group-label,.sidebar-group-hint{display:none}.sidebar-nav-item{flex-shrink:0}.sidebar-nav-label,.sidebar-reorder-controls{display:none}.form-content-header{padding:1rem 1.25rem}.resume-content{padding:15mm 10mm}.experience-header,.project-header{flex-direction:column;align-items:flex-start}.item-date{margin-left:0;margin-top:.1em}}*{margin:0;padding:0;box-sizing:border-box}:root{--bg-base: #0c0c14;--bg-surface: #13131f;--bg-elevated: #1a1a2b;--bg-input: #161622;--bg-hover: #222236;--border-subtle: rgba(255, 255, 255, .06);--border-default: rgba(255, 255, 255, .1);--border-focus: #6366f1;--text-primary: #e8eaf0;--text-secondary: #9499b0;--text-muted: #5c6178;--text-placeholder: #4a4f63;--accent: #6366f1;--accent-light: #818cf8;--accent-glow: rgba(99, 102, 241, .25);--sidebar-from: #12121f;--sidebar-to: #1a1a32;--header-gradient: linear-gradient(90deg, #12121f 0%, #1a1a32 60%, #222244 100%);--radius-sm: 8px;--radius-md: 12px;--shadow-card: 0 4px 24px rgba(0, 0, 0, .4);--shadow-glow: 0 0 0 1px rgba(255, 255, 255, .04)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-base);color:var(--text-primary)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff3}
