:root{--ps-primary: #4f46e5;--ps-primary-light: #818cf8;--ps-primary-dark: #3730a3;--ps-primary-50: #eef2ff;--ps-primary-100: #e0e7ff;--ps-primary-900: #1e1b4b;--ps-accent: #06b6d4;--ps-accent-light: #67e8f9;--ps-success: #10b981;--ps-warning: #f59e0b;--ps-error: #ef4444;--ps-bg: #f8fafc;--ps-surface: #ffffff;--ps-surface-hover: #f1f5f9;--ps-border: #e2e8f0;--ps-border-subtle: #f1f5f9;--ps-text: #0f172a;--ps-text-secondary: #64748b;--ps-text-muted: #94a3b8;--ps-shadow-sm: 0 1px 2px rgba(0,0,0,.04), 0 1px 3px rgba(0,0,0,.06);--ps-shadow-md: 0 4px 6px -1px rgba(0,0,0,.05), 0 2px 4px -2px rgba(0,0,0,.05);--ps-shadow-lg: 0 10px 15px -3px rgba(0,0,0,.07), 0 4px 6px -4px rgba(0,0,0,.05);--ps-shadow-xl: 0 20px 25px -5px rgba(0,0,0,.08), 0 8px 10px -6px rgba(0,0,0,.04);--ps-shadow-glow: 0 0 40px rgba(79, 70, 229, .15);--ps-radius-sm: 8px;--ps-radius-md: 12px;--ps-radius-lg: 16px;--ps-radius-xl: 24px;--ps-radius-full: 9999px;--ps-transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--ps-transition: .25s cubic-bezier(.4, 0, .2, 1);--ps-transition-slow: .4s cubic-bezier(.4, 0, .2, 1);--ps-spring: .5s cubic-bezier(.34, 1.56, .64, 1)}@keyframes ps-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ps-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes ps-slide-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes ps-slide-in-bottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes ps-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes ps-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes ps-pulse-glow{0%,to{box-shadow:0 0 #4f46e566}50%{box-shadow:0 0 0 12px #4f46e500}}@keyframes ps-check-draw{0%{stroke-dashoffset:24}to{stroke-dashoffset:0}}@keyframes ps-toast-in{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes ps-toast-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(16px) scale(.96)}}@keyframes ps-progress-stripe{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes ps-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.ps-animate-fade-in{animation:ps-fade-in var(--ps-transition) both}.ps-animate-slide-up{animation:ps-slide-up var(--ps-transition-slow) both}.ps-animate-slide-down{animation:ps-slide-down var(--ps-transition) both}.ps-animate-scale-in{animation:ps-scale-in var(--ps-spring) both}.ps-animate-slide-in-bottom{animation:ps-slide-in-bottom var(--ps-transition-slow) cubic-bezier(.16,1,.3,1) both}.ps-animate-float{animation:ps-float 3s ease-in-out infinite}.ps-skeleton{background:linear-gradient(90deg,var(--ps-border-subtle) 25%,var(--ps-border) 50%,var(--ps-border-subtle) 75%);background-size:200% 100%;animation:ps-shimmer 1.5s infinite;border-radius:var(--ps-radius-md)}.ps-toast-enter{animation:ps-toast-in .3s cubic-bezier(.16,1,.3,1) both}.ps-toast-exit{animation:ps-toast-out .2s ease-in both}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--ps-text-muted);border-radius:var(--ps-radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--ps-text-secondary)}@media(pointer:coarse){button,a,select,input[type=file]{min-height:44px;min-width:44px}}.ps-bottom-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:90;animation:ps-fade-in .2s both}.ps-bottom-sheet{position:fixed;bottom:0;left:0;right:0;background:var(--ps-surface);border-radius:var(--ps-radius-xl) var(--ps-radius-xl) 0 0;box-shadow:var(--ps-shadow-xl);z-index:91;max-height:85vh;overflow-y:auto;animation:ps-slide-in-bottom .4s cubic-bezier(.16,1,.3,1) both;padding:8px 24px max(24px,env(safe-area-inset-bottom))}.ps-bottom-sheet-handle{width:36px;height:4px;background:var(--ps-border);border-radius:var(--ps-radius-full);margin:8px auto 20px}.ps-progress-bar{height:6px;background:var(--ps-border-subtle);border-radius:var(--ps-radius-full);overflow:hidden}.ps-progress-fill{height:100%;background:linear-gradient(90deg,var(--ps-primary),var(--ps-accent));border-radius:var(--ps-radius-full);transition:width var(--ps-transition-slow)}.ps-card-popular{position:relative;border:2px solid var(--ps-primary);box-shadow:var(--ps-shadow-glow)}.ps-card-popular:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:inherit;padding:2px;background:linear-gradient(135deg,var(--ps-primary-light),var(--ps-accent-light));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;pointer-events:none}.ps-glass{background:#ffffffb3;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border:1px solid rgba(255,255,255,.3)}.ps-safe-bottom{padding-bottom:max(24px,env(safe-area-inset-bottom))}.ps-safe-top{padding-top:max(16px,env(safe-area-inset-top))}.ps-stagger>*{animation:ps-slide-up var(--ps-transition-slow) both}.ps-stagger>*:nth-child(1){animation-delay:0ms}.ps-stagger>*:nth-child(2){animation-delay:60ms}.ps-stagger>*:nth-child(3){animation-delay:.12s}.ps-stagger>*:nth-child(4){animation-delay:.18s}.ps-stagger>*:nth-child(5){animation-delay:.24s}.ps-stagger>*:nth-child(6){animation-delay:.3s}.ps-stagger>*:nth-child(7){animation-delay:.36s}.ps-stagger>*:nth-child(8){animation-delay:.42s}.ps-stagger>*:nth-child(9){animation-delay:.48s}.ps-stagger>*:nth-child(10){animation-delay:.54s}
