@charset "UTF-8";:root{--surround: #efeae1;--bg: #faf7f2;--card: #ffffff;--primary: #c86d51;--primary-soft: #fff7ed;--on-primary: #ffffff;--ink: #1c1917;--ink-body: #44403c;--muted: #78716c;--surface: #f5f5f4;--image-bg: #e7e5e4;--border: #f0ece4;--danger: #b4462f;--overlay: rgba(0, 0, 0, .6);--frame-shadow: rgba(28, 25, 23, .18);--frame-w: 430px}:root[data-theme=dark]{--surround: #0f0d0b;--bg: #1a1613;--card: #262120;--primary: #dd8b71;--primary-soft: #392a22;--on-primary: #1a1613;--ink: #f4efe9;--ink-body: #d7cfc6;--muted: #9a9089;--surface: #2f2926;--image-bg: #2f2926;--border: #322c28;--danger: #ec8e75;--overlay: rgba(0, 0, 0, .72);--frame-shadow: rgba(0, 0, 0, .5)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--surround: #0f0d0b;--bg: #1a1613;--card: #262120;--primary: #dd8b71;--primary-soft: #392a22;--on-primary: #1a1613;--ink: #f4efe9;--ink-body: #d7cfc6;--muted: #9a9089;--surface: #2f2926;--image-bg: #2f2926;--border: #322c28;--danger: #ec8e75;--overlay: rgba(0, 0, 0, .72);--frame-shadow: rgba(0, 0, 0, .5)}}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{background:var(--surround);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}input,textarea,button{font:inherit;color:inherit}.phone-frame{width:100%;max-width:var(--frame-w);height:100vh;height:100dvh;margin:0 auto;background:var(--bg);position:relative;display:flex;flex-direction:column;overflow:hidden}@media(min-width:480px){body{padding:24px 0}.phone-frame{height:calc(100vh - 48px);height:calc(100dvh - 48px);border-radius:28px;box-shadow:0 24px 60px var(--frame-shadow)}}app-drops,app-clubs,app-profile,app-login,app-account,app-onboarding{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;background:var(--bg)}.scroll-area{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}
