@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Noto+Sans+KR:wght@300;400;500;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Roboto+Mono:wght@400;500;600&family=Poppins:wght@300;400;500;600;700&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Noto+Serif+KR:wght@300;400;500;600;700&display=swap";:root{--bg-primary:#0f172a;--bg-secondary:#1e293b;--bg-panel:#19191c99;--bg-input:#ffffff0d;--text-primary:#fff;--text-secondary:#a0a0ab;--text-muted:#6b6b75;--accent-primary:#4ade80;--accent-glow:#4ade8033;--accent-secondary:#818cf8;--border-light:#ffffff14;--border-focus:#4ade8066;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--shadow-glow:0 0 20px var(--accent-glow)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,Noto Sans KR,sans-serif;overflow:hidden}.glass-panel{background:var(--bg-panel);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-light);border-radius:var(--radius-lg)}.input-field{background:var(--bg-input);border:1px solid var(--border-light);width:100%;color:var(--text-primary);border-radius:var(--radius-md);outline:none;padding:12px 16px;font-size:.95rem;transition:all .2s}.input-field:focus{border-color:var(--border-focus);box-shadow:0 0 0 2px var(--accent-glow);background:#ffffff14}.input-label{color:var(--text-secondary);margin-bottom:6px;font-size:.85rem;font-weight:500;display:block}.btn-primary{background:var(--accent-primary);color:#000;border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary:hover{box-shadow:var(--shadow-glow);transform:translateY(-2px)}.btn-ai{background:linear-gradient(135deg, var(--accent-secondary), var(--accent-primary));color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-ai:hover{filter:brightness(1.1);box-shadow:0 0 15px #818cf866}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#fff3}.app-container{background-color:var(--bg-primary);width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.editor-sidebar{border-right:1px solid var(--border-light);background:var(--bg-secondary);z-index:10;flex-direction:column;width:45%;min-width:450px;max-width:600px;height:100%;display:flex}.editor-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.editor-header h1{align-items:center;gap:8px;font-size:1.25rem;font-weight:700;display:flex}.editor-tabs{border-bottom:1px solid var(--border-light);padding:0 10px;display:flex;overflow-x:auto}.editor-tab{color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-bottom:2px solid #0000;padding:16px 20px;font-size:.9rem;font-weight:600;transition:all .2s}.editor-tab:hover{color:var(--text-primary)}.editor-tab.active{color:var(--accent-primary);border-bottom-color:var(--accent-primary)}.editor-content{flex-direction:column;flex:1;gap:24px;padding:24px 24px 80px;display:flex;overflow-y:auto}.form-section{border:1px solid var(--border-light);border-radius:var(--radius-md);background:#ffffff05;padding:20px;transition:all .3s}.form-section-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.form-section-title{color:var(--text-primary);align-items:center;gap:8px;font-size:1.05rem;font-weight:600;display:flex}.input-group{margin-bottom:16px}.input-group:last-child{margin-bottom:0}.textarea-field{resize:vertical;min-height:100px}.ai-jd-box{border:1px dashed var(--accent-primary);border-radius:var(--radius-md);background:#4ade800d;margin-bottom:20px;padding:16px}.sortable-item-header{border-radius:var(--radius-sm);background:#0003;justify-content:space-between;align-items:center;margin-bottom:12px;padding:8px 12px;display:flex}.sortable-controls button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px}.sortable-controls button:hover{color:var(--text-primary)}.preview-area{background:radial-gradient(circle at center, #1a1a1f 0%, var(--bg-primary) 100%);flex:1;justify-content:center;align-items:flex-start;height:100%;padding:40px 40px 100px;display:flex;overflow-y:auto}.resume-paper-wrapper{transform-origin:top;justify-content:center;width:100%;display:flex}.resume-paper{background:#fff;width:794px;min-height:1123px;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000080}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-lg);width:90%;max-width:400px;padding:24px;box-shadow:0 25px 50px #00000080}.modal-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.close-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none}.close-btn:hover{color:var(--text-primary)}.tpl-minimal{color:#1a1a1a;padding:50px}.tpl-minimal .r-header{border-bottom:1px solid #e5e7eb;margin-bottom:24px;padding-bottom:24px}.tpl-minimal .r-name{letter-spacing:-.5px;margin-bottom:8px;font-size:2.5rem;font-weight:700}.tpl-minimal .r-contact{color:#6b7280;flex-wrap:wrap;gap:16px;font-size:.9rem;display:flex}.tpl-minimal .r-section{margin-bottom:28px}.tpl-minimal .r-section-title{color:var(--resume-theme-color,#111827);text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;font-size:1.1rem;font-weight:600}.tpl-minimal .r-item{margin-bottom:16px}.tpl-minimal .r-item-header{justify-content:space-between;align-items:baseline;margin-bottom:4px;display:flex}.tpl-minimal .r-item-title{font-size:1.05rem;font-weight:600}.tpl-minimal .r-item-subtitle{color:#4b5563;font-weight:400}.tpl-minimal .r-item-date{color:#6b7280;font-size:.9rem}.tpl-minimal .r-item-desc{color:#374151;white-space:pre-wrap;font-size:.95rem;line-height:1.6}.tpl-modern{color:#1a1a1a;min-height:1123px;display:flex}.tpl-modern .r-sidebar{background-color:var(--resume-theme-color,#1f2937);color:#fff;width:30%;padding:40px 30px}.tpl-modern .r-main{background-color:#fff;width:70%;padding:40px}.tpl-modern .r-name{margin-bottom:24px;font-size:2rem;font-weight:700;line-height:1.1}.tpl-modern .r-contact-item{opacity:.9;margin-bottom:12px;font-size:.85rem}.tpl-modern .r-section-title{color:var(--resume-theme-color,#1f2937);border-bottom:2px solid var(--resume-theme-color,#1f2937);margin-bottom:16px;padding-bottom:6px;font-size:1.2rem;font-weight:700}.tpl-modern .r-sidebar .r-section-title{color:#fff;border-bottom-color:#ffffff4d}.tpl-modern .r-item{margin-bottom:20px}.tpl-modern .r-item-title{font-size:1.1rem;font-weight:600}.tpl-modern .r-item-subtitle{color:var(--resume-theme-color,#4b5563);font-weight:500}.tpl-modern .r-item-date{color:#6b7280;margin-bottom:6px;font-size:.85rem}.tpl-modern .r-item-desc{color:#374151;white-space:pre-wrap;font-size:.9rem;line-height:1.6}.tpl-creative{color:#222;padding:50px}.tpl-creative .r-header{text-align:center;margin-bottom:40px}.tpl-creative .r-name{color:var(--resume-theme-color,#ec4899);margin-bottom:12px;font-size:3rem;font-weight:800}.tpl-creative .r-contact{justify-content:center;gap:20px;font-size:.95rem;font-weight:500;display:flex}.tpl-creative .r-section{margin-bottom:30px}.tpl-creative .r-section-title{color:#111;align-items:center;gap:10px;margin-bottom:20px;font-size:1.4rem;font-weight:700;display:flex}.tpl-creative .r-section-title:before{content:"";background-color:var(--resume-theme-color,#ec4899);width:20px;height:4px;display:inline-block}.tpl-creative .r-item{border-left:2px solid #e5e7eb;margin-bottom:24px;padding-left:20px;position:relative}.tpl-creative .r-item:before{content:"";background-color:var(--resume-theme-color,#ec4899);border-radius:50%;width:10px;height:10px;position:absolute;top:6px;left:-6px}.tpl-creative .r-item-title{font-size:1.1rem;font-weight:700}.tpl-creative .r-item-subtitle{color:#555;margin-left:8px;font-weight:500}.tpl-creative .r-item-date{color:#888;margin-top:2px;margin-bottom:8px;font-size:.85rem}.tpl-creative .r-item-desc{color:#444;white-space:pre-wrap;font-size:.95rem;line-height:1.7}.color-swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;width:24px;height:24px;transition:transform .2s}.color-swatch:hover{transform:scale(1.1)}.color-swatch.active{box-shadow:0 0 0 2px var(--accent-primary);border-color:#fff}.mobile-bottom-nav{display:none}@media (width<=768px){.app-container{flex-direction:column}.editor-sidebar{width:100%;min-width:100%;max-width:100%;display:none}.editor-sidebar.active-view{display:flex}.preview-area{width:100%;padding:20px;display:none}.preview-area.active-view{display:flex}.mobile-bottom-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border-light);z-index:100;width:100%;padding:10px 0;padding-bottom:env(safe-area-inset-bottom,10px);background:#121214e6;justify-content:space-around;display:flex;position:fixed;bottom:0;left:0}.mobile-nav-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:4px;font-size:.75rem;font-weight:600;display:flex}.mobile-nav-btn.active{color:var(--accent-primary)}}
