.editor-container{display:flex;flex-direction:column;gap:.9rem;padding-bottom:1.6rem;font-family:Inter,system-ui,-apple-system,sans-serif}.settings-panel{background:#fff;border:1px solid #e1e8f3;border-radius:12px;padding:.85rem;box-shadow:0 1px 2px #0f172a0a}.settings-panel-header{display:flex;justify-content:space-between;align-items:center;gap:.7rem;margin-bottom:.2rem}.settings-panel-header h3{margin:0;font-size:.86rem;color:#0f172a;letter-spacing:.02em;text-transform:uppercase}.settings-panel-header span{font-size:.75rem;color:#64748b}.settings-panel-toggle{display:inline-flex;align-items:center;gap:.25rem;border:1px solid #d8e0ec;border-radius:8px;background:#f8fafc;color:#334155;font-size:.74rem;font-weight:600;padding:.3rem .5rem;cursor:pointer}.settings-panel-toggle:hover{border-color:#c6d4e6;background:#f1f5f9}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.editor-progress-card{border:1px solid #dae4f1;background:linear-gradient(180deg,#fff,#f8fbff);border-radius:11px;padding:.8rem;box-shadow:0 1px 2px #0f172a0a}.editor-progress-top{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem}.editor-progress-title{font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:#334155;font-weight:700}.editor-progress-badge{display:inline-flex;align-items:center;justify-content:center;min-width:38px;border:1px solid #c7d6eb;border-radius:999px;padding:.14rem .45rem;font-size:.75rem;font-weight:700;color:#1e3a8a;background:#eef4ff}.editor-progress-track{height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.editor-progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#10b981);transition:width .22s ease-out}.editor-progress-note{margin:.55rem 0 0;font-size:.76rem;color:#64748b}.editor-section-card{background:#fff;border:1px solid #e2e8f0;border-radius:11px;box-shadow:0 1px 2px #0f172a0a;overflow:hidden;transition:all .18s ease}.editor-section-card:hover{border-color:#c6d4e6;box-shadow:0 4px 10px #0f172a0d}.editor-section-card.open{border-color:#bfd0e6;box-shadow:0 8px 16px #0f172a14}.editor-section-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem .9rem;cursor:pointer;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .2s}.editor-section-header:hover{background-color:#f8fafc}.section-title{display:flex;align-items:center;gap:.65rem;font-weight:600;font-size:.93rem;color:#1e293b;letter-spacing:-.005em}.section-icon{color:#1e40af;padding:6px;background:#e8effb;border-radius:7px;transition:all .2s}.editor-section-card.open .section-icon{background:#dbeafe;color:#1d4ed8}.section-header-right{display:inline-flex;align-items:center;gap:.45rem;color:#64748b}.section-count-badge{display:inline-flex;align-items:center;justify-content:center;border:1px solid #d8e0ec;background:#f8fafd;border-radius:999px;padding:.18rem .44rem;font-size:.72rem;font-weight:600;color:#334155}.section-helper{display:inline-flex;align-items:center;border-radius:999px;padding:.16rem .42rem;font-size:.69rem;font-weight:700;letter-spacing:.01em}.section-helper-neutral{color:#475569;background:#f1f5f9;border:1px solid #dbe2ed}.section-helper-good{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.section-helper-warn{color:#b45309;background:#fff7ed;border:1px solid #fed7aa}.editor-section-content{padding:.9rem;border-top:1px solid #f1f5f9;background-color:#fff;animation:slideDown .3s ease-out forwards}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.form-section h3{margin-top:0;margin-bottom:1rem;font-size:.8rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #f1f5f9;padding-bottom:.55rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.section-header{display:flex;align-items:center;justify-content:space-between;gap:.65rem;margin-bottom:.7rem}.section-header h3{margin:0;border-bottom:none;padding-bottom:0}.btn-add{display:inline-flex;align-items:center;gap:.35rem;border:1px solid #c7d5ea;background:#f8fbff;color:#1d4ed8;border-radius:8px;padding:.35rem .58rem;font-size:.74rem;font-weight:600}.btn-add:hover{background:#eff6ff}.btn-add:disabled,.add-btn:disabled{cursor:not-allowed;opacity:.6;transform:none;border-color:#dbe2ec;background:#f8fafc;color:#64748b}.item-card,.form-group-card{border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;padding:.75rem;margin-bottom:.7rem;position:relative}.item-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.55rem}.item-header h4{margin:0;color:#0f172a;font-size:.86rem;font-weight:700}.btn-remove,.btn-icon-remove{width:28px;height:28px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#475569;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;flex-shrink:0}.btn-remove svg,.btn-icon-remove svg{width:16px;height:16px;display:block;stroke:currentColor;fill:none;stroke-width:2.1}.btn-remove:hover,.btn-icon-remove:hover{color:#b91c1c;border-color:#fecaca;background:#fef2f2}.btn-remove:focus-visible,.btn-icon-remove:focus-visible{outline:2px solid #93c5fd;outline-offset:1px}.skills-grid{display:grid;gap:.55rem}.skill-input-group{display:grid;grid-template-columns:1fr auto;gap:.45rem;align-items:center}.custom-sections-empty{padding:.9rem}.custom-section-card{display:flex;flex-direction:column;gap:.8rem}.custom-section-card-header{margin-bottom:0}.custom-section-meta-row{align-items:end}.custom-section-stats{min-height:42px;display:flex;align-items:center;padding:.58rem .72rem;font-size:.86rem;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.custom-section-items{display:grid;gap:.65rem}.custom-section-item-row{display:grid;grid-template-columns:1fr auto;gap:.45rem;align-items:end}.form-group.full-width{grid-column:span 2}.form-group{display:flex;flex-direction:column;gap:.4rem;position:relative}.form-group label{display:block;font-size:.78rem;font-weight:500;color:#475569;margin-bottom:0}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.58rem .72rem;font-size:.86rem;line-height:1.5;color:#1e293b;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;transition:all .2s ease;box-sizing:border-box}.form-group textarea{resize:vertical;min-height:92px}.form-group input[type=color]{height:42px;padding:.3rem;border-radius:10px;cursor:pointer;background:#fff}.form-group input[type=color]::-webkit-color-swatch-wrapper{padding:0}.form-group input[type=color]::-webkit-color-swatch{border:1px solid #d1d9e6;border-radius:7px}.form-input{width:100%}.form-section-title{margin:0 0 .28rem;color:#0f172a;font-size:.88rem;font-weight:700}.form-helper-text,.helper-text{margin:0 0 .62rem;color:#64748b;font-size:.78rem}.form-container{display:flex;flex-direction:column;gap:.7rem}.section-heading{margin:0;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#334155;border-bottom:1px solid #e2e8f0;padding-bottom:.35rem}.biography-input{min-height:220px}.form-group input:hover,.form-group textarea:hover,.form-group select:hover{background-color:#fff;border-color:#cbd5e1}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary-color, #2563eb);background-color:#fff;box-shadow:0 0 0 3px #2563eb1a}.add-btn{width:100%;margin-top:.75rem;padding:.62rem;border:1px dashed #cbd5e1;color:var(--primary-color, #2563eb);background:#f8fafc;border-radius:8px;font-weight:600;font-size:.82rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.add-btn:hover{border-color:var(--primary-color, #2563eb);background:#2563eb0a;transform:translateY(-1px)}.add-btn:disabled:hover{border-color:#dbe2ec;background:#f8fafc;transform:none}.jd-match-panel{display:flex;flex-direction:column;gap:1rem}.jd-match-description{margin:0;color:#475569;font-size:.92rem}.jd-match-run-btn{align-self:flex-start;min-width:160px}.jd-match-result{border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;padding:.9rem}.jd-match-score-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.jd-match-score{font-size:1.5rem;font-weight:700;color:#0f172a;line-height:1}.jd-match-status{display:inline-flex;align-items:center;padding:.25rem .6rem;border-radius:999px;font-size:.8rem;font-weight:600}.jd-match-status.status-ready{background:#dcfce7;color:#166534}.jd-match-status.status-needs_review{background:#fef3c7;color:#92400e}.jd-match-status.status-risky{background:#fee2e2;color:#991b1b}.jd-match-keywords{display:grid;grid-template-columns:1fr;gap:.7rem}.jd-match-keywords strong{color:#0f172a;font-size:.85rem}.jd-match-keywords p{margin:.2rem 0 0;color:#334155;font-size:.88rem;line-height:1.45}.jd-match-history{margin-bottom:.8rem}.jd-match-history strong{display:block;font-size:.85rem;color:#0f172a;margin-bottom:.35rem}.jd-match-history-list{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.2rem}.jd-history-item{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:8px;padding:.35rem .6rem;min-width:86px;display:flex;justify-content:space-between;gap:.4rem;font-size:.78rem}.jd-history-item.active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.jd-match-meta{margin:0;color:#64748b;font-size:.86rem}.jd-match-upgrade-note{margin-top:.55rem}.jd-match-upgrade-note a{color:#1d4ed8;font-weight:600}.jd-match-error{margin:0;color:#dc2626;font-size:.86rem}.resume-health-panel .health-score-row{display:flex;align-items:center;gap:.75rem}.resume-health-panel .health-score-value{font-size:2rem;line-height:1;color:#0f172a;font-weight:700}.health-suggestion-list{margin:.1rem 0 0;padding-left:1rem;color:#334155;display:flex;flex-direction:column;gap:.45rem;font-size:.88rem}.ai-improver-panel{display:flex;flex-direction:column;gap:.9rem}.ai-current-bullet,.ai-suggestion-card{border:1px solid #e2e8f0;border-radius:10px;padding:.75rem;background:#f8fafc}.ai-current-bullet strong,.ai-suggestion-card strong{display:block;margin-bottom:.35rem;font-size:.85rem;color:#0f172a}.ai-current-bullet p,.ai-suggestion-card p{margin:0;color:#334155;white-space:pre-line;line-height:1.45;font-size:.88rem}.ai-actions-row{display:flex;flex-wrap:wrap;gap:.55rem}.share-resume-panel{display:flex;flex-direction:column;gap:.8rem}.share-options-row{display:grid;grid-template-columns:minmax(180px,280px) 1fr;gap:.75rem;align-items:end}.share-checkbox{display:inline-flex;align-items:center;gap:.5rem;font-size:.86rem;color:#334155;margin-bottom:.3rem}.share-checkbox input[type=checkbox]{width:16px;height:16px}.share-actions-row{display:flex;flex-wrap:wrap;gap:.55rem}.share-link-card{border:1px solid #dbeafe;border-radius:10px;background:#f8fbff;padding:.85rem;display:flex;flex-direction:column;gap:.75rem}.share-link-url{font-size:.82rem;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:.55rem .6rem;color:#0f172a;word-break:break-all}.share-metrics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;font-size:.8rem;color:#475569}.share-danger-btn{border-color:#fecaca;color:#b91c1c}.share-upgrade-note{margin:0;color:#7c2d12;font-size:.82rem;background:#fff7ed;border:1px solid #fdba74;border-radius:8px;padding:.45rem .6rem}.share-upgrade-note a{color:#b45309;font-weight:600}@media(max-width:640px){.form-grid,.form-row,.settings-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:span 1}.editor-section-header{padding:.68rem .72rem}.section-title{gap:.5rem;font-size:.88rem}.section-header-right{gap:.32rem}.section-helper,.section-count-badge{display:none}.share-options-row,.share-metrics-grid{grid-template-columns:1fr}}.onboarding-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#f8fafc;z-index:50;overflow:hidden}.onboarding-bg-shape{position:absolute;border-radius:50%;filter:blur(100px);z-index:1;opacity:.5}.onboarding-bg-shape.shape-1{top:-10%;right:-5%;width:600px;height:600px;background:radial-gradient(circle,#38bdf866,#fff0 70%)}.onboarding-bg-shape.shape-2{bottom:-15%;left:-10%;width:700px;height:700px;background:radial-gradient(circle,#a78bfa4d,#fff0 70%)}.onboarding-container{position:relative;z-index:10;width:100%;max-width:640px;padding:2rem;display:flex;flex-direction:column;gap:3rem}.onboarding-header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.onboarding-icon-ring{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#e0e7ff,#ede9fe);box-shadow:inset 0 0 0 1px #ffffff80,0 10px 20px -5px #6366f126;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.onboarding-icon{color:#6366f1}.onboarding-header h1{font-size:2.25rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.02em}.highlight-text{background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.onboarding-header p{font-size:1.125rem;color:#64748b;margin:0;max-width:400px}.onboarding-cards{display:flex;flex-direction:column;gap:1rem}.onboarding-card{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:#ffffffb3!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.8)!important;border-radius:1.25rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #00000005!important;cursor:pointer;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;width:100%}.onboarding-card:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:2px;background:linear-gradient(135deg,#fffc,#fff0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.onboarding-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000000d!important;background:#fffffff2!important}.onboarding-card-icon{width:56px;height:56px;border-radius:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.onboarding-card-icon.bg-blue{background:#eff6ff;color:#3b82f6}.onboarding-card-icon.bg-purple{background:#faf5ff;color:#a855f7}.onboarding-card-icon.bg-slate{background:#f1f5f9;color:#64748b}.onboarding-card-content h3{margin:0 0 .25rem;font-size:1.125rem;font-weight:700;color:#1e293b}.onboarding-card-content p{margin:0;font-size:.925rem;color:#64748b;line-height:1.5}.onboarding-card-arrow{margin-left:auto;color:#cbd5e1;transition:transform .3s ease,color .3s ease}.onboarding-card:hover .onboarding-card-arrow{transform:translate(4px);color:#3b82f6}@media(max-width:640px){.onboarding-container{padding:1.5rem;gap:2rem}.onboarding-header h1{font-size:1.75rem}.onboarding-card{padding:1.25rem;gap:1rem}.onboarding-card-icon{width:48px;height:48px}}
