@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Inter:wght@400;500;600;700&family=Roboto+Mono:wght@500;700&display=swap";:root{--color-primary:#1a7a4c;--color-primary-hover:#125735;--color-primary-light:#e6f4ed;--color-accent:#f5a623;--color-accent-hover:#e09210;--color-accent-light:#fff5e6;--color-bg:#f4f7f5;--color-card-bg:#fff;--color-text-main:#2c3e50;--color-text-muted:#7f8c8d;--color-border:#e2e8f0;--color-error:#e74c3c;--color-success:#2ecc71;--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 10px 25px #0000001f;--font-title:"Nunito", sans-serif;--font-body:"Inter", sans-serif;--font-mono:"Roboto Mono", monospace;--border-radius-sm:8px;--border-radius-md:16px;--border-radius-lg:24px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-title);color:#121;font-weight:700}button{cursor:pointer;background:0 0;border:none;font-family:inherit;transition:all .2s cubic-bezier(.4,0,.2,1)}input,select{font-family:inherit;font-size:1rem}.glass-panel{-webkit-backdrop-filter:blur(12px);border-radius:var(--border-radius-md);box-shadow:var(--shadow-md);background:#ffffffd9;border:1px solid #ffffff80}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#1a7a4c33;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1a7a4c66}@keyframes bounce-gentle{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 #1a7a4c66}50%{box-shadow:0 0 0 10px #1a7a4c00}}@keyframes coin-fall{0%{opacity:0;transform:translateY(-100px)rotate(0)}50%{opacity:1}to{transform:translateY(0)rotate(360deg)}}.animate-bounce-gentle{animation:3s ease-in-out infinite bounce-gentle}.animate-pulse-glow{animation:2s ease-in-out infinite pulse-glow}#confetti-canvas{z-index:9999;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0}
