@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&display=swap";:root{--bg-page: #f8fafc;--bg-card: #ffffff;--text-main: #0f172a;--text-muted: #64748b;--border-card: #e2e8f0;--font-serif: "Playfair Display", Georgia, serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}body{background-color:var(--bg-page);color:var(--text-main);font-family:var(--font-sans);min-height:100vh;line-height:1.5;padding-bottom:max(90px,calc(75px + env(safe-area-inset-bottom)));-webkit-font-smoothing:antialiased}input,select,textarea{font-size:16px!important}.ios-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px -1px #0000000d;transition:all .2s cubic-bezier(.16,1,.3,1)}.ios-card:hover{box-shadow:0 4px 12px -2px #00000014}.badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:9999px;font-size:.75rem;font-weight:700;white-space:nowrap}.btn-primary{background:#0f172a;color:#fff;font-weight:800;border-radius:14px;min-height:44px;padding:10px 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0f172a26}.btn-primary:hover{background:#1e293b}.btn-primary:active{transform:scale(.97)}.btn-gold{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-weight:800;border-radius:14px;min-height:44px;padding:10px 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 3px 10px #f59e0b40;transition:all .2s ease}.btn-gold:hover{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.btn-gold:active{transform:scale(.97)}.btn-secondary{background:#fff;color:#334155;border:1px solid #cbd5e1;border-radius:14px;min-height:40px;padding:8px 14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:all .15s ease}.btn-secondary:hover{background:#f8fafc;border-color:#94a3b8}.btn-secondary:active{transform:scale(.97)}.btn-drank{background:#e11d48;color:#fff;border-radius:12px;min-height:38px;padding:6px 14px;font-weight:800;font-size:.8rem;cursor:pointer;box-shadow:0 2px 6px #e11d4840;transition:all .2s ease;display:inline-flex;align-items:center;gap:6px}.btn-drank:hover{background:#be123c}.btn-drank:active{transform:scale(.96)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0f172a99;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;display:flex;align-items:flex-end;justify-content:center}@media(min-width:640px){.modal-overlay{align-items:center;padding:24px}}.modal-content{width:100%;max-width:520px;max-height:88vh;background-color:#fff;border-top-left-radius:28px;border-top-right-radius:28px;padding:24px;box-shadow:0 -10px 30px #00000026;animation:slideUp .25s cubic-bezier(.16,1,.3,1);overflow-y:auto}@media(min-width:640px){.modal-content{border-radius:28px}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:calc(64px + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border-top:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-around;z-index:900;box-shadow:0 -4px 15px #0000000d}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;background:none;border:none;color:#64748b;font-size:.72rem;font-weight:700;cursor:pointer;transition:all .2s;min-width:64px;min-height:48px;padding:4px;border-radius:12px}.nav-item.active{color:#d97706;background:#fef3c7}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
