:root{--bg:#0a0e1a;--bg-accent:#141b2e;--surface:#141b2ed9;--surface-strong:#1a2332;--surface-soft:#1e273ce0;--border:#8b9dff1f;--border-strong:#8b9dff38;--text:#f0f4ff;--text-muted:#a8b5d8;--text-soft:#7a8ab8;--accent:#6b7fff;--accent-strong:#5568ff;--accent-glow:#6b7fff40;--success:#4ade80;--danger:#f87171;--warning:#fbbf24;--info:#60a5fa;--shadow:0 30px 80px #00051480;--radius-lg:28px;--radius-md:18px;--radius-sm:12px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=light]{--bg:#f8faff;--bg-accent:#eef4ff;--surface:#fffffff2;--surface-strong:#fff;--surface-soft:#f8faff;--border:#4f5fff14;--border-strong:#4f5fff26;--text:#1a2332;--text-muted:#5a6b8a;--text-soft:#8694b0;--accent:#4f5fff;--accent-strong:#3b4de8;--accent-glow:#4f5fff1f;--success:#10b981;--danger:#ef4444;--warning:#f59e0b;--info:#3b82f6;--shadow:0 20px 60px #4f5fff14;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:radial-gradient(circle at top left, #6b7fff26, transparent 35%), radial-gradient(circle at bottom right, #4ade801a, transparent 30%), radial-gradient(circle at center, #60a5fa14, transparent 50%), linear-gradient(160deg, var(--bg) 0%, #050810 100%);min-height:100vh;color:var(--text);font-family:Avenir Next,Segoe UI,Helvetica Neue,sans-serif}:root[data-theme=light] body{background:radial-gradient(circle at 0 0,#4f5fff0f,#0000 45%),radial-gradient(circle at 100% 100%,#3b82f60d,#0000 40%),radial-gradient(circle,#93c5fd08,#0000 60%),linear-gradient(160deg,#fff 0%,#f0f4ff 100%)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.route-loader{text-align:center;min-height:100vh;color:var(--text-muted);place-items:center;gap:1rem;display:grid}.route-loader__pulse{background:radial-gradient(circle, var(--accent) 0%, transparent 70%);filter:blur(2px);border-radius:999px;width:64px;height:64px;animation:1.5s ease-in-out infinite pulse}.auth-shell{grid-template-columns:1.2fr .95fr;min-height:100vh;display:grid}.auth-shell__hero{background:radial-gradient(circle at 0 0,#7c8cff47,#0000 32%),radial-gradient(circle at 100% 100%,#53d39a2e,#0000 28%),linear-gradient(145deg,#0d1220 0%,#111833 45%,#0d2235 100%);flex-direction:column;justify-content:space-between;padding:4.5rem;display:flex}.auth-shell__copy{color:#edf2ffbd;max-width:36rem;margin:2rem 0 auto;font-size:1.05rem;line-height:1.8}.auth-shell__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:3rem;display:grid}.auth-shell__stats div{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff0a;border:1px solid #ffffff14;padding:1.15rem 1.2rem}.auth-shell__stats strong{color:#fff;font-size:1.8rem;display:block}.auth-shell__stats span{color:#edf2ff9e}.auth-shell__panel{place-items:center;padding:2rem;display:grid}.auth-card,.hero-panel,.toolbar-panel,.table-panel,.stat-card,.modal-card{border:1px solid var(--border);box-shadow:var(--shadow), inset 0 1px 0 #ffffff0d;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:linear-gradient(135deg,#141b2ee6 0%,#1e273cd9 100%)}:root[data-theme=light] .auth-card,:root[data-theme=light] .hero-panel,:root[data-theme=light] .toolbar-panel,:root[data-theme=light] .table-panel,:root[data-theme=light] .stat-card,:root[data-theme=light] .modal-card{background:linear-gradient(135deg,#fffffffa 0%,#f8fafff2 100%);border:1px solid #4f5fff1a;box-shadow:0 8px 32px #4f5fff14,0 2px 8px #4f5fff0a,inset 0 1px #fff}.auth-card{border-radius:var(--radius-lg);width:min(100%,28rem);padding:2rem}.auth-card h2,.hero-panel h1,.modal-card h2{letter-spacing:-.05em;margin:0;font-size:clamp(2rem,3vw,3.4rem);line-height:1.05}.modal-card h2{font-size:1.6rem}.auth-card__eyebrow,.hero-panel__eyebrow,.brand-mark__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin:0 0 .6rem;font-size:.76rem;font-weight:700}.auth-card__subcopy,.hero-panel__copy,.brand-mark div p,.dashboard-pill,.dashboard-user{color:var(--text-muted)}.auth-form{gap:1rem;margin-top:1.5rem;display:grid}.auth-field,.modal-form label{gap:.45rem;display:grid}.auth-field span,.modal-form span{color:var(--text-muted);font-size:.86rem}.auth-input,.modal-form input,.modal-form textarea,.modal-form select,.search-field input,.select-field{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-soft);width:100%;color:var(--text);outline:none;padding:.92rem 1rem;transition:border-color .18s,box-shadow .18s,transform .18s}.auth-input:focus,.modal-form input:focus,.modal-form textarea:focus,.modal-form select:focus,.search-field input:focus,.select-field:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-glow)}.auth-banner{border-radius:var(--radius-sm);padding:.9rem 1rem;font-size:.94rem;animation:.3s slideInDown;position:relative;overflow:hidden}@keyframes slideInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.auth-banner--error{color:var(--danger);background:#ff7c9714;border:1px solid #ff7c9747}[data-theme=light] .auth-banner--error{color:#dc2626;background:#fee2e2;border:2px solid #fca5a5;font-weight:600}.auth-banner--success{color:var(--success);background:#53d39a14;border:1px solid #53d39a3d}[data-theme=light] .auth-banner--success{color:#16a34a;background:#dcfce7;border:2px solid #86efac;font-weight:600;box-shadow:0 2px 8px #22c55e26}.auth-submit,.primary-button,.secondary-button,.ghost-button{border-radius:var(--radius-sm);border:0;padding:.9rem 1.15rem;transition:transform .18s,background .18s,border-color .18s}.primary-button{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);color:#fff;border:1px solid #ffffff1a;font-weight:700;box-shadow:0 8px 24px #6b7fff4d,0 2px 8px #6b7fff33}.primary-button:hover{border-color:#fff3;box-shadow:0 12px 32px #6b7fff66,0 4px 12px #6b7fff4d}:root[data-theme=light] .primary-button{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);border:1px solid #4f5fff33;box-shadow:0 8px 24px #4f5fff40,0 2px 8px #4f5fff26}:root[data-theme=light] .primary-button:hover{border-color:#4f5fff4d;box-shadow:0 12px 32px #4f5fff59,0 4px 12px #4f5fff40}.secondary-button,.ghost-button{background:var(--surface-soft);color:var(--text);border:1px solid var(--border);padding:.5rem .75rem;font-size:.8rem}:root[data-theme=light] .secondary-button,:root[data-theme=light] .ghost-button{background:#ffffffe6;border:1px solid #4f5fff26;box-shadow:0 2px 8px #4f5fff0a}:root[data-theme=light] .secondary-button:hover,:root[data-theme=light] .ghost-button:hover{background:#4f5fff0d;border-color:#4f5fff40;box-shadow:0 4px 12px #4f5fff14}.ghost-button--danger{color:var(--danger)}.primary-button:hover,.secondary-button:hover,.ghost-button:hover{transform:translateY(-1px)}.auth-card__switch{color:var(--text-muted);margin:1.2rem 0 0}.auth-card__switch a{color:var(--accent);font-weight:700}.forgot-password-link{color:var(--accent);text-align:left;cursor:pointer;background:0 0;border:none;margin-top:.5rem;padding:0;font-size:.88rem;transition:color .18s}.forgot-password-link:hover{color:var(--accent-strong);text-decoration:underline}.forgot-password-link:disabled{opacity:.5;cursor:not-allowed}.brand-mark{align-items:center;gap:1rem;display:inline-flex}.brand-mark--small strong{color:var(--text);display:block}.brand-mark__icon{background:linear-gradient(135deg, var(--accent) 0%, #63e0bf 100%);color:#fff;border-radius:1rem;place-items:center;width:3.4rem;height:3.4rem;font-size:1.25rem;font-weight:800;display:inline-grid;box-shadow:0 20px 40px #5c6cff47}.dashboard-shell{min-height:100vh}.dashboard-header{z-index:20;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:linear-gradient(135deg,#0a0e1ad9 0%,#141b2ecc 100%);justify-content:space-between;align-items:center;gap:2rem;padding:1.2rem 1.6rem;display:flex;position:sticky;top:0;box-shadow:0 4px 16px #0003}:root[data-theme=light] .dashboard-header{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:linear-gradient(135deg,#fffffffa 0%,#f8fafff2 100%);border-bottom:1px solid #4f5fff1a;box-shadow:0 4px 16px #4f5fff0f,0 1px 3px #4f5fff0a}.dashboard-tabs{flex:1;justify-content:center;gap:.5rem;display:flex}.tab-link{border-radius:var(--radius-sm) var(--radius-sm) 0 0;color:var(--text-muted);background:0 0;border-bottom:3px solid #0000;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .18s;position:relative}.tab-link:hover{background:var(--surface-soft);color:var(--text)}.tab-link.active{background:var(--surface-soft);color:var(--accent);border-bottom-color:var(--accent);font-weight:600}:root[data-theme=light] .tab-link{color:var(--text-soft)}:root[data-theme=light] .tab-link:hover{color:var(--accent);background:#4f5fff0d}:root[data-theme=light] .tab-link.active{color:var(--accent);border-bottom-color:var(--accent);background:#4f5fff14}.export-button{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--accent), #8b7fff);color:#fff;cursor:pointer;white-space:nowrap;border:none;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;animation:3s ease-in-out infinite shimmer;box-shadow:0 2px 8px #6b7fff4d}.export-button:hover{background:linear-gradient(135deg,#7b8fff,#9b8fff);transform:translateY(-2px);box-shadow:0 4px 16px #6b7fff80}.export-button:active{transform:translateY(0)}:root[data-theme=light] .export-button{background:linear-gradient(135deg,#4f5fff,#6b7fff);box-shadow:0 2px 8px #4f5fff40}:root[data-theme=light] .export-button:hover{background:linear-gradient(135deg,#3f4fff,#5b6fff);box-shadow:0 4px 16px #4f5fff66}.dashboard-header__actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}@media (max-width:980px){.dashboard-header{flex-wrap:wrap}.dashboard-tabs{order:3;justify-content:flex-start;width:100%;padding-bottom:.5rem;overflow-x:auto}.tab-link{white-space:nowrap}}.dashboard-pill,.dashboard-user{border:1px solid var(--border);background:var(--surface-soft);border-radius:999px;align-items:center;gap:.55rem;padding:.75rem .95rem;text-decoration:none;transition:all .18s;display:inline-flex}.dashboard-user:hover{background:var(--accent-glow);border-color:var(--accent);color:var(--accent);cursor:pointer}.dashboard-pill__dot{background:var(--success);border-radius:999px;width:.55rem;height:.55rem;box-shadow:0 0 14px #53d39a99}.dashboard-main{width:min(1180px,100% - 2rem);margin:0 auto;padding:2rem 0 4rem}.hero-panel{border-radius:var(--radius-lg);justify-content:space-between;align-items:flex-end;gap:2rem;padding:2rem;display:flex}.hero-panel__actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.hero-panel__copy{max-width:42rem;margin:1rem 0 0;line-height:1.8}.stats-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem;margin:1.5rem 0;display:grid}.stat-card{border-radius:var(--radius-md);padding:1.2rem 1.1rem}:root[data-theme=light] .stat-card{background:linear-gradient(135deg,#fffffffa 0%,#eff6fff2 100%);border:1px solid #4f5fff1f;box-shadow:0 4px 16px #4f5fff0f,inset 0 1px #fff}:root[data-theme=light] .stat-card:hover{border-color:#4f5fff33;transition:all .2s;transform:translateY(-2px);box-shadow:0 6px 20px #4f5fff1a,inset 0 1px #fff}.stat-card span{color:var(--text-muted);margin-bottom:.4rem;display:block}.stat-card strong{letter-spacing:-.05em;font-size:2rem}.toolbar-panel{border-radius:var(--radius-md);flex-wrap:wrap;align-items:center;gap:1rem;padding:1rem;display:flex}.search-field{flex:20rem}.select-field{width:min(16rem,100%)}.table-panel{border-radius:var(--radius-lg);margin-top:1.2rem;overflow:hidden}.table-wrap{overflow-x:auto}table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1100px}thead{background:#ffffff08}th,td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:1rem}th:first-child,td:first-child{width:12%}th:nth-child(2),td:nth-child(2){width:15%}th:nth-child(3),td:nth-child(3),th:nth-child(4),td:nth-child(4){width:9%}th:nth-child(5),td:nth-child(5){width:10%}th:nth-child(6),td:nth-child(6),th:nth-child(7),td:nth-child(7),th:nth-child(8),td:nth-child(8){width:13%}td:nth-child(2),td:nth-child(6),td:nth-child(7){max-height:120px;overflow:hidden auto}td:nth-child(2)::-webkit-scrollbar{width:6px}td:nth-child(6)::-webkit-scrollbar{width:6px}td:nth-child(7)::-webkit-scrollbar{width:6px}td:nth-child(2)::-webkit-scrollbar-track{background:var(--surface);border-radius:3px}td:nth-child(6)::-webkit-scrollbar-track{background:var(--surface);border-radius:3px}td:nth-child(7)::-webkit-scrollbar-track{background:var(--surface);border-radius:3px}td:nth-child(2)::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}td:nth-child(6)::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}td:nth-child(7)::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}td:nth-child(2)::-webkit-scrollbar-thumb:hover{background:var(--accent)}td:nth-child(6)::-webkit-scrollbar-thumb:hover{background:var(--accent)}td:nth-child(7)::-webkit-scrollbar-thumb:hover{background:var(--accent)}th{letter-spacing:.08em;text-transform:uppercase;color:var(--text-soft);font-size:.82rem}tbody tr:hover{background:linear-gradient(90deg,#6b7fff14,#6b7fff0d);border-color:#6b7fff33}:root[data-theme=light] tbody tr:hover{background:linear-gradient(90deg,#4f5fff0f,#4f5fff08);border-color:#4f5fff26}.role-cell,.row-actions{flex-direction:column;align-items:stretch;gap:.4rem;display:flex}.row-actions .ghost-button{white-space:nowrap;min-width:auto;padding:.4rem .5rem;font-size:.78rem}.role-cell a{color:var(--accent);white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.88rem;overflow:hidden}.status-badge{white-space:nowrap;text-overflow:ellipsis;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;max-width:100%;padding:.42rem .72rem;font-size:.84rem;font-weight:700;transition:all .18s;display:inline-flex;overflow:hidden}.status-badge--clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.status-badge--clickable:hover{opacity:.9;border-color:currentColor;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.status-badge--Applied{color:#93c5fd;background:linear-gradient(135deg,#60a5fa4d,#3b82f640);border:1px solid #93c5fd66;font-weight:700;box-shadow:0 2px 8px #60a5fa33}[data-theme=light] .status-badge--Applied{color:#1e40af;background:#dbeafe;border:1px solid #93c5fd;font-weight:700}.status-badge--Interview{color:#fcd34d;background:linear-gradient(135deg,#fbbf244d,#f59e0b40);border:1px solid #fcd34d66;font-weight:700;box-shadow:0 2px 8px #fbbf2433}[data-theme=light] .status-badge--Interview{color:#b45309;background:#fef3c7;border:1px solid #fcd34d;font-weight:700}.status-badge--Offer{color:#6ee7b7;background:linear-gradient(135deg,#4ade804d,#22c55e40);border:1px solid #6ee7b766;font-weight:700;box-shadow:0 2px 8px #4ade8033}[data-theme=light] .status-badge--Offer{color:#065f46;background:#d1fae5;border:1px solid #6ee7b7;font-weight:700}.status-badge--Rejected{color:#fca5a5;background:linear-gradient(135deg,#f871714d,#ef444440);border:1px solid #fca5a566;font-weight:700;box-shadow:0 2px 8px #f8717133}[data-theme=light] .status-badge--Rejected{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5;font-weight:700}.status-badge--Ghosted{color:#cbd5e1;background:linear-gradient(135deg,#94a3b84d,#64748b40);border:1px solid #cbd5e166;font-weight:700;box-shadow:0 2px 8px #94a3b833}[data-theme=light] .status-badge--Ghosted{color:#374151;background:#e5e7eb;border:1px solid #9ca3af;font-weight:700}.status-badge--Withdrawn{color:#e9d5ff;background:linear-gradient(135deg,#c084fc4d,#a855f740);border:1px solid #e9d5ff66;font-weight:700;box-shadow:0 2px 8px #c084fc33}[data-theme=light] .status-badge--Withdrawn{color:#6b21a8;background:#f3e8ff;border:1px solid #d8b4fe;font-weight:700}.notes-cell{max-width:18rem;color:var(--text-muted)}.empty-state{text-align:center;color:var(--text-muted);padding:3.5rem 1rem}.modal-backdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#050811a3;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0;overflow-y:auto}.modal-card{border-radius:var(--radius-lg);width:min(100%,44rem);max-height:calc(100vh - 3rem);margin:auto;padding:1.5rem;position:relative;overflow-y:auto}.modal-card__header,.modal-card__footer{background:var(--surface);z-index:10;justify-content:space-between;align-items:center;gap:1rem;display:flex;position:sticky}.modal-card__header{border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:1rem;display:block;top:0}.modal-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-height:calc(100vh - 16rem);margin-top:0;display:grid;overflow-y:auto}.modal-form__full{grid-column:1/-1}.modal-card__footer{border-top:1px solid var(--border);grid-column:1/-1;justify-content:flex-end;align-items:center;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex;bottom:0}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width:980px){.auth-shell{grid-template-columns:1fr}.auth-shell__hero{padding:3rem 2rem}.dashboard-header,.hero-panel,.modal-card__header,.modal-card__footer{flex-direction:column;align-items:stretch}.hero-panel__actions{flex-direction:column;width:100%}.hero-panel__actions button{width:100%}.dashboard-main{width:min(100%,100% - 1rem)}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.modal-form{grid-template-columns:1fr}}@media (max-width:640px){.auth-shell__hero,.auth-shell__panel,.dashboard-header,.dashboard-main{padding-left:1rem;padding-right:1rem}.auth-shell__stats,.stats-grid{grid-template-columns:1fr}.auth-card,.hero-panel,.toolbar-panel,.table-panel,.modal-card{border-radius:22px}.modal-backdrop{padding:.5rem}.modal-card{max-height:calc(100vh - 1rem);padding:1rem}.modal-form{max-height:calc(100vh - 12rem)}.modal-card__header h2{font-size:1.4rem}}.phone-input-wrapper{position:relative}.phone-input{align-items:stretch;display:flex;padding:0!important}.PhoneInput{align-items:stretch;gap:0;width:100%;display:flex}.PhoneInputCountry{background:var(--surface-soft);border-right:2px solid var(--border-strong);cursor:pointer;flex-shrink:0;align-items:center;gap:.5rem;padding:.92rem 1rem;transition:all .2s;display:flex;position:relative}[data-theme=light] .PhoneInputCountry{background:#f8faff;border-right-color:#6366f133}.PhoneInputCountry:hover{background:var(--accent-glow)}[data-theme=light] .PhoneInputCountry:hover{background:#6366f114}.PhoneInputCountryIcon{border:1px solid #0000001a;border-radius:4px;flex-shrink:0;width:32px;height:24px;overflow:hidden;box-shadow:0 2px 4px #00000026}[data-theme=light] .PhoneInputCountryIcon{border-color:#00000014;box-shadow:0 1px 3px #0000001f}.PhoneInputCountryIcon--square{width:32px;height:32px}.PhoneInputCountryIconImg{object-fit:cover;width:100%;height:100%;display:block}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelectArrow{content:"";border-style:solid;border-color:var(--text);opacity:.6;border-width:0 2px 2px 0;flex-shrink:0;width:.4rem;height:.4rem;margin-left:.25rem;display:block;transform:rotate(45deg)}[data-theme=light] .PhoneInputCountrySelectArrow{opacity:.7;border-color:#1a2332}.country-code-display{color:var(--text);letter-spacing:.02em;pointer-events:none;z-index:2;font-size:1rem;font-weight:700;position:absolute;top:50%;left:52px;transform:translateY(-50%)}[data-theme=light] .country-code-display{color:#1a2332}.PhoneInputInput{flex:1;font-size:.95rem;font-weight:500;color:var(--text)!important;background:0 0!important;border:none!important;outline:none!important;padding:.92rem 1rem!important}[data-theme=light] .PhoneInputInput{color:#1a2332!important}.PhoneInputInput::placeholder{color:var(--text-muted);opacity:.7}[data-theme=light] .PhoneInputInput::placeholder{color:#8694b0}.file-upload-section{border:2px dashed var(--border-strong);border-radius:var(--radius-md);background:var(--surface-strong);padding:1rem;transition:border-color .18s}.file-upload-section:hover{border-color:var(--accent)}.file-upload-section>span:first-child{color:var(--text);margin-bottom:.75rem;font-size:.95rem;font-weight:600;display:block}.file-input{cursor:pointer;width:100%;padding:.75rem 1rem!important}.file-input::-webkit-file-upload-button{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--accent);color:#fff;cursor:pointer;margin-right:1rem;padding:.6rem 1.2rem;font-weight:600;transition:background .18s}.file-input::-webkit-file-upload-button:hover{background:var(--accent-strong)}.file-name{color:var(--success);border-radius:var(--radius-sm);background:#53d39a1a;border:1px solid #53d39a4d;margin-top:.75rem;padding:.5rem .75rem;font-size:.88rem;display:block}.file-hint{color:var(--text-soft);margin-top:.5rem;font-size:.85rem;font-style:italic;display:block}.document-links{flex-direction:column;gap:.5rem;display:flex}.document-add-btn{border:1px dashed var(--border-strong);border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;white-space:nowrap;text-align:center;background:0 0;width:100%;padding:.5rem .75rem;font-size:.82rem;font-weight:500;transition:all .18s}.document-add-btn:hover{background:var(--surface-soft);border-color:var(--accent);color:var(--accent)}.document-download-btn{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-soft);color:var(--text);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;justify-content:center;align-items:center;gap:.3rem;width:100%;padding:.5rem .65rem;font-size:.8rem;font-weight:500;transition:all .18s;display:flex;overflow:hidden}.document-download-btn:hover{background:var(--accent-glow);border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.profile-layout{gap:1.5rem;max-width:800px;margin:0 auto;display:grid}.profile-header-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-radius:var(--radius-lg);align-items:center;gap:1.5rem;padding:2rem;display:flex}.profile-avatar-large{background:linear-gradient(135deg, var(--accent) 0%, #63e0bf 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:1.8rem;font-weight:700;display:flex;position:relative;box-shadow:0 8px 24px #5c6cff4d}.profile-avatar-large:after{content:"✓";background:var(--accent);border:3px solid var(--surface);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;display:flex;position:absolute;bottom:2px;right:2px}.profile-name{margin:0;font-size:1.5rem;font-weight:700}.profile-email{color:var(--text-muted);margin:.25rem 0 0;font-size:.95rem}.profile-phone{color:var(--text-soft);margin:.25rem 0 0;font-size:.88rem}.profile-section-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-radius:var(--radius-lg);padding:1.75rem}.section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.section-header-left{align-items:center;gap:.75rem;display:flex}.section-title-main{margin:0;font-size:1.1rem;font-weight:600}.edit-button{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-soft);color:var(--text);cursor:pointer;padding:.5rem 1rem;font-size:.88rem;transition:all .18s}.edit-button:hover{background:var(--accent-glow);border-color:var(--accent);color:var(--accent)}.profile-info-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.info-item{flex-direction:column;gap:.5rem;display:flex}.info-label{letter-spacing:.05em;color:var(--text-soft);text-transform:uppercase;font-size:.75rem;font-weight:600}.info-value{color:var(--text);font-size:.95rem}.profile-edit-form{gap:1.25rem;display:grid}.form-row{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.profile-field-inline{flex-direction:column;gap:.5rem;display:flex}.profile-field-inline>span{letter-spacing:.05em;color:var(--text-soft);text-transform:uppercase;font-size:.75rem;font-weight:600}.profile-input-inline{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-soft);width:100%;color:var(--text);outline:none;padding:.75rem .85rem;font-size:.92rem;transition:border-color .18s,box-shadow .18s}.profile-input-inline:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.profile-input-inline:disabled{opacity:.5;cursor:not-allowed}.form-actions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}.faq-list{gap:.5rem;display:grid}.faq-item{border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.faq-question{background:var(--surface-soft);width:100%;color:var(--text);text-align:left;cursor:pointer;border:none;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:.92rem;transition:background .18s;display:flex}.faq-question:hover{background:var(--surface-strong)}.faq-icon{color:var(--text-muted);font-size:1.25rem;font-weight:300}.faq-answer{background:var(--surface);color:var(--text-muted);border-top:1px solid var(--border);padding:1rem 1.25rem;font-size:.88rem;line-height:1.6}.danger-zone{border-color:#ff7c974d}.danger-text{color:var(--text-muted);margin:0 0 1rem;font-size:.92rem;line-height:1.6}.danger-button{border:1px solid var(--danger);border-radius:var(--radius-sm);color:var(--danger);cursor:pointer;background:0 0;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .18s}.danger-button:hover{background:var(--danger);color:#fff}@media (max-width:768px){.profile-info-grid,.form-row{grid-template-columns:1fr}.profile-header-card{text-align:center;flex-direction:column}}.document-link{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-soft);color:var(--accent);cursor:pointer;text-align:left;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.88rem;font-weight:600;transition:all .18s;display:inline-flex}.document-link:hover{background:var(--accent-glow);border-color:var(--accent);transform:translateY(-1px)}.tools-layout{gap:2rem;max-width:1000px;margin:0 auto;display:grid}.tools-hero{text-align:center;padding:2rem 0}.tools-title{letter-spacing:-.02em;margin:0;font-size:2.5rem;font-weight:700}.tools-subtitle{color:var(--text-muted);margin:.75rem 0 0;font-size:1.1rem}.tool-card{border:2px solid var(--border);background:var(--surface);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-radius:var(--radius-lg);transition:all .3s;overflow:hidden;box-shadow:0 8px 32px #00000014}.tool-card:hover{transform:translateY(-2px);box-shadow:0 12px 48px #0000001f}[data-theme=light] .tool-card{background:#fff;border-color:#6366f11f;box-shadow:0 4px 20px #6366f114}[data-theme=light] .tool-card:hover{border-color:#6366f140;box-shadow:0 8px 32px #6366f126}[data-theme=dark] .tool-card{border-color:#7c8cff33;box-shadow:0 8px 32px #0006}[data-theme=dark] .tool-card:hover{box-shadow:0 12px 48px #7c8cff26}.tool-header{border-bottom:2px solid var(--border);background:linear-gradient(135deg, var(--surface-soft), var(--surface));gap:1.5rem;margin-bottom:0;padding:2.5rem 2rem;display:flex;position:relative;overflow:hidden}.tool-header:before{content:"";background:radial-gradient(circle, var(--accent-glow), transparent);opacity:.4;pointer-events:none;width:300px;height:300px;position:absolute;top:-50%;right:-10%}[data-theme=light] .tool-header{background:linear-gradient(135deg,#fff,#f8faff);border-bottom-color:#6366f11a}[data-theme=dark] .tool-header{background:linear-gradient(135deg, var(--surface-strong), var(--surface))}.tool-icon{background:linear-gradient(135deg, var(--accent) 0%, #63e0bf 100%);border-radius:var(--radius-md);z-index:1;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;font-size:4rem;animation:2s ease-in-out infinite pulse;display:flex;position:relative;box-shadow:0 12px 32px #5c6cff59}[data-theme=light] .tool-icon{box-shadow:0 8px 28px #4f5fff59}[data-theme=dark] .tool-icon{box-shadow:0 12px 40px #7c8cff66}.tool-title{letter-spacing:-.02em;background:linear-gradient(135deg, var(--text), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.75rem;font-weight:800}.tool-description{color:var(--text-muted);margin:.75rem 0 0;font-size:1rem;line-height:1.7}.ats-form{gap:2rem;padding:2rem;display:grid}[data-theme=light] .ats-form{background:#fff}.ats-input-group{gap:2rem;display:grid}.input-mode-selector{background:var(--surface-strong);border-radius:var(--radius-sm);border:1px solid var(--border);gap:1rem;padding:.5rem;display:flex}[data-theme=light] .input-mode-selector{background:#f8faff;border-color:#6366f126}.mode-option{border-radius:var(--radius-sm);cursor:pointer;color:var(--text-muted);background:0 0;border:1px solid #0000;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.92rem;font-weight:600;transition:all .2s;display:flex}.mode-option:hover{background:var(--surface-soft);color:var(--text)}.mode-option input[type=radio]{cursor:pointer;margin:0}.mode-option input[type=radio]:checked+span{color:var(--accent)}.mode-option:has(input[type=radio]:checked){color:var(--accent)}.mode-option:has(input[type=radio]:checked){background:var(--accent-glow);border-color:var(--accent)}[data-theme=light] .mode-option:has(input[type=radio]:checked){color:#4f5fff;background:#4f5fff14;border-color:#4f5fff}.ats-label{gap:.75rem;display:grid}.label-text{flex-direction:column;gap:.25rem;display:flex}.label-text strong{color:var(--text);font-size:1rem;font-weight:700}[data-theme=light] .label-text strong{color:#1a2332}.label-hint{color:var(--text-soft);font-size:.85rem;font-weight:500}[data-theme=light] .label-hint{color:#8694b0}.ats-textarea{border:2px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-soft);width:100%;color:var(--text);resize:vertical;outline:none;min-height:200px;padding:1rem;font-family:inherit;font-size:.92rem;line-height:1.6;transition:all .2s}[data-theme=light] .ats-textarea{color:#1a2332;background:#fff;border-color:#6366f133}.ats-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow);background:var(--surface)}[data-theme=light] .ats-textarea:focus{background:#fff;border-color:#4f5fff;box-shadow:0 0 0 3px #4f5fff1f}.char-count{color:var(--text-soft);text-align:right;font-size:.8rem;font-weight:600}[data-theme=light] .char-count{color:#8694b0}.analyze-button{padding:1.25rem 2rem;font-size:1.1rem;font-weight:700;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 8px 24px #3b82f64d}.analyze-button:before{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.analyze-button:hover:before{width:300px;height:300px}.analyze-button:hover{transform:translateY(-2px);box-shadow:0 12px 32px #3b82f666}.analyze-button:active{transform:translateY(0)}.ats-results{border-top:3px solid var(--accent);background:linear-gradient(135deg, var(--surface-soft), var(--surface));border-radius:var(--radius-lg);gap:2rem;margin-top:2rem;padding:2rem;animation:.5s slideInUp;display:grid}[data-theme=light] .ats-results{background:linear-gradient(135deg,#fff,#f8faff);box-shadow:0 4px 20px #6366f11a}.score-section{background:var(--surface);border-radius:var(--radius-md);border:2px solid var(--border);align-items:center;gap:2.5rem;padding:2rem;display:flex;box-shadow:0 4px 12px #00000014}[data-theme=light] .score-section{background:#fff;border-color:#6366f126;box-shadow:0 4px 16px #6366f114}.score-circle{flex-shrink:0;width:160px;height:160px;animation:.6s scaleIn;position:relative}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.score-svg{filter:drop-shadow(0 4px 8px #0000001a);width:100%;height:100%;transform:rotate(0)}.score-text{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.score-number{background:linear-gradient(135deg, var(--accent) 0%, #63e0bf 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;line-height:1;animation:1s countUp;display:block}@keyframes countUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.score-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem;font-size:.85rem;font-weight:600;display:block}[data-theme=light] .score-label{color:#8694b0}.score-interpretation{flex:1}.score-interpretation h3{color:var(--text);margin:0 0 .75rem;font-size:1.5rem;font-weight:800}[data-theme=light] .score-interpretation h3{color:#1a2332}.score-interpretation p{color:var(--text-muted);margin:0;font-size:1.05rem;line-height:1.7}[data-theme=light] .score-interpretation p{color:#5a6b8a}.keywords-section{gap:1.5rem;display:grid}.keyword-box{border-radius:var(--radius-md);border:2px solid var(--border);background:var(--surface);padding:2rem;transition:all .3s;animation:.5s slideInUp}[data-theme=light] .keyword-box{background:#fff;border-color:#6366f126;box-shadow:0 2px 8px #6366f114}.keyword-box:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}[data-theme=light] .keyword-box:hover{box-shadow:0 8px 24px #6366f126}.keyword-box h3{color:var(--text);align-items:center;gap:.5rem;margin:0 0 1.25rem;font-size:1.25rem;font-weight:800;display:flex}[data-theme=light] .keyword-box h3{color:#1a2332}.keyword-box.matched{border-color:var(--success);background:#22c55e0d}[data-theme=light] .keyword-box.matched{background:#22c55e14;border-color:#22c55e4d}.keyword-box.missing{border-color:var(--danger);background:#ef44440d}[data-theme=light] .keyword-box.missing{background:#ef444414;border-color:#ef44444d}.keyword-tags{flex-wrap:wrap;gap:.75rem;display:flex}.keyword-tag{border-radius:var(--radius-sm);padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;animation:.3s backwards scaleIn}.keyword-tag:first-child{animation-delay:50ms}.keyword-tag:nth-child(2){animation-delay:.1s}.keyword-tag:nth-child(3){animation-delay:.15s}.keyword-tag:nth-child(4){animation-delay:.2s}.keyword-tag:nth-child(5){animation-delay:.25s}.matched-tag{color:var(--success);background:#22c55e26;border:1px solid #22c55e4d}[data-theme=light] .matched-tag{color:#16a34a;background:#22c55e1f;border-color:#22c55e66}.matched-tag:hover{background:#22c55e40;transform:translateY(-2px);box-shadow:0 4px 12px #22c55e33}[data-theme=light] .matched-tag:hover{background:#22c55e33;box-shadow:0 4px 12px #22c55e40}.missing-tag{color:var(--danger);background:#ef444426;border:1px solid #ef44444d}[data-theme=light] .missing-tag{color:#dc2626;background:#ef44441f;border-color:#ef444466}.missing-tag:hover{background:#ef444440;transform:translateY(-2px);box-shadow:0 4px 12px #ef444433}[data-theme=light] .missing-tag:hover{background:#ef444433;box-shadow:0 4px 12px #ef444440}.suggestions-section{border-radius:var(--radius-md);border:2px solid var(--border);background:var(--surface);padding:2rem;animation:.6s slideInUp}[data-theme=light] .suggestions-section{background:#fff;border-color:#6366f126;box-shadow:0 2px 8px #6366f114}.suggestions-section h3{color:var(--text);align-items:center;gap:.5rem;margin:0 0 1.5rem;font-size:1.5rem;font-weight:800;display:flex}[data-theme=light] .suggestions-section h3{color:#1a2332}.suggestions-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.suggestions-list li{border-radius:var(--radius-sm);background:var(--background);border-left:4px solid var(--accent);color:var(--text);padding:1rem 1.25rem;font-size:1rem;line-height:1.6;transition:all .2s;animation:.4s backwards slideInLeft}[data-theme=light] .suggestions-list li{color:#2d3748;background:#f8faff;border-left-color:#6366f1}.suggestions-list li:first-child{animation-delay:.1s}.suggestions-list li:nth-child(2){animation-delay:.15s}.suggestions-list li:nth-child(3){animation-delay:.2s}.suggestions-list li:nth-child(4){animation-delay:.25s}.suggestions-list li:nth-child(5){animation-delay:.3s}.suggestions-list li:nth-child(6){animation-delay:.35s}.suggestions-list li:nth-child(7){animation-delay:.4s}.suggestions-list li:nth-child(8){animation-delay:.45s}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.suggestions-list li:hover{background:var(--surface);transform:translate(4px);box-shadow:0 4px 12px #0000001a}[data-theme=light] .suggestions-list li:hover{background:#fff;box-shadow:0 4px 12px #6366f11f}.extracted-requirements{border-radius:var(--radius-md);border:2px solid var(--border);background:var(--surface);margin-top:2rem;padding:1.5rem}[data-theme=light] .extracted-requirements{background:#f8faff;border-color:#6366f126}.extracted-requirements summary{cursor:pointer;color:var(--text);border-radius:var(--radius-sm);-webkit-user-select:none;user-select:none;padding:.5rem;font-size:1.1rem;font-weight:700;transition:all .2s}[data-theme=light] .extracted-requirements summary{color:#1a2332}.extracted-requirements summary:hover{background:var(--background);color:var(--accent)}[data-theme=light] .extracted-requirements summary:hover{color:#6366f1;background:#fff}.requirements-content{background:var(--background);border-radius:var(--radius-sm);color:var(--text-muted);white-space:pre-wrap;max-height:400px;margin-top:1rem;padding:1.25rem;font-size:.95rem;line-height:1.7;overflow-y:auto}[data-theme=light] .requirements-content{color:#5a6b8a;background:#fff;border:1px solid #6366f11a}.cv-preview{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--background);margin-top:1rem;padding:1rem}[data-theme=light] .cv-preview{background:#f8faff;border-color:#6366f126}.cv-preview summary{cursor:pointer;color:var(--text);-webkit-user-select:none;user-select:none;font-weight:600;transition:color .2s}[data-theme=light] .cv-preview summary{color:#1a2332}.cv-preview summary:hover{color:var(--accent)}[data-theme=light] .cv-preview summary:hover{color:#6366f1}.preview-content{background:var(--surface);border-radius:var(--radius-sm);color:var(--text-muted);max-height:200px;margin-top:.75rem;padding:1rem;font-family:monospace;font-size:.9rem;line-height:1.6;overflow-y:auto}[data-theme=light] .preview-content{color:#5a6b8a;background:#fff;border:1px solid #6366f11a}@media (max-width:768px){.ats-form{gap:1.5rem;padding:1.5rem}.ats-input-group{gap:1.5rem}.ats-textarea{min-height:180px;font-size:.95rem}.score-section{text-align:center;flex-direction:column;align-items:center;gap:2rem}.score-circle{width:140px;height:140px}.score-number{font-size:2.5rem}.score-interpretation h3{font-size:1.25rem}.score-interpretation p{font-size:1rem}.keyword-box{padding:1.5rem}.keyword-box h3{font-size:1.1rem}.keyword-tag{padding:.4rem .8rem;font-size:.85rem}.suggestions-section{padding:1.5rem}.suggestions-section h3{font-size:1.25rem}.suggestions-list li{padding:.875rem 1rem;font-size:.95rem}}.cover-letter-form{gap:2rem;display:grid}.tab-navigation{background:linear-gradient(to bottom, var(--surface-soft), transparent);border-bottom:2px solid var(--border);gap:.5rem;margin-bottom:0;padding:1rem 1.5rem 0;display:flex}.tab-nav-button{border-radius:var(--radius-sm) var(--radius-sm) 0 0;cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-bottom:3px solid #0000;align-items:center;gap:.75rem;margin-bottom:-2px;padding:1rem 1.75rem;font-size:.95rem;font-weight:600;transition:all .25s;display:flex;position:relative}.tab-nav-button:before{content:"";background:linear-gradient(135deg, var(--accent-glow), transparent);opacity:0;border-radius:var(--radius-sm) var(--radius-sm) 0 0;transition:opacity .25s;position:absolute;inset:0}.tab-nav-button:hover:not(:disabled){color:var(--text);transform:translateY(-2px)}.tab-nav-button:hover:not(:disabled):before{opacity:1}.tab-nav-button.active{color:var(--accent);border-bottom-color:var(--accent);background:var(--surface);box-shadow:0 -2px 8px #0000000d}[data-theme=light] .tab-nav-button.active{background:#fff;box-shadow:0 -2px 8px #6366f11a}[data-theme=dark] .tab-nav-button.active{background:var(--surface-strong);box-shadow:0 -2px 12px #0000004d}.tab-nav-button:disabled{opacity:.4;cursor:not-allowed;transform:none}.tab-icon{filter:drop-shadow(0 2px 4px #0000001a);font-size:1.4rem}.tab-label{letter-spacing:.01em;font-weight:700}.tab-content{background:var(--surface);border-radius:0 0 var(--radius-lg) var(--radius-lg);flex-direction:column;gap:2rem;padding:2rem;animation:.4s fadeInUp;display:flex}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tab-content-header{background:linear-gradient(135deg, var(--accent-glow), var(--surface-soft));border-radius:var(--radius-md);border-left:4px solid var(--accent);padding:2rem;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.tab-content-header:before{content:"";background:radial-gradient(circle, var(--accent-glow), transparent);opacity:.3;pointer-events:none;width:200px;height:200px;position:absolute;top:0;right:0}[data-theme=light] .tab-content-header{background:linear-gradient(135deg,#6366f10f,#fff);border-left-color:#4f5fff;box-shadow:0 2px 8px #6366f114}[data-theme=dark] .tab-content-header{background:linear-gradient(135deg, #7c8cff26, var(--surface-strong));box-shadow:0 4px 16px #0000004d}.tab-content-header h3{color:var(--text);letter-spacing:-.02em;z-index:1;margin:0 0 .75rem;font-size:1.5rem;font-weight:800;position:relative}.tab-content-header p{color:var(--text-muted);z-index:1;margin:0;font-size:1rem;line-height:1.7;position:relative}.tab-action{border-top:1px solid var(--border);justify-content:flex-end;padding:1.5rem 0 0;display:flex}.tab-action-group{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0 0;display:flex}.file-upload-zone{margin-top:1rem}.file-upload-label{border:3px dashed var(--border-strong);border-radius:var(--radius-md);background:linear-gradient(135deg, var(--surface-soft), var(--surface));cursor:pointer;justify-content:center;align-items:center;gap:1.5rem;min-height:180px;padding:3rem 2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.file-upload-label:before{content:"";background:linear-gradient(135deg, var(--accent-glow), transparent);opacity:0;transition:opacity .3s;position:absolute;inset:0}.file-upload-label:hover{border-color:var(--accent);box-shadow:0 8px 24px var(--accent-glow);border-style:solid;transform:translateY(-4px)}.file-upload-label:hover:before{opacity:1}[data-theme=light] .file-upload-label{background:linear-gradient(135deg,#fff,#f8faff);border-color:#6366f140}[data-theme=light] .file-upload-label:hover{background:linear-gradient(135deg,#fff,#f0f4ff);border-color:#4f5fff;box-shadow:0 6px 24px #4f5fff26}[data-theme=dark] .file-upload-label{background:linear-gradient(135deg, var(--surface-strong), var(--surface));border-color:#7c8cff4d}[data-theme=dark] .file-upload-label:hover{border-color:var(--accent);box-shadow:0 8px 32px #7c8cff33}.upload-icon{filter:drop-shadow(0 4px 8px #0000001a);z-index:1;font-size:4rem;animation:3s ease-in-out infinite float;position:relative}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.upload-text{text-align:center;z-index:1;flex-direction:column;gap:.75rem;display:flex;position:relative}.upload-text strong{color:var(--text);letter-spacing:-.01em;font-size:1.25rem;font-weight:700}.file-size{color:var(--success);flex-direction:column;gap:.25rem;font-size:.95rem;font-weight:600;display:flex}.file-hint{color:var(--text-soft);font-size:.9rem;font-weight:500}.cv-preview{border:2px solid var(--border);border-radius:var(--radius-md);background:var(--surface-strong);margin-top:1.5rem;overflow:hidden;box-shadow:0 2px 8px #0000000d}[data-theme=light] .cv-preview{background:#fff;border-color:#6366f126;box-shadow:0 2px 8px #6366f114}[data-theme=dark] .cv-preview{background:var(--bg);box-shadow:0 2px 12px #0000004d}.cv-preview summary{cursor:pointer;color:var(--text-muted);-webkit-user-select:none;user-select:none;background:var(--surface-soft);align-items:center;gap:.5rem;padding:1rem 1.25rem;font-size:.95rem;font-weight:700;transition:all .2s;display:flex}.cv-preview summary:hover{color:var(--accent);background:var(--accent-glow)}.cv-preview[open] summary{border-bottom:2px solid var(--border);color:var(--accent);background:var(--accent-glow)}.preview-content{color:var(--text-muted);white-space:pre-wrap;word-break:break-word;background:var(--surface-strong);max-height:300px;padding:1.5rem;font-family:Courier New,monospace;font-size:.9rem;line-height:1.8;overflow-y:auto}[data-theme=light] .preview-content{background:#fafbff}[data-theme=dark] .preview-content{background:var(--bg)}.preview-content::-webkit-scrollbar{width:8px}.preview-content::-webkit-scrollbar-track{background:var(--surface-soft);border-radius:4px}.preview-content::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px}.preview-content::-webkit-scrollbar-thumb:hover{background:var(--accent)}.form-section{gap:1rem;display:grid}.form-section-title{color:var(--text);border-bottom:1px solid var(--border);margin:0;padding-bottom:.5rem;font-size:1.1rem;font-weight:600}.form-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.form-field{flex-direction:column;gap:.5rem;display:flex}.form-field span{color:var(--text-muted);font-size:.88rem;font-weight:600}.form-input,.form-textarea{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-soft);width:100%;color:var(--text);outline:none;padding:.75rem .85rem;font-family:inherit;font-size:.92rem;transition:border-color .18s,box-shadow .18s}.form-textarea{resize:vertical;line-height:1.6}.form-input:focus,.form-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.cover-letter-result{border-top:3px solid var(--accent);background:linear-gradient(135deg, var(--surface-soft), var(--surface));border-radius:var(--radius-lg);margin-top:3rem;padding:2.5rem;animation:.5s slideInUp;box-shadow:0 8px 32px #00000014}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}[data-theme=light] .cover-letter-result{background:linear-gradient(135deg,#fff,#f8faff);border-top-color:#4f5fff;box-shadow:0 4px 20px #6366f11a}[data-theme=dark] .cover-letter-result{background:linear-gradient(135deg, var(--surface-strong), var(--surface));box-shadow:0 8px 32px #0006}.result-header{border-bottom:2px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.result-header h3{color:var(--text);align-items:center;gap:.5rem;margin:0;font-size:1.5rem;font-weight:800;display:flex}.result-actions{gap:.75rem;display:flex}.result-actions .secondary-button{padding:.75rem 1.25rem;font-weight:600;transition:all .3s}.result-actions .secondary-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.cover-letter-preview{border:2px solid var(--border);border-radius:var(--radius-md);background:#fff;max-height:600px;padding:2.5rem;overflow-y:auto;box-shadow:inset 0 2px 8px #0000000d}[data-theme=light] .cover-letter-preview{background:#fff;border-color:#6366f126;box-shadow:inset 0 1px 4px #6366f10f}[data-theme=dark] .cover-letter-preview{background:var(--bg);border-color:#7c8cff33;box-shadow:inset 0 2px 12px #0000004d}.cover-letter-preview pre{color:var(--text);white-space:pre-wrap;word-wrap:break-word;margin:0;font-family:Georgia,Times New Roman,serif;font-size:1rem;line-height:1.9}.cover-letter-preview::-webkit-scrollbar{width:10px}.cover-letter-preview::-webkit-scrollbar-track{background:var(--surface-soft);border-radius:5px}.cover-letter-preview::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:5px}.cover-letter-preview::-webkit-scrollbar-thumb:hover{background:var(--accent)}@media (max-width:768px){.form-grid{grid-template-columns:1fr}.cover-letter-result,.cover-letter-preview{padding:1.5rem}.result-header{flex-direction:column;align-items:flex-start}.result-actions{width:100%}.result-actions button{flex:1}}.tools-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:900px;margin:0 auto;display:grid}.tool-option-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-radius:var(--radius-lg);cursor:pointer;flex-direction:column;gap:1.25rem;padding:2rem;text-decoration:none;transition:all .3s;display:flex}.tool-option-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 20px 60px #5c6cff33}.tool-option-icon{background:linear-gradient(135deg, var(--accent) 0%, #63e0bf 100%);border-radius:var(--radius-md);justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:.5rem;font-size:3.5rem;display:flex;box-shadow:0 8px 24px #5c6cff4d}.tool-option-title{color:var(--text);margin:0;font-size:1.5rem;font-weight:700}.tool-option-description{color:var(--text-muted);flex-grow:1;margin:0;line-height:1.6}.tool-option-features{border-top:1px solid var(--border);flex-wrap:wrap;gap:.5rem;padding-top:.5rem;display:flex}.feature-tag{background:var(--surface-soft);border:1px solid var(--border);color:var(--text-muted);border-radius:999px;padding:.35rem .75rem;font-size:.8rem;font-weight:500}.tool-option-cta{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);color:#fff;text-align:center;border-radius:var(--radius-sm);padding:.85rem 1.25rem;font-weight:700;transition:transform .18s}.tool-option-card:hover .tool-option-cta{transform:scale(1.02)}@media (max-width:768px){.tools-grid{grid-template-columns:1fr}}.resume-builder-layout{max-width:1100px;margin:0 auto}.resume-form{gap:2rem;display:grid}.section-header-with-button{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.add-button{border:1px solid var(--accent);border-radius:var(--radius-sm);color:var(--accent);cursor:pointer;background:0 0;padding:.5rem 1rem;font-size:.88rem;font-weight:600;transition:all .18s}.add-button:hover{background:var(--accent);color:#fff}.experience-block{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-soft);margin-bottom:1rem;padding:1.5rem}.block-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.block-number{color:var(--text);font-size:.9rem;font-weight:600}.remove-button{border:1px solid var(--danger);border-radius:var(--radius-sm);color:var(--danger);cursor:pointer;background:0 0;padding:.4rem .85rem;font-size:.82rem;font-weight:600;transition:all .18s}.remove-button:hover{background:var(--danger);color:#fff}.checkbox-field{align-items:center;flex-direction:row!important;gap:.5rem!important}.checkbox-field input[type=checkbox]{cursor:pointer;width:auto;margin:0}.checkbox-field span{margin:0}@media (max-width:768px){.section-header-with-button{flex-direction:column;align-items:flex-start;gap:.75rem}.add-button{width:100%}}.about-layout{gap:3rem;max-width:1100px;margin:0 auto;padding-bottom:4rem;display:grid}.about-hero{text-align:center;background:linear-gradient(135deg, var(--surface) 0%, var(--surface-soft) 100%);border-radius:var(--radius-lg);border:1px solid var(--border);padding:3rem 2rem}.about-hero-icon{background:linear-gradient(135deg, var(--accent) 0%, #63e0bf 100%);color:#fff;border-radius:var(--radius-md);justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 1.5rem;font-size:3rem;font-weight:800;display:flex;box-shadow:0 20px 40px #5c6cff4d}.about-hero-title{letter-spacing:-.02em;margin:0 0 1rem;font-size:3rem;font-weight:700}.about-hero-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.25rem}.about-section{gap:2rem;display:grid}.about-section-title{text-align:center;letter-spacing:-.02em;margin:0;font-size:2rem;font-weight:700}.about-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-radius:var(--radius-lg);padding:2.5rem}.about-card-icon{margin-bottom:1rem;font-size:3rem}.about-card-title{margin:0 0 1.5rem;font-size:1.8rem;font-weight:700}.about-card-text{color:var(--text-muted);margin:0;font-size:1.05rem;line-height:1.8}.highlight-card{background:linear-gradient(135deg, var(--surface) 0%, var(--surface-soft) 100%);border-color:var(--accent)}.about-features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.about-feature-card{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius-md);padding:2rem;transition:all .3s}.about-feature-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 12px 40px #5c6cff26}.feature-icon{margin-bottom:1rem;font-size:2.5rem}.about-feature-card h3{margin:0 0 .75rem;font-size:1.2rem;font-weight:600}.about-feature-card p{color:var(--text-muted);margin:0;line-height:1.6}.about-list{gap:1.5rem;display:grid}.about-list-item{align-items:flex-start;gap:1rem;display:flex}.list-icon{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;font-weight:700;display:flex}.about-list-item strong{color:var(--text);margin-bottom:.25rem;font-size:1.05rem;display:block}.about-list-item p{color:var(--text-muted);margin:0;line-height:1.6}.tech-stack-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.tech-card{border:1px solid var(--border);background:var(--surface-soft);border-radius:var(--radius-md);text-align:center;padding:1.5rem}.tech-icon{margin-bottom:.75rem;font-size:2.5rem}.tech-card h4{margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.tech-card p{color:var(--text-muted);margin:0;font-size:.9rem}.stats-showcase{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding:2rem;display:grid}.stat-showcase-item{text-align:center}.stat-number{background:linear-gradient(135deg, var(--accent) 0%, #63e0bf 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3.5rem;font-weight:700;line-height:1}.stat-label{color:var(--text-muted);font-size:.95rem}.about-cta{text-align:center;background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);border-radius:var(--radius-lg);color:#fff;padding:3rem 2rem}.about-cta h2{margin:0 0 1rem;font-size:2.2rem;font-weight:700}.about-cta p{opacity:.9;margin:0 0 2rem;font-size:1.1rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-button{padding:1rem 2rem;font-size:1.05rem;text-decoration:none;display:inline-block}.about-cta .secondary-button{color:var(--accent);background:#fff;border:2px solid #fff}.about-cta .secondary-button:hover{background:#ffffffe6}.about-footer{text-align:center;border-top:1px solid var(--border);color:var(--text-muted);padding:2rem 1rem}.about-footer p{margin:0 0 1rem}.footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.footer-links a{color:var(--text-muted);text-decoration:none;transition:color .18s}.footer-links a:hover{color:var(--accent)}@media (max-width:768px){.about-hero-title{font-size:2rem}.about-hero-subtitle{font-size:1rem}.about-section-title{font-size:1.5rem}.about-features-grid{grid-template-columns:1fr}.stats-showcase,.tech-stack-grid{grid-template-columns:repeat(2,1fr)}.cta-buttons{flex-direction:column}.cta-button{width:100%}}.required-field:after,.auth-field span.required-field:after,.profile-field span.required-field:after,.profile-field-inline span.required-field:after,.form-field span.required-field:after,.ats-label span.required-field:after{content:" *";color:var(--danger);font-weight:700}.file-upload-zone{margin-top:.5rem;position:relative}.file-input-hidden{opacity:0;z-index:-1;width:1px;height:1px;position:absolute;overflow:hidden}.file-upload-label{border:2px dashed var(--border-strong);background:var(--surface-secondary);cursor:pointer;border-radius:.5rem;align-items:center;gap:1rem;padding:1.5rem;transition:all .2s;display:flex}.file-upload-label:hover{border-color:var(--accent);background:var(--surface-tertiary)}.upload-icon{flex-shrink:0;font-size:2rem}.upload-text{flex-direction:column;flex:1;gap:.25rem;display:flex}.upload-text strong{color:var(--text-primary);font-size:1rem}.file-hint,.file-size{color:var(--text-secondary);font-size:.875rem}.cv-preview,.extracted-requirements{border:1px solid var(--border-strong);border-radius:.5rem;margin-top:1rem;overflow:hidden}.cv-preview summary,.extracted-requirements summary{background:var(--surface-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;padding:.75rem 1rem;font-weight:500}.cv-preview summary:hover,.extracted-requirements summary:hover{background:var(--surface-tertiary)}.preview-content,.requirements-content{color:var(--text-secondary);white-space:pre-wrap;word-wrap:break-word;max-height:300px;padding:1rem;font-size:.875rem;line-height:1.6;overflow-y:auto}.extracted-requirements{margin-top:1.5rem}.requirements-content{background:var(--surface-secondary)}.optimization-results{border-top:1px solid var(--border-strong);gap:2rem;margin-top:2rem;padding-top:2rem;display:grid}.suggestions-container{background:var(--surface-secondary);border:1px solid var(--border-strong);border-radius:.75rem;padding:1.5rem}.suggestions-title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.suggestions-subtitle{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem}.suggestions-list-optimized{gap:1rem;display:grid}.suggestion-card{background:var(--surface-primary);border:1px solid var(--border-strong);border-radius:.5rem;padding:1.25rem;transition:all .2s}.suggestion-card:hover{border-color:var(--accent);box-shadow:0 2px 8px var(--accent-glow)}.suggestion-card.priority-high{border-left:4px solid var(--danger)}.suggestion-card.priority-medium{border-left:4px solid #ffc454}.suggestion-card.priority-low{border-left:4px solid var(--success)}.suggestion-header{margin-bottom:1rem}.suggestion-meta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.priority-badge,.section-badge,.type-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.priority-badge.priority-high{color:var(--danger);background:#ff525226}.priority-badge.priority-medium{color:#ffc454;background:#ffc45426}.priority-badge.priority-low{color:var(--success);background:#4cd96426}.section-badge{background:var(--surface-tertiary);color:var(--text-secondary)}.type-badge{background:var(--accent-glow);color:var(--accent)}.suggestion-content{gap:.75rem;display:grid}.suggestion-text{color:var(--text-primary);font-size:1rem;font-weight:500;line-height:1.6}.suggestion-reason{color:var(--text-secondary);border-left:2px solid var(--border-strong);padding-left:1rem;font-size:.9rem;line-height:1.5}.suggestion-reason strong{color:var(--accent)}.missing-keywords-section{background:var(--surface-secondary);border:1px solid var(--border-strong);border-radius:.75rem;padding:1.5rem}.missing-keywords-section h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.section-description{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem}@media (max-width:768px){.suggestion-meta{flex-direction:column;align-items:flex-start}.priority-badge,.section-badge,.type-badge{padding:.2rem .6rem;font-size:.7rem}}.resume-form-panel,.resume-preview-panel{background:var(--surface-primary);border:1px solid var(--border-strong);border-radius:.75rem;flex-direction:column;display:flex;overflow:hidden}[data-theme=light] .resume-form-panel,[data-theme=light] .resume-preview-panel{background:#fff;border-color:#6366f11f;box-shadow:0 2px 12px #6366f10f}[data-theme=dark] .resume-form-panel,[data-theme=dark] .resume-preview-panel{background:#ffffff05;border-color:#ffffff26}.panel-header,.preview-header{border-bottom:1px solid var(--border-strong);background:var(--surface-secondary);padding:1.5rem}[data-theme=light] .panel-header,[data-theme=light] .preview-header{background:linear-gradient(#fff,#f8faff);border-bottom-color:#6366f11a}[data-theme=dark] .panel-header,[data-theme=dark] .preview-header{background:#ffffff0d;border-bottom-color:#ffffff26}.panel-header h2,.preview-header h2{color:var(--text-primary);margin-bottom:.25rem;font-size:1.25rem;font-weight:600}[data-theme=light] .panel-header h2,[data-theme=light] .preview-header h2{color:#0f172a;font-weight:700}[data-theme=dark] .panel-header h2,[data-theme=dark] .preview-header h2{color:#fff}.panel-header p{color:var(--text-secondary);font-size:.9rem}[data-theme=light] .panel-header p{color:#64748b}[data-theme=dark] .panel-header p{color:#ffffffb3}.preview-header{justify-content:space-between;align-items:center;display:flex}.preview-actions{gap:.5rem;display:flex}.icon-button{background:var(--surface-tertiary);border:1px solid var(--border-strong);cursor:pointer;border-radius:.5rem;padding:.5rem .75rem;font-size:1.25rem;transition:all .2s}.icon-button:hover{background:var(--accent);border-color:var(--accent);transform:translateY(-2px)}.form-sections{flex:1;padding:1rem;overflow-y:auto}.form-section-collapsible{background:var(--surface-secondary);border:1px solid var(--border-strong);border-radius:.5rem;margin-bottom:1rem;padding:1rem}[data-theme=light] .form-section-collapsible{background:#fff;border-color:#6366f11f;box-shadow:0 1px 3px #6366f10a}[data-theme=dark] .form-section-collapsible{background:#ffffff08;border-color:#ffffff26}.section-title{color:var(--text-primary);margin-bottom:.75rem;font-size:1rem;font-weight:600}[data-theme=light] .section-title{color:#0f172a;font-weight:700}.form-grid-compact{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.form-input-compact,.form-textarea-compact{border:1px solid var(--border-strong);background:var(--surface-primary);width:100%;color:var(--text-primary);border-radius:.375rem;padding:.65rem;font-size:.95rem;font-weight:500;transition:all .2s}[data-theme=light] .form-input-compact,[data-theme=light] .form-textarea-compact{color:#1a2332;background:#fff;border-color:#6366f133;box-shadow:0 1px 2px #6366f10a}[data-theme=dark] .form-input-compact,[data-theme=dark] .form-textarea-compact{color:#fff;background:#ffffff0d;border-color:#fff3}.form-input-compact::placeholder,.form-textarea-compact::placeholder{color:var(--text-secondary);opacity:.6}.form-input-compact:focus,.form-textarea-compact:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow);background:var(--surface-secondary);outline:none}[data-theme=light] .form-input-compact:focus,[data-theme=light] .form-textarea-compact:focus{color:#1a2332;background:#fff;border-color:#4f5fff;box-shadow:0 0 0 3px #4f5fff1f}[data-theme=dark] .form-input-compact:focus,[data-theme=dark] .form-textarea-compact:focus{color:#fff;background:#ffffff14}.form-textarea-compact{resize:vertical;font-family:inherit}.form-row-compact{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.5rem;display:grid}.add-button-small,.remove-button-small{border:1px solid var(--border-strong);cursor:pointer;border-radius:.375rem;padding:.4rem .75rem;font-size:.85rem;transition:all .2s}.add-button-small{background:var(--accent);color:#fff;border-color:var(--accent)}.add-button-small:hover{background:var(--accent-hover);transform:translateY(-1px)}.remove-button-small{color:var(--danger);border-color:var(--danger);background:0 0}[data-theme=light] .experience-mini-block{background:#fff;border-color:#6366f126;box-shadow:0 1px 3px #6366f10a}[data-theme=dark] .experience-mini-block{background:#ffffff0d;border-color:#fff3}.mini-block-header{color:var(--text-secondary);justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:flex}[data-theme=light] .mini-block-header{color:#64748b;font-weight:600}[data-theme=dark] .mini-block-header{color:#ffffffb3}.checkbox-label-compact{color:var(--text-secondary);cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;display:flex}[data-theme=light] .checkbox-label-compact{color:#475569}[data-theme=dark] .checkbox-label-compact{color:#fffc}.checkbox-label-compact input[type=checkbox]{cursor:pointer}.style-panel{background:var(--surface-secondary);border-bottom:1px solid var(--border-strong);padding:1rem;animation:.3s slideDown}[data-theme=light] .style-panel{background:linear-gradient(#fff,#f8faff);border-bottom-color:#6366f11a}[data-theme=dark] .style-panel{background:#ffffff0d;border-bottom-color:#ffffff26}@keyframes slideDown{0%{opacity:0;transform:translateY(-15px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.style-panel h3{color:var(--text-primary);margin-bottom:1rem;font-size:1rem;font-weight:600}[data-theme=light] .style-panel h3{color:#0f172a;font-weight:700}[data-theme=dark] .style-panel h3{color:#fff}.style-option{margin-bottom:1rem}.style-option label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:block}[data-theme=light] .style-option label{color:#475569;font-weight:600}[data-theme=dark] .style-option label{color:#fffc}.style-buttons{flex-wrap:wrap;gap:.5rem;display:flex}.style-buttons button{border:1px solid var(--border-strong);background:var(--surface-primary);color:var(--text-primary);cursor:pointer;border-radius:.375rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}[data-theme=light] .style-buttons button{color:#1a2332;background:#fff;border-color:#6366f133;box-shadow:0 1px 2px #6366f10a}[data-theme=dark] .style-buttons button{color:#fff;background:#ffffff0d;border-color:#fff3}.style-buttons button:hover{border-color:var(--accent);background:var(--accent-glow)}.style-buttons button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.resume-preview-content{color:#000;background:#fff;flex:1;padding:2rem;overflow-y:auto}.resume-header{text-align:center}.resume-contact,.resume-links{color:#666;margin-top:.25rem;font-size:.9em}.resume-section{page-break-inside:avoid}.empty-preview{text-align:center;color:#999;justify-content:center;align-items:center;height:100%;font-size:1.1rem;display:flex}@media (max-width:1200px){.resume-creator-layout{grid-template-columns:1fr;height:auto}.resume-form-panel{order:2}.resume-preview-panel{order:1;height:500px}}@media (max-width:768px){.form-grid-compact,.form-row-compact{grid-template-columns:1fr}.resume-preview-content{padding:1rem}}@media print{.dashboard-header,.preview-header,.style-panel{display:none!important}.resume-preview-content{padding:0}.resume-section{page-break-inside:avoid}}.resume-creator-layout{grid-template-columns:280px 1fr 1fr;gap:1.5rem;height:calc(100vh - 80px);display:grid;overflow:hidden}.resume-sidebar{background:var(--surface-primary);border:1px solid var(--border-strong);border-radius:.75rem;flex-direction:column;display:flex;overflow:hidden}[data-theme=light] .resume-sidebar{background:#fff;border-color:#6366f11f;box-shadow:0 2px 8px #6366f10a}[data-theme=dark] .resume-sidebar{background:#ffffff05;border-color:#ffffff26}.sidebar-sections{flex:1;padding:1rem;overflow-y:auto}.sidebar-section-btn{cursor:pointer;text-align:left;width:100%;color:var(--text-primary);background:0 0;border:1px solid #0000;border-radius:.5rem;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.875rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}[data-theme=light] .sidebar-section-btn{color:#1a2332;font-weight:600}[data-theme=dark] .sidebar-section-btn{color:#ffffffe6}.sidebar-section-btn:hover{background:var(--surface-secondary);border-color:var(--border-strong)}[data-theme=light] .sidebar-section-btn:hover{background:#f8faff;border-color:#6366f126}[data-theme=dark] .sidebar-section-btn:hover{background:#ffffff0d}.sidebar-section-btn.active{background:var(--accent-glow);border-color:var(--accent);color:var(--accent)}.section-icon{flex-shrink:0;font-size:1.25rem}.section-label{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.section-toggle{opacity:.6;font-size:.75rem}.add-content-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:.5rem;margin:1rem;padding:.875rem;font-size:.95rem;font-weight:600;transition:all .2s}.add-content-btn:hover{background:var(--accent-hover);box-shadow:0 4px 12px var(--accent-glow);transform:translateY(-2px)}.resume-form-panel-new{background:var(--surface-primary);border:1px solid var(--border-strong);border-radius:.75rem;flex-direction:column;display:flex;overflow:hidden}[data-theme=light] .resume-form-panel-new{background:#fff;border-color:#6366f11f;box-shadow:0 2px 8px #6366f10a}[data-theme=dark] .resume-form-panel-new{background:#ffffff05;border-color:#ffffff26}@media (max-width:1400px){.resume-creator-layout{grid-template-columns:250px 1fr 1fr}}@media (max-width:1200px){.resume-creator-layout{grid-template-columns:1fr 1fr;height:auto}.resume-sidebar{display:none}.resume-form-panel-new{order:1}.resume-preview-panel{order:2}}@media (max-width:768px){.resume-creator-layout{grid-template-columns:1fr}.resume-form-panel-new{order:2}.resume-preview-panel{order:1;height:500px}}.style-panel-advanced{background:var(--surface-secondary);border-bottom:1px solid var(--border-strong);max-height:70vh;padding:0;animation:.3s slideDown;overflow-y:auto}.style-tabs{border-bottom:1px solid var(--border-strong);gap:.25rem;padding:1rem 1rem 0;display:flex;overflow-x:auto}.style-tab{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}.style-tab:hover{color:var(--text-primary)}.style-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.style-tab-content{padding:1rem}.style-section{margin-bottom:1.5rem}.style-section-title{color:var(--text-primary);margin-bottom:.75rem;font-size:.9rem;font-weight:600}.style-option-row{margin-bottom:1rem}.style-option-label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.8rem;font-weight:500;display:block}.style-button-group{flex-wrap:wrap;gap:.5rem;display:flex}.style-btn{border:1px solid var(--border-strong);background:var(--surface-primary);color:var(--text-primary);cursor:pointer;border-radius:.375rem;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:all .2s}[data-theme=dark] .style-btn{color:#fff;background:#ffffff0d;border-color:#fff3}[data-theme=light] .style-btn{color:#111827;background:#fff;border-color:#d1d5db}.style-btn:hover{border-color:var(--accent);background:var(--accent-glow)}.style-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.column-preview{border:2px solid var(--border-strong);cursor:pointer;border-radius:.5rem;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;transition:all .2s;display:flex}.column-preview:hover{border-color:var(--accent)}.column-preview.active{border-color:var(--accent);background:var(--accent-glow)}.column-icon{flex-direction:column;justify-content:center;gap:3px;width:60px;height:40px;padding:.5rem;display:flex}.column-line{background:var(--accent);border-radius:2px;height:3px}.column-line.half{width:50%}.slider-control{align-items:center;gap:.75rem;display:flex}.slider-input{background:var(--border-strong);-webkit-appearance:none;border-radius:3px;outline:none;flex:1;height:6px}.slider-input::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:pointer;border-radius:50%;width:16px;height:16px}.slider-input::-moz-range-thumb{background:var(--accent);cursor:pointer;border:none;border-radius:50%;width:16px;height:16px}.slider-value{text-align:right;min-width:40px;color:var(--text-primary);font-size:.85rem;font-weight:500}.slider-buttons{gap:.25rem;display:flex}.slider-btn{border:1px solid var(--border-strong);background:var(--surface-primary);width:28px;height:28px;color:var(--text-primary);cursor:pointer;border-radius:.25rem;justify-content:center;align-items:center;font-size:1rem;transition:all .2s;display:flex}.slider-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.color-palette{grid-template-columns:repeat(6,1fr);gap:.5rem;display:grid}.color-swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;width:40px;height:40px;transition:all .2s}.color-swatch:hover{transform:scale(1.1)}.color-swatch.active{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.photo-shapes{gap:.75rem;display:flex}.shape-option{border:2px solid var(--border-strong);background:var(--surface-tertiary);cursor:pointer;width:50px;height:50px;transition:all .2s}.shape-option.circle{border-radius:50%}.shape-option.square{border-radius:0}.shape-option.rounded{border-radius:.5rem}.shape-option:hover,.shape-option.active{border-color:var(--accent);background:var(--accent-glow)}.checkbox-option{cursor:pointer;align-items:center;gap:.5rem;padding:.5rem;display:flex}.checkbox-option input[type=checkbox]{cursor:pointer;width:18px;height:18px}.sidebar-actions{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;margin-top:auto;padding:1rem;display:flex}.clear-draft-btn{border:1px solid var(--danger);border-radius:var(--radius-sm);color:var(--danger);cursor:pointer;text-align:center;background:0 0;padding:.65rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.clear-draft-btn:hover{background:#ff7c971a;transform:translateY(-1px)}.save-notification{background:var(--surface-strong);border:1px solid var(--border-strong);border-radius:var(--radius-md);color:var(--text);z-index:1000;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;animation:.3s slideUp;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.sidebar-section-btn.active .section-icon{transform:scale(1.1)}.sidebar-section-btn.active .section-toggle{transform:rotate(180deg)}.form-sections{scroll-behavior:smooth}.form-section-collapsible{scroll-margin-top:2rem}.form-input-compact:disabled,.form-textarea-compact:disabled{opacity:.6;cursor:not-allowed}.sidebar-section-btn:focus-visible,.add-content-btn:focus-visible,.icon-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (max-width:1200px){.save-notification{text-align:center;bottom:1rem;left:1rem;right:1rem;transform:none}}@media print{.dashboard-header,.resume-sidebar,.resume-form-panel-new,.preview-header,.style-panel-advanced{display:none!important}.resume-creator-layout{grid-template-columns:1fr!important}.resume-preview-panel{box-shadow:none!important;border:none!important;padding:0!important}.resume-preview-content{max-width:100%!important}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.preview-header-left{align-items:center;gap:1rem;display:flex}.inline-save-msg{color:var(--success);font-size:.85rem;font-weight:600;animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.icon-button{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-soft);color:var(--text);cursor:pointer;padding:.6rem;font-size:1.1rem;transition:all .2s;position:relative}.icon-button:hover{background:var(--accent-glow);border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.icon-button:active{transform:translateY(0)}.icon-button:after{content:attr(title);background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-sm);white-space:nowrap;opacity:0;pointer-events:none;z-index:100;padding:.4rem .75rem;font-size:.75rem;transition:opacity .2s;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%)}.icon-button:hover:after{opacity:1}.quick-tips{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-sm);flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding:.75rem 1rem;display:flex}.tip-item{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.8rem;display:flex}@media (max-width:768px){.quick-tips{flex-direction:column;gap:.5rem}}.section-header-inline{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.add-button-small{border:1px dashed var(--border-strong);border-radius:var(--radius-sm);color:var(--accent);cursor:pointer;background:0 0;padding:.4rem .85rem;font-size:.85rem;font-weight:600;transition:all .2s}.add-button-small:hover{background:var(--accent-glow);border-style:solid;border-color:var(--accent);transform:translateY(-1px)}.experience-mini-block{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-sm);gap:.75rem;margin-bottom:1rem;padding:1rem;display:grid}.mini-block-header{border-bottom:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;padding-bottom:.5rem;font-size:.85rem;font-weight:600;display:flex}.remove-button-small{border:1px solid var(--danger);border-radius:var(--radius-sm);color:var(--danger);cursor:pointer;background:0 0;padding:.25rem .5rem;font-size:.8rem;font-weight:600;transition:all .2s}.remove-button-small:hover{background:var(--danger);color:#fff}.form-row-compact{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;display:grid}.checkbox-label-compact{color:var(--text-muted);cursor:pointer;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.88rem;display:flex}.checkbox-label-compact input[type=checkbox]{cursor:pointer;width:16px;height:16px;accent-color:var(--accent)}.checkbox-label-compact:hover{color:var(--text)}.flowcv-shell{background:#f8f9fa;flex-direction:column;min-height:100vh;display:flex}[data-theme=dark] .flowcv-shell{background:#0f1419}.flowcv-topbar{z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;display:flex;position:sticky;top:0;box-shadow:0 1px 4px #0000000f}[data-theme=dark] .flowcv-topbar{background:#1a2035;border-bottom-color:#2d3748;box-shadow:0 1px 4px #0000004d}.flowcv-topbar-left{flex:1;align-items:center;gap:1.5rem;display:flex}.flowcv-back-btn{color:#6b7280;font-size:.9rem;text-decoration:none;transition:color .2s}.flowcv-back-btn:hover{color:#3b82f6}.flowcv-doc-title{align-items:center;gap:.75rem;display:flex}.flowcv-title-input{color:var(--text);background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.95rem;font-weight:600;transition:background .2s}.flowcv-title-input:hover{background:#f3f4f6}[data-theme=dark] .flowcv-title-input:hover{background:#2d3748}.flowcv-title-input:focus{background:#f3f4f6;outline:none}.flowcv-autosave{color:#10b981;font-size:.8rem;font-weight:500}.flowcv-topbar-right{align-items:center;gap:.75rem;display:flex}.flowcv-btn-primary,.flowcv-btn-secondary{cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s}.flowcv-btn-primary{color:#fff;background:#3b82f6}.flowcv-btn-primary:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.flowcv-btn-secondary{color:#374151;background:#fff;border:1px solid #d1d5db}[data-theme=dark] .flowcv-btn-secondary{color:#e5e7eb;background:#2d3748;border-color:#4a5568}.flowcv-btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}[data-theme=dark] .flowcv-btn-secondary:hover{background:#374151}.flowcv-workspace{flex:1;grid-template-columns:200px 420px 1fr;display:grid;overflow:hidden}.flowcv-nav-sidebar{background:#f9fafb;border-right:1px solid #e5e7eb;flex-direction:column;height:calc(100vh - 60px);display:flex;overflow-y:auto}[data-theme=dark] .flowcv-nav-sidebar{background:#0d1117;border-right-color:#2d3748}.nav-sidebar-header{border-bottom:1px solid #e5e7eb;padding:1.25rem 1rem}[data-theme=dark] .nav-sidebar-header{border-bottom-color:#2d3748}.nav-sidebar-header h3{color:#111827;margin:0 0 .25rem;font-size:.95rem;font-weight:700}[data-theme=dark] .nav-sidebar-header h3{color:#f1f5f9}.nav-sidebar-header p{color:#6b7280;margin:0;font-size:.75rem}[data-theme=dark] .nav-sidebar-header p{color:#94a3b8}.nav-sidebar-list{flex-direction:column;flex:1;gap:.25rem;padding:.5rem;display:flex}.nav-sidebar-item{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:.75rem;width:100%;padding:.75rem .85rem;transition:all .2s;display:flex}.nav-sidebar-item:hover{background:#f3f4f6}[data-theme=dark] .nav-sidebar-item:hover{background:#1e2a3a}.nav-sidebar-item.active{background:#eff6ff;border-left:3px solid #3b82f6}[data-theme=dark] .nav-sidebar-item.active{background:#1e3a5f}.nav-item-icon{font-size:1.1rem}.nav-item-title{color:#374151;flex:1;font-size:.85rem;font-weight:600}[data-theme=dark] .nav-item-title{color:#cbd5e1}.nav-sidebar-item.active .nav-item-title{color:#3b82f6}.nav-sidebar-actions{border-top:1px solid #e5e7eb;flex-direction:column;gap:.5rem;padding:.75rem .5rem;display:flex}[data-theme=dark] .nav-sidebar-actions{border-top-color:#2d3748}.nav-action-btn{color:#2563eb;cursor:pointer;text-align:left;background:#f8faff;border:1.5px dashed #93c5fd;border-radius:6px;padding:.65rem .85rem;font-size:.8rem;font-weight:700;transition:all .18s}[data-theme=dark] .nav-action-btn{color:#60a5fa;background:#1a2235;border-color:#3b5a8a}.nav-action-btn:hover{background:#eff6ff;border-style:solid;border-color:#3b82f6;transform:translateY(-1px)}[data-theme=dark] .nav-action-btn:hover{background:#1e3a5f;border-color:#60a5fa}.flowcv-quick-tips{background:linear-gradient(135deg,#eff6ff 0%,#f0f9ff 100%);border-bottom:1px solid #bfdbfe;justify-content:center;align-items:center;gap:2rem;padding:.75rem 1.5rem;display:flex}[data-theme=dark] .flowcv-quick-tips{background:linear-gradient(135deg,#1e3a5f 0%,#1a2f4a 100%);border-bottom-color:#3b5a8a}.quick-tip{color:#1e40af;align-items:center;gap:.5rem;font-size:.85rem;display:flex}[data-theme=dark] .quick-tip{color:#93c5fd}.tip-icon{font-size:1.1rem}.tip-text{font-weight:500}.tip-text strong{color:#1e3a8a;font-weight:700}[data-theme=dark] .tip-text strong{color:#60a5fa}.flowcv-editor{background:#fff;border-right:1px solid #e5e7eb;height:calc(100vh - 60px);overflow-y:auto}[data-theme=dark] .flowcv-editor{background:#161b27;border-right-color:#2d3748}.flowcv-editor-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:1.5rem}[data-theme=dark] .flowcv-editor-header{background:#1a2035;border-bottom-color:#2d3748}.flowcv-editor-header h2{color:#111827;margin:0 0 .25rem;font-size:1.25rem;font-weight:700}[data-theme=dark] .flowcv-editor-header h2{color:#f1f5f9}.flowcv-editor-header p{color:#6b7280;margin:0;font-size:.875rem}[data-theme=dark] .flowcv-editor-header p{color:#94a3b8}.flowcv-sections{padding:0}.flowcv-section{border-bottom:1px solid #e5e7eb}[data-theme=dark] .flowcv-section{border-bottom-color:#2d3748}.flowcv-section-header{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:1rem 1.5rem;transition:background .2s;display:flex}.flowcv-section-header:hover{background:#f3f4f6}[data-theme=dark] .flowcv-section-header:hover{background:#1e2a3a}.section-icon{font-size:1.25rem}.section-title{color:#111827;flex:1;font-size:.95rem;font-weight:600}[data-theme=dark] .section-title{color:#f1f5f9}.section-toggle{color:#6b7280;font-size:1.25rem;font-weight:400}[data-theme=dark] .section-toggle{color:#94a3b8}.flowcv-section-content{background:#fafafa;flex-direction:column;gap:1rem;padding:1rem 1.5rem 1.5rem;display:flex}[data-theme=dark] .flowcv-section-content{background:#131825}.flowcv-field{flex-direction:column;gap:.4rem;display:flex}.flowcv-field label{color:#374151;letter-spacing:.01em;font-size:.82rem;font-weight:700}[data-theme=dark] .flowcv-field label{color:#cbd5e1}.flowcv-field input,.flowcv-field textarea,.flowcv-skill-input,.flowcv-skill-level{color:#111827;background:#fff;border:1.5px solid #d1d5db;border-radius:7px;width:100%;padding:.7rem .9rem;font-size:.92rem;font-weight:500;transition:all .18s;box-shadow:0 1px 2px #0000000a}[data-theme=dark] .flowcv-field input,[data-theme=dark] .flowcv-field textarea,[data-theme=dark] .flowcv-skill-input,[data-theme=dark] .flowcv-skill-level{color:#f1f5f9;background:#1e2a3a;border-color:#3d4f6a}.flowcv-field input::placeholder,.flowcv-field textarea::placeholder,.flowcv-skill-input::placeholder{color:#9ca3af;font-weight:400}[data-theme=dark] .flowcv-field input::placeholder,[data-theme=dark] .flowcv-field textarea::placeholder,[data-theme=dark] .flowcv-skill-input::placeholder{color:#64748b}.flowcv-field input:focus,.flowcv-field textarea:focus,.flowcv-skill-input:focus,.flowcv-skill-level:focus{background:#fff;border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f626}[data-theme=dark] .flowcv-field input:focus,[data-theme=dark] .flowcv-field textarea:focus,[data-theme=dark] .flowcv-skill-input:focus,[data-theme=dark] .flowcv-skill-level:focus{background:#1e2a3a}.flowcv-field textarea{resize:vertical;font-family:inherit;line-height:1.6}.flowcv-field-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.flowcv-entry-block{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:.75rem;padding:1rem;display:flex;box-shadow:0 1px 3px #0000000d}[data-theme=dark] .flowcv-entry-block{background:#1a2235;border-color:#2d3f5a}.flowcv-entry-header{color:#374151;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding-bottom:.5rem;font-size:.85rem;font-weight:700;display:flex}[data-theme=dark] .flowcv-entry-header{color:#cbd5e1;border-bottom-color:#2d3748}.flowcv-remove-btn{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:4px;padding:.25rem .6rem;font-size:.82rem;transition:all .18s}.flowcv-remove-btn:hover{color:#fff;background:#ef4444}.flowcv-checkbox{color:#374151;cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}[data-theme=dark] .flowcv-checkbox{color:#cbd5e1}.flowcv-checkbox input[type=checkbox]{cursor:pointer;accent-color:#3b82f6;width:16px;height:16px}.flowcv-add-btn{color:#2563eb;cursor:pointer;background:#f8faff;border:1.5px dashed #93c5fd;border-radius:7px;padding:.7rem 1rem;font-size:.9rem;font-weight:700;transition:all .18s}[data-theme=dark] .flowcv-add-btn{color:#60a5fa;background:#1a2235;border-color:#3b5a8a}.flowcv-add-btn:hover{background:#eff6ff;border-style:solid;border-color:#3b82f6}[data-theme=dark] .flowcv-add-btn:hover{background:#1e3a5f;border-color:#60a5fa}.flowcv-skill-row{align-items:center;gap:.5rem;display:flex}.flowcv-skill-input{color:#111827;background:#fff;border:1.5px solid #d1d5db;border-radius:7px;flex:1;padding:.7rem .9rem;font-size:.92rem;font-weight:500}[data-theme=dark] .flowcv-skill-input{background:#0f1419;border-color:#4a5568}.flowcv-remove-btn-small{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:4px;min-width:32px;padding:.5rem;font-size:.85rem;transition:all .2s}.flowcv-remove-btn-small:hover{color:#fff;background:#ef4444}.flowcv-preview-area{background:#e8ecf0;flex-direction:column;align-items:center;height:calc(100vh - 60px);padding:2rem 1rem;display:flex;overflow-y:auto}[data-theme=dark] .flowcv-preview-area{background:#0d1117}.flowcv-preview-controls{justify-content:center;margin-bottom:1.5rem;display:flex}.flowcv-zoom-controls{background:#fff;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:.75rem;padding:.5rem 1rem;display:flex;box-shadow:0 2px 8px #00000014}[data-theme=dark] .flowcv-zoom-controls{background:#1a2035;border-color:#2d3748}.flowcv-zoom-controls button{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.1rem;font-weight:700;transition:all .2s;display:flex}[data-theme=dark] .flowcv-zoom-controls button{color:#e2e8f0;background:#2d3748;border-color:#4a5568}.flowcv-zoom-controls button:hover{background:#e5e7eb;border-color:#9ca3af}[data-theme=dark] .flowcv-zoom-controls button:hover{background:#374151}.flowcv-zoom-controls span{color:#374151;text-align:center;min-width:50px;font-size:.9rem;font-weight:700}[data-theme=dark] .flowcv-zoom-controls span{color:#e2e8f0}.flowcv-preview-container{transform-origin:top;transition:transform .2s}.flowcv-resume-page{color:#1f2937;background:#fff;width:210mm;min-height:297mm;margin:0 auto;padding:20mm;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;box-shadow:0 4px 20px #0000001a}.flowcv-resume-header{text-align:center;border-bottom:2px solid #e5e7eb;margin-bottom:1.5rem;padding-bottom:1.5rem}.flowcv-resume-header h1{color:#111827;letter-spacing:-.02em;margin:0 0 .5rem;font-size:2.25rem;font-weight:700}.flowcv-job-title{color:#3b82f6;margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.flowcv-contact-info,.flowcv-links{color:#6b7280;flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;font-size:.9rem;display:flex}.flowcv-contact-info span:not(:last-child):after,.flowcv-links span:not(:last-child):after{content:"•";color:#d1d5db;margin-left:1rem}.flowcv-resume-section{margin-bottom:1.5rem}.flowcv-resume-section h2{color:#111827;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #3b82f6;margin:0 0 .75rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:700}.flowcv-resume-section>p{color:#374151;margin:0;line-height:1.7}.flowcv-resume-entry{margin-bottom:1.25rem}.flowcv-resume-entry:last-child{margin-bottom:0}.flowcv-entry-title-row{justify-content:space-between;align-items:baseline;margin-bottom:.35rem;display:flex}.flowcv-entry-title-row strong{color:#111827;font-size:1rem;font-weight:600}.flowcv-entry-dates{color:#6b7280;font-size:.875rem;font-weight:500}.flowcv-entry-company{color:#3b82f6;margin-bottom:.5rem;font-size:.9rem;font-weight:500}.flowcv-entry-title{color:#111827;margin-bottom:.25rem;font-size:1rem}.flowcv-entry-title strong{font-weight:600}.flowcv-entry-meta{color:#6b7280;gap:1rem;margin-bottom:.5rem;font-size:.875rem;display:flex}.flowcv-entry-description{color:#374151;font-size:.9rem;line-height:1.7}.flowcv-entry-description div{margin-bottom:.25rem;padding-left:1rem;position:relative}.flowcv-entry-description div:before{content:"•";color:#3b82f6;font-weight:700;position:absolute;left:0}.flowcv-skills-list{flex-wrap:wrap;gap:.5rem;display:flex}.flowcv-skill-tag{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;padding:.4rem .85rem;font-size:.875rem;font-weight:500}.flowcv-reference-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:.75rem;font-size:.85rem}.flowcv-reference-card strong{color:#111827;margin-bottom:.25rem;font-size:.9rem;display:block}.flowcv-reference-card div{margin-bottom:.15rem}.flowcv-empty-state{color:#9ca3af;text-align:center;justify-content:center;align-items:center;min-height:200px;padding:2rem;font-size:1rem;display:flex}.flowcv-empty-state p{margin:0;font-style:italic}.flowcv-modal-backdrop{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.flowcv-modal{background:#fff;border-radius:12px;width:100%;max-width:900px;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}[data-theme=dark] .flowcv-modal{background:#161b27}.flowcv-modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}[data-theme=dark] .flowcv-modal-header{border-bottom-color:#2d3748}.flowcv-modal-header h2{color:#111827;margin:0;font-size:1.5rem;font-weight:700}[data-theme=dark] .flowcv-modal-header h2{color:#f1f5f9}.flowcv-close-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;transition:all .2s;display:flex}.flowcv-close-btn:hover{color:#374151;background:#f3f4f6}[data-theme=dark] .flowcv-close-btn:hover{background:#2d3748}.flowcv-templates-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;padding:1.5rem;display:grid}.flowcv-template-card{cursor:pointer;border:2px solid #e5e7eb;border-radius:8px;transition:all .2s;position:relative;overflow:hidden}[data-theme=dark] .flowcv-template-card{border-color:#2d3748}.flowcv-template-card:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.flowcv-template-card.selected{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.flowcv-template-preview{background:#f3f4f6;justify-content:center;align-items:center;height:180px;display:flex}.flowcv-template-icon{font-size:3rem}.flowcv-template-info{background:#fff;flex-direction:column;gap:.25rem;padding:1rem;display:flex}[data-theme=dark] .flowcv-template-info{background:#1a1f2e}.flowcv-template-info strong{color:var(--text);font-size:.95rem}.flowcv-template-info span{color:#6b7280;font-size:.8rem}.flowcv-selected-badge{color:#fff;background:#3b82f6;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:700;display:flex;position:absolute;top:.75rem;right:.75rem;box-shadow:0 2px 8px #3b82f666}.flowcv-add-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;max-height:60vh;padding:1.5rem;display:grid;overflow-y:auto}.flowcv-add-card{cursor:pointer;text-align:left;background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;align-items:flex-start;gap:1rem;padding:1.25rem;transition:all .2s;display:flex;position:relative}.flowcv-add-card:hover:not(.added){background:#eff6ff;border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 8px 24px #3b82f626}[data-theme=dark] .flowcv-add-card:hover:not(.added){background:#1e3a5f}.flowcv-add-card.added{opacity:.6;cursor:not-allowed;background:#f3f4f6}[data-theme=dark] .flowcv-add-card.added{background:#0d1117}.add-card-icon{flex-shrink:0;font-size:2rem}.add-card-body{flex-direction:column;flex:1;gap:.35rem;display:flex}.add-card-body strong{color:#111827;font-size:.95rem}.section-header-actions{align-items:center;gap:.75rem;display:flex}.section-remove-icon{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.85rem;transition:all .2s;display:flex}@media (max-width:1400px){.flowcv-workspace{grid-template-columns:180px 380px 1fr}.flowcv-quick-tips{gap:1rem}.quick-tip{font-size:.8rem}}@media (max-width:1200px){.flowcv-workspace{grid-template-columns:160px 360px 1fr}.flowcv-quick-tips{flex-wrap:wrap;gap:.75rem}}@media (max-width:968px){.flowcv-workspace{grid-template-columns:1fr}.flowcv-nav-sidebar{display:none}.flowcv-editor{height:auto;max-height:50vh}.flowcv-preview-area{height:auto}.flowcv-quick-tips{display:none}}@media (max-width:640px){.flowcv-topbar{flex-direction:column;align-items:stretch;gap:.75rem}.flowcv-topbar-left,.flowcv-topbar-right{justify-content:space-between}.flowcv-templates-grid{grid-template-columns:1fr}}@media print{.flowcv-topbar,.flowcv-editor,.flowcv-preview-controls{display:none!important}.flowcv-workspace{grid-template-columns:1fr!important}.flowcv-preview-area{background:#fff!important;padding:0!important}.flowcv-preview-container{transform:none!important}.flowcv-resume-page{box-shadow:none!important;margin:0!important;padding:0!important}}.flowcv-photo-section{background:#f8faff;border:1.5px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:1rem;padding:1rem;display:flex}[data-theme=dark] .flowcv-photo-section{background:#1a2235;border-color:#2d3f5a}.flowcv-photo-section>label{color:#374151;margin-bottom:0;font-size:.82rem;font-weight:700}[data-theme=dark] .flowcv-photo-section>label{color:#cbd5e1}.flowcv-photo-upload{justify-content:center;display:flex}.flowcv-photo-preview{display:inline-block;position:relative}.flowcv-photo-img{object-fit:cover;border:3px solid #e5e7eb;width:120px;height:120px}[data-theme=dark] .flowcv-photo-img{border-color:#4a5568}.flowcv-photo-img.circle{border-radius:50%}.flowcv-photo-img.square{border-radius:0}.flowcv-photo-img.rounded{border-radius:12px}.flowcv-photo-remove{color:#fff;cursor:pointer;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;transition:all .2s;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 8px #0003}.flowcv-photo-remove:hover{background:#dc2626;transform:scale(1.1)}.flowcv-photo-upload-btn{cursor:pointer}.flowcv-photo-placeholder{background:#fff;border:2px dashed #d1d5db;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:120px;height:120px;transition:all .2s;display:flex}[data-theme=dark] .flowcv-photo-placeholder{background:#0a0e14;border-color:#4a5568}.flowcv-photo-placeholder:hover{background:#eff6ff;border-color:#3b82f6}[data-theme=dark] .flowcv-photo-placeholder:hover{background:#1e3a5f}.flowcv-photo-icon{font-size:2rem}.flowcv-photo-placeholder span:nth-child(2){color:#3b82f6;font-size:.9rem;font-weight:600}.flowcv-photo-hint{color:#9ca3af;font-size:.75rem}.flowcv-photo-options{border-top:1px solid #e5e7eb;flex-direction:column;gap:1rem;padding-top:.5rem;display:flex}[data-theme=dark] .flowcv-photo-options{border-top-color:#2d3748}.flowcv-photo-shapes{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.flowcv-shape-btn{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:8px;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem;transition:all .2s;display:flex}[data-theme=dark] .flowcv-shape-btn{background:#0a0e14;border-color:#4a5568}.flowcv-shape-btn:hover{background:#eff6ff;border-color:#3b82f6}[data-theme=dark] .flowcv-shape-btn:hover{background:#1e3a5f}.flowcv-shape-btn.active{background:#eff6ff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}[data-theme=dark] .flowcv-shape-btn.active{background:#1e3a5f}.flowcv-shape-btn span{color:#6b7280;font-size:.8rem;font-weight:600}.flowcv-shape-btn.active span{color:#3b82f6}.shape-preview{background:#d1d5db;width:40px;height:40px}.shape-preview.circle{border-radius:50%}.shape-preview.square{border-radius:0}.shape-preview.rounded{border-radius:8px}.flowcv-position-btns{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.flowcv-pos-btn{color:#6b7280;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:6px;padding:.65rem;font-size:.85rem;font-weight:600;transition:all .2s}[data-theme=dark] .flowcv-pos-btn{background:#0a0e14;border-color:#4a5568}.flowcv-pos-btn:hover{color:#3b82f6;background:#eff6ff;border-color:#3b82f6}[data-theme=dark] .flowcv-pos-btn:hover{background:#1e3a5f}.flowcv-pos-btn.active{color:#fff;background:#3b82f6;border-color:#3b82f6}.flowcv-resume-header.with-photo{align-items:center;gap:1.5rem;display:flex}.flowcv-resume-header.with-photo.photo-top{text-align:center;flex-direction:column}.flowcv-resume-header.with-photo.photo-left{text-align:left;flex-direction:row}.flowcv-resume-header.with-photo.photo-right{text-align:right;flex-direction:row-reverse}.flowcv-resume-photo{flex-shrink:0}.flowcv-resume-photo img{object-fit:cover;border:3px solid #e5e7eb;width:100px;height:100px}.flowcv-resume-photo.circle img{border-radius:50%}.flowcv-resume-photo.square img{border-radius:0}.flowcv-resume-photo.rounded img{border-radius:12px}.flowcv-header-content{flex:1}.flowcv-resume-header.with-photo.photo-top .flowcv-header-content{text-align:center}.flowcv-resume-header.with-photo.photo-left .flowcv-header-content{text-align:left}.flowcv-resume-header.with-photo.photo-right .flowcv-header-content{text-align:right}.flowcv-resume-header.with-photo.photo-right .flowcv-contact-info,.flowcv-resume-header.with-photo.photo-right .flowcv-links{justify-content:flex-end}.flowcv-resume-header.with-photo.photo-left .flowcv-contact-info,.flowcv-resume-header.with-photo.photo-left .flowcv-links{justify-content:flex-start}@media (max-width:640px){.flowcv-photo-shapes{grid-template-columns:1fr}.flowcv-resume-header.with-photo{text-align:center;flex-direction:column}.flowcv-resume-header.with-photo .flowcv-contact-info,.flowcv-resume-header.with-photo .flowcv-links{justify-content:center}}.flowcv-add-modal{max-width:860px!important}.flowcv-add-grid{grid-template-columns:repeat(4,1fr);gap:.75rem;padding:1.5rem;display:grid}@media (max-width:860px){.flowcv-add-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.flowcv-add-grid{grid-template-columns:1fr}}.flowcv-add-card{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:.5rem;padding:1rem;transition:all .18s;display:flex;position:relative}[data-theme=dark] .flowcv-add-card{background:#1a2235;border-color:#2d3f5a}.flowcv-add-card:hover:not(:disabled){border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 16px #3b82f61f}.flowcv-add-card:disabled,.flowcv-add-card.added{opacity:.5;cursor:not-allowed;transform:none}.add-card-icon{font-size:1.5rem;line-height:1}.add-card-body strong{color:#111827;margin-bottom:.25rem;font-size:.9rem;font-weight:700;display:block}[data-theme=dark] .add-card-body strong{color:#f1f5f9}.add-card-body p{color:#4b5563;margin:0;font-size:.78rem;line-height:1.5}[data-theme=dark] .add-card-body p{color:#94a3b8}.add-card-badge{color:#065f46;background:#d1fae5;border-radius:999px;padding:.2rem .5rem;font-size:.72rem;font-weight:700;position:absolute;top:.5rem;right:.5rem}[data-theme=dark] .add-card-badge{color:#6ee7b7;background:#064e3b}.flowcv-add-section-wrap{border-top:1px solid #e5e7eb;padding:1.25rem 1.5rem}[data-theme=dark] .flowcv-add-section-wrap{border-top-color:#2d3748}.flowcv-add-section-btn{color:#2563eb;cursor:pointer;background:#f8faff;border:2px dashed #93c5fd;border-radius:8px;width:100%;padding:.85rem;font-size:.95rem;font-weight:700;transition:all .18s}[data-theme=dark] .flowcv-add-section-btn{color:#60a5fa;background:#1a2235;border-color:#3b5a8a}.flowcv-add-section-btn:hover{background:#eff6ff;border-style:solid;border-color:#3b82f6;transform:translateY(-1px)}[data-theme=dark] .flowcv-add-section-btn:hover{background:#1e3a5f;border-color:#60a5fa}.section-header-actions{align-items:center;gap:.5rem;margin-left:auto;display:flex}.section-remove-icon{color:#9ca3af;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.8rem;transition:all .15s;display:inline-flex}.section-remove-icon:hover{color:#ef4444;background:#fee2e2}[data-theme=dark] .section-remove-icon:hover{background:#ef444433}.flowcv-skill-level{color:var(--text);cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;min-width:120px;padding:.6rem .5rem;font-size:.85rem}[data-theme=dark] .flowcv-skill-level{background:#0f1419;border-color:#4a5568}.flowcv-skill-level:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.flowcv-preview-outer{justify-content:center;width:100%;display:flex}.flowcv-entry-title-row{justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.2rem;display:flex}.flowcv-entry-title-row strong{color:#111827;font-size:.95rem}.flowcv-entry-dates{color:#6b7280;white-space:nowrap;flex-shrink:0;font-size:.82rem}.flowcv-entry-company{color:#4b5563;margin-bottom:.35rem;font-size:.88rem}.flowcv-entry-meta-small{color:#6b7280;margin-bottom:.25rem;font-size:.82rem}.flowcv-references-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.flowcv-reference-card{border:1px solid #e5e7eb;border-radius:6px;padding:.75rem;font-size:.88rem;line-height:1.6}.flowcv-title-text{color:var(--text);padding:.25rem .5rem;font-size:.95rem;font-weight:600}.flowcv-workspace:has(.fcv-customize-panel){grid-template-columns:200px 380px 320px 1fr}.fcv-customize-panel{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;height:calc(100vh - 60px);display:flex;overflow-y:auto}[data-theme=dark] .fcv-customize-panel{background:#161b27;border-right-color:#2d3748}.cp-header{border-bottom:1px solid #e5e7eb;padding:1.25rem 1.25rem .75rem}[data-theme=dark] .cp-header{border-bottom-color:#2d3748}.cp-header h3{color:#111827;margin:0;font-size:1.1rem;font-weight:700}[data-theme=dark] .cp-header h3{color:#f1f5f9}.cp-tabs{background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;gap:2px;padding:.5rem .75rem;display:flex}[data-theme=dark] .cp-tabs{background:#1a2035;border-bottom-color:#2d3748}.cp-tab{color:#6b7280;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:.35rem .65rem;font-size:.78rem;font-weight:600;transition:all .15s}[data-theme=dark] .cp-tab{color:#94a3b8}.cp-tab:hover{color:#374151;background:#e5e7eb}[data-theme=dark] .cp-tab:hover{color:#e2e8f0;background:#2d3748}.cp-tab.active{color:#fff;background:#4f46e5}.cp-body{flex:1;padding:1rem 1.25rem;overflow-y:auto}.cp-section{flex-direction:column;gap:1rem;display:flex}.cp-section-title{color:#374151;text-transform:uppercase;letter-spacing:.06em;margin-bottom:-.25rem;font-size:.8rem;font-weight:700}[data-theme=dark] .cp-section-title{color:#94a3b8}.cp-btn{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #d1d5db;border-radius:7px;flex-direction:column;align-items:center;gap:.2rem;padding:.45rem .75rem;font-size:.82rem;font-weight:600;transition:all .15s;display:inline-flex}[data-theme=dark] .cp-btn{color:#cbd5e1;background:#1e2a3a;border-color:#3d4f6a}.cp-btn:hover{color:#4f46e5;border-color:#4f46e5}.cp-btn.active{color:#4f46e5;background:#eef2ff;border-color:#4f46e5}[data-theme=dark] .cp-btn.active{color:#a5b4fc;background:#1e1b4b;border-color:#6366f1}.cp-row{flex-direction:column;gap:.4rem;display:flex}.cp-row-label{color:#374151;font-size:.8rem;font-weight:700}[data-theme=dark] .cp-row-label{color:#cbd5e1}.cp-row-control{flex-wrap:wrap;gap:.4rem;display:flex}.cp-slider-row{flex-direction:column;gap:.4rem;display:flex}.cp-slider-header{justify-content:space-between;align-items:center;display:flex}.cp-slider-label{color:#374151;font-size:.8rem;font-weight:700}[data-theme=dark] .cp-slider-label{color:#cbd5e1}.cp-slider-stepper{color:#374151;align-items:center;gap:.4rem;font-size:.8rem;font-weight:700;display:flex}[data-theme=dark] .cp-slider-stepper{color:#cbd5e1}.cp-slider-stepper button{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;font-size:1rem;transition:all .15s;display:flex}[data-theme=dark] .cp-slider-stepper button{color:#e2e8f0;background:#2d3748;border-color:#4a5568}.cp-slider-stepper button:hover{color:#fff;background:#4f46e5;border-color:#4f46e5}.cp-range{accent-color:#4f46e5;cursor:pointer;width:100%;height:4px}.cp-check{color:#374151;cursor:pointer;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:flex}[data-theme=dark] .cp-check{color:#cbd5e1}.cp-check input[type=checkbox]{accent-color:#4f46e5;cursor:pointer;width:16px;height:16px}.cp-col-options{gap:.5rem;display:flex}.cp-col-btn{cursor:pointer;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;flex-direction:column;flex:1;align-items:center;gap:.5rem;padding:.75rem .5rem;transition:all .15s;display:flex}[data-theme=dark] .cp-col-btn{background:#1e2a3a;border-color:#3d4f6a}.cp-col-btn:hover{border-color:#4f46e5}.cp-col-btn.active{background:#eef2ff;border-color:#4f46e5}[data-theme=dark] .cp-col-btn.active{background:#1e1b4b;border-color:#6366f1}.cp-col-btn span{color:#6b7280;font-size:.78rem;font-weight:600}.cp-col-btn.active span{color:#4f46e5}.cp-col-icon{flex-direction:column;justify-content:center;gap:4px;width:48px;height:36px;display:flex}.cp-col-icon div{background:#d1d5db;border-radius:2px;height:4px}.cp-col-btn.active .cp-col-icon div{background:#4f46e5}.cp-col-icon.col-two{flex-direction:row;gap:4px}.cp-col-icon.col-two .half{background:0 0;flex-direction:column;flex:1;gap:4px;height:100%;display:flex}.cp-col-icon.col-mix .wide{flex:2}.cp-col-icon.col-mix .narrow{flex:1}.cp-section-list{flex-direction:column;gap:.35rem;display:flex}.cp-section-item{color:#374151;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem .75rem;font-size:.85rem;font-weight:600;display:flex}[data-theme=dark] .cp-section-item{color:#cbd5e1;background:#1a2235;border-color:#2d3f5a}.cp-section-item.pinned{background:#eef2ff;border-color:#c7d2fe}[data-theme=dark] .cp-section-item.pinned{background:#1e1b4b;border-color:#4338ca}.cp-drag-handle{color:#9ca3af;cursor:grab;font-size:1rem}.cp-sec-icon{font-size:1rem}.cp-sec-name{flex:1}.cp-sec-arrows{gap:.25rem;display:flex}.cp-sec-arrows button{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;transition:all .15s;display:flex}[data-theme=dark] .cp-sec-arrows button{color:#94a3b8;background:#2d3748;border-color:#4a5568}.cp-sec-arrows button:hover:not(:disabled){color:#fff;background:#4f46e5;border-color:#4f46e5}.cp-sec-arrows button:disabled{opacity:.3;cursor:not-allowed}.cp-entry-layouts{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.cp-entry-layout-btn{cursor:pointer;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;padding:.75rem;transition:all .15s}[data-theme=dark] .cp-entry-layout-btn{background:#1e2a3a;border-color:#3d4f6a}.cp-entry-layout-btn:hover{border-color:#4f46e5}.cp-entry-layout-btn.active{background:#eef2ff;border-color:#4f46e5}[data-theme=dark] .cp-entry-layout-btn.active{background:#1e1b4b}.cp-entry-preview{flex-direction:column;gap:3px;display:flex}.ep-line{background:#d1d5db;border-radius:2px;width:100%;height:4px}.ep-line.bold{background:#6b7280;height:5px}.ep-line.short{width:60%}.cp-entry-layout-btn.active .ep-line{background:#a5b4fc}.cp-entry-layout-btn.active .ep-line.bold{background:#4f46e5}.cp-font-grid{grid-template-columns:repeat(2,1fr);gap:.4rem;display:grid}.cp-font-btn{color:#374151;cursor:pointer;text-align:left;white-space:nowrap;text-overflow:ellipsis;background:#fff;border:1.5px solid #d1d5db;border-radius:7px;padding:.5rem .75rem;font-size:.85rem;transition:all .15s;overflow:hidden}[data-theme=dark] .cp-font-btn{color:#cbd5e1;background:#1e2a3a;border-color:#3d4f6a}.cp-font-btn:hover{border-color:#4f46e5}.cp-font-btn.active{color:#4f46e5;background:#eef2ff;border-color:#4f46e5}[data-theme=dark] .cp-font-btn.active{color:#a5b4fc;background:#1e1b4b}.cp-color-swatches{flex-wrap:wrap;gap:.5rem;display:flex}.cp-color-swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;width:32px;height:32px;transition:all .15s;position:relative}.cp-color-swatch:hover{transform:scale(1.15)}.cp-color-swatch.active{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e540}.cp-color-custom{cursor:pointer;background:conic-gradient(red,#ff0,#0f0,#0ff,#00f,#f0f,red);justify-content:center;align-items:center;font-size:.9rem;display:flex}.cp-color-preview{border-radius:7px;justify-content:center;align-items:center;padding:.6rem 1rem;display:flex}.cp-heading-styles{grid-template-columns:repeat(4,1fr);gap:.4rem;display:grid}.cp-heading-style-btn{cursor:pointer;background:#fff;border:1.5px solid #d1d5db;border-radius:7px;padding:.5rem;transition:all .15s}[data-theme=dark] .cp-heading-style-btn{background:#1e2a3a;border-color:#3d4f6a}.cp-heading-style-btn:hover{border-color:#4f46e5}.cp-heading-style-btn.active{background:#eef2ff;border-color:#4f46e5}[data-theme=dark] .cp-heading-style-btn.active{background:#1e1b4b}.cp-heading-preview{text-align:center;padding:.2rem .25rem;font-size:.65rem;font-weight:700}.cp-heading-preview.hs-0{border-bottom:2px solid}.cp-heading-preview.hs-1{border-bottom:1px solid}.cp-heading-preview.hs-2{background:currentColor}.cp-heading-preview.hs-2 span{color:#fff}.cp-heading-preview.hs-3{border-left:3px solid;padding-left:4px}.cp-heading-preview.hs-4{letter-spacing:.1em}.cp-heading-preview.hs-5{text-transform:uppercase;border-bottom:2px solid}.cp-heading-preview.hs-6{text-decoration:underline}.cp-align-icon{flex-direction:column;justify-content:center;gap:3px;width:32px;height:24px;display:flex}.cp-align-icon div{opacity:.6;background:currentColor;border-radius:2px;height:3px}.cp-align-icon.left div:first-child{width:100%}.cp-align-icon.left div:nth-child(2){width:70%}.cp-align-icon.left div:nth-child(3){width:85%}.cp-align-icon.center div:first-child{width:100%;margin:0 auto}.cp-align-icon.center div:nth-child(2){width:70%;margin:0 auto}.cp-align-icon.center div:nth-child(3){width:85%;margin:0 auto}.cp-photo-pos-icon{align-items:center;gap:3px;width:36px;height:24px;display:flex}.cp-photo-pos-icon .dot{background:currentColor;border-radius:50%;flex-shrink:0;width:10px;height:10px}.cp-photo-pos-icon .lines{flex-direction:column;flex:1;gap:3px;display:flex}.cp-photo-pos-icon .lines div{opacity:.5;background:currentColor;border-radius:2px;height:3px}.cp-photo-pos-icon.pos-right{flex-direction:row-reverse}.cp-photo-pos-icon.pos-top{flex-direction:column;align-items:center}.cp-shape-btn{cursor:pointer;background:#fff;border:1.5px solid #d1d5db;border-radius:6px;padding:.4rem;transition:all .15s}[data-theme=dark] .cp-shape-btn{background:#1e2a3a;border-color:#3d4f6a}.cp-shape-btn:hover{border-color:#4f46e5}.cp-shape-btn.active{background:#eef2ff;border-color:#4f46e5}[data-theme=dark] .cp-shape-btn.active{background:#1e1b4b}.cp-shape-preview{background:#f3f4f6;border:2px solid #d1d5db;width:28px;height:28px}.cp-shape-preview.circle{border-radius:50%}.cp-shape-preview.sq1{border-radius:0}.cp-shape-preview.sq2{border-radius:4px}.cp-shape-preview.sq3{border-radius:8px}.cp-shape-preview.sq4{border-radius:12px}.cp-display-grid{grid-template-columns:repeat(2,1fr);gap:.4rem;display:grid}@media (max-width:1400px){.flowcv-workspace:has(.fcv-customize-panel){grid-template-columns:340px 280px 1fr}}@media (max-width:1100px){.flowcv-workspace:has(.fcv-customize-panel){grid-template-columns:1fr}.fcv-customize-panel{border-bottom:1px solid #e5e7eb;border-right:none;height:auto;max-height:50vh}}.resume-section{flex-direction:column;gap:1.5rem;display:flex}.resume-uploaded{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;display:flex}.resume-info{flex:1;align-items:center;gap:1rem;display:flex}.resume-icon{font-size:2rem;line-height:1}.resume-filename{color:var(--text);word-break:break-word;margin:0 0 .25rem;font-weight:600}.resume-meta{color:var(--text-soft);margin:0;font-size:.875rem}.resume-actions{flex-shrink:0;gap:.75rem;display:flex}.resume-empty{text-align:center;background:var(--surface-soft);border:2px dashed var(--border);border-radius:var(--radius-md);padding:2rem}.resume-empty-text{color:var(--text-muted);margin:0;font-size:.9375rem}.resume-upload-section{flex-direction:column;gap:.5rem;display:flex}.resume-upload-label{cursor:pointer;display:inline-block}.resume-upload-input{display:none}.resume-upload-button{background:var(--accent);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:inline-flex}.resume-upload-button:hover{background:var(--accent-strong);box-shadow:0 8px 20px var(--accent-glow);transform:translateY(-1px)}.resume-upload-label:has(input:disabled) .resume-upload-button{opacity:.6;cursor:not-allowed;transform:none}.resume-upload-hint{color:var(--text-soft);margin:0;font-size:.8125rem}.danger-button-small{color:var(--danger);border:1px solid var(--danger);border-radius:var(--radius-sm);background:0 0;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s}.danger-button-small:hover{background:var(--danger);color:#fff;transform:translateY(-1px)}@media (max-width:640px){.resume-uploaded{flex-direction:column;align-items:flex-start}.resume-actions{flex-direction:column;width:100%}.resume-actions button{width:100%}}.profile-menu-container{position:relative}.profile-menu-container :before,.profile-menu-container :after{content:none!important;display:none!important}.profile-menu-trigger{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.profile-avatar{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);color:#fff;border:2px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #6b7fff4d}.profile-avatar:before,.profile-avatar:after,.profile-menu-trigger:before,.profile-menu-trigger:after{content:none!important;display:none!important}.profile-menu-trigger:hover .profile-avatar{border-color:var(--accent);transform:scale(1.05);box-shadow:0 4px 12px #6b7fff66}.profile-menu-backdrop{z-index:30;background:0 0;position:fixed;inset:0}.profile-menu-dropdown{border:1px solid var(--border);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:40;background:linear-gradient(135deg,#141b2efa 0%,#1e273cf2 100%);min-width:240px;animation:.2s slideDown;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:0 20px 40px #0006,inset 0 1px #ffffff0d}.profile-menu-header{background:#6b7fff0d;align-items:center;gap:.75rem;padding:1rem;display:flex}.profile-avatar-large{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);color:#fff;border:2px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.2rem;font-weight:700;display:flex;position:relative;overflow:hidden}.profile-avatar-large:before,.profile-avatar-large:after{content:none!important;display:none!important}.profile-menu-info{flex-direction:column;gap:.25rem;display:flex;overflow:hidden}.profile-menu-info strong{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;overflow:hidden}.profile-menu-email{color:var(--text-muted);font-size:.8rem}.profile-menu-divider{background:var(--border);height:1px;margin:.25rem 0}.profile-menu-item{color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.9rem;text-decoration:none;transition:all .15s;display:flex}.profile-menu-item:hover{color:var(--accent);background:#6b7fff1a}.profile-menu-item--danger{color:var(--danger)}.profile-menu-item--danger:hover{color:var(--danger);background:#f871711a}.profile-menu-icon{justify-content:center;align-items:center;width:20px;font-size:1.1rem;display:flex}:root[data-theme=light] .profile-menu-dropdown{background:#fffffffa;box-shadow:0 20px 40px #0000001a,0 0 0 1px #0000000d}:root[data-theme=light] .profile-menu-header{background:#4f5fff0d}:root[data-theme=light] .profile-menu-item:hover{background:#4f5fff14}:root[data-theme=light] .profile-menu-item--danger:hover{background:#ef444414}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 20px #6b7fff4d}50%{box-shadow:0 0 30px #6b7fff99}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-main{animation:.5s ease-out fadeIn}.hero-panel{animation:.6s ease-out fadeIn}.stat-card{transition:all .3s;animation:.4s ease-out both scaleIn}.stat-card:first-child{animation-delay:.1s}.stat-card:nth-child(2){animation-delay:.15s}.stat-card:nth-child(3){animation-delay:.2s}.stat-card:nth-child(4){animation-delay:.25s}.stat-card:nth-child(5){animation-delay:.3s}.stat-card:nth-child(6){animation-delay:.35s}.stat-card:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 12px 24px #6b7fff33}tbody tr{animation:.3s ease-out both slideInLeft}tbody tr:first-child{animation-delay:50ms}tbody tr:nth-child(2){animation-delay:.1s}tbody tr:nth-child(3){animation-delay:.15s}tbody tr:nth-child(4){animation-delay:.2s}tbody tr:nth-child(5){animation-delay:.25s}.primary-button{transition:all .3s;position:relative;overflow:hidden}.primary-button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.primary-button:hover:before{left:100%}.primary-button:hover{transform:translateY(-2px);box-shadow:0 16px 40px #6b7fff80,0 8px 16px #6b7fff66}.primary-button:active{transform:translateY(0)}.secondary-button{transition:all .2s}.secondary-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #6b7fff26}.profile-avatar{animation:3s ease-in-out infinite pulseGlow}.profile-menu-trigger:hover .profile-avatar{animation:.6s bounce}.tab-link{transition:all .3s;position:relative}.tab-link:after{content:"";background:var(--accent);width:0;height:3px;transition:all .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.tab-link:hover:after{width:80%}.tab-link.active:after{width:100%}.status-badge{transition:all .3s cubic-bezier(.4,0,.2,1)}.status-badge--clickable:hover{transform:translateY(-2px)scale(1.05);box-shadow:0 6px 16px #0003}.status-badge--clickable:active{transform:scale(.95)}.tool-option-card{transition:all .4s cubic-bezier(.4,0,.2,1);animation:.5s ease-out both fadeIn}.tool-option-card:first-child{animation-delay:.1s}.tool-option-card:nth-child(2){animation-delay:.2s}.tool-option-card:nth-child(3){animation-delay:.3s}.tool-option-card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #6b7fff33}.tool-option-card:hover .tool-option-icon{animation:.6s bounce}.tool-icon,.tool-option-icon{transition:all .3s}.tool-card:hover .tool-icon,.tool-option-card:hover .tool-option-icon{transform:scale(1.1)rotate(5deg)}.modal-backdrop{animation:.2s ease-out fadeIn}.modal-card{animation:.3s cubic-bezier(.4,0,.2,1) scaleIn}.profile-menu-dropdown{animation:.3s cubic-bezier(.4,0,.2,1) slideDown}.profile-menu-item{transition:all .2s}.profile-menu-item:hover{padding-left:1.25rem;transform:translate(5px)}.route-loader__pulse{animation:1.5s ease-in-out infinite pulseGlow}.brand-mark__icon{transition:all .3s}.brand-mark:hover .brand-mark__icon{transform:rotate(360deg)scale(1.1)}.file-upload-zone,.file-upload-label{transition:all .3s}.file-upload-label:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 8px 20px #6b7fff26}.score-circle{animation:.6s cubic-bezier(.4,0,.2,1) scaleIn}.score-svg circle:last-child{animation:1.5s ease-out forwards drawCircle}@keyframes drawCircle{0%{stroke-dasharray:0 283}}.keyword-tag{transition:all .2s;animation:.3s ease-out both fadeIn}.keyword-tag:hover{transform:translateY(-2px)scale(1.05);box-shadow:0 4px 8px #00000026}.keyword-tags .keyword-tag:first-child{animation-delay:50ms}.keyword-tags .keyword-tag:nth-child(2){animation-delay:.1s}.keyword-tags .keyword-tag:nth-child(3){animation-delay:.15s}.keyword-tags .keyword-tag:nth-child(4){animation-delay:.2s}.keyword-tags .keyword-tag:nth-child(5){animation-delay:.25s}.faq-item{transition:all .3s;animation:.4s ease-out both slideInLeft}.faq-item:first-child{animation-delay:50ms}.faq-item:nth-child(2){animation-delay:.1s}.faq-item:nth-child(3){animation-delay:.15s}.faq-question{transition:all .2s}.faq-question:hover{background:#6b7fff0d;transform:translate(5px)}input:focus,textarea:focus,select:focus{transform:translateY(-2px);box-shadow:0 4px 12px #6b7fff33}html{scroll-behavior:smooth}.dashboard-shell{animation:.4s ease-out fadeIn}.hero-panel__actions{animation:.6s ease-out slideInRight}.toolbar-panel{animation:.5s ease-out slideInLeft}.table-panel{animation:.7s ease-out fadeIn}.suggestion-card{transition:all .3s;animation:.4s ease-out both slideInLeft}.suggestion-card:first-child{animation-delay:.1s}.suggestion-card:nth-child(2){animation-delay:.15s}.suggestion-card:nth-child(3){animation-delay:.2s}.suggestion-card:hover{transform:translate(5px);box-shadow:0 8px 20px #6b7fff26}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.table-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.table-info{align-items:baseline;gap:1rem;display:flex}.table-title{color:var(--text);background:linear-gradient(135deg, var(--accent), #8b7fff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.5rem;font-weight:700}.table-count{color:var(--text-muted);background:var(--surface-soft);border-radius:var(--radius-sm);border:1px solid var(--border);padding:4px 12px;font-size:.9rem;font-weight:500}.ag-grid-wrapper{border-radius:var(--radius-lg);height:calc(100vh - 520px);min-height:500px;max-height:800px;overflow:hidden}:root[data-theme=light] .table-count{background:#4f5fff0d;border-color:#4f5fff26}.filter-search-container{flex:none;position:relative}.filter-toggle-btn{border-radius:var(--radius-sm);background:var(--surface-soft);color:var(--text);border:1px solid var(--border);cursor:pointer;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex;position:relative}.filter-toggle-btn:hover{background:var(--surface);border-color:var(--accent);transform:translateY(-1px);box-shadow:0 2px 8px #6b7fff26}.filter-toggle-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.filter-toggle-btn.has-filters{border-color:var(--accent);background:#6b7fff1a}.filter-icon{font-size:1rem}.filter-text{font-weight:600}.filter-badge{background:var(--accent);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.75rem;font-weight:700;display:inline-flex}.filter-toggle-btn.active .filter-badge{color:var(--accent);background:#fff}.filter-panel-backdrop{z-index:998;position:fixed;inset:0}.filter-dropdown-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);z-index:999;flex-direction:column;width:420px;max-height:500px;animation:.2s ease-out slideInDown;display:flex;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 8px 32px #0000004d}.filter-panel-header{border-bottom:1px solid var(--border);background:var(--surface-soft);padding:1rem 1.25rem}.filter-panel-header h4{color:var(--text);margin:0 0 .75rem;font-size:1rem;font-weight:600}.filter-panel-actions{gap:.5rem;display:flex}.filter-action-btn{border-radius:var(--radius-sm);cursor:pointer;border:1px solid var(--border);background:var(--bg);color:var(--text);padding:.5rem .875rem;font-size:.85rem;font-weight:500;transition:all .2s}.filter-action-btn--add{background:var(--accent);color:#fff;border-color:var(--accent)}.filter-action-btn--add:hover{background:#7b8fff;transform:translateY(-1px)}.filter-action-btn--clear:hover{background:var(--surface-soft);border-color:var(--accent)}.filter-panel-body{flex:1;max-height:400px;padding:1rem;overflow-y:auto}.filter-empty-state{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:3rem 1.5rem;display:flex}.filter-empty-icon{opacity:.5;margin-bottom:.75rem;font-size:2.5rem}.filter-empty-state p{color:var(--text);margin:0 0 .25rem;font-size:.95rem;font-weight:500}.filter-empty-hint{color:var(--text-muted);font-size:.85rem}.filter-list{flex-direction:column;gap:.75rem;display:flex}.filter-item{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.875rem;transition:all .2s;animation:.2s ease-out slideInLeft}.filter-item:hover{border-color:var(--accent);box-shadow:0 2px 8px #6b7fff1a}.filter-item-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.filter-item-number{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:inline-flex}.filter-item-remove{border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;padding:.25rem .5rem;font-size:.9rem;line-height:1;transition:all .2s}.filter-item-remove:hover{color:#ff3b30;background:#ff3b301a;border-color:#ff3b3033}.filter-item-body{flex-direction:column;gap:.5rem;display:flex}.filter-select,.filter-input{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg);color:var(--text);width:100%;padding:.625rem;font-size:.875rem;transition:all .2s}.filter-select:focus,.filter-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #6b7fff1a}.filter-select{cursor:pointer}.table-controls-right{flex-wrap:wrap;gap:.75rem;display:flex}:root[data-theme=light] .filter-toggle-btn{background:#fff;border-color:#4f5fff33}:root[data-theme=light] .filter-toggle-btn:hover{border-color:var(--accent);background:#4f5fff0d}:root[data-theme=light] .filter-toggle-btn.has-filters{background:#4f5fff14}:root[data-theme=light] .filter-dropdown-panel{background:#fff;box-shadow:0 8px 32px #0000001f}:root[data-theme=light] .filter-panel-header{background:#4f5fff08}:root[data-theme=light] .filter-item{background:#4f5fff08;border-color:#4f5fff26}:root[data-theme=light] .filter-item:hover{background:#4f5fff0d}:root[data-theme=light] .filter-select,:root[data-theme=light] .filter-input{background:#fff;border-color:#4f5fff33}.table-control-btn{border-radius:var(--radius-sm);background:var(--surface-soft);color:var(--text);border:1px solid var(--border);cursor:pointer;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.table-control-btn span{font-size:1rem}.table-control-btn:hover{background:var(--surface);border-color:var(--accent);transform:translateY(-1px);box-shadow:0 2px 8px #6b7fff26}.table-control-btn--primary{background:linear-gradient(135deg, var(--accent), #8b7fff);color:#fff;border:none;font-weight:600}.table-control-btn--primary:hover{background:linear-gradient(135deg,#7b8fff,#9b8fff);box-shadow:0 4px 12px #6b7fff4d}:root[data-theme=light] .table-control-btn{background:#fff;border-color:#4f5fff33}:root[data-theme=light] .table-control-btn:hover{border-color:var(--accent);background:#4f5fff0d}:root[data-theme=light] .table-control-btn--primary{background:linear-gradient(135deg,#4f5fff,#6b7fff)}:root[data-theme=light] .table-control-btn--primary:hover{background:linear-gradient(135deg,#3f4fff,#5b6fff)}.column-filter-panel{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:1rem;padding:1.25rem;animation:.2s ease-out slideInDown}.column-filter-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.column-filter-header h4{color:var(--text);margin:0;font-size:1rem;font-weight:600}.column-filter-close{border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;padding:.25rem .5rem;font-size:1.1rem;line-height:1;transition:all .2s}.column-filter-close:hover{color:#ff3b30;background:#ff3b301a;border-color:#ff3b3033}.column-filter-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;display:grid}.column-filter-grid label{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:.5rem;padding:.65rem;transition:all .2s;display:flex}.column-filter-grid label:hover{background:var(--bg);border-color:var(--accent)}.column-filter-grid input[type=checkbox]{cursor:pointer;width:18px;height:18px;accent-color:var(--accent)}.column-filter-grid span{color:var(--text);font-size:.9rem}:root[data-theme=light] .column-filter-panel{background:#fff;border-color:#4f5fff26}:root[data-theme=light] .column-filter-grid label{background:#4f5fff08;border-color:#4f5fff1a}:root[data-theme=light] .column-filter-grid label:hover{border-color:var(--accent);background:#4f5fff14}@media (max-width:768px){.filter-dropdown-panel{width:calc(100vw - 2rem);left:50%;transform:translate(-50%)}.column-filter-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.table-controls{flex-direction:column;align-items:stretch;gap:.75rem}.filter-search-container{width:100%}.filter-toggle-btn{justify-content:center;width:100%}.table-controls-right{width:100%}.table-control-btn{flex:1;justify-content:center}.filter-item-body{gap:.625rem}}.ag-theme-alpine{--ag-font-family:inherit;--ag-font-size:14px;--ag-row-height:60px;--ag-header-height:56px;border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden;box-shadow:0 4px 16px #0000001a}.ag-theme-alpine.ag-theme-alpine-dark{--ag-background-color:#1a1d2e;--ag-header-background-color:#22263a;--ag-odd-row-background-color:#1a1d2e;--ag-row-hover-color:#6b7fff14;--ag-border-color:#2d3348;--ag-header-foreground-color:#e5e7eb;--ag-foreground-color:#e5e7eb;--ag-secondary-foreground-color:#9ca3af;--ag-input-focus-border-color:#6b7fff;--ag-selected-row-background-color:#6b7fff1f;--ag-range-selection-border-color:#6b7fff}:root[data-theme=light] .ag-theme-alpine{--ag-background-color:#fff;--ag-header-background-color:#4f5fff0a;--ag-odd-row-background-color:#fff;--ag-row-hover-color:#4f5fff0f;--ag-border-color:#4f5fff1f;--ag-header-foreground-color:#1f2937;--ag-foreground-color:#1f2937;--ag-secondary-foreground-color:#6b7280;--ag-input-focus-border-color:#4f5fff;--ag-selected-row-background-color:#4f5fff1a;--ag-range-selection-border-color:#4f5fff;box-shadow:0 4px 16px #4f5fff14}.ag-theme-alpine .ag-header{border-bottom:2px solid var(--border);font-weight:600}.ag-theme-alpine .ag-header-cell{padding:0 16px}.ag-theme-alpine .ag-header-cell-label{text-transform:uppercase;letter-spacing:.5px;color:var(--text);font-size:13px;font-weight:600}.ag-theme-alpine .ag-cell{align-items:center;padding:12px 16px;line-height:1.5;display:flex}.ag-theme-alpine .ag-row{border-bottom:1px solid var(--border);transition:background-color .2s}.ag-theme-alpine .ag-row:hover{background-color:var(--row-hover-color)!important}.ag-theme-alpine .ag-floating-filter{border-bottom:1px solid var(--ag-border-color)}.ag-theme-alpine-dark .ag-floating-filter{background:#1a1d2e}:root[data-theme=light] .ag-theme-alpine .ag-floating-filter{background:#fafbff}.ag-theme-alpine .ag-floating-filter-input{border:1px solid var(--ag-border-color);border-radius:var(--radius-sm);color:var(--ag-foreground-color);padding:8px 12px;font-size:13px;transition:all .2s}.ag-theme-alpine-dark .ag-floating-filter-input{background:#22263a}:root[data-theme=light] .ag-theme-alpine .ag-floating-filter-input{background:#fff;border-color:#4f5fff33}.ag-theme-alpine .ag-floating-filter-input:focus{border-color:var(--ag-input-focus-border-color);outline:none;box-shadow:0 0 0 3px #6b7fff1a}:root[data-theme=light] .ag-theme-alpine .ag-floating-filter-input:focus{box-shadow:0 0 0 3px #4f5fff1a}.ag-theme-alpine .ag-popup{border:1px solid var(--ag-border-color);border-radius:var(--radius-md);box-shadow:0 8px 32px #0003}.ag-theme-alpine-dark .ag-popup{background:#22263a}:root[data-theme=light] .ag-theme-alpine .ag-popup{background:#fff;box-shadow:0 8px 32px #4f5fff1f}.ag-theme-alpine .ag-filter{color:var(--ag-foreground-color)}.ag-theme-alpine-dark .ag-filter{background:#22263a}:root[data-theme=light] .ag-theme-alpine .ag-filter{background:#fff}.ag-theme-alpine .ag-filter-input{border:1px solid var(--ag-border-color);border-radius:var(--radius-sm);color:var(--ag-foreground-color);padding:8px 12px}.ag-theme-alpine-dark .ag-filter-input{background:#1a1d2e}.ag-theme-alpine .ag-filter-input:focus{border-color:var(--ag-input-focus-border-color);box-shadow:0 0 0 3px #6b7fff1a}:root[data-theme=light] .ag-theme-alpine .ag-filter-input:focus{box-shadow:0 0 0 3px #4f5fff1a}.ag-theme-alpine .ag-paging-panel{border-top:2px solid var(--border);background:var(--surface-soft);height:auto;padding:16px 20px}.ag-theme-alpine .ag-paging-button{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);margin:0 4px;padding:6px 12px;transition:all .2s}.ag-theme-alpine .ag-paging-button:hover:not(.ag-disabled){background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-1px)}.ag-theme-alpine .ag-paging-button.ag-disabled{opacity:.4;cursor:not-allowed}.ag-theme-alpine .ag-paging-page-summary-panel{color:var(--text);font-weight:500}.ag-theme-alpine .ag-paging-row-summary-panel,.ag-theme-alpine .ag-icon{color:var(--text-muted)}.ag-theme-alpine .ag-icon:hover,.ag-theme-alpine .ag-header-cell-sorted-asc .ag-icon-asc,.ag-theme-alpine .ag-header-cell-sorted-desc .ag-icon-desc{color:var(--accent)}.ag-theme-alpine .ag-menu{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:0 8px 32px #0003}.ag-theme-alpine .ag-menu-option{color:var(--text);padding:10px 16px;transition:background .2s}.ag-theme-alpine .ag-menu-option:hover{background:var(--surface-soft)}.ag-theme-alpine .ag-menu-option-active{background:#6b7fff1a}.ag-theme-alpine .ag-set-filter-list{background:var(--surface)}.ag-theme-alpine .ag-set-filter-item{color:var(--text);padding:8px 12px}.ag-theme-alpine .ag-set-filter-item:hover{background:var(--surface-soft)}.ag-theme-alpine .ag-checkbox-input-wrapper{background:var(--surface-soft);border:1px solid var(--border);border-radius:4px}.ag-theme-alpine .ag-checkbox-input-wrapper.ag-checked{background:var(--accent);border-color:var(--accent)}.ag-theme-alpine .ag-overlay-loading-wrapper{background:var(--surface)}.ag-theme-alpine .ag-overlay-loading-center{background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);padding:24px}.ag-theme-alpine .ag-overlay-no-rows-wrapper{background:var(--surface)}.ag-theme-alpine .ag-overlay-no-rows-center{color:var(--text-muted);padding:48px 24px;font-size:16px}.ag-overlay-message{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.ag-overlay-icon{opacity:.5;margin-bottom:1rem;font-size:4rem}.ag-overlay-message p{color:var(--text);margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.ag-overlay-hint{color:var(--text-muted);font-size:.95rem}:root[data-theme=light] .ag-theme-alpine .ag-popup,:root[data-theme=light] .ag-theme-alpine .ag-menu{background:#fff;box-shadow:0 8px 32px #4f5fff1f}:root[data-theme=light] .ag-theme-alpine .ag-filter-input,:root[data-theme=light] .ag-theme-alpine .ag-paging-button{background:#fff;border-color:#4f5fff33}:root[data-theme=light] .ag-theme-alpine .ag-paging-button:hover:not(.ag-disabled){background:var(--accent);color:#fff}.ag-role-cell{flex-direction:column;gap:4px;padding:4px 0;display:flex}.ag-role-cell strong{color:var(--text);font-size:14px;font-weight:600}.ag-job-link{color:var(--accent);font-size:12px;font-weight:500;text-decoration:none;transition:all .2s}.ag-job-link:hover{color:#7b8fff;text-decoration:underline}.ag-status-badge{border-radius:var(--radius-sm);cursor:pointer;text-transform:capitalize;border:none;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s;display:inline-block;box-shadow:0 2px 4px #0000001a}.ag-status-badge--applied{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb)}.ag-status-badge--interview{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706)}.ag-status-badge--offer{color:#fff;background:linear-gradient(135deg,#10b981,#059669)}.ag-status-badge--rejected{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626)}.ag-status-badge--ghosted{color:#fff;background:linear-gradient(135deg,#6b7280,#4b5563)}.ag-status-badge--withdrawn{color:#fff;background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.ag-status-badge:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.ag-status-badge:active{transform:translateY(0)}.ag-document-btn{border-radius:var(--radius-sm);border:1px solid var(--border);cursor:pointer;background:var(--surface-soft);color:var(--text);white-space:nowrap;text-overflow:ellipsis;max-width:100%;padding:8px 14px;font-size:12px;font-weight:500;transition:all .2s;display:inline-block;overflow:hidden}.ag-document-btn--download{background:var(--surface-soft);border-color:var(--border)}.ag-document-btn--download:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #6b7fff4d}.ag-document-btn--add{color:var(--text-muted);border-style:dashed;border-width:2px;border-color:var(--border);background:0 0}.ag-document-btn--add:hover{border-color:var(--accent);color:var(--accent);background:#6b7fff14;transform:translateY(-2px)}.ag-actions-cell{align-items:center;gap:8px;height:100%;display:flex}.ag-action-btn{border-radius:var(--radius-sm);border:1px solid var(--border);cursor:pointer;background:var(--surface-soft);color:var(--text);padding:6px 14px;font-size:12px;font-weight:500;transition:all .2s}.ag-action-btn--edit:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #6b7fff4d}.ag-action-btn--delete{color:var(--text-muted);background:0 0}.ag-action-btn--delete:hover{color:#ff3b30;background:#ff3b301a;border-color:#ff3b3066;transform:translateY(-2px);box-shadow:0 4px 12px #ff3b3033}:root[data-theme=light] .ag-document-btn{background:#fff;border-color:#4f5fff33}:root[data-theme=light] .ag-document-btn--download:hover{background:var(--accent);color:#fff}:root[data-theme=light] .ag-document-btn--add{background:0 0;border-color:#4f5fff4d}:root[data-theme=light] .ag-document-btn--add:hover{border-color:var(--accent);background:#4f5fff0d}:root[data-theme=light] .ag-action-btn{background:#fff;border-color:#4f5fff33}:root[data-theme=light] .ag-action-btn--edit:hover{background:var(--accent);color:#fff}.ag-theme-alpine .ag-body-horizontal-scroll-viewport::-webkit-scrollbar{width:10px;height:10px}.ag-theme-alpine .ag-body-vertical-scroll-viewport::-webkit-scrollbar{width:10px;height:10px}.ag-theme-alpine .ag-body-horizontal-scroll-viewport::-webkit-scrollbar-track{background:var(--surface-soft)}.ag-theme-alpine .ag-body-vertical-scroll-viewport::-webkit-scrollbar-track{background:var(--surface-soft)}.ag-theme-alpine .ag-body-horizontal-scroll-viewport::-webkit-scrollbar-thumb{background:var(--border);border-radius:5px}.ag-theme-alpine .ag-body-vertical-scroll-viewport::-webkit-scrollbar-thumb{background:var(--border);border-radius:5px}.ag-theme-alpine .ag-body-horizontal-scroll-viewport::-webkit-scrollbar-thumb:hover{background:var(--accent)}.ag-theme-alpine .ag-body-vertical-scroll-viewport::-webkit-scrollbar-thumb:hover{background:var(--accent)}.ant-table-wrapper{border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 4px 16px #0000001a}:root[data-theme=dark] .ant-table-wrapper{background:#1a1d2e;box-shadow:0 4px 16px #0000004d}:root[data-theme=light] .ant-table-wrapper{background:#fff;box-shadow:0 4px 16px #4f5fff14}.ant-table{font-size:14px}:root[data-theme=dark] .ant-table{color:#e5e7eb;background:#1a1d2e}.ant-table-thead>tr>th{text-transform:uppercase;letter-spacing:.5px;padding:16px;font-size:13px;font-weight:600}:root[data-theme=dark] .ant-table-thead>tr>th{color:#e5e7eb!important;background:#22263a!important;border-bottom:2px solid #2d3348!important}.ant-table-tbody>tr>td{padding:16px}:root[data-theme=dark] .ant-table-tbody>tr>td{color:#e5e7eb!important;background:#1a1d2e!important;border-bottom:1px solid #2d3348!important}.ant-table-tbody>tr:hover>td{background:#6b7fff14!important}:root[data-theme=light] .ant-table-tbody>tr:hover>td{background:#4f5fff0a!important}:root[data-theme=dark] .ant-table-tbody>tr:hover>td{background:#6b7fff1f!important}.ant-btn{border-radius:var(--radius-sm);font-weight:500;transition:all .2s}.ant-btn-primary{background:linear-gradient(135deg,#6b7fff,#8b7fff);border:none;box-shadow:0 2px 8px #6b7fff4d}.ant-btn-primary:hover{transform:translateY(-2px);background:linear-gradient(135deg,#7b8fff,#9b8fff)!important;box-shadow:0 4px 12px #6b7fff66!important}:root[data-theme=light] .ant-btn-primary{background:linear-gradient(135deg,#4f5fff,#6b7fff)}:root[data-theme=light] .ant-btn-primary:hover{background:linear-gradient(135deg,#3f4fff,#5b6fff)!important}.ant-btn-sm{height:auto;padding:4px 12px;font-size:12px}:root[data-theme=dark] .ant-btn-default{color:#e5e7eb;background:#22263a;border-color:#2d3348}:root[data-theme=dark] .ant-btn-default:hover{color:#6b7fff!important;background:#2d3348!important;border-color:#6b7fff!important}.ant-btn-dashed{border-style:dashed;border-width:2px}:root[data-theme=dark] .ant-btn-dashed{color:#9ca3af;background:0 0;border-color:#2d3348}.ant-btn-dashed:hover{color:#6b7fff!important;background:#6b7fff14!important;border-color:#6b7fff!important}:root[data-theme=dark] .ant-btn-dangerous{color:#ef4444;background:0 0;border-color:#2d3348}:root[data-theme=dark] .ant-btn-dangerous:hover{background:#ef44441a!important;border-color:#ef4444!important}.ant-tag{border-radius:var(--radius-sm);cursor:pointer;border:none;padding:4px 12px;font-weight:600;transition:all .2s}.ant-tag:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.ant-pagination{margin:16px 0!important}:root[data-theme=dark] .ant-pagination-item{background:#22263a;border-color:#2d3348}:root[data-theme=dark] .ant-pagination-item a{color:#e5e7eb}.ant-pagination-item{border-radius:var(--radius-sm);transition:all .2s}.ant-pagination-item:hover{border-color:#6b7fff;transform:translateY(-1px)}:root[data-theme=dark] .ant-pagination-item:hover{background:#2d3348;border-color:#6b7fff}.ant-pagination-item-active{background:linear-gradient(135deg,#6b7fff,#8b7fff)!important;border-color:#6b7fff!important}.ant-pagination-item-active a{color:#fff!important}:root[data-theme=dark] .ant-pagination-prev button,:root[data-theme=dark] .ant-pagination-next button{color:#e5e7eb;background:#22263a;border-color:#2d3348}:root[data-theme=dark] .ant-pagination-prev:hover button,:root[data-theme=dark] .ant-pagination-next:hover button{color:#6b7fff;background:#2d3348;border-color:#6b7fff}:root[data-theme=dark] .ant-pagination-options{color:#e5e7eb}:root[data-theme=dark] .ant-select-selector{color:#e5e7eb!important;background:#22263a!important;border-color:#2d3348!important}:root[data-theme=dark] .ant-select-arrow{color:#9ca3af}:root[data-theme=dark] .ant-dropdown,:root[data-theme=dark] .ant-table-filter-dropdown{background:#22263a}.ant-table-filter-dropdown{border-radius:var(--radius-md);box-shadow:0 8px 32px #0003}:root[data-theme=light] .ant-table-filter-dropdown{box-shadow:0 8px 32px #4f5fff1f}:root[data-theme=dark] .ant-table-filter-dropdown{background:#22263a;box-shadow:0 8px 32px #0006}:root[data-theme=dark] .ant-table-filter-dropdown input{color:#e5e7eb;background:#1a1d2e;border-color:#2d3348}:root[data-theme=dark] .ant-table-filter-dropdown input:focus{border-color:#6b7fff;box-shadow:0 0 0 2px #6b7fff1a}:root[data-theme=dark] .ant-checkbox-wrapper{color:#e5e7eb}:root[data-theme=dark] .ant-checkbox-inner{background:#1a1d2e;border-color:#2d3348}:root[data-theme=dark] .ant-checkbox-checked .ant-checkbox-inner{background:#6b7fff;border-color:#6b7fff}:root[data-theme=dark] .ant-empty-description{color:#9ca3af}:root[data-theme=dark] .ant-spin-dot-item{background-color:#6b7fff}.ag-grid-wrapper{display:none}.react-resizable{position:relative}.react-resizable-handle{cursor:col-resize;z-index:1;width:10px;height:100%;position:absolute;bottom:0;right:-5px}.react-resizable-handle:after{content:"";background:var(--border-strong);border-radius:2px;width:2px;height:30%;transition:background .2s;position:absolute;top:50%;right:3px;transform:translateY(-50%)}.react-resizable-handle:hover:after{background:var(--accent);width:3px}:root[data-theme=light] .react-resizable-handle:after{background:#4f5fff4d}:root[data-theme=light] .react-resizable-handle:hover:after{background:var(--accent)}
