:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--card-bg:#fff;--danger:#dc2626;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;font-family:var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.45}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--card-bg:#1f2028;--danger:#f87171;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}}*,:before,:after{box-sizing:border-box}html,body,#root{width:100%;min-height:100vh;margin:0;padding:0}body{background:var(--bg);color:var(--text)}button,input,select,textarea{font:inherit}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,p{margin:0}#root{width:100%}:root{--bg:#0f172a;--card:#1e293b;--card-light:#334155;--text:#e2e8f0;--text-muted:#94a3b8;--primary:#6366f1;--danger:#ef4444}body{background-color:var(--bg);color:var(--text);margin:0;font-family:system-ui,-apple-system,sans-serif}.login-page{justify-content:center;align-items:center;width:100%;min-height:100vh;padding:24px;display:flex}.login-card{border:1px solid var(--border);background:var(--card-bg);width:100%;max-width:360px;box-shadow:var(--shadow);border-radius:16px;flex-direction:column;gap:16px;padding:32px;display:flex}.login-card h1{text-align:center;color:var(--text-h);margin:0;font-size:36px}.login-form{flex-direction:column;gap:12px;display:flex}.login-form input{border:1px solid var(--border);background:var(--card-bg);width:100%;color:var(--text-h);border-radius:10px;padding:12px 14px}.login-form button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;padding:12px}.login-form button:disabled{opacity:.7;cursor:not-allowed}.login-error{color:var(--danger);text-align:center;margin:0}.login-footer{text-align:center;color:var(--text);margin-top:8px;font-size:14px}.login-footer a{color:var(--accent);font-weight:500}.login-footer a:hover{text-decoration:underline}.register-page{justify-content:center;align-items:center;width:100%;min-height:100vh;padding:24px;display:flex}.register-card{border:1px solid var(--border);background:var(--card-bg);width:100%;max-width:420px;box-shadow:var(--shadow);border-radius:16px;flex-direction:column;gap:16px;padding:32px;display:flex}.register-card h1{text-align:center;color:var(--text-h);margin:0;font-size:36px}.register-form{flex-direction:column;gap:12px;display:flex}.register-form input{border:1px solid var(--border);background:var(--card-bg);width:100%;color:var(--text-h);border-radius:10px;padding:12px 14px}.register-form button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;padding:12px}.register-form button:disabled{opacity:.7;cursor:not-allowed}.register-error{color:var(--danger);text-align:center;margin:0}.register-footer{text-align:center;color:var(--text)}.application-card{background:#1e293b;border:1px solid #334155;border-radius:16px;flex-direction:column;gap:14px;min-height:230px;padding:18px;transition:all .15s;display:flex;box-shadow:0 8px 24px #0000004d}.application-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #00000080}.application-card__top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.application-card__top h3{color:#f8fafc;margin:0;font-size:18px}.application-card__top p{color:#94a3b8;margin:4px 0 0;font-size:14px}.application-card__status-control{flex-shrink:0;justify-content:flex-end;align-items:flex-start;display:flex}.application-card select{color:#e5e7eb;cursor:pointer;background:#0f172a;border:1px solid #475569;border-radius:10px;width:150px;height:38px;padding:6px 10px;font-size:13px;font-weight:700}.application-card select:hover{border-color:#64748b}.application-card select:focus{border-color:#60a5fa;outline:none}.status-saved{color:#f8fafc;background:#475569}.status-applied{color:#fff;background:#2563eb}.status-waiting{color:#111827;background:#f59e0b}.status-interview{color:#fff;background:#7c3aed}.status-offer{color:#052e16;background:#10b981}.status-rejected{color:#fff;background:#ef4444}.application-card__body{color:#cbd5f5;flex-direction:column;gap:6px;font-size:14px;display:flex}.application-card__body p{margin:0}.application-card__body a{color:#60a5fa;font-weight:600;text-decoration:none}.application-card__body a:hover{text-decoration:underline}.application-card__body p:last-child{color:#e5e7eb;background:#0f172a;border-radius:8px;padding:8px}.application-card__actions{gap:8px;margin-top:auto;display:flex}.application-card__actions button{background:#1f2937;flex:1;padding:8px;font-size:13px}.application-card__actions button:last-child{background:#ef4444}.document-section{border-top:1px solid #94a3b838;width:100%;max-width:600px;margin-top:1rem;padding-top:.9rem}.documents-wrapper{flex-direction:column;align-items:flex-start;display:flex}.document-section h4{color:#f8fafc;margin:0 0 .75rem;font-size:1rem;font-weight:700}.document-empty{color:#94a3b8;margin:0;font-size:.9rem}.document-upload{gap:.55rem;width:100%;margin-bottom:.8rem;display:grid}.document-upload input,.document-upload select{color:#e5e7eb;background:#0f172a;border:1px solid #94a3b847;border-radius:.7rem;width:100%;padding:.55rem .7rem}.document-upload button{cursor:pointer;color:#fff;background:#2563eb;border:none;border-radius:.7rem;padding:.55rem .85rem;font-weight:700}.document-list{flex-direction:column;gap:.65rem;display:flex}.document-item{background:#0f172a8c;border:1px solid #94a3b838;border-radius:.9rem;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:.75rem;display:grid}.document-item__icon{background:#2563eb29;border-radius:.65rem;place-items:center;width:2.2rem;height:2.2rem;display:grid}.document-item__info{flex-direction:column;gap:.25rem;min-width:0;display:flex}.document-item__name{text-overflow:ellipsis;white-space:nowrap;color:#f8fafc;font-weight:650;overflow:hidden}.document-item__type{color:#93c5fd;background:#2563eb2e;border-radius:999px;width:fit-content;padding:.18rem .5rem;font-size:.72rem;font-weight:700}.document-item__actions{gap:.45rem;display:flex}.document-item__actions button{cursor:pointer;color:#fff;background:#2563eb;border:none;border-radius:.55rem;padding:.42rem .65rem;font-size:.85rem;font-weight:700}.document-item__delete{background:#ef4444!important}@media (width<=700px){.document-item{grid-template-columns:auto 1fr}.document-item__actions{grid-column:1/-1}}.application-form{flex-direction:column;gap:18px;display:flex}.form-row{grid-template-columns:1fr 1fr;align-items:start;gap:14px;display:grid}.application-form input,.application-form select,.application-form textarea{color:#e2e8f0;box-sizing:border-box;background:#020617;border:1px solid #334155;border-radius:12px;width:100%;padding:12px 14px;font-size:14px}.application-form textarea{resize:vertical;min-height:120px}.date-field{flex-direction:column;align-self:start;gap:6px;height:auto;min-height:0;display:flex}.date-field label{color:#94a3b8;font-size:12px}.application-form .date-field input[type=date]{height:52px!important;min-height:52px!important;max-height:52px!important;padding:0 14px!important}.primary-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;margin-top:10px;padding:14px;font-weight:700}.primary-button:hover{background:#1d4ed8}@media (width<=768px){.form-row{grid-template-columns:1fr}}.recent-activity__header{justify-content:space-between;align-items:center;display:flex}.toggle-btn{color:#93c5fd;cursor:pointer;background:#3b82f633;border:none;border-radius:10px;padding:6px 12px}.toggle-btn:hover{background:#3b82f666}.language-switcher{gap:8px;display:flex}.language-switcher button{color:#dbeafe;cursor:pointer;background:#2563eb26;border:1px solid #93c5fd33;border-radius:10px;padding:8px 12px;font-weight:600}.language-switcher img{display:block}.language-switcher{align-items:center;gap:8px;display:flex}.language-switcher button{color:#dbeafe;cursor:pointer;background:#2563eb26;border:1px solid #93c5fd33;border-radius:10px;justify-content:center;align-items:center;gap:6px;width:auto;height:44px;padding:8px 12px;font-weight:600;display:inline-flex}.language-switcher button:hover{background:#2563eb4d}.language-switcher button.active{color:#fff;background:#2563eb}.language-switcher button img{object-fit:cover;border-radius:2px;flex-shrink:0;max-width:20px;max-height:14px;display:inline-block;width:20px!important;height:14px!important}.edit-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172ac7;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.edit-modal{background:#111827;border:1px solid #94a3b840;border-radius:18px;width:min(760px,100%);max-height:90vh;padding:24px;overflow-y:auto;box-shadow:0 24px 80px #00000073}.edit-modal__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.edit-modal__header h2{color:#f8fafc;margin:0;font-size:24px}.edit-modal__header p{color:#94a3b8;margin:6px 0 0}.edit-modal__close{color:#cbd5e1;background:0 0;border:1px solid #94a3b859;border-radius:10px;width:38px;height:38px;padding:0;font-size:24px;line-height:1}.edit-modal__close:hover{background:#94a3b81f}.sidebar{z-index:1000;box-sizing:border-box;background:#0f172a;border-right:1px solid #263449;height:100vh;transition:width .3s;position:fixed;top:0;left:0;overflow:hidden}.sidebar.open{width:240px}.sidebar.closed{width:60px}.sidebar-toggle{color:#94a3b8;cursor:pointer;background:0 0;border:none;margin:12px;font-size:18px}.sidebar-toggle:hover{color:#fff}.sidebar-logo{color:#fff;align-items:center;gap:10px;margin:20px 16px 30px;font-size:20px;font-weight:800;display:flex}.sidebar-logo-icon{color:#3b82f6}.sidebar-nav{flex-direction:column;gap:8px;padding:0 10px;display:flex}.sidebar-link{color:#9fb3d1;border-radius:10px;justify-content:space-between;align-items:center;padding:10px 12px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.sidebar-link:hover{color:#fff;background:#1e293b}.sidebar-link.active{color:#fff;background:#2563eb}.sidebar-badge{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:12px;font-weight:700;display:flex}.dashboard-page{color:#e5e7eb;background:#0f172a;min-height:100vh;padding:32px}.dashboard-header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px;display:flex}.dashboard-header h1{color:#f8fafc;margin:0;font-size:32px}.dashboard-header p{color:#94a3b8;margin:6px 0 0}.dashboard-header__actions{gap:12px;display:flex}button{cursor:pointer;color:#fff;background:#2563eb;border:none;border-radius:10px;padding:10px 14px;font-weight:600;transition:all .15s}button:hover{opacity:.9;transform:translateY(-1px)}.dashboard-summary{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px;display:grid}.summary-card,.application-form,.history-panel,.recent-activity{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:20px;box-shadow:0 8px 24px #00000040}.summary-card h3,.recent-activity h3{color:#94a3b8;text-transform:uppercase;margin:0 0 12px;font-size:14px}.summary-card p{color:#f8fafc;margin:0;font-size:32px;font-weight:700}.status-distribution-card{margin-bottom:24px}.status-distribution-grid{grid-template-columns:repeat(6,1fr);gap:10px;display:grid}.status-pill{color:#e5e7eb;background:#0f172a;border:1px solid #334155;border-radius:999px;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.status-pill span{color:#94a3b8;font-size:12px;font-weight:700}.status-pill strong{color:#f8fafc;font-size:16px}.recent-activity{margin-bottom:24px}.timeline{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;display:grid}.timeline-item{background:#0f172a;border:1px solid #334155;border-radius:14px;align-items:flex-start;gap:12px;padding:14px;display:flex}.timeline-icon{background:#2563eb;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;display:flex}.timeline-content{min-width:0}.timeline-time{color:#94a3b8;margin-bottom:4px;font-size:12px}.timeline-title{color:#f8fafc;font-size:14px;line-height:1.35}.timeline-status{color:#cbd5e1;margin-top:6px;font-size:13px;font-weight:600}.application-form{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px;display:grid}.application-form textarea,.application-form button{grid-column:span 2}input,select,textarea{color:#e5e7eb;background:#0f172a;border:1px solid #475569;border-radius:10px;padding:10px 12px;font-size:14px}input::placeholder,textarea::placeholder{color:#64748b}input:focus,select:focus,textarea:focus{border-color:#60a5fa;outline:none}textarea{resize:vertical;min-height:90px}.applications-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;margin-top:20px;display:grid}.history-panel{margin-top:24px}.error-text{color:#f87171;font-weight:600}@media (width<=900px){.dashboard-summary{grid-template-columns:repeat(2,1fr)}.status-distribution-grid{grid-template-columns:repeat(3,1fr)}.dashboard-header{flex-direction:column;align-items:flex-start}.application-form{grid-template-columns:1fr}.application-form textarea,.application-form button{grid-column:span 1}}@media (width<=600px){.dashboard-page{padding:20px}.dashboard-summary{grid-template-columns:1fr}.status-distribution-grid{grid-template-columns:repeat(2,1fr)}.timeline{grid-template-columns:1fr}.app-layout{background:#0b1120;min-height:100vh}}.app-layout .dashboard-page{box-sizing:border-box;width:calc(100vw - 60px)!important;max-width:none!important;margin-left:60px!important}.app-layout.sidebar-open .dashboard-page{width:calc(100vw - 240px)!important;margin-left:240px!important}.app-layout.sidebar-closed .dashboard-page{width:calc(100vw - 60px)!important;margin-left:60px!important}.verify-page{background:#f5f6fa;justify-content:center;align-items:center;height:100vh;display:flex}.verify-card{text-align:center;background:#fff;border-radius:12px;width:100%;max-width:400px;padding:40px;box-shadow:0 4px 20px #0000001a}.verify-card h2{margin-bottom:15px}.verify-card p{color:#666}.verify-success{color:#2ecc71}.verify-error{color:#e74c3c}.ai-suggestions-page{box-sizing:border-box;flex-direction:column;gap:28px;width:calc(100% - 300px);max-width:none;margin-left:300px;padding:36px 32px;display:flex}.ai-suggestions-header{justify-content:space-between;align-items:center;gap:24px;display:flex}.ai-suggestions-header h1{color:#fff;margin:0;font-size:34px;font-weight:800}.ai-suggestions-header p{color:#94a3b8;margin-top:8px;font-size:16px}.header-actions{align-items:center;gap:12px;display:flex}.refresh-button,.accept-all-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;padding:10px 16px;font-weight:700;transition:all .15s}.refresh-button:hover,.accept-all-button:hover{background:#1d4ed8}.accept-all-button:disabled{opacity:.5;cursor:not-allowed}.loading-text{color:#94a3b8}.error-text{color:#f87171;background:#f871711a;border:1px solid #f871714d;border-radius:12px;padding:12px 14px}.ai-suggestions-list{gap:18px;display:grid}.ai-suggestion-card{background:#0f172a;border:1px solid #263449;border-radius:18px;flex-direction:column;gap:16px;padding:22px;transition:all .18s;display:flex}.ai-suggestion-card:hover{border-color:#3b82f6;transform:translateY(-2px)}.ai-suggestion-card__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.ai-suggestion-card__header h2{color:#fff;margin:0;font-size:20px}.ai-suggestion-card__header p{color:#9fb3d1;margin:4px 0 0}.confidence-badge{background:#1e293b;border-radius:12px;padding:7px 11px;font-size:12px;font-weight:800}.confidence-high{color:#22c55e}.confidence-medium{color:#f59e0b}.confidence-low{color:#ef4444}.status-change{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.status-arrow{color:#64748b;font-weight:800}.status-pill{color:#cbd5e1;background:#1e293b;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.status-saved{color:#94a3b8}.status-applied{color:#60a5fa}.status-waiting{color:#f59e0b}.status-interview{color:#a78bfa}.status-rejected{color:#ef4444}.status-offer{color:#22c55e}.suggestion-reason{color:#dbeafe;margin:0;font-size:14px}.email-snippet{color:#b6c8e6;background:#020617;border:1px solid #1e293b;border-radius:14px;margin:0;padding:13px 14px;font-size:14px;line-height:1.5}.ai-suggestion-actions{gap:12px;margin-top:4px;display:flex}.ai-suggestion-actions button{cursor:pointer;border:none;border-radius:12px;padding:10px 16px;font-weight:700;transition:all .15s}.accept-button{color:#fff;background:#22c55e}.accept-button:hover{background:#16a34a}.reject-button{color:#94a3b8;background:#1e293b}.reject-button:hover{color:#fff;background:#334155}.empty-state{text-align:center;background:#0f172a;border:1px dashed #334155;border-radius:18px;padding:48px 30px}.empty-state-icon{color:#3b82f6;margin-bottom:12px;font-size:36px}.empty-state h2{color:#fff;margin:0}.empty-state p{color:#94a3b8;margin-top:8px}@media (width<=768px){.ai-suggestions-page{padding:24px 18px}.ai-suggestions-header{flex-direction:column;align-items:flex-start}.header-actions{flex-direction:column;align-items:stretch;width:100%}.ai-suggestions-header h1{font-size:28px}.ai-suggestion-card__header{flex-direction:column}}.user-page{color:#e5e7eb;background:#0f172a;min-height:100vh;padding:32px}.user-card{background:#111827;border:1px solid #1f2937;border-radius:18px;max-width:760px;margin:0 auto;padding:28px;box-shadow:0 20px 40px #00000040}.user-card h1{color:#f8fafc;margin:0}.user-subtitle{color:#94a3b8;margin-top:8px;margin-bottom:24px}.profile-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;display:grid}.profile-grid div{background:#020617;border:1px solid #1e293b;border-radius:14px;padding:16px}.profile-grid span{color:#94a3b8;margin-bottom:8px;font-size:14px;display:block}.profile-grid strong{color:#f8fafc;overflow-wrap:anywhere;word-break:break-word;max-width:100%;display:block}.user-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.secondary-button{background:#334155}.danger-button{background:#dc2626}.user-error{color:#f87171}.user-header{align-items:center;gap:16px;margin-bottom:20px;display:flex}.avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:26px;font-weight:700;display:flex}.profile-value{overflow-wrap:anywhere}.name-display{justify-content:space-between;align-items:center;gap:12px;display:flex}.small-button{background:#334155;padding:6px 10px;font-size:13px}.name-edit{flex-direction:column;gap:8px;display:flex}.name-edit input{color:#f8fafc;background:#020617;border:1px solid #334155;border-radius:10px;width:100%;padding:10px 12px}
