:root{--bg-color: #1a1a1a;--text-color: #f5f5f5;--gold: #FFD700;--vermilion: #E34234;--font-serif: "Times New Roman", serif}body{margin:0;padding:0;background-color:#1a0505;color:var(--text-color);font-family:var(--font-serif);display:flex;justify-content:center;min-height:100vh;background-image:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8)),repeating-linear-gradient(45deg,transparent,transparent 10px,#2b0a0a 10px,#2b0a0a 11px),repeating-linear-gradient(-45deg,transparent,transparent 10px,#2b0a0a 10px,#2b0a0a 11px)}#root{width:100%;max-width:600px;display:flex;flex-direction:column;box-shadow:0 0 50px #000c}.app-container{display:flex;flex-direction:column;height:100vh;position:relative;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%239C92AC' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");background-color:#240a0a;border-left:8px solid #5c2f0f;border-right:8px solid #5c2f0f}.main-nav{display:flex;justify-content:space-around;padding:1rem;background:rgba(0,0,0,.5);border-bottom:2px solid var(--gold)}.main-nav button{background:none;border:1px solid transparent;color:var(--gold);padding:.5rem 1rem;font-family:inherit;font-size:1rem;cursor:pointer;transition:all .3s ease}.main-nav button.active{border-color:var(--gold);background:rgba(255,215,0,.1);box-shadow:0 0 10px #ffd7004d}.hall-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}h2{color:var(--gold);text-shadow:0 0 5px rgba(255,215,0,.5);margin-bottom:2rem}.incense-container{display:flex;flex-direction:column;align-items:center;position:relative;cursor:pointer;margin-top:2rem}.incense-burner{width:120px;height:80px;background:linear-gradient(135deg,#b8860b,#daa520);border-radius:10px 10px 40px 40px;position:relative;box-shadow:0 10px 20px #00000080;display:flex;align-items:center;justify-content:center;z-index:2}.burner-decoration{width:40px;height:40px;border:2px solid #5c2f0f;border-radius:50%;color:#5c2f0f;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;background:rgba(255,255,255,.1)}.incense-stick-wrapper{width:6px;height:150px;position:relative;z-index:1;transform:translateY(10px)}.incense-stick{width:100%;background:#5c2f0f;position:absolute;bottom:0;left:0;border-radius:3px 3px 0 0;transition:height .1s linear}.ember{width:8px;height:8px;background:#ff4500;border-radius:50%;position:absolute;top:-4px;left:-1px;box-shadow:0 0 5px #ff4500,0 0 10px #ff8c00;animation:pulse 1s infinite alternate}@keyframes pulse{0%{opacity:.8;box-shadow:0 0 5px #ff4500}to{opacity:1;box-shadow:0 0 15px #ff8c00}}.smoke-container{position:absolute;bottom:155px;left:50%;transform:translate(-50%);pointer-events:none}.smoke{width:10px;height:10px;background:rgba(200,200,200,.4);filter:blur(5px);border-radius:50%;position:absolute}.prayer-form{display:flex;gap:1rem;margin-bottom:2rem;width:100%;max-width:400px}.prayer-form input{flex:1;padding:.8rem;border-radius:4px;border:1px solid #5c2f0f;background:rgba(255,255,255,.1);color:var(--text-color);font-family:inherit}.prayer-form button{padding:.8rem 1.5rem;background:var(--vermilion);color:#fff;border:none;border-radius:4px;cursor:pointer;font-family:inherit;transition:background .3s}.prayer-form button:hover{background:#c03020}.blessings-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;width:100%}.blessing-card{background:rgba(255,215,0,.1);border:1px solid var(--gold);border-radius:8px;padding:1rem;min-width:150px;text-align:center;box-shadow:0 4px 6px #0000004d}.blessing-card small{display:block;margin-top:.5rem;color:#aaa;font-size:.8rem}.fortune-container{display:flex;flex-direction:column;align-items:center;margin-top:2rem}.fortune-cylinder{width:100px;height:160px;background:#8b4513;border-radius:50% 50% 10px 10px/20px 20px 10px 10px;position:relative;display:flex;justify-content:center;box-shadow:inset 0 0 20px #5c2f0f,0 10px 20px #00000080;cursor:pointer}.fortune-cylinder:before{content:"\7b7e";font-size:3rem;color:#0000004d;margin-top:60px;border:3px solid rgba(0,0,0,.3);border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center}.fortune-sticks-bundle{width:80%;height:100%;position:absolute;top:-10px;display:flex;justify-content:center;overflow:hidden;z-index:-1}.fortune-stick-static{width:6px;height:120%;background:#d2b48c;margin:0 2px;border-radius:3px;transform:translateY(10px)}.fortune-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:100;padding:2rem}.fortune-result-card{background:linear-gradient(to bottom,#fff8dc,#deb887);padding:2rem;border-radius:10px;border:4px double #8b0000;color:#333;width:100%;max-width:400px;text-align:center;box-shadow:0 0 30px #ffd70080}.fortune-result-card h3{color:#8b0000;font-size:2rem;margin-bottom:1rem;border-bottom:2px solid #8b0000;padding-bottom:.5rem}.fortune-description{font-size:1.2rem;line-height:1.6;margin-bottom:1.5rem}.fortune-poem{font-style:italic;color:#555;background:rgba(255,255,255,.5);padding:1rem;margin-bottom:1.5rem;border-radius:4px}.close-btn{background:#8b0000;color:#fff;border:none;padding:.5rem 2rem;font-size:1.1rem;border-radius:20px;cursor:pointer;transition:transform .2s}.close-btn:hover{transform:scale(1.05)}.merit-counter{font-size:1.5rem;margin-bottom:2rem;color:#fff}.count-number{color:var(--gold);font-weight:700}.merit-box{width:200px;height:200px;background:#8b0000;border:4px solid #b8860b;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 25px #00000080;position:relative}.coin-slot{width:60px;height:10px;background:#000;border-radius:5px;margin-bottom:1rem}.box-label{font-size:2rem;font-weight:700;color:var(--gold);border:2px solid var(--gold);padding:.5rem 1rem}.donation-section{margin-top:3rem;width:100%;display:flex;flex-direction:column;align-items:center}.donate-btn{background:transparent;border:1px solid var(--gold);color:var(--gold);padding:.8rem 2rem;font-size:1rem;cursor:pointer;transition:all .3s}.donate-btn:hover{background:rgba(255,215,0,.1)}.payment-methods{margin-top:2rem;overflow:hidden}.qr-container{display:flex;gap:2rem;padding:1rem;background:rgba(255,255,255,.1);border-radius:10px}.qr-item{display:flex;flex-direction:column;align-items:center;color:#fff}*{-webkit-tap-highlight-color:transparent}@media (max-width: 768px){#root{width:100%;max-width:100%;box-shadow:none}body{min-height:100vh;width:100vw;overflow-x:hidden}.main-nav{padding:.5rem;flex-wrap:wrap;gap:.5rem;justify-content:center}.main-nav button{font-size:.9rem;padding:.4rem .8rem;flex:1 1 auto}.hall-content{padding:1rem}h2{font-size:1.5rem;margin-bottom:1.5rem}.incense-burner{width:40vmin;height:26vmin;max-width:120px;max-height:80px}.prayer-form{flex-direction:column;gap:.5rem}.prayer-form button{width:100%}.blessing-card{width:100%;min-width:unset}.fortune-cylinder{width:30vmin;height:48vmin;max-width:100px;max-height:160px}.fortune-cylinder:before{margin-top:18vmin;width:18vmin;height:18vmin;font-size:8vmin}.fortune-result-card{width:90%;padding:1.5rem}.merit-box{width:50vmin;height:50vmin;max-width:200px;max-height:200px}.qr-container{flex-direction:column;gap:1rem}.qr-item img{width:120px;height:120px}}
