.landing .pill-row{flex-wrap:wrap;justify-content:center;gap:8px;display:inline-flex}.landing .pill{border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12.5px;font-weight:600;display:inline-flex}.landing .pill .pd{border-radius:50%;width:6px;height:6px}.landing .pill-blue{background:var(--blue-50);color:var(--blue-700);border-color:#2f6bff40}.landing .pill-blue .pd{background:var(--blue-500);box-shadow:0 0 0 3px #2f6bff33}.landing .pill-green{color:#16a34a;background:#16a34a1a;border-color:#16a34a40}.landing .pill-green .pd{background:#16a34a;box-shadow:0 0 0 3px #16a34a33}.landing .pill-purple{color:#9333ea;background:#9333ea1a;border-color:#9333ea40}.landing .pill-purple .pd{background:#9333ea;box-shadow:0 0 0 3px #9333ea33}html[data-theme=dark] .landing .pill-green{color:#4ade80;background:#16a34a26}html[data-theme=dark] .landing .pill-purple{color:#c084fc;background:#a855f726}.landing .sc-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.landing .sc-panel{background:var(--bg);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:18px;padding:22px}html[data-theme=dark] .landing .sc-panel{background:var(--bg-2);border-color:var(--line)}.landing .sc-head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.landing .sc-head-l{color:var(--ink);align-items:center;gap:10px;font-size:15px;display:flex}.landing .sc-head-l b{font-weight:600}.landing .sc-num{background:linear-gradient(135deg, var(--blue-500), #6a93ff);color:#fff;border-radius:7px;place-items:center;width:26px;height:26px;font-size:13px;font-weight:700;display:grid;box-shadow:0 4px 10px -4px #2f6bff80}.landing .sc-num-2{background:linear-gradient(135deg,#1f55ec,#2f6bff);box-shadow:0 4px 10px -4px #2f6bff80}.landing .sc-upload{border:1px solid var(--line);background:var(--bg-2);color:var(--ink);cursor:pointer;border-radius:8px;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:500;transition:all .15s}.landing .sc-upload:hover{border-color:var(--blue-500);color:var(--blue-700)}html[data-theme=dark] .landing .sc-upload{background:var(--bg-3)}.landing .sc-area{resize:vertical;border:1px solid var(--line);background:var(--bg-2);width:100%;min-height:220px;color:var(--ink);border-radius:12px;outline:none;padding:14px 16px;font-family:JetBrains Mono,monospace;font-size:13px;line-height:1.65;transition:border-color .2s,box-shadow .2s}.landing .sc-area::placeholder{color:var(--muted-2)}html[data-theme=dark] .landing .sc-area{background:var(--bg-3);border-color:var(--line)}.landing .sc-area:focus{border-color:var(--blue-500);box-shadow:0 0 0 4px #2f6bff26}.landing .sc-meta{color:var(--muted-2);margin-top:10px;font-family:JetBrains Mono,monospace;font-size:12px}.landing .sc-cta{justify-content:center;margin-top:28px;display:flex}.landing .sc-scan{padding:16px 32px;font-size:15.5px}.landing .sc-scan:disabled{opacity:.55;cursor:not-allowed;transform:none}.landing .sc-result{flex-direction:column;gap:16px;margin-top:36px;animation:.5s cubic-bezier(.2,.7,.2,1) scIn;display:flex}@keyframes scIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.landing .sc-score-card{background:var(--bg);border:1px solid var(--line);border-radius:18px;grid-template-columns:auto 1fr;align-items:center;gap:28px;padding:28px;display:grid;box-shadow:0 0 0 1px #2f6bff1f,0 0 40px #2f6bff2e}html[data-theme=dark] .landing .sc-score-card{background:var(--bg-2)}.landing .sc-ring{width:120px;height:120px;position:relative}.landing .sc-ring svg{width:100%;height:100%}.landing .sc-ring-n{color:var(--blue-600);place-items:center;font-family:Instrument Serif,serif;font-size:36px;font-style:italic;line-height:1;display:grid;position:absolute;inset:0}.landing .sc-ring-n span{color:var(--muted);margin-left:1px;font-size:13px;font-style:normal}html[data-theme=dark] .landing .sc-ring-n{color:#9fb7ff}.landing .sc-score-body b{color:var(--ink);margin-bottom:6px;font-size:17px;display:block}.landing .sc-score-body p{color:var(--muted);max-width:540px;margin:0 0 14px;font-size:14px;line-height:1.55}.landing .sc-actions{flex-wrap:wrap;gap:8px;display:flex}.landing .sc-break{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.landing .sc-breakcard{background:var(--bg);border:1px solid var(--line);border-radius:12px;padding:16px 18px}html[data-theme=dark] .landing .sc-breakcard{background:var(--bg-2)}.landing .scb-n{color:var(--ink);font-family:Instrument Serif,serif;font-size:28px;font-style:italic;line-height:1}.landing .scb-l{color:var(--muted);letter-spacing:.02em;margin-top:4px;font-size:12px}.landing .sc-section{background:var(--bg);border:1px solid var(--line);border-radius:16px;margin-top:16px;padding:22px}html[data-theme=dark] .landing .sc-section{background:var(--bg-2)}.landing .sc-section h4{letter-spacing:.12em;text-transform:uppercase;color:var(--ink);align-items:center;gap:8px;margin:0 0 12px;font-size:13px;font-weight:700;display:flex}.landing .sc-section h4 .dot{border-radius:50%;width:8px;height:8px}.landing .sc-section h4.accent-green{color:#16a34a}.landing .sc-section h4.accent-green .dot{background:#16a34a}.landing .sc-section h4.accent-red{color:#dc2626}.landing .sc-section h4.accent-red .dot{background:#dc2626}.landing .sc-section h4.accent-blue{color:var(--blue-600)}.landing .sc-section h4.accent-blue .dot{background:var(--blue-500)}html[data-theme=dark] .landing .sc-section h4.accent-green{color:#4ade80}html[data-theme=dark] .landing .sc-section h4.accent-green .dot{background:#4ade80}html[data-theme=dark] .landing .sc-section h4.accent-red{color:#f87171}html[data-theme=dark] .landing .sc-section h4.accent-red .dot{background:#f87171}html[data-theme=dark] .landing .sc-section h4.accent-blue{color:#9fb7ff}html[data-theme=dark] .landing .sc-section h4.accent-blue .dot{background:#9fb7ff}.landing .sc-chips{flex-wrap:wrap;gap:6px;display:flex}.landing .sc-chip{border:1px solid #0000;border-radius:999px;padding:4px 10px;font-size:11.5px;font-weight:600}.landing .sc-chip-green{color:#16a34a;background:#16a34a1a;border-color:#16a34a40}.landing .sc-chip-red{color:#dc2626;background:#dc262614;border-color:#dc262640}.landing .sc-chip-blue{background:var(--blue-50);color:var(--blue-700);border-color:#2f6bff40}html[data-theme=dark] .landing .sc-chip-green{color:#4ade80;background:#16a34a26;border-color:#4ade8033}html[data-theme=dark] .landing .sc-chip-red{color:#f87171;background:#f871711f;border-color:#f8717140}.landing .sc-empty{color:var(--muted-2);font-size:12.5px;font-style:italic}.landing .sc-cols{grid-template-columns:1fr 1fr 1fr;gap:12px;display:grid}.landing .sc-cols-2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.landing .sc-sub{border-top:1px solid var(--line-2);margin-top:14px;padding-top:14px}html[data-theme=dark] .landing .sc-sub{border-top-color:var(--line)}.landing .sc-sub h5{text-transform:uppercase;letter-spacing:.12em;color:var(--muted-2);margin:0 0 8px;font-size:11px;font-weight:700}.landing .sc-metric{border-top:1px solid var(--line-2);color:var(--muted);margin-top:14px;padding-top:14px;font-size:13px}html[data-theme=dark] .landing .sc-metric{border-top-color:var(--line)}.landing .sc-metric strong{color:var(--ink);font-weight:600}.landing .sc-bars{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.landing .sc-bar-card{background:var(--bg);border:1px solid var(--line);border-radius:14px;padding:18px 20px}html[data-theme=dark] .landing .sc-bar-card{background:var(--bg-2)}.landing .sc-bar-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.landing .sc-bar-head span{color:var(--ink);font-size:13px;font-weight:600}.landing .sc-bar-head b{color:var(--muted);font-size:13px;font-weight:700}.landing .sc-bar-track{background:var(--bg-2);border-radius:999px;height:8px;overflow:hidden}html[data-theme=dark] .landing .sc-bar-track{background:var(--bg-3)}.landing .sc-bar-fill{border-radius:999px;height:100%;transition:width 1s cubic-bezier(.2,.7,.2,1);display:block}.landing .sc-bar-fill.g1{background:linear-gradient(90deg,#10b981,#34d399)}.landing .sc-bar-fill.g2{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.landing .sc-bar-fill.g3{background:linear-gradient(90deg,#ef4444,#fb7185)}.landing .sc-recos{flex-direction:column;gap:10px;margin-top:12px;display:flex}.landing .sc-reco{background:var(--bg);border:1px solid var(--line);border-radius:12px;overflow:hidden}html[data-theme=dark] .landing .sc-reco{background:var(--bg-2)}.landing .sc-reco button{all:unset;cursor:pointer;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 16px;font-family:inherit;display:flex}.landing .sc-reco button:hover{background:var(--bg-2)}html[data-theme=dark] .landing .sc-reco button:hover{background:var(--bg-3)}.landing .sc-reco-left{align-items:center;gap:12px;min-width:0;display:flex}.landing .sc-prio{letter-spacing:.08em;text-transform:uppercase;border:1px solid #0000;border-radius:999px;flex:none;padding:4px 10px;font-size:10px;font-weight:700}.landing .sc-prio-high{color:#dc2626;background:#dc26261a;border-color:#dc262640}.landing .sc-prio-med{color:#b45309;background:#f59e0b1a;border-color:#f59e0b40}.landing .sc-prio-low{background:var(--blue-50);color:var(--blue-700);border-color:#2f6bff33}html[data-theme=dark] .landing .sc-prio-high{color:#f87171;background:#f871711f}html[data-theme=dark] .landing .sc-prio-med{color:#fbbf24;background:#fbbf241f}.landing .sc-reco-title{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;overflow:hidden}.landing .sc-reco-chev{width:16px;height:16px;color:var(--muted-2);flex:none;transition:transform .3s}.landing .sc-reco.open .sc-reco-chev{transform:rotate(180deg)}.landing .sc-reco-body{max-height:0;transition:max-height .3s;overflow:hidden}.landing .sc-reco.open .sc-reco-body{max-height:240px}.landing .sc-reco-body p{color:var(--muted);margin:0;padding:0 16px 16px;font-size:13.5px;line-height:1.55}.landing .tips-head{justify-content:center;align-items:center;gap:16px;margin-bottom:32px;display:flex}.landing .tips-rule{background:var(--line);flex:1;max-width:260px;height:1px}.landing .tips-label{letter-spacing:.2em;color:var(--muted-2);font-size:12px;font-weight:700}.landing .tips-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.landing .tip{background:var(--bg);border:1px solid var(--line);border-radius:16px;padding:22px;transition:transform .2s,box-shadow .2s,border-color .2s}html[data-theme=dark] .landing .tip{background:var(--bg-2);border-color:var(--line)}.landing .tip:hover{box-shadow:var(--shadow-md);border-color:#2f6bff4d;transform:translateY(-3px)}.landing .tip-ic{background:var(--blue-50);width:40px;height:40px;color:var(--blue-700);border-radius:10px;place-items:center;margin-bottom:16px;display:grid;box-shadow:0 0 0 1px #2f6bff26,0 0 14px #2f6bff40}html[data-theme=dark] .landing .tip-ic{color:#9fb7ff;background:#2f6bff26}.landing .tip-ic svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.landing .tip h3{letter-spacing:-.01em;color:var(--ink);margin:0 0 6px;font-size:16px;font-weight:600}.landing .tip p{color:var(--muted);margin:0;font-size:13.5px;line-height:1.55}.landing .sc-rescan{justify-content:center;margin-top:24px;display:flex}.landing .ats-footer-bottom{color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:24px 0;font-size:13px;display:flex}.landing .ats-footer-bottom .brand{letter-spacing:-.02em;color:var(--ink);align-items:center;gap:10px;font-size:17px;font-weight:700;display:flex}.landing .ats-footer-bottom .brand-mark{background:var(--ink);color:#fff;border-radius:7px;place-items:center;width:26px;height:26px;display:grid;position:relative}.landing .ats-footer-bottom .brand-mark:after{content:"";border:1.5px solid #fff;border-top-color:var(--blue-500);border-radius:4px;position:absolute;inset:4px}html[data-theme=dark] .landing .ats-footer-bottom .brand-mark{color:var(--bg);background:#fff}html[data-theme=dark] .landing .ats-footer-bottom .brand-mark:after{border-color:var(--bg);border-top-color:var(--blue-500)}@media (max-width:960px){.landing .sc-grid{grid-template-columns:1fr}.landing .sc-break,.landing .sc-bars,.landing .tips-grid{grid-template-columns:1fr 1fr}.landing .sc-cols,.landing .sc-cols-2{grid-template-columns:1fr}.landing .sc-score-card{text-align:center;grid-template-columns:1fr;justify-items:center}}@media (max-width:620px){.landing .sc-break,.landing .sc-bars,.landing .tips-grid{grid-template-columns:1fr}}.landing .sc-upload-row{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.landing .sc-upload.is-loading{opacity:.65;pointer-events:none}.landing .sc-pdf-err{color:#fb7185;background:#f43f5e14;border:1px solid #f43f5e47;border-radius:8px;margin-top:8px;padding:6px 10px;font-size:12px}
