Aka Altar Ego _top_ -

/* Flame / Essence core */ .essence-core display: flex; flex-direction: column; align-items: center; margin-bottom: 2rem; .flame-btn background: radial-gradient(circle at 30% 20%, #ffb347, #ff6a00); width: 130px; height: 130px; border-radius: 50%; display: flex; justify-content: center; align-items: center; cursor: pointer; box-shadow: 0 0 20px #ff884d, inset 0 -5px 0 rgba(0,0,0,0.2); transition: transform 0.05s linear, box-shadow 0.1s; margin-bottom: 1rem; .flame-btn:active transform: scale(0.96); box-shadow: 0 0 30px #ffaa66; .flame-emoji font-size: 4rem; filter: drop-shadow(0 0 6px #ffcc88); .essence-display background: #0b0e16aa; backdrop-filter: blur(8px); padding: 0.6rem 1.5rem; border-radius: 60px; border: 1px solid #c9a87b; font-size: 1.9rem; font-weight: bold; color: #ffdd99; font-family: monospace; letter-spacing: 2px; .essence-label font-size: 0.8rem; color: #bba88a; margin-top: 6px;

let gameInterval = null;

/* Passive stats */ .stats-panel display: flex; justify-content: space-between; flex-wrap: wrap; background: #050a12aa; border-radius: 2rem; padding: 0.8rem 1.2rem; margin-top: 0.5rem; gap: 12px; font-size: 0.85rem; color: #cfc6b0; .stat display: flex; align-items: center; gap: 8px; button.reset-btn background: #2c241a; border: none; padding: 5px 14px; border-radius: 30px; color: #e0a878; cursor: pointer; font-weight: bold; transition: 0.2s; button.reset-btn:hover background: #4a3727; color: #ffcf9a; footer font-size: 0.7rem; text-align: center; margin-top: 1rem; color: #5e5a50; aka altar ego

@media (max-width: 550px) .altar padding: 1rem; .ego-grid grid-template-columns: 1fr 1fr; .flame-btn width: 100px; height: 100px; </style> </head> <body> <div class="altar"> <div class="altar-header"> <h1>✦ AKA ALTAR EGO ✦</h1> <p>offer essence · awaken the selves within</p> </div> /* Flame / Essence core */