.wl{--wl-bg: #f1f1f1;--wl-surface: #ffffff;--wl-surface-sunken: #fbfbfb;--wl-text: #0f1124;--wl-text-secondary: #616161;--wl-text-tertiary: #8a8a8a;--wl-text-on-accent: #ffffff;--wl-border: #e3e3e3;--wl-border-subtle: #ececec;--wl-divider: #ebebeb;--wl-accent: #6e56f7;--wl-accent-hover: #5b45e0;--wl-accent-link: #5b45e0;--wl-accent-link-hover: #4b34c4;--wl-accent-tint: #f0edfe;--wl-accent-tint-text: #4b34c4;--wl-success: #29845a;--wl-warning: #b98900;--wl-critical: #c5280c;--wl-disabled-bg: #f6f6f6;--wl-disabled-text: #b5b5b5;--wl-radius: 12px;--wl-radius-sm: 8px;--wl-card-shadow: 0 1px 0 rgba(0, 0, 0, .07), 0 0 0 1px rgba(0, 0, 0, .06);background:var(--wl-bg);min-height:100vh;padding:24px 0 64px;display:flex;justify-content:center;font-family:Inter,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;color:var(--wl-text)}.wl__container{width:1200px;max-width:calc(100% - 64px);display:flex;flex-direction:column;gap:20px}.wl a:not(.wl-btn){color:var(--wl-accent-link);text-decoration:none}.wl a:not(.wl-btn):hover{color:var(--wl-accent-link-hover);text-decoration:underline}.wl :focus-visible{outline:2px solid var(--wl-accent);outline-offset:2px;border-radius:4px}.wl-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 4px;flex-wrap:wrap}.wl-header__identity{display:flex;align-items:center;gap:8px;min-width:0}.wl-header__title{margin:0;font-size:20px;line-height:24px;font-weight:650;letter-spacing:-.01em;color:var(--wl-text)}.wl-header__actions{display:flex;align-items:center;gap:8px}.wl-card{background:var(--wl-surface);border-radius:var(--wl-radius);box-shadow:var(--wl-card-shadow)}.wl-facts{padding:16px 20px}.wl-facts__grid{display:grid;grid-template-columns:1.15fr 1fr 1fr .7fr;gap:0}.wl-fact{padding:0 24px;border-left:1px solid var(--wl-divider);display:flex;flex-direction:column;gap:4px;min-width:0}.wl-fact:first-child{padding:0 24px 0 0;border-left:none}.wl-fact:last-child{padding:0 0 0 24px}.wl-fact__label{font-size:12px;line-height:16px;font-weight:550;color:var(--wl-text-secondary)}.wl-fact__value{font-size:13px;line-height:20px;font-weight:500;color:var(--wl-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wl-fact__meta{font-size:12px;line-height:16px;color:var(--wl-text-secondary)}.wl-fact__stack{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.wl-fact__stack--tight{gap:6px}.wl-fact__note{font-size:12px;line-height:17px;color:var(--wl-text-secondary);max-width:30ch;text-wrap:pretty}.wl-fact__row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.wl-fact__sep{color:#d9d9d9}.wl-dot{width:8px;height:8px;border-radius:50%;flex:none}.wl-dot--ok{background:var(--wl-success)}.wl-dot--warn{background:var(--wl-warning)}.wl-dot--off{background:#c9c9c9}.wl-badge{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:var(--wl-radius-sm);background:var(--wl-bg);color:var(--wl-text-secondary);font-size:12px;line-height:16px;font-weight:500;white-space:nowrap}.wl-badge--accent{background:var(--wl-accent-tint);color:var(--wl-accent-tint-text)}.wl-badge--warning{background:#fff4e4;color:#8f6a00}.wl-lockchip{display:inline-flex;align-items:center;gap:6px;height:24px;padding:0 10px;border-radius:var(--wl-radius-sm);background:var(--wl-surface);border:1px solid var(--wl-border);font-size:12px;font-weight:550;color:#4a4a4a;white-space:nowrap}.wl-btn{height:32px;padding:0 14px;border-radius:var(--wl-radius-sm);border:none;font-family:inherit;font-size:13px;font-weight:550;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap;text-decoration:none}.wl-btn--primary{background:var(--wl-accent);color:var(--wl-text-on-accent);font-weight:600;box-shadow:inset 0 -1px #0000002e,0 1px #00000014}.wl-btn--primary:hover:not(:disabled){background:var(--wl-accent-hover);color:var(--wl-text-on-accent);text-decoration:none}.wl-btn--secondary{padding:0 12px;border:1px solid rgba(0,0,0,.1);background:var(--wl-surface);color:#303030;box-shadow:0 1px #0000000d}.wl-btn--secondary:hover:not(:disabled){background:#f7f7f7;color:#303030;text-decoration:none}.wl-btn--large{height:40px;padding:0 18px;font-size:14px;font-weight:600}.wl-btn:disabled{border:1px solid var(--wl-border);background:var(--wl-disabled-bg);color:var(--wl-disabled-text);cursor:not-allowed;box-shadow:none}.wl-btn[aria-busy=true]{opacity:.7;cursor:progress}.wl-linkbtn{border:none;background:none;padding:0;font:inherit;font-size:12px;color:var(--wl-accent-link);cursor:pointer}.wl-linkbtn:hover:not(:disabled){color:var(--wl-accent-link-hover);text-decoration:underline}.wl-linkbtn:disabled{color:var(--wl-disabled-text);cursor:progress}.wl-feature{position:relative;overflow:hidden}.wl-feature__grid{display:grid;grid-template-columns:minmax(0,1fr) 420px;align-items:stretch}.wl-feature__body{padding:32px;display:flex;flex-direction:column;gap:16px;align-items:flex-start}.wl-feature__title{margin:0;font-size:24px;line-height:30px;font-weight:650;letter-spacing:-.015em;color:var(--wl-text);max-width:18ch;text-wrap:pretty}.wl-feature__copy{margin:0;font-size:14px;line-height:21px;color:var(--wl-text-secondary);max-width:46ch;text-wrap:pretty}.wl-feature__actions{display:flex;align-items:center;gap:16px;margin-top:8px;flex-wrap:wrap}.wl-feature__art{position:relative;background:var(--wl-surface-sunken);border-left:1px solid #f0f0f0;overflow:hidden;min-height:240px}.wl-feature__veil{position:absolute;inset:0;z-index:2;background:#fff6;-webkit-backdrop-filter:grayscale(1) saturate(.1);backdrop-filter:grayscale(1) saturate(.1);display:flex;align-items:flex-start;justify-content:flex-end;padding:16px}.wl-feature__veil .wl-lockchip{height:30px;padding:0 13px;gap:7px;box-shadow:0 2px 8px #0f11241a}.wl-section{display:flex;flex-direction:column;gap:12px;margin-top:12px}.wl-section__head{display:flex;flex-direction:column;gap:4px;padding:0 4px}.wl-section__titlerow{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.wl-section__title{margin:0;font-size:16px;line-height:24px;font-weight:650;letter-spacing:-.01em;color:var(--wl-text)}.wl-section__copy{margin:0;font-size:13px;line-height:20px;color:var(--wl-text-secondary);max-width:92ch;text-wrap:pretty}.wl-templates{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.wl-template{padding:12px;display:flex;flex-direction:column;gap:12px}.wl-template__art{height:190px;border-radius:var(--wl-radius-sm);border:1px solid var(--wl-border-subtle);background:#fafafa;overflow:hidden;padding:12px;display:flex;flex-direction:column;gap:10px}.wl-template__art--shot{padding:0;background:#fff}.wl-template__thumb{display:block;width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:calc(var(--wl-radius-sm) - 1px)}.wl-template__body{display:flex;flex-direction:column;gap:8px;padding:0 6px 6px}.wl-template__titlerow{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.wl-template__title{margin:0;font-size:14px;line-height:20px;font-weight:650;color:var(--wl-text)}.wl-template__blurb{margin:0;font-size:13px;line-height:20px;color:var(--wl-text-secondary);text-wrap:pretty}.wl-template__includes{margin:0;padding:0 0 0 18px;display:flex;flex-direction:column;gap:2px}.wl-template__includes li{font-size:12px;line-height:18px;color:var(--wl-text-secondary)}.wl-template__actions{display:flex;align-items:center;gap:8px;margin-top:4px;flex-wrap:wrap}.wl-wire{display:flex;flex-direction:column;gap:10px;height:100%}.wl-wire__row{display:flex;align-items:center;gap:6px}.wl-wire__cols{display:grid;grid-template-columns:1.1fr 1fr;gap:10px;flex:1;min-height:0}.wl-wire__col{display:flex;flex-direction:column;gap:6px}.wl-wire__bar{border-radius:3px;background:#e6e6e6;height:6px;flex:none}.wl-wire__bar--dark{background:#303030}.wl-wire__bar--mid{background:#c9c9c9}.wl-wire__block{border-radius:6px;background:linear-gradient(150deg,#e9e9e9,#f3f3f3);border:1px solid #e6e6e6;flex:1}.wl-wire__cta{height:20px;border-radius:5px;background:#303030}.wl-wire__chips{display:flex;gap:5px}.wl-wire__chip{width:26px;height:20px;border-radius:4px;background:#ededed}.wl-wire__foot{border-top:1px solid var(--wl-border-subtle);padding-top:8px;display:flex;flex-direction:column;gap:4px}.wl-wire__tri{display:flex;gap:8px}.wl-wire__tri>div{flex:1;display:flex;flex-direction:column;gap:5px}.wl-wire__swatch{width:20px;height:20px;border-radius:6px;background:var(--wl-accent-tint)}.wl-banner{border-radius:var(--wl-radius-sm);padding:12px 14px;font-size:13px;line-height:20px;display:flex;flex-direction:column;gap:8px;align-items:flex-start;text-wrap:pretty}.wl-banner__title{margin:0;font-size:13px;line-height:20px;font-weight:650}.wl-banner p{margin:0}.wl-banner--info{background:var(--wl-accent-tint);color:#33246f}.wl-banner--warning{background:#fff4e4;color:#4f3a00}.wl-banner--critical{background:#fdecea;color:#6b1408}.wl-banner--success{background:#e7f5ee;color:#0f5132}.wl-result{padding:16px 20px;display:flex;flex-direction:column;gap:10px}.wl-result__handoff{display:flex;flex-direction:column;gap:10px;align-items:stretch}.wl-result__details{margin:0;background:#f7f7f7;border:1px solid var(--wl-border-subtle);border-radius:var(--wl-radius-sm);padding:12px;overflow-x:auto;white-space:pre-wrap;word-break:break-word;font-size:12px;line-height:18px;color:#4a4a4a}.wl-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.wl-plan{padding:20px;display:flex;flex-direction:column;gap:10px;align-items:flex-start}.wl-plan__name{margin:0;font-size:15px;line-height:22px;font-weight:650;color:var(--wl-text)}.wl-plan__price{display:flex;align-items:baseline;gap:4px}.wl-plan__amount{font-size:28px;line-height:34px;font-weight:650;letter-spacing:-.02em;color:var(--wl-text)}.wl-plan__interval{font-size:13px;color:var(--wl-text-secondary)}.wl-plan__blurb{margin:0;font-size:13px;line-height:20px;color:var(--wl-text-secondary);text-wrap:pretty;flex:1}.wl-plan__cta{width:100%}.wl-plan--current{box-shadow:0 1px #00000012,0 0 0 2px var(--wl-accent)}.wl-stack{display:flex;flex-direction:column;gap:12px}.wl-inline{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.wl-footlink{padding:4px 4px 0;font-size:13px}.wl-visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media(max-width:1100px){.wl-feature__grid{grid-template-columns:minmax(0,1fr) 320px}}@media(max-width:940px){.wl__container{max-width:calc(100% - 32px)}.wl-facts__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 0}.wl-fact,.wl-fact:first-child,.wl-fact:last-child{padding:0 20px;border-left:1px solid var(--wl-divider)}.wl-fact:nth-child(odd){padding-left:0;border-left:none}.wl-templates,.wl-plans{grid-template-columns:minmax(0,1fr)}}@media(max-width:720px){.wl{padding:16px 0 48px}.wl-facts__grid{grid-template-columns:minmax(0,1fr);gap:16px}.wl-fact,.wl-fact:first-child,.wl-fact:last-child,.wl-fact:nth-child(odd){padding:0;border-left:none}.wl-fact+.wl-fact{padding-top:16px;border-top:1px solid var(--wl-divider)}.wl-feature__grid{grid-template-columns:minmax(0,1fr)}.wl-feature__art{display:none}.wl-feature__body{padding:24px}.wl-feature__title{font-size:20px;line-height:26px}.wl-header{align-items:flex-start}}
