*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-deep: #080c14;--bg-surface: #0f1520;--bg-card: #141c2b;--bg-card-hover: #1a2438;--bg-input: #1a2234;--border: rgba(255,255,255,.07);--border-focus: rgba(245,197,24,.5);--text-primary: #f0f2f8;--text-muted: #8896ab;--text-faint: #4a5568;--gold: #f5c518;--gold-dim: rgba(245,197,24,.15);--gold-glow: rgba(245,197,24,.3);--netflix: #e50914;--prime: #00a8e1;--disney: #113ccf;--hulu: #1ce783;--max: #0026ff;--appletv: #a0a0a5;--peacock: #f2a900;--paramount: #0064ff;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 18px;--radius-xl: 24px;--shadow-card: 0 4px 24px rgba(0,0,0,.4);--shadow-glow: 0 0 20px rgba(245,197,24,.12);--font-body: "Inter", system-ui, sans-serif;--font-display: "Playfair Display", Georgia, serif}html,body{height:100%;background:var(--bg-deep);color:var(--text-primary);font-family:var(--font-body);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}#root{height:100%;display:flex;flex-direction:column}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff3}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fade-in{animation:fadeIn .3s ease both}.fade-in-up{animation:fadeInUp .4s ease both}.picker-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.picker-footer .picker-btn{padding:.65rem 1.5rem;min-height:auto;width:auto;font-size:.95rem;border-radius:var(--radius-sm)}.show-more-btn{align-self:center;padding:.55rem 1.4rem;font-size:.85rem;min-height:auto}.chat-footer{padding:.75rem 1.25rem 1rem}@media (max-width: 600px){.picker-footer{flex-direction:column;align-items:stretch}.picker-footer .picker-count{text-align:center}.picker-footer .picker-btn{width:100%;padding:.85rem 1.5rem;min-height:48px;font-size:1.05rem;border-radius:var(--radius-md)}.picker-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))!important;gap:.5rem!important;margin-bottom:1rem!important}.picker-grid .picker-tile{min-height:70px!important;padding:.6rem .5rem!important}.picker-grid .picker-tile img{width:36px!important;height:36px!important}.show-more-btn{align-self:stretch;padding:.8rem 1.4rem;font-size:.95rem;min-height:48px}.chat-footer{padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom,0px))}.chat-header .header-divider{display:none}.chat-header .header-right{flex-wrap:wrap;justify-content:center;min-width:0}}
