:root{--primary: #FF385C;--primary-light: #FF5A7D;--accent: #FF385C;--danger: #FF385C;--success: #008A05;--text: #222222;--text-secondary: #717171;--text-muted: #b0b0b0;--bg: #ffffff;--card: #ffffff;--border: #DDDDDD;--radius: 12px;--radius-lg: 12px;--safe-bottom: env(safe-area-inset-bottom, 0px)}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{font-size:16px}body{font-family:Circular,-apple-system,BlinkMacSystemFont,PingFang SC,Helvetica Neue,Roboto,sans-serif;color:var(--text);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased;letter-spacing:-.01em}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}input,textarea{font-family:inherit;font-size:inherit;border:none;outline:none;background:none}button{font-family:inherit;border:none;cursor:pointer}.page{min-height:100vh;padding-bottom:calc(60px + var(--safe-bottom));background:var(--bg)}.page-no-tab{padding-bottom:0}.card{background:var(--card);border-radius:var(--radius-lg);padding:16px;margin:12px 16px}.price{color:var(--text);font-weight:600}.price-sm{font-size:.75rem}.price-lg{font-size:1.5rem}.tag{display:inline-block;font-size:.7rem;padding:2px 8px;border-radius:4px}.tag-primary{background:#f7f7f7;color:var(--text)}.tag-success{background:#f0fff4;color:var(--success)}.tag-warning{background:#fff8f0;color:#c77800}.tag-danger{background:#fff0f3;color:var(--danger)}.tag-gray{background:#f7f7f7;color:var(--text-secondary)}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ellipsis-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}
