*{margin:0;padding:0;box-sizing:border-box}:root,[data-theme=dark]{--bg: #0f172a;--bg-card: #1e293b;--bg-hover: #334155;--text: #e2e8f0;--text-dim: #94a3b8;--blue: #60a5fa;--green: #10b981;--yellow: #f59e0b;--red: #ef4444;--purple: #8b5cf6;--border: #334155;--radius: 8px}[data-theme=light]{--bg: #f8fafc;--bg-card: #ffffff;--bg-hover: #f1f5f9;--text: #1e293b;--text-dim: #64748b;--blue: #3b82f6;--green: #059669;--yellow: #d97706;--red: #dc2626;--purple: #7c3aed;--border: #e2e8f0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}.app{display:flex;min-height:100vh}.sidebar{width:220px;background:var(--bg-card);padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.5rem;border-right:1px solid var(--border);position:fixed;top:0;left:0;bottom:0;z-index:10}.logo{font-size:1.2rem;font-weight:700;color:var(--blue);margin-bottom:1.5rem;letter-spacing:.5px}.nav-link{color:var(--text-dim);text-decoration:none;padding:.6rem .75rem;border-radius:6px;font-size:.9rem;font-weight:500;transition:all .15s;display:flex;align-items:center;gap:.5rem}.nav-link:hover{background:var(--bg-hover);color:var(--text)}.nav-link.active{background:var(--blue);color:var(--bg)}.main-content{margin-left:220px;flex:1;padding:2rem;max-width:1400px;width:calc(100% - 220px)}.card{background:var(--bg-card);border-radius:var(--radius);padding:1.25rem;border:1px solid var(--border)}.page-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:var(--bg-card);border-radius:var(--radius);padding:1.25rem;border:1px solid var(--border)}.stat-num{font-size:1.8rem;font-weight:700}.stat-label{color:var(--text-dim);font-size:.8rem;margin-top:.25rem}.btn{background:var(--blue);color:var(--bg);border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:600;transition:opacity .15s}.btn:hover{opacity:.85}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--bg-hover);color:var(--text)}.btn-danger{background:var(--red)}.btn-sm{padding:.3rem .7rem;font-size:.75rem}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.85rem;color:var(--text-dim);margin-bottom:.3rem;font-weight:600}.form-input{width:100%;background:var(--bg);border:1px solid var(--border);color:var(--text);padding:.5rem .75rem;border-radius:6px;font-size:.9rem}.form-input:focus{outline:none;border-color:var(--blue)}select.form-input{cursor:pointer}.job-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1rem}.job-card{background:var(--bg-card);border-radius:var(--radius);padding:1rem;border:1px solid var(--border);border-left:3px solid var(--border);transition:transform .15s}.job-card:hover{transform:translateY(-2px)}.job-card.score-9,.job-card.score-10{border-left-color:var(--green)}.job-card.score-8{border-left-color:#34d399}.job-card.score-7{border-left-color:var(--blue)}.job-card.score-6{border-left-color:var(--yellow)}.job-card.score-5{border-left-color:#f59e0b88}.job-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.score-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.6rem;height:1.6rem;border-radius:6px;color:var(--bg);font-weight:700;font-size:.8rem;flex-shrink:0}.job-title-link{color:var(--text);text-decoration:none;font-weight:600;font-size:.95rem}.job-title-link:hover{color:var(--blue)}.job-meta{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.4rem}.meta-tag{font-size:.72rem;padding:.15rem .5rem;border-radius:4px;background:var(--bg-hover);color:var(--text-dim)}.meta-tag.salary{background:#064e3b;color:#6ee7b7}.meta-tag.location{background:#1e3a5f;color:#93c5fd}.meta-tag.scored{background:#4a1d96;color:#c4b5fd}.meta-tag.tailored{background:#164e63;color:#67e8f9}.meta-tag.applied{background:var(--green);color:var(--bg);font-weight:600}.meta-tag.failed{background:var(--red);color:#fff;font-weight:600}.job-desc{font-size:.8rem;color:var(--text-dim);line-height:1.5;max-height:3.6em;overflow:hidden;margin-bottom:.5rem}.score-reasoning{font-size:.75rem;color:var(--text-dim);font-style:italic;margin-bottom:.5rem}.pipeline-controls{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;margin-bottom:1.5rem}.stage-checkboxes{display:flex;gap:.5rem;flex-wrap:wrap}.stage-check{display:flex;align-items:center;gap:.3rem;font-size:.85rem;cursor:pointer}.progress-bar{height:6px;background:var(--bg-hover);border-radius:3px;margin-bottom:1rem;overflow:hidden}.progress-fill{height:100%;background:var(--blue);border-radius:3px;transition:width .3s}.pipeline-log{background:var(--bg-card);border-radius:var(--radius);padding:1rem;max-height:400px;overflow-y:auto;font-size:.85rem;font-family:Consolas,monospace;line-height:1.6}.log-entry{padding:.15rem 0}.log-stage{color:var(--blue);font-weight:600}.log-ok{color:var(--green)}.log-error{color:var(--red)}.log-info{color:var(--text-dim)}.setup-section{background:var(--bg-card);border-radius:var(--radius);padding:1.5rem;border:1px solid var(--border);margin-bottom:1.5rem}.setup-section h3{font-size:1.1rem;margin-bottom:1rem;color:var(--blue)}.setup-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.setup-grid,.job-grid{grid-template-columns:1fr}.sidebar{width:180px}.main-content{margin-left:180px;width:calc(100% - 180px);padding:1rem}.stats-grid{grid-template-columns:repeat(2,1fr)}}.filters{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;margin-bottom:1.5rem}.filter-btn{background:var(--bg-hover);border:none;color:var(--text-dim);padding:.3rem .7rem;border-radius:6px;cursor:pointer;font-size:.8rem}.filter-btn.active{background:var(--blue);color:var(--bg);font-weight:600}.search-input{background:var(--bg);border:1px solid var(--border);color:var(--text);padding:.3rem .7rem;border-radius:6px;font-size:.85rem;width:200px}.search-input::placeholder{color:var(--text-dim)}.spinner{width:24px;height:24px;border:3px solid var(--border);border-top-color:var(--blue);border-radius:50%;animation:spin .6s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;color:var(--text-dim);padding:3rem;font-size:1rem}.dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100}.dialog{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;width:90%;max-width:520px;max-height:80vh;overflow-y:auto}.dialog-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.dialog-header h3{font-size:1.05rem}.dialog-body{padding:1.25rem}.dialog-footer{padding:1rem 1.25rem;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:.5rem}.job-detail{background:var(--bg-card);border-radius:var(--radius);padding:1.5rem;margin-bottom:1rem}.job-detail h2{margin-bottom:.75rem}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.detail-section{margin-top:1rem}.detail-section h3{font-size:.9rem;color:var(--blue);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.detail-section pre{white-space:pre-wrap;font-family:inherit;font-size:.85rem;line-height:1.6;color:var(--text-dim)}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}:root{--lh-primary: #FF385C;--lh-primary-hover: #E31C5F;--lh-bg: #ffffff;--lh-surface: #F7F7F7;--lh-text: #222222;--lh-text-muted: #717171;--lh-border: #EBEBEB;--lh-success: #008A05;--lh-warning: #E07912;--lh-destructive: #C13515;--lh-radius: 12px;--lh-radius-lg: 16px;--lh-shadow: 0 1px 3px rgba(0,0,0,.06)}.lh-page{max-width:960px;margin:0 auto;padding:2rem;font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}.lh-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:var(--lh-radius);font-size:.875rem;font-weight:600;border:none;cursor:pointer;transition:all .15s}.lh-btn:active{transform:scale(.98)}.lh-btn-primary{background:var(--lh-primary);color:#fff}.lh-btn-primary:hover{background:var(--lh-primary-hover)}.lh-btn-secondary{background:#fff;color:var(--lh-text);border:1px solid rgba(34,34,34,.2)}.lh-btn-secondary:hover{border-color:#2226}.lh-btn-ghost{background:transparent;color:var(--lh-text)}.lh-btn-ghost:hover{background:var(--lh-surface)}.lh-btn-danger{background:var(--lh-destructive);color:#fff}.lh-btn-danger:hover{background:#a91102}.lh-btn-sm{padding:.35rem .75rem;font-size:.8rem}.lh-card{background:#fff;border-radius:var(--lh-radius-lg);border:1px solid var(--lh-border);padding:1.5rem;box-shadow:var(--lh-shadow)}.lh-card+.lh-card{margin-top:1rem}.lh-input{width:100%;padding:.65rem 1rem;border:1px solid var(--lh-border);border-radius:var(--lh-radius);font-size:.875rem;background:#fff;color:var(--lh-text);outline:none;transition:border .15s}.lh-input:focus{border-color:var(--lh-text);box-shadow:0 0 0 1px var(--lh-text)}.lh-input::placeholder{color:var(--lh-text-muted)}.lh-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23717171' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;padding-right:2.5rem}.lh-section-title{font-size:1.1rem;font-weight:700;color:var(--lh-text);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.lh-tag{display:inline-flex;align-items:center;gap:.3rem;background:var(--lh-surface);padding:.25rem .6rem;border-radius:8px;font-size:.8rem;color:var(--lh-text)}.lh-tag button{background:none;border:none;cursor:pointer;color:var(--lh-text-muted);font-size:1rem;line-height:1;padding:0}.lh-tag.destructive{background:#fff0f0;color:var(--lh-destructive)}.lh-plugin-card{display:flex;align-items:center;padding:1rem;border:1px solid var(--lh-border);border-radius:var(--lh-radius);background:#fff;gap:1rem}.lh-plugin-card+.lh-plugin-card{margin-top:.5rem}.lh-plugin-icon{width:42px;height:42px;border-radius:10px;background:var(--lh-surface);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:var(--lh-text);flex-shrink:0}.lh-plugin-info{flex:1;min-width:0}.lh-plugin-name{font-weight:600;font-size:.9rem}.lh-plugin-meta{font-size:.75rem;color:var(--lh-text-muted);margin-top:.15rem}.lh-toggle{width:44px;height:24px;border-radius:12px;background:#ddd;position:relative;cursor:pointer;transition:background .2s;flex-shrink:0}.lh-toggle.on{background:var(--lh-primary)}.lh-toggle:after{content:"";width:20px;height:20px;border-radius:50%;background:#fff;position:absolute;top:2px;left:2px;transition:transform .2s;box-shadow:0 1px 3px #0003}.lh-toggle.on:after{transform:translate(20px)}.lh-tabs{display:flex;gap:.25rem;margin-bottom:1.5rem}.lh-tab{padding:.4rem .9rem;border-radius:var(--lh-radius);font-size:.8rem;font-weight:600;cursor:pointer;border:1px solid var(--lh-border);color:var(--lh-text-muted);background:#fff;transition:all .15s}.lh-tab:hover{color:var(--lh-text)}.lh-tab.active{background:var(--lh-text);color:#fff;border-color:var(--lh-text)}.lh-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){.lh-grid{grid-template-columns:1fr}.lh-page{padding:1rem}}.lh-spinner{width:24px;height:24px;border:3px solid var(--lh-border);border-top-color:var(--lh-primary);border-radius:50%;animation:lh-spin .6s linear infinite;display:inline-block}@keyframes lh-spin{to{transform:rotate(360deg)}}.lh-toast{position:fixed;bottom:2rem;right:2rem;background:var(--lh-text);color:#fff;padding:.75rem 1.25rem;border-radius:var(--lh-radius);font-size:.85rem;font-weight:600;z-index:200;animation:lh-fadeIn .2s ease-out;box-shadow:0 4px 12px #00000026}.lh-toast.error{background:var(--lh-destructive)}@keyframes lh-fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.lh-check-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;padding:.5rem 0}.lh-plugin-grid{display:flex;flex-direction:column;gap:.5rem}.lh-badge{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:6px;font-size:.7rem;font-weight:600}.lh-badge-success{background:#e6f7e6;color:var(--lh-success)}.lh-badge-warning{background:#fff3e6;color:var(--lh-warning)}.lh-badge-muted{background:var(--lh-surface);color:var(--lh-text-muted)}.lh-section-card{background:#fff;border-radius:var(--lh-radius-lg);border:1px solid var(--lh-border);padding:1.5rem;box-shadow:var(--lh-shadow);margin-bottom:1rem}.lh-section-card h3{font-size:1rem;font-weight:700;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.lh-category-badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:6px;font-size:.7rem;font-weight:600}.lh-category-navigation{background:#e8f0fe;color:#1a73e8}.lh-category-form_strategy{background:#f3e8ff;color:#9333ea}.lh-category-element_interaction{background:#fff3e0;color:#e65100}.lh-category-extraction{background:#e8f5e9;color:#2e7d32}.lh-category-verification{background:#fce4ec;color:#c62828}.lh-category-other{background:var(--lh-surface);color:var(--lh-text-muted)}.landing-showcase{position:relative;max-width:1180px;margin:0 auto}.landing-showcase-glow{position:absolute;inset:7% 8% auto;height:34%;border-radius:999px;background:linear-gradient(90deg,#ff385c29,#0ea5a424,#22222214);filter:blur(42px);pointer-events:none}.landing-showcase-frame{position:relative;overflow:hidden;border:1px solid rgba(34,34,34,.1);border-radius:16px;background:linear-gradient(180deg,#fff,#fbfbfb);box-shadow:0 24px 60px #22222224,0 2px 8px #2222220f}.landing-showcase-toolbar{min-height:58px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;padding:.75rem .9rem;border-bottom:1px solid var(--lh-border);background:#ffffffeb}.landing-browser-dots{display:inline-flex;align-items:center;gap:.45rem}.landing-browser-dots span{width:.7rem;height:.7rem;border-radius:999px;background:#dedede}.landing-browser-dots span:first-child{background:#ff5f57}.landing-browser-dots span:nth-child(2){background:#ffbd2e}.landing-browser-dots span:nth-child(3){background:#28c840}.landing-showcase-route{min-width:0;justify-self:center;width:min(360px,100%);padding:.5rem 1rem;border:1px solid var(--lh-border);border-radius:999px;background:var(--lh-surface);color:var(--lh-text-muted);font-size:.82rem;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-showcase-controls{display:inline-flex;align-items:center;gap:.35rem}.landing-icon-btn{width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--lh-border);border-radius:10px;background:#fff;color:var(--lh-text);cursor:pointer;transition:transform .15s,border-color .15s,box-shadow .15s}.landing-icon-btn:hover{border-color:#22222247;box-shadow:0 4px 12px #22222214}.landing-icon-btn:active{transform:scale(.96)}.landing-icon-btn:focus-visible,.landing-showcase-tab:focus-visible{outline:3px solid rgba(255,56,92,.25);outline-offset:2px}.landing-showcase-viewport{position:relative;overflow:hidden;height:clamp(320px,58vw,690px);background:linear-gradient(135deg,#ff385c0d,#0ea5a40d),#f3f4f6}.landing-showcase-track{height:100%;display:flex;transition:transform .55s cubic-bezier(.22,1,.36,1);will-change:transform}.landing-showcase-slide{min-width:100%;height:100%;flex:0 0 100%;padding:clamp(.75rem,2vw,1.5rem);display:flex;align-items:center;justify-content:center}.landing-showcase-slide img{width:100%;height:100%;display:block;object-fit:contain;border:1px solid rgba(34,34,34,.08);border-radius:10px;background:#fff;box-shadow:0 14px 34px #2222221f}.landing-showcase-summary{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.35rem;border-top:1px solid var(--lh-border);background:#fff}.landing-showcase-kicker{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:.45rem;color:var(--lh-primary);font-size:.75rem;font-weight:800;text-transform:uppercase}.landing-showcase-summary h3{margin:0 0 .25rem;color:var(--lh-text);font-size:1.25rem;font-weight:800}.landing-showcase-summary p{max-width:650px;color:var(--lh-text-muted);font-size:.95rem;line-height:1.55}.landing-showcase-count{flex:0 0 auto;padding:.45rem .7rem;border-radius:999px;background:#f1f7f6;color:#0f766e;font-size:.78rem;font-weight:800}.landing-showcase-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1rem}.landing-showcase-tab{position:relative;min-height:92px;display:flex;align-items:flex-start;gap:.75rem;padding:1rem;overflow:hidden;border:1px solid var(--lh-border);border-radius:12px;background:#fff;color:var(--lh-text);text-align:left;cursor:pointer;box-shadow:0 1px 3px #2222220a;transition:transform .15s,border-color .15s,box-shadow .15s}.landing-showcase-tab:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(90deg,var(--lh-primary),#0f766e);transform:scaleX(0);transform-origin:left;transition:transform .25s}.landing-showcase-tab:hover{transform:translateY(-2px);border-color:#2222222e;box-shadow:0 10px 24px #22222214}.landing-showcase-tab.active{border-color:#ff385c6b;background:linear-gradient(180deg,#fff,#fff7f9)}.landing-showcase-tab.active:after{transform:scaleX(1)}.landing-showcase-tab-num{flex:0 0 auto;color:var(--lh-primary);font-size:.78rem;font-weight:900}.landing-showcase-tab strong,.landing-showcase-tab small{display:block}.landing-showcase-tab strong{margin-bottom:.25rem;font-size:.95rem;font-weight:800}.landing-showcase-tab small{color:var(--lh-text-muted);font-size:.78rem;line-height:1.35}@media (max-width: 760px){.landing-showcase-toolbar{grid-template-columns:auto 1fr}.landing-showcase-route{grid-column:1 / -1;grid-row:2;justify-self:stretch;width:100%}.landing-showcase-controls{justify-self:end}.landing-showcase-viewport{height:clamp(250px,82vw,460px)}.landing-showcase-summary{flex-direction:column;padding:1rem}.landing-showcase-tabs{display:flex;overflow-x:auto;padding-bottom:.25rem;scroll-snap-type:x proximity}.landing-showcase-tab{min-width:250px;scroll-snap-align:start}}
