:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box}body,#root{margin:0;width:100%;max-width:100vw;overflow-x:hidden;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1f2937}body{background:radial-gradient(at top left,rgba(99,102,241,.12),transparent 60%),radial-gradient(at bottom right,rgba(236,72,153,.12),transparent 60%),linear-gradient(135deg,#f8fafc,#eef2ff);min-height:100vh}.app-wrapper{min-height:100vh;padding:40px 24px 64px;display:flex;justify-content:center}.app-container{width:100%;max-width:1040px;background:#fff;border-radius:20px;padding:32px 40px 40px;box-shadow:0 40px 100px #0000001f}.app-header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:16px;border-bottom:1px solid #f1f5f9;margin-bottom:16px}.app-inner{width:100%;max-width:1040px}.section-label{margin-bottom:16px;font-size:14px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.user-name{font-size:12px;color:#6b7280;white-space:nowrap}.header-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.header-controls{display:flex;align-items:center;gap:12px}.signin-btn{padding:10px 16px;border-radius:999px;font-size:14px;font-weight:600}.signout-btn{padding:8px 14px;border-radius:999px}h1{font-size:32px;font-weight:700;margin:0 0 6px}.subtitle{color:#6b7280;margin-bottom:16px}.demo-toggle{display:flex;align-items:center;gap:10px}.demo-toggle.compact{transform:scale(.85);opacity:.85}.user-block{display:flex;align-items:center;gap:10px}.user-name{font-size:13px;color:#6b7280;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.demo-label{font-size:12px;font-weight:500;color:#6b7280}.switch{position:relative;width:52px;height:28px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;inset:0;background-color:#d1d5db;border-radius:999px;cursor:pointer;transition:.3s}.slider:before{content:"";position:absolute;height:22px;width:22px;left:3px;top:3px;background-color:#fff;border-radius:50%;transition:.3s}.switch input:checked+.slider{background-color:#2563eb}.switch input:checked+.slider:before{transform:translate(24px)}.form-row{display:flex;gap:16px;margin-bottom:32px;width:100%}.form-row>*{flex:1;min-width:0}input,select{width:100%;padding:12px 14px;border-radius:12px;border:1px solid #e5e7eb;font-size:14px}input:focus,select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f126}button{padding:12px 16px;border-radius:12px;border:none;background:#6366f1;color:#fff;font-size:14px;cursor:pointer;font-weight:500}button.secondary{background:#f1f5f9;color:#374151}button:hover{opacity:.9}button:disabled{opacity:.6;cursor:not-allowed}.paste-icon-btn{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 10px;border-radius:10px;border:1px solid #e5e7eb;background:#f8fafc;cursor:pointer;color:#374151;flex-shrink:0}.paste-icon-btn:hover{background:#eef2ff;color:#4338ca}table{width:100%;border-collapse:collapse;margin-top:20px;table-layout:fixed}thead th{text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;padding-bottom:14px}tbody tr{border-top:1px solid #f1f5f9}tbody td{padding:16px 8px;font-size:14px;vertical-align:top}select.status{padding:6px 12px;border-radius:999px;font-size:12px;font-weight:500;border:none;cursor:pointer}.status.Applied{background:#eef2ff;color:#4338ca}.status.Interview{background:#ecfeff;color:#0369a1}.status.Offer{background:#ecfdf5;color:#047857}.status.Rejected{background:#fef2f2;color:#b91c1c}a{color:#6366f1;text-decoration:none;font-weight:500}a:hover{text-decoration:underline}tbody tr:nth-child(2n){background-color:#fafafa}tbody tr:hover{background-color:#f8fafc}tbody td:first-child{font-weight:600}tbody td:nth-child(2){color:#111827;font-weight:400}tbody td[data-label=Link] a:after{content:" ↗";font-size:12px}tbody td[data-label=Applied],tbody td[data-label="Last Checked"]{color:#6b7280;font-size:13px}thead th{position:sticky;top:0;background:#fff;z-index:1}table{table-layout:fixed}.add-job-section{margin-bottom:24px}.add-job-toggle{width:100%;background:transparent;border:1px dashed #d1d5db;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;text-align:left;display:inline-flex;align-items:center;gap:10px;transition:background .2s ease,border-color .2s ease,color .2s ease;margin-bottom:12px}.add-job-toggle:hover{background:#f8fafc;border-color:#6366f1;color:#4338ca}.add-job-icon{display:inline-flex;align-items:center;justify-content:center}@media(min-width:769px){table{width:100%}thead th:nth-child(1),tbody td:nth-child(1){width:15%}thead th:nth-child(2),tbody td:nth-child(2){width:29%}thead th:nth-child(3),tbody td:nth-child(3){width:12%}thead th:nth-child(4),tbody td:nth-child(4){width:9%}thead th:nth-child(5),tbody td:nth-child(5){width:10%}thead th:nth-child(6),tbody td:nth-child(6){width:8%}thead th:nth-child(7),tbody td:nth-child(7){width:10%}tbody td{overflow:hidden}tbody td:nth-child(2){white-space:normal;word-break:break-word}}@media(max-width:768px){body{background:linear-gradient(180deg,#f8fafc,#eef2ff)}.app-wrapper{padding:24px 16px}.app-container{padding:20px 16px;border-radius:16px;max-width:100%}.signin-btn{width:auto;align-self:flex-end}.header-right{width:100%;display:flex;flex-direction:column;align-items:flex-end;gap:8px;overflow:hidden}.header-controls{width:100%;display:flex;justify-content:flex-end}.user-block{width:100%;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.user-name{max-width:100%;font-size:12px;color:#6b7280;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.signout-btn{align-self:flex-end;white-space:nowrap}.form-row{flex-direction:column;gap:12px}.form-row>*{width:100%}table{display:block;width:100%}thead{display:none}tbody{display:flex;flex-direction:column;gap:16px;width:100%}tbody tr{display:block;width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px}tbody td{display:grid;grid-template-columns:90px minmax(0,1fr);column-gap:8px;align-items:start;padding:6px 0;border:none;width:100%}tbody td:before{content:attr(data-label);font-size:12px;font-weight:500;color:#374151;white-space:nowrap}tbody td[data-label=Company]{font-size:18px;font-weight:700}tbody td[data-label=Company]:before{font-size:12px;font-weight:500}tbody td[data-label=Role]>*{grid-column:2}tbody td[data-label=Role]>div:first-child{font-size:15px;font-weight:600;line-height:1.3;margin-bottom:4px}tbody td[data-label=Role] div:not(:first-child){font-size:12px;font-weight:400;color:#6b7280;margin-top:2px}tbody td[data-label=Status] select.status{font-weight:500;padding:4px 12px}tbody td[data-label=Action] button.secondary{background:linear-gradient(135deg,#93c5fd,#c084fc);border-radius:999px;padding:6px 14px;font-size:12px;font-weight:500}.header-actions{flex-direction:column;align-items:flex-end;gap:6px}.user-name{order:2;text-align:right}.header-actions button{order:1;width:auto}.landing-content{flex-direction:column;align-items:center;gap:40px}.landing-left{text-align:center;max-width:420px}.landing-actions{justify-content:center}.landing-right{margin-top:20px;width:100%;display:flex;justify-content:center}.dashboard-preview{max-width:320px}.landing-title{font-size:30px;line-height:1.15}}.inline-input{width:100%;border:none;background:transparent;padding:2px 0;font-size:12px;color:#6b7280}.inline-input::placeholder{color:#9ca3af}.inline-input:focus{outline:none;border-bottom:1px dashed #6366f1;color:#374151}.inline-select{margin-top:4px;border:none;background:transparent;font-size:12px;color:#6b7280;padding:0;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;line-height:1.2;width:fit-content;max-width:160px}.inline-select:focus{outline:none;border-bottom:1px dashed #6366f1;color:#374151}.inline-row{display:flex;align-items:baseline;gap:6px;margin-top:4px}.inline-prefix{font-size:12px;font-weight:400;color:#6b7280;white-space:nowrap}.inline-input-compact{font-size:12px;color:#6b7280;padding:0;border:none;background:transparent;line-height:1.2}.inline-input-compact::placeholder{color:#9ca3af}.inline-input-compact:focus{outline:none;border-bottom:1px dashed #6366f1;color:#374151}.demo-note{margin-top:12px;margin-bottom:20px;padding:12px 16px;border-radius:12px;background:#fff7ed;color:#9a3412;font-size:13px;border:1px solid #fed7aa}.landing{padding:60px 20px;display:flex;justify-content:center}.landing-content{width:100%;max-width:1200px;display:flex;align-items:center;justify-content:space-between;gap:60px;background:#ffffffb3;padding:40px;border-radius:24px}.landing-left{flex:1;text-align:left}.landing-right{flex:1;display:flex;justify-content:center;position:relative}.landing-right:before{content:"";position:absolute;width:420px;height:420px;background:radial-gradient(circle,rgba(99,102,241,.25),transparent 70%);filter:blur(80px);z-index:0}.dashboard-preview{position:relative;z-index:1}.dashboard-preview{background:#fff;border:1px solid #f1f5f9;padding:16px;box-shadow:0 20px 40px #0000000f;border-radius:20px;max-width:520px;width:100%}.dashboard-preview img{width:100%;border-radius:14px}.preview-header{display:flex;gap:6px;margin-bottom:16px}.preview-dot{width:10px;height:10px;border-radius:50%}.preview-dot.red{background:#f87171}.preview-dot.yellow{background:#facc15}.preview-dot.green{background:#4ade80}.preview-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:1px solid #f1f5f9}.preview-row:first-of-type{border-top:none}.preview-role{font-size:12px;color:#6b7280}.preview-status{font-size:11px;padding:4px 10px;border-radius:999px;font-weight:500}.preview-status.applied{background:#eef2ff;color:#4338ca}.preview-status.interview{background:#ecfeff;color:#0369a1}.preview-status.offer{background:#ecfdf5;color:#047857}.landing-title{font-size:42px;font-weight:800;margin-bottom:12px}.landing-subtitle{font-size:16px;color:#374151;max-width:520px;margin-bottom:12px}.landing-note{font-size:13px;color:#6b7280;margin-bottom:32px}.landing-actions{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-start}.landing-btn{padding:12px 20px;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer}.landing-btn.primary{background:#6366f1;color:#fff;border:none}.landing-btn.secondary{background:transparent;border:1px solid #d1d5db;color:#374151}.brand{display:flex;flex-direction:column;gap:6px}.brand-logo{height:36px;width:auto}.landing-benefits{list-style:none;padding:0;margin:20px 0;display:flex;flex-direction:column;gap:8px;font-size:16px;color:#4b5563}.landing-benefits li{display:flex;align-items:center;gap:8px}.footer{padding:40px 24px;margin-top:60px}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#6b7280}.footer-links{display:flex;gap:20px}.footer-links a{color:#6b7280;text-decoration:none}.footer-links a:hover{color:#6366f1}.heart{color:#ef4444;font-weight:600}.global-navbar{position:sticky;top:0;z-index:1000;padding:16px 24px;background:transparent}.nav-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.nav-logo{height:45px}
