:root{--bg: #f7f6f3;--surface: #ffffff;--surface-2: #f0efec;--border: #e2e0db;--text: #1a1a18;--text-muted: #6b6960;--accent: #2d6a4f;--accent-hover: #235540;--accent-light: #e8f4ef;--accent-fg: #ffffff;--score-high: #2d6a4f;--score-mid: #b45309;--score-low: #b91c1c;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px}[data-theme=dark]{--bg: #1c1c1e;--surface: #2c2c2e;--surface-2: #3a3a3c;--border: #48484a;--text: #e5e5ea;--text-muted: #98989f;--accent: #4a9970;--accent-hover: #5db385;--accent-light: #1a3328;--accent-fg: #ffffff;--score-high: #4a9970;--score-mid: #d97706;--score-low: #ef4444}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Outfit,sans-serif;font-size:15px;line-height:1.6;background:var(--bg);color:var(--text);min-height:100vh;transition:background-color .25s ease,color .25s ease;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}#app{min-height:100vh}a{color:var(--accent);text-decoration:none}.toast[data-v-10664d57]{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:0 4px 16px #0000001f;max-width:360px;overflow:hidden}.toast.error[data-v-10664d57]{border-left:3px solid var(--score-low)}.toast.info[data-v-10664d57]{border-left:3px solid var(--accent)}.toast-icon[data-v-10664d57]{font-size:.75rem;font-weight:700;flex-shrink:0}.toast.error .toast-icon[data-v-10664d57]{color:var(--score-low)}.toast.info .toast-icon[data-v-10664d57]{color:var(--accent)}.toast-message[data-v-10664d57]{font-size:.875rem;color:var(--text);flex:1;line-height:1.4}.toast-close[data-v-10664d57]{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:.75rem;padding:0;flex-shrink:0;line-height:1}.toast-close[data-v-10664d57]:hover{color:var(--text)}.toast-progress[data-v-10664d57]{position:absolute;bottom:0;left:0;height:2px;width:100%;animation:progress-10664d57 4s linear forwards}.toast.error .toast-progress[data-v-10664d57]{background:var(--score-low)}.toast.info .toast-progress[data-v-10664d57]{background:var(--accent)}@keyframes progress-10664d57{0%{width:100%}to{width:0%}}.toast-enter-active[data-v-10664d57],.toast-leave-active[data-v-10664d57]{transition:opacity .25s ease,transform .25s ease}.toast-enter-from[data-v-10664d57],.toast-leave-to[data-v-10664d57]{opacity:0;transform:translateY(.5rem)}.app{display:flex;flex-direction:column;min-height:100vh}.app-header{border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0;z-index:10;transition:background-color .25s ease,border-color .25s ease}.header-inner{max-width:640px;margin:0 auto;padding:0 1.5rem;height:56px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem;color:var(--accent)}.logo-text{font-size:1rem;font-weight:600;color:var(--text);letter-spacing:-.01em}.theme-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-md);border:1px solid var(--border);background:transparent;color:var(--text-muted);cursor:pointer;transition:background-color .15s,color .15s,border-color .15s}.theme-toggle:hover{background:var(--surface-2);color:var(--text)}.header-actions{display:flex;align-items:center;gap:.5rem}.token-badge{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:999px;background:var(--accent-light);border:1px solid var(--border);color:var(--accent);font-size:.8125rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.token-badge:hover{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}.user-chip{display:flex;align-items:center;gap:.5rem;padding:.25rem .625rem .25rem .25rem;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);text-decoration:none;color:var(--text);font-size:.875rem;font-weight:500;transition:background .15s ease}.user-chip:hover{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.user-avatar{width:24px;height:24px;border-radius:50%;background:var(--accent);color:var(--accent-fg);display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;flex-shrink:0}.user-name{max-width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-logout-header{background:transparent;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.25rem .625rem;font-size:.8125rem;color:var(--text-muted);cursor:pointer;transition:background .15s ease,color .15s ease}.btn-logout-header:hover{background:var(--surface-2);color:var(--text)}.btn-login{background:transparent;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.375rem .875rem;font-size:.875rem;font-weight:500;color:var(--text);text-decoration:none;transition:background .15s ease,border-color .15s ease}.btn-login:hover{background:var(--surface-2);border-color:var(--text-muted)}.app-main{flex:1;max-width:640px;width:100%;margin:0 auto;padding:2.5rem 1.5rem}.backdrop[data-v-dc200eb0]{position:fixed;inset:0;z-index:100;background:#00000073;display:flex;align-items:center;justify-content:center;padding:1.5rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-card[data-v-dc200eb0]{position:relative;width:100%;max-width:400px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;gap:1.25rem;max-height:90vh;overflow-y:auto}.close-btn[data-v-dc200eb0]{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;color:var(--text-muted);padding:.25rem;border-radius:var(--radius-sm);display:flex;align-items:center;transition:color .15s}.close-btn[data-v-dc200eb0]:hover{color:var(--text)}.modal-header[data-v-dc200eb0]{display:flex;flex-direction:column;gap:.75rem}.modal-subtitle[data-v-dc200eb0]{font-size:.9375rem;color:var(--text-muted);margin:0;line-height:1.4}.tabs[data-v-dc200eb0]{display:flex;gap:0;border-bottom:1px solid var(--border);margin-bottom:-.25rem}.tab[data-v-dc200eb0]{background:none;border:none;border-bottom:2px solid transparent;padding:.5rem 1rem;font-size:.9375rem;font-weight:500;color:var(--text-muted);cursor:pointer;margin-bottom:-1px;transition:color .15s,border-color .15s}.tab.active[data-v-dc200eb0]{color:var(--accent);border-bottom-color:var(--accent)}.error-banner[data-v-dc200eb0]{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:var(--radius-sm);padding:.625rem .875rem;font-size:.875rem}[data-theme=dark] .error-banner[data-v-dc200eb0]{background:#2d0a0a;color:#ef4444;border-color:#7f1d1d}.auth-form[data-v-dc200eb0]{display:flex;flex-direction:column;gap:1rem}.field[data-v-dc200eb0]{display:flex;flex-direction:column;gap:.375rem}.field label[data-v-dc200eb0]{font-size:.875rem;font-weight:500;color:var(--text)}.field input[data-v-dc200eb0]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.625rem .75rem;font-size:.9375rem;color:var(--text);outline:none;transition:border-color .15s ease;font-family:Outfit,sans-serif}.field input[data-v-dc200eb0]:focus{border-color:var(--accent)}.field-error[data-v-dc200eb0]{font-size:.8125rem;color:var(--score-low)}.btn-primary[data-v-dc200eb0]{display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--accent);color:var(--accent-fg);border:none;border-radius:var(--radius-sm);padding:.625rem 1rem;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background .15s ease;font-family:Outfit,sans-serif}.btn-primary[data-v-dc200eb0]:hover:not(:disabled){background:var(--accent-hover)}.btn-primary[data-v-dc200eb0]:disabled{opacity:.6;cursor:not-allowed}.spinner[data-v-dc200eb0]{width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin-dc200eb0 .7s linear infinite;flex-shrink:0}@keyframes spin-dc200eb0{to{transform:rotate(360deg)}}.divider[data-v-dc200eb0]{display:flex;align-items:center;gap:.75rem;color:var(--text-muted);font-size:.8125rem}.divider[data-v-dc200eb0]:before,.divider[data-v-dc200eb0]:after{content:"";flex:1;height:1px;background:var(--border)}.btn-google[data-v-dc200eb0]{display:flex;align-items:center;justify-content:center;gap:.625rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.625rem 1rem;font-size:.9375rem;font-weight:500;color:var(--text);cursor:pointer;transition:background .15s ease,border-color .15s ease;font-family:Outfit,sans-serif}.btn-google[data-v-dc200eb0]:hover{background:var(--surface-2);border-color:var(--text-muted)}.google-icon[data-v-dc200eb0]{flex-shrink:0}.google-note[data-v-dc200eb0]{font-size:.75rem;color:var(--text-muted);text-align:center;margin:-.5rem 0 0;line-height:1.4}.auth-link[data-v-dc200eb0]{text-align:center;font-size:.875rem;color:var(--text-muted);margin:0}.link-btn[data-v-dc200eb0]{background:none;border:none;color:var(--accent);font-weight:500;font-size:inherit;cursor:pointer;padding:0;font-family:Outfit,sans-serif}.link-btn[data-v-dc200eb0]:hover{text-decoration:underline}.upload-view[data-v-f88a410e]{display:flex;flex-direction:column;gap:1.5rem}.heading h2[data-v-f88a410e]{font-size:1.25rem;font-weight:600;color:var(--text);letter-spacing:-.01em}.subtitle[data-v-f88a410e]{color:var(--text-muted);font-size:.875rem;margin-top:.25rem}.dropzone[data-v-f88a410e]{border:1.5px dashed var(--border);border-radius:var(--radius-lg);padding:3rem 2rem;text-align:center;cursor:pointer;background:var(--surface);display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:border-color .2s,background-color .2s}.dropzone[data-v-f88a410e]:hover,.dropzone.dragging[data-v-f88a410e]{border-color:var(--accent);background:var(--accent-light)}.drop-icon[data-v-f88a410e]{color:var(--text-muted);margin-bottom:.25rem;transition:color .2s}.dropzone:hover .drop-icon[data-v-f88a410e],.dropzone.dragging .drop-icon[data-v-f88a410e]{color:var(--accent)}.drop-text[data-v-f88a410e]{font-size:.9375rem;font-weight:500;color:var(--text)}.drop-hint[data-v-f88a410e]{font-size:.875rem;color:var(--text-muted)}.link[data-v-f88a410e]{color:var(--accent);font-weight:500}.loading[data-v-f88a410e]{display:flex;align-items:center;gap:.75rem;color:var(--text-muted);font-size:.875rem}.spinner[data-v-f88a410e]{width:18px;height:18px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin-f88a410e .7s linear infinite;flex-shrink:0}@keyframes spin-f88a410e{to{transform:rotate(360deg)}}.saved-loading[data-v-f88a410e]{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.8125rem}.spinner-sm[data-v-f88a410e]{width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin-f88a410e .7s linear infinite;flex-shrink:0}.saved-section[data-v-f88a410e]{display:flex;flex-direction:column;gap:.75rem}.saved-title[data-v-f88a410e]{font-size:.8125rem;font-weight:500;color:var(--text-muted);text-align:center;position:relative}.saved-title[data-v-f88a410e]:before,.saved-title[data-v-f88a410e]:after{content:"";display:inline-block;width:2.5rem;height:1px;background:var(--border);vertical-align:middle;margin:0 .5rem}.saved-list[data-v-f88a410e]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.saved-item[data-v-f88a410e]{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:border-color .15s,background .15s;color:var(--text-muted)}.saved-item[data-v-f88a410e]:hover{border-color:var(--accent);background:var(--accent-light);color:var(--accent)}.saved-name[data-v-f88a410e]{flex:1;font-size:.875rem;font-weight:500;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.saved-item:hover .saved-name[data-v-f88a410e]{color:var(--accent)}.saved-date[data-v-f88a410e]{font-size:.75rem;color:var(--text-muted);flex-shrink:0}.job-view[data-v-12b7bc08]{display:flex;flex-direction:column;gap:1.25rem}.file-badge[data-v-12b7bc08]{display:inline-flex;align-items:center;gap:.375rem;background:var(--surface-2);color:var(--text-muted);font-size:.8rem;font-weight:500;padding:.3rem .75rem;border-radius:999px;width:fit-content;border:1px solid var(--border)}.heading h2[data-v-12b7bc08]{font-size:1.25rem;font-weight:600;color:var(--text);letter-spacing:-.01em}.subtitle[data-v-12b7bc08]{color:var(--text-muted);font-size:.875rem;margin-top:.25rem}.jobs-list[data-v-12b7bc08]{display:flex;flex-direction:column;gap:1rem}.job-entry[data-v-12b7bc08]{display:flex;flex-direction:column;gap:.375rem}.job-entry-header[data-v-12b7bc08]{display:flex;align-items:center;justify-content:space-between}.label-input[data-v-12b7bc08]{flex:1;background:transparent;border:none;border-bottom:1px solid var(--border);color:var(--text);font-family:Outfit,sans-serif;font-size:.8rem;font-weight:600;padding:.15rem .25rem;outline:none;transition:border-color .15s;min-width:0}.label-input[data-v-12b7bc08]::placeholder{color:var(--text-muted);font-weight:500}.label-input[data-v-12b7bc08]:focus{border-bottom-color:var(--accent)}.btn-remove[data-v-12b7bc08]{display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:.2rem;border-radius:var(--radius-sm);transition:color .15s,background .15s}.btn-remove[data-v-12b7bc08]:hover{color:var(--score-low);background:var(--surface-2)}.textarea-wrap[data-v-12b7bc08]{display:flex;flex-direction:column;gap:.375rem}textarea[data-v-12b7bc08]{width:100%;padding:.875rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);font-size:.9rem;font-family:Outfit,sans-serif;line-height:1.6;resize:vertical;color:var(--text);background:var(--surface);transition:border-color .2s}textarea[data-v-12b7bc08]::placeholder{color:var(--text-muted)}textarea[data-v-12b7bc08]:focus{outline:none;border-color:var(--accent)}.char-count[data-v-12b7bc08]{font-size:.775rem;color:var(--text-muted);text-align:right}.char-count.ok[data-v-12b7bc08]{color:var(--accent)}.btn-add[data-v-12b7bc08]{display:inline-flex;align-items:center;gap:.45rem;background:transparent;border:1.5px dashed var(--border);color:var(--text-muted);font-size:.875rem;font-family:Outfit,sans-serif;font-weight:500;padding:.6rem 1rem;border-radius:var(--radius-md);cursor:pointer;width:100%;justify-content:center;transition:border-color .15s,color .15s,background .15s}.btn-add[data-v-12b7bc08]:hover:not(:disabled){border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.btn-add[data-v-12b7bc08]:disabled{opacity:.4;cursor:not-allowed}.add-count[data-v-12b7bc08]{margin-left:auto;font-size:.75rem;opacity:.6}.actions[data-v-12b7bc08]{display:flex;gap:.75rem;justify-content:flex-end}.btn-primary[data-v-12b7bc08]{display:inline-flex;align-items:center;gap:.5rem;background:var(--accent);color:var(--accent-fg);border:none;padding:.6rem 1.4rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;font-family:Outfit,sans-serif;cursor:pointer;transition:background-color .15s}.btn-primary[data-v-12b7bc08]:hover:not(:disabled){background:var(--accent-hover)}.btn-primary[data-v-12b7bc08]:disabled{opacity:.45;cursor:not-allowed}.btn-ghost[data-v-12b7bc08]{background:transparent;color:var(--text-muted);border:1px solid var(--border);padding:.6rem 1.2rem;border-radius:var(--radius-sm);font-size:.9rem;font-family:Outfit,sans-serif;cursor:pointer;transition:border-color .15s,color .15s}.btn-ghost[data-v-12b7bc08]:hover{border-color:var(--text-muted);color:var(--text)}.spinner[data-v-12b7bc08]{width:15px;height:15px;border:2px solid rgba(255,255,255,.3);border-top-color:var(--accent-fg);border-radius:50%;animation:spin-12b7bc08 .7s linear infinite;flex-shrink:0}@keyframes spin-12b7bc08{to{transform:rotate(360deg)}}.resume-editor[data-v-1243d266]{display:flex;flex-direction:column}.toolbar[data-v-1243d266]{display:flex;align-items:center;gap:.2rem;padding:.5rem .875rem;border-bottom:1px solid var(--border);background:var(--surface-2)}.tool-btn[data-v-1243d266]{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);font-family:Outfit,sans-serif;font-size:.8rem;cursor:pointer;transition:background .12s,color .12s;flex-shrink:0}.tool-btn[data-v-1243d266]:hover:not(:disabled){background:var(--surface);color:var(--text)}.tool-btn.active[data-v-1243d266]{background:var(--accent-light);color:var(--accent)}.tool-btn[data-v-1243d266]:disabled{opacity:.35;cursor:default}.toolbar-sep[data-v-1243d266]{width:1px;height:18px;background:var(--border);margin:0 .2rem;flex-shrink:0}.editor-content[data-v-1243d266]{padding:1.25rem;min-height:300px;max-height:520px;overflow-y:auto;font-family:Outfit,sans-serif;font-size:.875rem;line-height:1.75;color:var(--text);outline:none}.editor-content[data-v-1243d266] .tiptap{outline:none}.editor-content[data-v-1243d266] h1{font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem;text-align:center}.editor-content[data-v-1243d266] h2{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);padding-bottom:.2rem;margin-top:1rem;margin-bottom:.4rem;color:var(--text)}.editor-content[data-v-1243d266] header{text-align:center;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.editor-content[data-v-1243d266] p{margin-bottom:.3rem;line-height:1.6}.editor-content[data-v-1243d266] ul{padding-left:1.2rem;margin-top:.2rem}.editor-content[data-v-1243d266] li{margin-bottom:.2rem;line-height:1.55}.editor-content[data-v-1243d266] strong{font-weight:700}.editor-content[data-v-1243d266] em{font-style:italic}.editor-content[data-v-1243d266] .job{margin-bottom:.5rem}.result[data-v-51cbbc8e]{display:flex;flex-direction:column;gap:1.25rem}.tabs[data-v-51cbbc8e]{display:flex;gap:.25rem;border-bottom:1px solid var(--border);overflow-x:auto;scrollbar-width:none}.tabs[data-v-51cbbc8e]::-webkit-scrollbar{display:none}.tab[data-v-51cbbc8e]{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1rem;background:transparent;border:none;border-bottom:2px solid transparent;font-family:Outfit,sans-serif;font-size:.875rem;font-weight:500;color:var(--text-muted);cursor:pointer;white-space:nowrap;transition:color .15s,border-color .15s;margin-bottom:-1px}.tab[data-v-51cbbc8e]:hover{color:var(--text)}.tab.active[data-v-51cbbc8e]{color:var(--text);border-bottom-color:var(--accent)}.tab-label[data-v-51cbbc8e]{font-weight:600}.tab-score[data-v-51cbbc8e]{font-size:.775rem;font-weight:700;background:var(--surface-2);padding:.1rem .4rem;border-radius:999px;border:1px solid var(--border)}.top-row[data-v-51cbbc8e]{display:flex;gap:1rem;align-items:flex-start}.score-card[data-v-51cbbc8e]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;text-align:center;min-width:100px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.1rem}.score-label[data-v-51cbbc8e]{font-size:.7rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;display:block;margin-bottom:.2rem}.score-value[data-v-51cbbc8e]{font-size:2.75rem;font-weight:700;line-height:1;letter-spacing:-.02em}.score-max[data-v-51cbbc8e]{font-size:.8rem;color:var(--text-muted);font-weight:400}.keywords-card[data-v-51cbbc8e]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;flex:1}.section-label[data-v-51cbbc8e]{font-size:.7rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem}.kw-list[data-v-51cbbc8e]{display:flex;flex-wrap:wrap;gap:.4rem}.kw-tag[data-v-51cbbc8e]{background:var(--surface-2);color:var(--text);font-size:.775rem;font-weight:500;padding:.2rem .6rem;border-radius:999px;border:1px solid var(--border)}.resume-card[data-v-51cbbc8e]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.resume-header[data-v-51cbbc8e]{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;border-bottom:1px solid var(--border)}.resume-title-group[data-v-51cbbc8e]{display:flex;align-items:center;gap:.5rem}.edited-badge[data-v-51cbbc8e]{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--accent);background:var(--accent-light);padding:.1rem .45rem;border-radius:999px}.resume-actions[data-v-51cbbc8e]{display:flex;gap:.5rem}.btn-primary[data-v-51cbbc8e]{background:var(--accent);color:var(--accent-fg);border:none;padding:.35rem .85rem;border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;font-family:Outfit,sans-serif;text-decoration:none;cursor:pointer;transition:background-color .15s;display:inline-flex;align-items:center}.btn-primary[data-v-51cbbc8e]:hover{background:var(--accent-hover)}.btn-ghost[data-v-51cbbc8e]{background:transparent;color:var(--text-muted);border:1px solid var(--border);padding:.35rem .85rem;border-radius:var(--radius-sm);font-size:.8rem;font-family:Outfit,sans-serif;cursor:pointer;transition:border-color .15s,color .15s}.btn-ghost[data-v-51cbbc8e]:hover{border-color:var(--text-muted);color:var(--text)}.start-over[data-v-51cbbc8e]{align-self:flex-start;padding:.6rem 1.2rem;font-size:.875rem}.flip-container[data-v-51cbbc8e]{perspective:1200px;position:relative}.flip-inner[data-v-51cbbc8e]{position:relative;width:100%;transform-style:preserve-3d;transition:transform .55s cubic-bezier(.45,.05,.55,.95)}.flip-inner.flipped[data-v-51cbbc8e]{transform:rotateY(180deg)}.flip-face[data-v-51cbbc8e]{backface-visibility:hidden;-webkit-backface-visibility:hidden;width:100%}.flip-back[data-v-51cbbc8e]{position:absolute;top:0;left:0;height:100%;transform:rotateY(180deg)}.btn-flip[data-v-51cbbc8e]{border-color:var(--accent);color:var(--accent)}.btn-flip[data-v-51cbbc8e]:hover{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.suggestions-list[data-v-51cbbc8e]{padding:1rem 1.25rem;min-height:300px;max-height:520px;overflow-y:auto;display:flex;flex-direction:column;gap:0}.suggestion-item[data-v-51cbbc8e]{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 0;border-bottom:1px solid var(--border)}.suggestion-item[data-v-51cbbc8e]:last-child{border-bottom:none}.suggestion-num[data-v-51cbbc8e]{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:var(--accent-light);color:var(--accent);font-size:.7rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;margin-top:.15rem;border:1px solid var(--accent)}.suggestion-text[data-v-51cbbc8e]{font-size:.875rem;line-height:1.65;color:var(--text)}.suggestion-empty[data-v-51cbbc8e]{padding:1.5rem 0;text-align:center;color:var(--text-muted);font-size:.875rem}.overlay[data-v-19f65ab0]{position:fixed;inset:0;z-index:200;background:var(--bg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}.bg-grid[data-v-19f65ab0]{position:absolute;inset:0;background-image:radial-gradient(circle,var(--border) 1px,transparent 1px);background-size:28px 28px;opacity:.45;pointer-events:none}.bg-grid[data-v-19f65ab0]:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 55% 55% at 50% 46%,var(--bg) 40%,transparent 100%)}.center-content[data-v-19f65ab0]{display:flex;flex-direction:column;align-items:center;gap:2.25rem;position:relative;z-index:1}.spinner-rig[data-v-19f65ab0]{position:relative;width:88px;height:88px;display:flex;align-items:center;justify-content:center}.ring[data-v-19f65ab0]{position:absolute;border-radius:50%;border-style:solid;border-color:transparent}.ring-outer[data-v-19f65ab0]{width:88px;height:88px;border-width:2px;border-top-color:var(--border);border-right-color:var(--border);animation:spin-cw-19f65ab0 7s linear infinite}.ring-mid[data-v-19f65ab0]{width:66px;height:66px;border-width:2.5px;border-top-color:var(--accent);border-left-color:var(--accent);opacity:.85;animation:spin-ccw-19f65ab0 4.5s linear infinite}.ring-inner[data-v-19f65ab0]{width:44px;height:44px;border-width:2px;border-bottom-color:var(--text-muted);border-right-color:var(--text-muted);opacity:.4;animation:spin-cw-19f65ab0 3s linear infinite}.ring-core[data-v-19f65ab0]{width:10px;height:10px;border-radius:50%;background:var(--accent);animation:core-pulse-19f65ab0 3.5s ease-in-out infinite}@keyframes spin-cw-19f65ab0{to{transform:rotate(360deg)}}@keyframes spin-ccw-19f65ab0{to{transform:rotate(-360deg)}}@keyframes core-pulse-19f65ab0{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.6}}.status-text[data-v-19f65ab0]{font-size:1rem;font-weight:600;color:var(--accent);letter-spacing:.02em;text-align:center;min-height:1.5em}.status-fade-enter-active[data-v-19f65ab0],.status-fade-leave-active[data-v-19f65ab0]{transition:opacity .45s ease,transform .45s ease}.status-fade-enter-from[data-v-19f65ab0]{opacity:0;transform:translateY(4px)}.status-fade-leave-to[data-v-19f65ab0]{opacity:0;transform:translateY(-4px)}.stepper[data-v-02473827]{margin-bottom:2.5rem}.stepper-track[data-v-02473827]{display:flex;align-items:center}.step-item[data-v-02473827]{display:flex;flex-direction:column;align-items:center;gap:.4rem;flex-shrink:0}.step-dot[data-v-02473827]{width:24px;height:24px;border-radius:50%;border:2px solid var(--border);background:var(--surface);display:flex;align-items:center;justify-content:center;transition:all .2s ease}.step-dot.active[data-v-02473827]{border-color:var(--accent);background:var(--accent)}.step-dot.done[data-v-02473827]{border-color:var(--accent);background:var(--accent);color:var(--accent-fg)}.step-dot.pending[data-v-02473827]{border-color:var(--border);background:var(--surface)}.step-label[data-v-02473827]{font-size:.75rem;font-weight:500;color:var(--text-muted);transition:color .2s;white-space:nowrap}.step-label.active[data-v-02473827]{color:var(--accent);font-weight:600}.step-label.done[data-v-02473827]{color:var(--text-muted)}.step-connector[data-v-02473827]{flex:1;height:2px;background:var(--border);margin-bottom:1.1rem;transition:background-color .3s ease}.step-connector.filled[data-v-02473827]{background:var(--accent)}.overlay-fade-enter-active[data-v-02473827],.overlay-fade-leave-active[data-v-02473827]{transition:opacity .3s ease}.overlay-fade-enter-from[data-v-02473827],.overlay-fade-leave-to[data-v-02473827]{opacity:0}.error-banner[data-v-02473827]{display:flex;align-items:center;gap:.5rem;background:var(--surface);border:1px solid #fca5a5;color:#b91c1c;border-radius:var(--radius-md);padding:.75rem 1rem;margin-bottom:1.5rem;font-size:.875rem}
