.landing-root{--bg:#f7f7f5;--surface:#ffffff;--surface-2:#fafaf7;--ink:#111111;--ink-2:#3a3a38;--ink-3:#6b6b68;--ink-4:#767673;--line:#e8e8e4;--line-2:#efefeb;--langues-bg:#e6f1fb;--langues-fg:#0c447c;--langues-bar:#2f7ac6;--msn-bg:#e5f2ea;--msn-fg:#1f5a36;--msn-bar:#3f8e5c;--shs-bg:#fbf0dc;--shs-fg:#7a5012;--shs-bar:#b58238;--arts-bg:#f0ebfb;--arts-fg:#4b3a86;--arts-bar:#7b66b0;--cm-bg:#fbe9f0;--cm-fg:#842f58;--cm-bar:#b45f87;--eval-bg:#eaf5ee;--eval-fg:#1f5a36;background:var(--bg);color:var(--ink);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}.landing-root a{color:inherit;text-decoration:none}.landing-root .lp-container{max-width:880px;margin:0 auto;padding:0 24px}.landing-root .lp-container-wide{max-width:1080px;margin:0 auto;padding:0 24px}.landing-root .lp-top{padding:22px 0}.landing-root .lp-top-row{display:flex;align-items:center;gap:28px}.landing-root .lp-logo{gap:10px;font-size:17px;letter-spacing:-.01em}.landing-root .lp-logo,.landing-root .lp-logo-mark{display:inline-flex;align-items:center;font-weight:600}.landing-root .lp-logo-mark{width:22px;height:22px;border-radius:6px;background:var(--ink);color:#fff;justify-content:center;font-size:12px}.landing-root .lp-spacer{flex:1 1}.landing-root .lp-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:8px;font-size:14px;font-weight:500;border:.5px solid var(--line);background:var(--surface);color:var(--ink);cursor:pointer;transition:background .12s ease;white-space:nowrap}.landing-root .lp-btn:hover{background:var(--surface-2)}.landing-root .lp-btn-dark{background:var(--ink);color:#fff;border-color:var(--ink)}.landing-root .lp-btn-dark:hover{background:#2a2a2a}.landing-root .lp-btn-ghost{border-color:transparent}.landing-root .lp-btn-ghost:hover{background:var(--line-2)}.landing-root .lp-hero{padding:56px 0 24px;text-align:center}.landing-root .lp-hero h1{font-size:44px;line-height:1.08;letter-spacing:-.025em;font-weight:600;margin:0 auto 14px;max-width:22ch}.landing-root .lp-lede{color:var(--ink-3);font-size:17px;max-width:56ch;margin:0 auto 32px}.landing-root .lp-searchbox{position:relative;max-width:720px;margin:0 auto;background:var(--surface);border:.5px solid var(--line);border-radius:14px;box-shadow:0 12px 30px -12px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.03);transition:box-shadow .2s ease}.landing-root .lp-searchbox:focus-within{box-shadow:0 16px 40px -10px rgba(0,0,0,.14),0 0 0 3px rgba(30,58,138,.08)}.landing-root .lp-search-row{display:flex;align-items:center;gap:12px;padding:14px 18px}.landing-root .lp-search-icon{width:20px;height:20px;flex-shrink:0;color:var(--ink-3);display:inline-flex;align-items:center;justify-content:center;font-size:18px}.landing-root #lp-q{flex:1 1;border:0;outline:0;background:transparent;font-family:inherit;font-size:16px;color:var(--ink)}.landing-root #lp-q::placeholder{color:var(--ink-4)}.landing-root .lp-kbd{font-family:var(--mono,ui-monospace,monospace);font-size:11px;color:var(--ink-3);padding:3px 6px;border:.5px solid var(--line);border-radius:4px;background:var(--surface-2)}.landing-root .lp-sugs{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:18px}.landing-root .lp-sug{font-size:12px;padding:6px 12px;border-radius:999px;background:var(--surface);border:.5px solid var(--line);color:var(--ink-2);cursor:pointer;transition:background .1s ease;font-family:inherit}.landing-root .lp-sug:hover{background:var(--surface-2)}.landing-root .lp-sug code{font-family:var(--mono,ui-monospace,monospace);font-size:11px;color:var(--langues-fg);background:var(--langues-bg);padding:1px 6px;border-radius:4px;margin-right:4px}.landing-root .lp-sug.m code{color:var(--msn-fg);background:var(--msn-bg)}.landing-root .lp-sug.s code{color:var(--shs-fg);background:var(--shs-bg)}.landing-root .lp-sug.a code{color:var(--arts-fg);background:var(--arts-bg)}.landing-root .lp-results{margin:28px auto 0;background:var(--surface);border:.5px solid var(--line);border-radius:14px;overflow:hidden;max-width:720px}.landing-root .lp-results-head{padding:12px 18px;font-size:12px;color:var(--ink-3);border-bottom:.5px solid var(--line);background:var(--surface-2);display:flex;justify-content:space-between;align-items:center}.landing-root .lp-results-head b{color:var(--ink);font-weight:500}.landing-root .lp-res{display:flex;align-items:stretch;padding:0;border:0;border-bottom:.5px solid var(--line);width:100%;text-align:left;background:var(--surface);color:inherit;font:inherit;cursor:pointer;transition:background .1s ease}.landing-root .lp-res:hover{background:var(--surface-2)}.landing-root .lp-res:last-child{border-bottom:0}.landing-root .lp-res-bar{width:3px;flex-shrink:0}.landing-root .lp-res-body{flex:1 1;padding:14px 18px;min-width:0}.landing-root .lp-res-row1{display:flex;gap:8px;align-items:center;margin-bottom:4px;flex-wrap:wrap}.landing-root .lp-chip{display:inline-flex;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:500;font-family:var(--mono,ui-monospace,monospace)}.landing-root .lp-chip-langues{background:var(--langues-bg);color:var(--langues-fg)}.landing-root .lp-chip-msn{background:var(--msn-bg);color:var(--msn-fg)}.landing-root .lp-chip-shs{background:var(--shs-bg);color:var(--shs-fg)}.landing-root .lp-chip-arts{background:var(--arts-bg);color:var(--arts-fg)}.landing-root .lp-chip-cm{background:var(--cm-bg);color:var(--cm-fg)}.landing-root .lp-chip-fg{background:var(--surface-2);color:var(--ink-2)}.landing-root .lp-res h3{font-size:15px;font-weight:500;margin:0 0 4px;letter-spacing:-.005em}.landing-root .lp-res-meta{font-size:12px;color:var(--ink-3)}.landing-root .lp-res-meta b{color:var(--ink-2);font-weight:500}.landing-root .lp-res-lock{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:0 18px;color:var(--ink-4);font-size:16px;transition:color .12s ease}.landing-root .lp-res:hover .lp-res-lock{color:var(--ink-2)}.landing-root .lp-empty{padding:32px 18px;text-align:center;color:var(--ink-3);font-size:14px}.landing-root .lp-empty code{font-family:var(--mono,ui-monospace,monospace);background:var(--surface-2);padding:2px 6px;border-radius:4px}.landing-root+.lp-modal-backdrop,.lp-modal-backdrop{position:fixed;inset:0;z-index:100;background:rgba(17,17,17,.45);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:none;align-items:center;justify-content:center;animation:lp-fade .16s ease both}.lp-modal-backdrop.lp-open{display:flex}@keyframes lp-fade{0%{opacity:0}to{opacity:1}}.lp-modal{background:#fff;border:.5px solid #e8e8e4;border-radius:14px;width:min(440px,calc(100vw - 32px));box-shadow:0 30px 60px -20px rgba(0,0,0,.3);overflow:hidden;animation:lp-pop .2s cubic-bezier(.2,.9,.3,1.1) both}@keyframes lp-pop{0%{transform:translateY(8px) scale(.96);opacity:0}to{transform:none;opacity:1}}.lp-modal-preview{padding:18px 22px;background:#fafaf7;border-bottom:.5px solid #e8e8e4;display:flex;align-items:center;gap:12px}.lp-modal-preview-bar{width:3px;height:36px;flex-shrink:0;border-radius:2px}.lp-modal-preview h4{font-size:14px;font-weight:500;margin:0 0 2px;color:#111}.lp-modal-preview-meta{font-size:12px;color:#6b6b68}.lp-modal-body{padding:24px 22px 22px}.lp-modal-icon{width:40px;height:40px;border-radius:10px;background:#fafaf7;border:.5px solid #e8e8e4;display:inline-flex;align-items:center;justify-content:center;font-size:18px;color:#3a3a38;margin-bottom:14px}.lp-modal h3{font-size:18px;font-weight:600;letter-spacing:-.01em;margin:0 0 6px;color:#111}.lp-modal p{font-size:14px;color:#6b6b68;margin:0 0 18px}.lp-modal-actions{display:flex;gap:8px}.lp-modal-actions .lp-btn{flex:1 1;justify-content:center;padding:10px 14px}.lp-modal-close{position:absolute;top:0;right:0;padding:10px 14px;background:transparent;border:0;cursor:pointer;color:#6b6b68;font-size:16px}.lp-modal-wrap{position:relative}.landing-root .lp-nudge{margin:14px auto 0;max-width:720px;padding:10px 14px;border-radius:10px;background:var(--langues-bg);color:var(--langues-fg);font-size:13px;display:none;align-items:center;gap:10px;border:.5px solid #c8dff3}.landing-root .lp-nudge.lp-show{display:flex;animation:lp-fade .24s ease both}.landing-root .lp-nudge a{font-weight:600;text-decoration:underline}.landing-root .lp-strip{margin:24px auto 56px;padding:24px 28px;background:var(--surface);border:.5px solid var(--line);border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.landing-root .lp-strip .lp-text{font-size:15px}.landing-root .lp-strip .lp-text b{font-weight:500}.landing-root .lp-strip .lp-text span{color:var(--ink-3);margin-left:8px}.landing-root .lp-stats{padding:80px 0 40px;text-align:center}.landing-root .lp-stat-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;border-top:.5px solid var(--line);border-bottom:.5px solid var(--line)}.landing-root .lp-stat{padding:28px 16px;border-right:.5px solid var(--line)}.landing-root .lp-stat:last-child{border-right:0}.landing-root .lp-stat-num{font-size:36px;font-weight:600;letter-spacing:-.02em;color:var(--ink);font-feature-settings:"tnum" on}.landing-root .lp-stat-label{font-size:12px;color:var(--ink-3);margin-top:6px;letter-spacing:.02em}.landing-root .lp-how{padding:60px 0 80px}.landing-root .lp-how h2{font-size:28px;letter-spacing:-.02em;font-weight:600;margin:0 0 28px;text-align:center}.landing-root .lp-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.landing-root .lp-step{background:var(--surface);border:.5px solid var(--line);border-radius:12px;padding:22px}.landing-root .lp-step-num{font-family:var(--mono,ui-monospace,monospace);font-size:11px;color:var(--ink-4)}.landing-root .lp-step h3{font-size:16px;font-weight:600;margin:8px 0 6px;letter-spacing:-.005em}.landing-root .lp-step p{font-size:14px;color:var(--ink-3);margin:0}.landing-root .lp-footer{border-top:.5px solid var(--line);padding:28px 0 56px;color:var(--ink-3);font-size:13px}.landing-root .lp-footer-row{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.landing-root .lp-footer-links{display:flex;gap:22px}@supports (content-visibility:auto){.landing-root .lp-features,.landing-root .lp-footer,.landing-root .lp-how,.landing-root .lp-stats{content-visibility:auto;contain-intrinsic-size:360px}}@media (max-width:720px){.landing-root .lp-hero h1{font-size:32px}.landing-root .lp-stat-row{grid-template-columns:1fr}.landing-root .lp-stat{border-right:0;border-bottom:.5px solid var(--line)}.landing-root .lp-stat:last-child{border-bottom:0}.landing-root .lp-steps{grid-template-columns:1fr}}.landing-root .lp-features{padding:56px 0 32px}.landing-root .lp-features-head{text-align:center;margin-bottom:36px}.landing-root .lp-features-eyebrow{display:inline-block;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-3);margin-bottom:8px}.landing-root .lp-features h2{font-size:32px;line-height:1.15;letter-spacing:-.02em;font-weight:600;margin:0 auto 8px;max-width:24ch}.landing-root .lp-features-sub{color:var(--ink-3);font-size:15px;max-width:50ch;margin:0 auto}.landing-root .lp-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}@media (max-width:900px){.landing-root .lp-feat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.landing-root .lp-feat-grid{grid-template-columns:1fr}.landing-root .lp-feat-mock{overflow:hidden}.landing-root .lp-mock-resources .res-card{width:80%}}.landing-root .lp-feat-card{background:var(--surface);border:.5px solid var(--line);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:border-color .12s ease,transform .12s ease}.landing-root .lp-feat-card:hover{border-color:#d6d6d2;transform:translateY(-1px)}.landing-root .lp-feat-mock{height:140px;background:var(--surface-2);border-bottom:.5px solid var(--line);padding:14px;display:flex;align-items:center;justify-content:center;overflow:hidden}.landing-root .lp-mock-planning{width:100%;height:100%;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:14px repeat(3,1fr);grid-gap:4px;gap:4px}.landing-root .lp-mock-planning .day{font-size:9px;color:var(--ink-4);text-align:center;font-weight:500;text-transform:uppercase;letter-spacing:.04em}.landing-root .lp-mock-planning .slot{background:#fff;border:.5px solid var(--line);border-radius:4px}.landing-root .lp-mock-planning .slot.l{background:#e6f1fb;border-color:#cfe1f5}.landing-root .lp-mock-planning .slot.m{background:#e5f2ea;border-color:#c7dfd0}.landing-root .lp-mock-planning .slot.s{background:#fbf0dc;border-color:#efdcb5}.landing-root .lp-mock-planning .slot.a{background:#f0ebfb;border-color:#d8cef0}.landing-root .lp-mock-coverage{width:100%;display:grid;grid-gap:12px;gap:12px}.landing-root .lp-mock-coverage .cov-row{display:grid;grid-template-columns:32px 1fr 28px;grid-gap:8px;gap:8px;align-items:center}.landing-root .lp-mock-coverage .cov-label{font-size:10px;font-weight:500;color:var(--ink-2);font-family:var(--mono,ui-monospace,monospace)}.landing-root .lp-mock-coverage .cov-bar{height:6px;background:var(--line-2);border-radius:3px;overflow:hidden}.landing-root .lp-mock-coverage .cov-fill{height:100%;border-radius:3px}.landing-root .lp-mock-coverage .cov-fill.cov-high{width:88%;background:var(--msn-bar)}.landing-root .lp-mock-coverage .cov-fill.cov-mid{width:62%;background:var(--shs-bar)}.landing-root .lp-mock-coverage .cov-fill.cov-low{width:24%;background:#d97a64}.landing-root .lp-mock-coverage .cov-pct{font-size:10px;color:var(--ink-3);text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.landing-root .lp-mock-resources{width:100%;position:relative;height:100%;display:flex;align-items:center;justify-content:center}.landing-root .lp-mock-resources .res-card{position:absolute;width:70%;background:#fff;border:.5px solid var(--line);border-radius:6px;padding:8px 10px;box-shadow:0 1px 3px rgba(0,0,0,.04)}.landing-root .lp-mock-resources .res-card:first-child{transform:translate(-12px,-16px) rotate(-3deg);opacity:.4}.landing-root .lp-mock-resources .res-card:nth-child(2){transform:translate(0) rotate(0);z-index:2}.landing-root .lp-mock-resources .res-card:nth-child(3){transform:translate(12px,16px) rotate(3deg);opacity:.4}.landing-root .lp-mock-resources .res-title{font-size:10px;font-weight:600;color:var(--ink);margin-bottom:4px}.landing-root .lp-mock-resources .res-meta{font-size:9px;color:var(--ink-3)}.landing-root .lp-mock-resources .res-bar{width:100%;height:3px;background:var(--line-2);margin-top:6px;border-radius:2px;overflow:hidden;position:relative}.landing-root .lp-mock-resources .res-bar:after{content:"";display:block;height:100%;width:40%;background:var(--ink-2);border-radius:2px}.landing-root .lp-feat-body{padding:18px 18px 20px;flex:1 1;display:flex;flex-direction:column;gap:6px}.landing-root .lp-feat-title-row{display:flex;align-items:center;gap:8px}.landing-root .lp-feat-icon{font-size:18px;line-height:1}.landing-root .lp-feat-body h3{font-size:16px;font-weight:600;letter-spacing:-.01em;margin:0;color:var(--ink)}.landing-root .lp-feat-badge{margin-left:auto;font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.04em;line-height:1}.landing-root .lp-feat-badge-exp{background:#fbf0dc;color:#7a5012}.landing-root .lp-feat-badge-soon{background:var(--line-2);color:var(--ink-3)}.landing-root .lp-feat-body p{font-size:14px;color:var(--ink-3);line-height:1.45;margin:0}