:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{font-family:Inter,SF Pro Text,system-ui,-apple-system,sans-serif;color:#0f172a;background:#f8fafc}*{box-sizing:border-box}body{margin:0}.app{min-height:100vh;display:flex;flex-direction:column}.header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px}.brand{font-weight:700;font-size:22px;letter-spacing:.08em;text-transform:uppercase}.header-meta{font-size:14px;color:#64748b}.main{flex:1;display:flex;align-items:center;justify-content:center;padding:24px}.card-stack{width:min(380px,90vw);position:relative}.card{background:#fff;border-radius:26px;box-shadow:0 26px 60px #0f172a2e;overflow:hidden;touch-action:pan-y;cursor:grab;position:relative}.card.dragging{cursor:grabbing}.card img{width:100%;height:360px;object-fit:cover}.card-body{padding:18px 20px 22px;display:grid;gap:10px}.card-title{font-size:22px;font-weight:700}.card-subtitle{color:#475569;font-size:14px}.card-bio{margin:0;color:#334155}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.chip{background:#e0f2fe;color:#0f172a;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.interests{font-size:13px;color:#64748b}.badge{position:absolute;top:20px;padding:6px 14px;border-radius:999px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;opacity:0;transition:opacity .2s ease}.badge-left{left:20px;background:#fee2e2;color:#991b1b}.badge-right{right:20px;background:#dcfce7;color:#166534}.badge.show{opacity:1}.footer{display:flex;align-items:center;justify-content:center;gap:12px;padding:18px;flex-wrap:wrap}button{border:none;padding:12px 24px;border-radius:999px;font-weight:600;cursor:pointer}button.primary{background:#0f172a;color:#fff}button.ghost{background:#e2e8f0;color:#0f172a}.last-action{font-size:13px;color:#64748b}.empty-state{text-align:center;background:#fff;padding:32px 36px;border-radius:24px;box-shadow:0 20px 40px #0f172a1f}.empty-state h2{margin-top:0}
