.wl-root{min-height:100vh;background:var(--bg-primary);color:var(--text-primary);display:flex;flex-direction:column;position:relative;overflow:hidden}.wl-grid-bg{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(var(--border-subtle) 1px,transparent 1px),linear-gradient(90deg,var(--border-subtle) 1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:radial-gradient(ellipse 90% 70% at 50% 0,#000 30%,transparent 75%);mask-image:radial-gradient(ellipse 90% 70% at 50% 0,#000 30%,transparent 75%)}.wl-header{position:relative;height:64px;justify-content:space-between;padding:0 40px;border-bottom:1px solid var(--border-subtle)}.wl-brand,.wl-header{display:flex;align-items:center}.wl-brand{gap:10px}.wl-brand-name{font-weight:700;font-size:1rem;letter-spacing:-.02em}.wl-signin{font-size:.875rem;font-weight:500;color:var(--text-tertiary);text-decoration:none;transition:color .15s ease}.wl-signin:hover{color:var(--text-primary)}.wl-signin b{color:var(--accent-primary);font-weight:500}.wl-main{position:relative;flex:1 1;width:100%;max-width:1200px;margin:0 auto;box-sizing:border-box;padding:80px 40px 72px;display:flex;flex-direction:column;gap:72px}@media (max-width:900px){.wl-main{padding:48px 24px 56px;gap:48px}.wl-footer,.wl-header{padding-left:24px;padding-right:24px}}.wl-hero{display:grid;grid-template-columns:minmax(0,6fr) minmax(0,5fr);gap:clamp(40px,6vw,80px);align-items:center}@media (max-width:900px){.wl-hero{grid-template-columns:1fr;gap:40px}}.wl-left{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.wl-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-primary)}.wl-dot{width:6px;height:6px;border-radius:9999px;background:var(--accent-primary);animation:wl-pulse 2.4s ease-in-out infinite}@keyframes wl-pulse{0%,to{opacity:1}50%{opacity:.4}}.wl-h1{margin:0;font-size:clamp(2.5rem,4.5vw,3.6rem);font-weight:700;letter-spacing:-.035em;line-height:1.08;max-width:560px}.wl-sub{margin:0;font-size:1.0625rem;line-height:1.6;color:var(--text-secondary);max-width:480px}.wl-aside{position:relative;display:flex;flex-direction:column;gap:12px}.wl-card{background:var(--bg-card);border:1px solid var(--border-default);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-md)}.wl-src{gap:12px;padding:16px 20px;border-bottom:1px solid var(--border-subtle)}.wl-src,.wl-src-thumb{display:flex;align-items:center}.wl-src-thumb{width:44px;height:30px;border-radius:6px;background:var(--bg-tertiary);border:1px solid var(--border-default);justify-content:center;flex-shrink:0;color:var(--text-tertiary)}.wl-src-col{display:flex;flex-direction:column;gap:2px;min-width:0}.wl-src-title{font-size:.875rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wl-src-meta{font-size:.75rem;color:var(--text-tertiary)}.wl-clip{display:flex;align-items:center;gap:14px;padding:13px 20px;border-bottom:1px solid var(--border-subtle)}.wl-clip-thumb{width:22px;height:38px;border-radius:4px;background:var(--bg-tertiary);border:1px solid var(--border-default);flex-shrink:0}.wl-clip-col{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1 1}.wl-clip-title{font-size:.8125rem;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wl-clip-meta{font-size:.71875rem;color:var(--text-tertiary);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.wl-clip-score{flex-shrink:0;font-size:.71875rem;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--accent-primary);background:var(--accent-primary-soft);border-radius:9999px;padding:3px 9px}.wl-clip-status{flex-shrink:0;font-size:.71875rem;font-weight:500;display:inline-flex;align-items:center;gap:5px}.wl-clip-statusdot{width:5px;height:5px;border-radius:9999px}.wl-card-foot{display:flex;align-items:center;justify-content:space-between;padding:13px 20px;background:var(--bg-secondary)}.wl-card-foot-label{font-size:.71875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary)}.wl-socials{display:flex;gap:10px;color:var(--text-tertiary)}.wl-card-caption{font-size:.75rem;color:var(--text-quaternary);text-align:center}.wl-features{width:100%}.wl-feat-head{font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-tertiary);padding-bottom:14px;border-bottom:1px solid var(--border-default)}.wl-feat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:80px}@media (max-width:720px){.wl-feat-grid{grid-template-columns:1fr;column-gap:0}}.wl-feat-row{display:grid;grid-template-columns:36px 1fr;gap:16px;align-items:baseline;padding:18px 0;border-bottom:1px solid var(--border-subtle)}.wl-feat-num{font-size:.75rem;font-weight:600;color:var(--text-quaternary);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.wl-feat-col{display:flex;flex-direction:column;gap:5px}.wl-feat-title{font-size:.9375rem;font-weight:600;color:var(--text-primary);letter-spacing:-.01em}.wl-feat-body{font-size:.875rem;line-height:1.55;color:var(--text-tertiary)}.wl-footer{position:relative;border-top:1px solid var(--border-subtle);padding:20px 40px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.wl-footer span{font-size:.8125rem;color:var(--text-tertiary)}.wl-form{width:100%;max-width:480px;display:flex;flex-direction:column;gap:10px}.wl-form-bar{display:flex;gap:8px;padding:6px;border-radius:14px;border:1px solid var(--border-default);background:var(--bg-secondary)}.wl-form-input{flex:1 1;min-width:0;border:none;outline:none;background:transparent;color:var(--text-primary);font-size:.9375rem;font-family:inherit;padding:10px 12px}.wl-form-input::placeholder{color:var(--text-quaternary)}.wl-form-btn{flex:0 0 auto;border:none;cursor:pointer;font-family:inherit;font-size:.9375rem;font-weight:600;color:#fff;background:var(--accent-primary);border-radius:10px;padding:10px 20px;transition:background var(--dur-fast,.15s) var(--ease-out,ease),transform var(--dur-fast,.15s) var(--ease-out,ease)}.wl-form-btn:hover{background:var(--accent-primary-hover);transform:translateY(-1px)}.wl-form-btn:active{transform:translateY(1px)}.wl-form-btn:disabled{opacity:.7;cursor:default;transform:none}.wl-form-note{font-size:.8125rem;color:var(--text-tertiary)}.wl-form-err{font-size:.8125rem;color:var(--accent-tertiary)}.wl-success{width:100%;max-width:480px;box-sizing:border-box;padding:16px 20px;border-radius:14px;background:var(--accent-primary-soft);border:1px solid var(--accent-primary);display:flex;align-items:center;gap:12px}.wl-success span{font-size:.9375rem;color:var(--text-primary)}@keyframes wl-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.wl-aside,.wl-features,.wl-left>*{animation:wl-rise .7s cubic-bezier(.22,1,.36,1) both}.wl-left>:first-child{animation-delay:.05s}.wl-left>:nth-child(2){animation-delay:.12s}.wl-left>:nth-child(3){animation-delay:.19s}.wl-left>:nth-child(4){animation-delay:.26s}.wl-aside{animation-delay:.2s}.wl-features{animation-delay:.3s}@media (prefers-reduced-motion:reduce){.wl-aside,.wl-dot,.wl-features,.wl-left>*{animation:none}}