@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=DM+Sans:wght@300;400&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a1a12;--sage: #7aad8a;--gold: #c8a96e;--cream: #f0e8d8;--muted: #7a9080}html,body,#root{width:100%;height:100%;background:var(--bg);overflow:hidden;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.game-root{position:relative;width:100%;height:100vh;background:var(--bg);overflow:hidden;touch-action:manipulation}.bloom-layer{position:fixed;inset:0;z-index:0;pointer-events:none}.stars-layer{position:fixed;inset:0;z-index:1;pointer-events:none}.star{position:absolute;border-radius:50%;background:var(--cream);animation:twinkle var(--dur, 3s) var(--delay, 0s) ease-in-out infinite;opacity:0;transition:opacity 3s ease}.star-visible{opacity:var(--op, .5)}@keyframes twinkle{0%,to{transform:scale(1);opacity:var(--op, .5)}50%{transform:scale(1.5);opacity:.1}}.begin-wrap{margin-top:8px}.begin-btn{font-family:DM Sans,sans-serif;font-size:16px;font-weight:400;color:var(--bg);background:var(--sage);border:none;padding:16px 48px;border-radius:40px;cursor:pointer;letter-spacing:.1em;transition:background .2s,transform .1s;min-width:160px;min-height:52px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.begin-btn:hover{background:#9fcaaf}.begin-btn:active{transform:scale(.97)}.game-canvas{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2}.brand-label{font-family:DM Sans,sans-serif;font-size:11px;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:20px}.orb-container{position:relative;width:280px;height:280px;display:flex;align-items:center;justify-content:center;margin-bottom:40px;transition:width 3s ease,height 3s ease}.orb-container-expanded{width:300px;height:300px}.ring{position:absolute;border-radius:50%;border:1px solid;animation:breathe var(--speed, 4s) ease-in-out infinite;opacity:0;transition:opacity 2s ease}.ring-visible{opacity:var(--rop, .25)}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.07)}}.orb{border-radius:50%;z-index:2;transition:width 3s ease,height 3s ease,background 3s ease,box-shadow 2s ease}.orb-default{width:80px;height:80px;background:radial-gradient(circle at 38% 35%,#b8e8c8,#2d7a55 55%,#0d3322);box-shadow:0 0 20px #7aad8a33,0 0 40px #7aad8a14;animation:pulse-slow 5s ease-in-out infinite}.orb-awakening{width:84px;height:84px;background:radial-gradient(circle at 38% 35%,#c5edcf,#2d7a55 55%,#0d3322);box-shadow:0 0 30px #7aad8a59,0 0 60px #7aad8a1f;animation:pulse-slow 4.5s ease-in-out infinite}.orb-glowing{width:90px;height:90px;background:radial-gradient(circle at 38% 35%,#d0f0d8,#3a9060 50%,#0d3322);box-shadow:0 0 45px #7aad8a8c,0 0 90px #7aad8a40,0 0 130px #7aad8a14;animation:pulse-slow 4s ease-in-out infinite}.orb-golden{width:96px;height:96px;background:radial-gradient(circle at 38% 35%,#f5ecc0,#c8a96e 45%,#7aad8a 70%,#0d3322);box-shadow:0 0 55px #c8a96e99,0 0 100px #c8a96e4d,0 0 150px #7aad8a26;animation:pulse-slow 3.5s ease-in-out infinite}.orb-radiant{width:104px;height:104px;background:radial-gradient(circle at 38% 35%,#fff5d0,#e0b84a 35%,#c8a96e,#7aad8a 75%,#0d3322);box-shadow:0 0 70px #e0b84ab3,0 0 130px #c8a96e66,0 0 200px #c8a96e33;animation:pulse-medium 3s ease-in-out infinite}.orb-transcendent{width:114px;height:114px;background:radial-gradient(circle at 38% 35%,#fff,#ffe88a 25%,#e0b84a 45%,#c8a96e 60%,#7aad8a 80%,#0d3322);box-shadow:0 0 90px #ffdc50cc,0 0 160px #c8a96e80,0 0 240px #c8a96e40,0 0 320px #7aad8a1a;animation:pulse-vivid 2.5s ease-in-out infinite}@keyframes pulse-slow{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes pulse-medium{0%,to{transform:scale(1)}50%{transform:scale(1.07)}}@keyframes pulse-vivid{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.text-block{z-index:2;text-align:center;padding:0 24px;max-width:480px}.headline{font-family:Playfair Display,Georgia,serif;font-size:clamp(30px,6vw,50px);font-weight:400;color:var(--cream);line-height:1.15;margin-bottom:12px}.headline em{font-style:italic;color:var(--sage)}.subtitle{font-family:DM Sans,sans-serif;font-size:15px;font-weight:300;color:var(--muted);line-height:1.6;margin-bottom:32px;min-height:48px}.running-subtitle{color:#7aad8ab3;font-style:italic}.timer-wrap{display:flex;align-items:baseline;justify-content:center;gap:8px;margin-bottom:36px}.timer{font-family:Playfair Display,serif;font-size:64px;font-weight:400;color:var(--cream);line-height:1;letter-spacing:-2px;transition:color 2s ease;min-width:120px;text-align:center}.timer-gold{color:var(--gold)}.timer-label{font-family:DM Sans,sans-serif;font-size:13px;font-weight:300;color:var(--muted);letter-spacing:.1em}.message{font-family:Playfair Display,serif;font-style:italic;font-size:17px;color:var(--sage);line-height:1.5;min-height:52px;padding:0 12px;transition:opacity .5s ease}.fail-overlay{position:fixed;inset:0;background:#0a1a12eb;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:100;opacity:0;pointer-events:none;transition:opacity .35s ease;padding:24px}.fail-overlay-show{opacity:1;pointer-events:all}.fail-emoji{font-size:48px;margin-bottom:20px;animation:wobble .5s ease}@keyframes wobble{0%{transform:rotate(0) scale(1.5)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}to{transform:rotate(0) scale(1)}}.fail-title{font-family:Playfair Display,serif;font-size:28px;font-weight:400;color:var(--cream);text-align:center;margin-bottom:12px}.fail-msg{font-family:DM Sans,sans-serif;font-size:15px;font-weight:300;color:var(--muted);text-align:center;max-width:360px;line-height:1.7;margin-bottom:32px}.best-score{font-family:DM Sans,sans-serif;font-size:13px;color:var(--sage);margin-bottom:32px;letter-spacing:.05em}.try-again-btn{font-family:DM Sans,sans-serif;font-size:14px;font-weight:400;color:var(--bg);background:var(--sage);border:none;padding:14px 36px;border-radius:40px;cursor:pointer;letter-spacing:.08em;transition:background .2s,transform .1s;min-height:48px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.try-again-btn:hover{background:#9fcaaf}.try-again-btn:active{transform:scale(.97)}.milestone-flash{position:fixed;top:32px;left:50%;transform:translate(-50%) translateY(-20px);background:#7aad8a1f;border:1px solid rgba(122,173,138,.3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:10px 24px;border-radius:40px;font-family:DM Sans,sans-serif;font-size:13px;color:var(--sage);letter-spacing:.05em;opacity:0;pointer-events:none;transition:opacity .4s ease,transform .4s ease;z-index:50;white-space:nowrap}.milestone-flash-show{opacity:1;transform:translate(-50%) translateY(0)}.footer-link{position:fixed;bottom:24px;left:50%;transform:translate(-50%);font-family:DM Sans,sans-serif;font-size:11px;color:var(--muted);letter-spacing:.15em;text-transform:uppercase;text-decoration:none;z-index:10;opacity:.5;transition:opacity .2s}.footer-link:hover{opacity:1}@media(max-width:480px){.orb-container{width:220px;height:220px;margin-bottom:24px}.orb-container-expanded{width:240px;height:240px}.orb-default,.orb-awakening{width:70px;height:70px}.orb-glowing{width:76px;height:76px}.orb-golden{width:82px;height:82px}.orb-radiant{width:90px;height:90px}.orb-transcendent{width:100px;height:100px}.timer{font-size:52px}.headline{font-size:30px}.message{font-size:15px}}
