.wl-app{max-width:460px;margin:0 auto}.wl-stage{position:relative;min-height:540px;padding:0;overflow:hidden;display:flex;flex-direction:column}.wl-loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--muted);font-size:14px}.wl-spinner{width:26px;height:26px;border:3px solid var(--border);border-top-color:var(--accent-secondary);border-radius:50%;animation:wl-spin .8s linear infinite}@keyframes wl-spin{to{transform:rotate(360deg)}}.wl-screen{flex:1;display:flex;flex-direction:column;padding:24px}.wl-screen__eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.07em;font-weight:700;color:var(--accent-primary);margin:0 0 8px}.wl-screen__title{font-size:22px;line-height:1.2;color:var(--heading-color);margin:0 0 10px;font-weight:800}.wl-screen__body{color:var(--muted);line-height:1.6;margin:0 0 20px;font-size:15px}.wl-screen__spacer{flex:1}.wl-btn{font:inherit;font-weight:700;font-size:15px;padding:12px 18px;border-radius:12px;border:1px solid var(--border);background:transparent;color:var(--text);cursor:pointer;width:100%;transition:background-color .15s ease,border-color .15s ease,transform .08s ease}.wl-btn:hover{border-color:var(--accent-secondary)}.wl-btn:active{transform:scale(.985)}.wl-btn:focus-visible{outline:2px solid var(--accent-secondary);outline-offset:2px}.wl-btn--primary{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}.wl-btn--primary:hover{background:var(--orange-hover);border-color:var(--orange-hover)}.wl-btn--ghost{color:var(--muted)}.wl-btn+.wl-btn{margin-top:10px}.wl-field{margin-bottom:16px}.wl-field label{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:6px}.wl-field textarea,.wl-field input[type=text],.wl-field input[type=email]{width:100%;font:inherit;font-size:15px;padding:11px 13px;border:1px solid var(--border);border-radius:12px;background:var(--bg);color:var(--text);resize:vertical}.wl-field textarea{min-height:110px;line-height:1.5}.wl-field textarea:focus,.wl-field input:focus{outline:none;border-color:var(--accent-secondary);box-shadow:0 0 0 3px var(--teal-halo)}.wl-counter{float:right;font-size:11px;font-weight:600;color:var(--muted);text-transform:none;letter-spacing:0}.wl-counter.is-over{color:var(--error)}.wl-hint{font-size:12px;color:var(--muted);margin:6px 0 0;line-height:1.5}.wl-deck{flex:1;position:relative;padding:20px 20px 0}.wl-deck__progress{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--muted);padding:16px 20px 4px;font-weight:600}.wl-deck__progress .wl-brand{display:inline-flex;align-items:center;gap:6px;font-weight:800;color:var(--heading-color)}.wl-deck__progress .wl-brand svg{width:16px;height:16px}.wl-cardstack{position:relative;height:340px}.wl-wcard{position:absolute;inset:0;background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:22px;display:flex;flex-direction:column;box-shadow:var(--shadow);will-change:transform;touch-action:pan-y;user-select:none}.wl-wcard--behind{transform:scale(.95) translateY(14px);opacity:.6;box-shadow:none}.wl-wcard__who{display:flex;align-items:center;gap:10px;margin-bottom:16px}.wl-wcard__dot{width:34px;height:34px;border-radius:50%;background:var(--teal-soft);flex:none}.wl-wcard__handle{font-size:14px;font-weight:800;color:var(--heading-color)}.wl-wcard__sub{font-size:11px;color:var(--muted)}.wl-wcard__label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:700;color:var(--accent-primary);margin:0 0 8px}.wl-wcard__body{font-size:18px;line-height:1.5;color:var(--text);flex:1}.wl-wcard__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}.wl-tag{font-size:11px;font-weight:700;padding:4px 10px;border-radius:999px;background:var(--blue-soft);color:var(--heading-color)}.wl-stamp{position:absolute;top:22px;padding:4px 12px;border-radius:8px;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;border:2px solid currentColor;opacity:0;pointer-events:none;transition:opacity .1s ease}.wl-stamp--yes{right:22px;color:var(--success);transform:rotate(8deg)}.wl-stamp--no{left:22px;color:var(--error);transform:rotate(-8deg)}.wl-actions{display:flex;gap:18px;justify-content:center;padding:22px}.wl-round{width:58px;height:58px;border-radius:50%;border:1px solid var(--border);background:var(--card-bg);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .08s ease,border-color .15s ease,background-color .15s ease}.wl-round svg{width:24px;height:24px}.wl-round:hover{transform:translateY(-2px)}.wl-round:active{transform:scale(.94)}.wl-round:focus-visible{outline:2px solid var(--accent-secondary);outline-offset:3px}.wl-round--pass{color:var(--muted)}.wl-round--pass:hover{border-color:var(--error);color:var(--error)}.wl-round--yes{color:var(--accent-secondary);border-color:var(--teal-halo)}.wl-round--yes:hover{border-color:var(--accent-secondary);background:var(--teal-soft)}.wl-match{position:absolute;inset:0;background:var(--card-bg);padding:26px 24px;display:flex;flex-direction:column;overflow-y:auto}.wl-match__icon{text-align:center;color:var(--accent-secondary);margin-bottom:6px}.wl-match__icon svg{width:34px;height:34px}.wl-match__title{text-align:center;font-size:20px;font-weight:800;color:var(--heading-color);margin:0 0 2px}.wl-match__who{text-align:center;font-size:13px;color:var(--muted);margin:0 0 18px}.wl-panel{border-radius:12px;padding:14px 16px;margin-bottom:14px}.wl-panel--why{background:var(--teal-soft)}.wl-panel--opener{border:1px solid var(--border)}.wl-panel__label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:700;margin:0 0 6px;display:flex;align-items:center;gap:6px}.wl-panel--why .wl-panel__label{color:var(--accent-secondary)}.wl-panel--opener .wl-panel__label{color:var(--muted);justify-content:space-between}.wl-panel__text{font-size:14px;line-height:1.55;color:var(--text);margin:0}.wl-panel--opener .wl-panel__text{font-style:italic}.wl-regen{background:none;border:none;cursor:pointer;color:var(--accent-secondary);font:inherit;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;display:inline-flex;align-items:center;gap:4px;padding:0}.wl-regen:hover{text-decoration:underline}.wl-regen svg{width:13px;height:13px}.wl-end{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px}.wl-end__icon{color:var(--accent-secondary);margin-bottom:14px}.wl-end__icon svg{width:38px;height:38px}.wl-end__title{font-size:20px;font-weight:800;color:var(--heading-color);margin:0 0 8px}.wl-end__body{color:var(--muted);line-height:1.6;max-width:300px;margin:0 0 22px;font-size:15px}.wl-error{color:var(--error);font-size:13px;margin:8px 0 0;font-weight:600;min-height:18px}.wl-footnote{margin-top:14px;line-height:1.6;text-align:center}.wl-cta{margin-top:26px}.wl-leaving{transition:transform .32s ease,opacity .32s ease}
