@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Fredoka,sans-serif;overflow-x:hidden}.garden-app{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px;position:relative}.garden-app:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.header{text-align:center;margin-bottom:30px;animation:fadeInDown .8s ease}.header h1{font-size:3.5rem;font-weight:700;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.2);margin-bottom:10px;letter-spacing:-1px}.header p{font-size:1.2rem;color:#ffffffe6;font-weight:400}.stats-bar{background:#fff;border-radius:20px;padding:20px 30px;display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;box-shadow:0 10px 40px #00000026;animation:fadeInUp .8s ease .2s both}.stat{display:flex;align-items:center;gap:10px}.stat-icon{font-size:2rem}.stat-info h3{font-size:.9rem;color:#666;font-weight:500;margin-bottom:4px}.stat-value{font-size:1.8rem;font-weight:700;color:#2d3748;font-family:Space Mono,monospace}.expand-btn{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;border:none;padding:12px 24px;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:8px;transition:transform .2s,box-shadow .2s;font-family:Fredoka,sans-serif}.expand-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f5576c66}.expand-btn:disabled{opacity:.5;cursor:not-allowed}.main-content{display:grid;grid-template-columns:1fr 400px;gap:30px;animation:fadeIn 1s ease .4s both}@media(max-width:1200px){.main-content{grid-template-columns:1fr}}@media(max-width:768px){.garden-app{padding:12px}.header h1{font-size:2.4rem}.stats-bar{padding:14px 16px;flex-wrap:wrap;gap:12px}.main-content{display:flex;flex-direction:column;gap:10px}.shop-section{order:-1;position:static;top:auto;padding:12px;border-radius:18px}.shop-header{display:none}.shop-items{flex-direction:row;overflow-x:hidden;gap:0;padding-bottom:0}.shop-item{flex:1;min-width:0;padding:10px 6px;border-radius:0;border:0;border-right:2px solid #edf2f7;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;background:transparent}.shop-item:last-child{border-right:0}.shop-item:hover:not(.disabled){border-color:#edf2f7;transform:none;box-shadow:none}.tree-preview{width:44px;height:44px;object-fit:contain}.shop-item-info h3{font-size:.85rem;text-align:center;margin:0}.cost,.plant-btn{display:none}.garden-section{padding:16px}.garden-header{margin-bottom:10px}.garden-header h2{font-size:1.3rem}.canvas-container{min-height:360px}}.garden-section{background:#fffffff2;border-radius:24px;padding:30px;box-shadow:0 20px 60px #00000026}.garden-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.garden-header h2{font-size:1.8rem;color:#2d3748;font-weight:600}.garden-size{background:#edf2f7;padding:8px 16px;border-radius:10px;font-weight:600;color:#4a5568;font-family:Space Mono,monospace}.canvas-container{display:flex;justify-content:center;align-items:center;min-height:300px;position:relative}#gardenCanvas{cursor:pointer;max-width:100%;height:auto}.garden-controls{margin-top:20px;display:flex;justify-content:center;gap:12px}.control-btn{background:#ef4444;color:#fff;border:none;padding:10px 20px;border-radius:10px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s;font-family:Fredoka,sans-serif}.control-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 6px 20px #ef444466}.control-btn:disabled{opacity:.5;cursor:not-allowed}.shop-section{background:#fffffff2;border-radius:24px;padding:30px;box-shadow:0 20px 60px #00000026;height:fit-content;position:sticky;top:20px}.shop-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:20px;border-bottom:2px solid #edf2f7}.shop-header h2{font-size:1.8rem;color:#2d3748;font-weight:600}.daily-limit{background:#fff7ed;border:2px solid #fed7aa;border-radius:12px;padding:12px 16px;margin-bottom:20px;display:flex;align-items:center;gap:10px;color:#c2410c;font-weight:500}.daily-limit.reached{background:#fee2e2;border-color:#fecaca;color:#991b1b}.shop-items{display:flex;flex-direction:column;gap:16px}.shop-item{background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:16px;display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;transition:all .3s;cursor:pointer}.shop-item:hover:not(.disabled){border-color:#10b981;transform:translate(4px);box-shadow:0 8px 25px #10b98133}.shop-item.disabled{opacity:.5;cursor:not-allowed}.tree-preview{border-radius:8px;background:#f8fafc}.shop-item-info h3{font-size:1.2rem;font-weight:600;color:#2d3748;margin-bottom:6px}.cost{display:flex;align-items:center;gap:6px;font-size:1.1rem;font-weight:600;color:#059669;font-family:Space Mono,monospace}.seed-icon{font-size:1.2rem}.plant-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:10px 20px;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;font-family:Fredoka,sans-serif;white-space:nowrap}.plant-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 6px 20px #10b98166}.plant-btn:disabled{background:#cbd5e1;cursor:not-allowed}.notification{position:fixed;bottom:30px;right:30px;background:#1e293b;color:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 10px 40px #0000004d;display:flex;align-items:center;gap:12px;animation:slideInRight .4s cubic-bezier(.4,0,.2,1);z-index:1000;font-weight:500;max-width:400px}.notification:before{content:"🌱";font-size:1.5rem}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.selection-indicator{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:#10b981f2;color:#fff;padding:8px 16px;border-radius:8px;font-weight:600;font-size:.9rem}@media(max-width:768px){.header{margin-bottom:14px}.header h1{font-size:2rem;margin-bottom:6px}.header p{font-size:.95rem}.stats-bar{padding:12px 14px;border-radius:16px;margin-bottom:12px;flex-wrap:wrap;gap:10px}.stat-icon{font-size:1.5rem}.stat-info h3{font-size:.8rem}.stat-value{font-size:1.35rem}.expand-btn{width:100%;justify-content:center;padding:10px 14px;font-size:.95rem}.main-content{display:flex;flex-direction:column;gap:10px}.shop-section{order:-1;position:static;top:auto;padding:12px;border-radius:18px}.shop-header{display:none}.shop-items{flex-direction:row;overflow-x:hidden;gap:0;padding-bottom:0}.shop-item{flex:1;min-width:0;padding:10px 6px;border-radius:0;border:0;border-right:2px solid #edf2f7;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;background:transparent}.shop-item:last-child{border-right:0}.shop-item:hover:not(.disabled){border-color:#edf2f7;transform:none;box-shadow:none}.tree-preview{width:44px;height:44px;object-fit:contain}.shop-item-info h3{font-size:.85rem;text-align:center;margin:0}.cost,.plant-btn{display:none}}
