@import"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Space+Grotesk:wght@400;500;700&display=swap";:root{--tg-theme-bg-color: #100713;--tg-theme-secondary-bg-color: #1a1020;--tg-theme-text-color: #fff6f1;--tg-theme-hint-color: rgba(255, 246, 241, .66);--tg-theme-button-color: #ff6f61;--tg-theme-button-text-color: #160d12;--app-bg: var(--tg-theme-bg-color);--app-surface: var(--tg-theme-secondary-bg-color);--app-text: var(--tg-theme-text-color);--app-safe-top: 0px;--app-safe-right: 0px;--app-safe-bottom: 0px;--app-safe-left: 0px;--shadow-soft: 0 32px 80px rgba(5, 2, 6, .38);--shadow-card: 0 20px 60px rgba(7, 4, 8, .4);color:var(--app-text);background:var(--app-bg);font-family:Space Grotesk,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-height:100vh;color:var(--app-text);background:radial-gradient(circle at top left,rgba(255,146,108,.24),transparent 34%),radial-gradient(circle at top right,rgba(255,214,102,.16),transparent 26%),linear-gradient(180deg,#120914,#0b0610)}button,input,textarea{font:inherit}button{border:0;cursor:pointer}input,textarea{width:100%;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:var(--app-text);border-radius:16px;padding:.95rem 1rem;outline:none;transition:border-color .16s ease,background .16s ease}input::placeholder,textarea::placeholder{color:#fff6f173}input:focus,textarea:focus{border-color:#ff6f619e;background:#ffffff14}textarea{resize:vertical;min-height:120px}.app-shell{max-width:560px;margin:0 auto;min-height:100vh;padding:calc(.9rem + var(--app-safe-top)) calc(.8rem + var(--app-safe-right)) calc(1.5rem + var(--app-safe-bottom)) calc(.8rem + var(--app-safe-left))}.app-loading{display:grid;place-items:center}.loading-card,.deck-shell,.profile-panel{border:1px solid rgba(255,255,255,.08);background:#ffffff0a;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:var(--shadow-soft)}.loading-card{width:min(520px,100%);border-radius:28px;padding:2rem}.identity-note,.empty-copy,.deck-card-bio,.match-card p,.deck-counter{color:#fff6f1b8}.tag,.status-pill strong,.deck-counter,.swipe-badge{border-radius:999px;padding:.65rem .95rem;background:#ffffff0f;font-size:.86rem}.workspace-grid{display:grid;grid-template-columns:1fr;gap:.9rem;margin-top:0}.deck-shell,.profile-panel{border-radius:28px;padding:1rem}.deck-shell{position:relative}.deck-header,.section-heading,.identity-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.deck-header h2,.profile-panel h2,.section-heading h3,.empty-card h3{margin:.16rem 0 0;font-size:1.22rem;letter-spacing:-.03em}.eyebrow{margin:0;color:#ffb38a;text-transform:uppercase;letter-spacing:.18em;font-size:.72rem}.deck-stage{position:relative;height:min(62svh,620px);min-height:470px;margin:.9rem 0 1rem}.deck-card,.empty-card{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:30px;overflow:hidden;box-shadow:var(--shadow-card)}.deck-card{touch-action:none;-webkit-user-select:none;user-select:none}.deck-card-photo{position:relative;display:flex;align-items:flex-end;width:100%;height:100%;padding:1.5rem;background-size:cover;background-position:center}.deck-card-accent{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.deck-card-meta{position:relative;z-index:1;width:100%}.deck-card-title{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.deck-card-title h3{margin:0;font-size:clamp(2rem,9vw,2.9rem);line-height:.95;letter-spacing:-.04em}.deck-card-title span{font-size:.92rem;color:#fff6f1db}.deck-card-headline{margin:.8rem 0 .5rem;font-size:1.05rem;max-width:34ch}.deck-card-bio{margin:0 0 1rem;max-width:40ch;font-size:.94rem}.swipe-badge{position:absolute;top:1.2rem;z-index:2;font-weight:700;letter-spacing:.1em;border:2px solid currentColor;background:#11090f4d}.swipe-badge-like{right:1.2rem;color:#97ff99}.swipe-badge-pass{left:1.2rem;color:#ff9b9b}.tag-row,.status-grid,.match-grid,.field-grid{display:flex;flex-wrap:wrap;gap:.65rem}.tag{padding:.55rem .86rem;background:#ffffff21}.deck-actions{display:flex;gap:.8rem;position:sticky;bottom:calc(.2rem + var(--app-safe-bottom));padding:.35rem;border-radius:999px;background:#0e0810d1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.solid-button,.ghost-button,.inline-button{border-radius:999px;padding:1rem 1.2rem;min-height:56px;font-weight:700;transition:transform .16s ease,opacity .16s ease,background .16s ease}.solid-button{background:linear-gradient(135deg,#ff6f61,#ffb703);color:#1b0d13;flex:1}.ghost-button{background:#ffffff14;color:var(--app-text);flex:1}.inline-button{background:transparent;color:#ffb38a;padding-inline:0}.solid-button:hover,.ghost-button:hover,.inline-button:hover{transform:translateY(-1px)}.solid-button:disabled,.ghost-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.profile-panel{display:grid;gap:.85rem;align-content:start}.identity-card,.panel-section{border-radius:24px;padding:.95rem;background:#08040a52;border:1px solid rgba(255,255,255,.07)}.identity-top{align-items:center}.identity-avatar{width:72px;height:72px;border-radius:22px;object-fit:cover;background:#ffffff14}.identity-avatar-fallback{display:grid;place-items:center;font-weight:700;background:linear-gradient(160deg,#ff6f61e6,#ffb703bf);color:#180d12}.identity-handle,.status-pill span,.field span{color:#fff6f199}.status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:1rem 0}.status-pill{display:grid;gap:.3rem;border-radius:20px;padding:.85rem;background:#ffffff0d}.status-pill strong{display:inline-flex;width:fit-content;margin:0;background:transparent;padding:0;font-size:1rem}.field-grid{display:grid;grid-template-columns:1fr;margin-top:1rem}.field{display:grid;gap:.5rem}.field-full{grid-column:1 / -1}.match-grid{display:grid;gap:.75rem;margin-top:1rem}.match-card{display:grid;grid-template-columns:72px 1fr;gap:.8rem;align-items:center;padding:.6rem;border-radius:22px;background:#ffffff0d}.match-card img{width:72px;height:72px;object-fit:cover;border-radius:18px}.match-card h4{margin:0 0 .2rem}.match-card p{margin:0;font-size:.9rem}.empty-card{position:relative;display:grid;align-content:center;justify-items:start;gap:.7rem;padding:1.8rem;background:radial-gradient(circle at top left,rgba(255,111,97,.18),transparent 26%),linear-gradient(180deg,#ffffff0d,#ffffff08)}.empty-card p{margin:0;max-width:36ch}@media (max-height: 760px){.deck-stage{height:min(56svh,540px);min-height:430px}}@media (max-width: 640px){.deck-stage{min-height:500px}.identity-top{align-items:flex-start}.status-grid{grid-template-columns:1fr 1fr}.deck-actions{gap:.6rem}}@media (max-width: 380px){.app-shell{padding:calc(.75rem + var(--app-safe-top)) calc(.7rem + var(--app-safe-right)) calc(1.2rem + var(--app-safe-bottom)) calc(.7rem + var(--app-safe-left))}.status-grid{grid-template-columns:1fr}}
