@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-text: #1A1A1A;--color-secondary: #666;--color-muted: #999;--color-bg: #F5F5F7;--color-white: #ffffff;--color-purple: #8B5CF6;--color-pink: #EC4899;--color-orange: #F97316;--color-cyan: #06B6D4;--color-green: #22C55E;--color-red: #EF4444;--radius-card: 16px;--radius-pill: 9999px;--max-width: 430px}html{font-size:16px}html,body{height:100%;background:var(--color-bg);font-family:Inter,-apple-system,BlinkMacSystemFont,PingFang SC,Helvetica Neue,sans-serif;font-weight:400;color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;line-height:1.5}@media (max-width: 350px){#root{zoom:.88}}@media (min-width: 351px) and (max-width: 374px){#root{zoom:.94}}@media (min-width: 430px) and (max-width: 500px){#root{zoom:1.05}}@media (min-width: 501px){#root{zoom:1;max-width:430px;margin:0 auto}}h1,h2,h3,h4,h5{font-family:Inter,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;font-weight:700;line-height:1.2}h1{font-size:2.369rem}h2{font-size:1.777rem}h3{font-size:1.333rem}h4{font-size:1rem}h5{font-size:.875rem}small{font-size:.75rem}#root{min-height:100%;display:flex;flex-direction:column}.page-container{width:100%;min-height:100vh;background:var(--color-white);position:relative;overflow-x:hidden}@media (min-width: 480px){.page-container{max-width:var(--max-width);margin:0 auto}}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}img{display:block;max-width:100%}.scroll-x{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.scroll-x::-webkit-scrollbar{display:none}.gradient-text{background:linear-gradient(135deg,var(--color-purple),var(--color-pink));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.card{background:var(--color-white);border-radius:var(--radius-card);overflow:hidden}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:var(--radius-pill);font-size:.75rem;font-weight:500;letter-spacing:.01em}.badge-open{background:#22c55e1f;color:var(--color-green)}.badge-full{background:#ef44441f;color:var(--color-red)}.badge-ended{background:#9999991f;color:var(--color-muted)}.section-title{font-size:1.125rem;font-weight:700;color:var(--color-text);margin:24px 0 12px}.section-title:first-child{margin-top:0}.tab-bar{position:fixed;bottom:0;left:0;right:0;width:100%;height:56px;background:var(--color-white);border-top:1px solid #F0F0F0;box-shadow:0 -1px 8px #0000000a;display:flex;z-index:100;padding-bottom:env(safe-area-inset-bottom,0)}.tab-bar-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 0 6px;gap:3px;font-size:.6875rem;font-weight:500;color:var(--color-muted);transition:color .15s}.tab-bar-item.active{color:var(--color-purple)}.tab-bar-item svg{width:22px;height:22px}.page-with-tabs{padding-bottom:calc(56px + env(safe-area-inset-bottom,0))}.spinner{display:flex;align-items:center;justify-content:center;padding:40px}.spinner:after{content:"";width:28px;height:28px;border:2.5px solid #F0F0F0;border-top-color:var(--color-purple);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{display:flex;flex-direction:column;align-items:center;padding:48px 24px;color:var(--color-muted);font-size:.875rem;gap:8px}[onclick],button,a,[role=button]{-webkit-tap-highlight-color:transparent}.tap-card{transition:transform .15s ease,opacity .15s ease}.tap-card:active{transform:scale(.97);opacity:.85}
