@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";.app-wrapper{flex-direction:column;width:100%;min-height:100vh;display:flex}.main-content{flex:1;padding-bottom:80px}:root{--color-primary:#2b5e3c;--color-primary-light:#4a8c5c;--color-secondary:#d4a373;--color-accent:#e9c46a;--color-background:#f9fdf9;--color-surface:#fff;--color-text:#1e293b;--color-text-muted:#64748b;--color-danger:#ef4444;--color-success:#10b981;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--font-family:"Outfit", sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:2rem;--border-radius-sm:8px;--border-radius-md:12px;--border-radius-lg:20px;--border-radius-pill:9999px;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 10px 25px #0000001a;--shadow-glass:0 8px 32px #2b5e3c26}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;max-width:480px;min-height:100vh;margin:0 auto;line-height:1.5;position:relative;overflow-x:hidden;box-shadow:0 0 60px #00000014}h1,h2,h3,h4,h5,h6{color:#111827;font-weight:600;line-height:1.2}a{color:var(--color-primary);text-decoration:none}button{font-family:var(--font-family);cursor:pointer;background:0 0;border:none}input{font-family:var(--font-family)}.container{padding:0 var(--space-4);width:100%}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.glass-panel{-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-glass);background:#ffffffb3;border:1px solid #ffffff80}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:.4s ease-out forwards slideUp}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-card{background:linear-gradient(110deg,#f0f0f0 8%,#e8e8e8 18%,#f0f0f0 33%) 0 0/200% 100%;animation:1.5s linear infinite shimmer}::-webkit-scrollbar{display:none}input:focus,button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.main-content{min-height:calc(100vh - 60px)}
