:root{--background: #0f131f;--surface-panel: rgba(17, 24, 39, .86);--surface-low: #171b27;--surface-input: #141b2e;--surface-option: #1e2a44;--surface-high: #262a36;--outline: #394766;--outline-warm: #4e4635;--primary: #ffe9b7;--gold: #f7c948;--gold-muted: #f8e7aa;--cream: #f6f0df;--text: #dfe2f3;--text-soft: #d1c5ae;--danger: #8f2d2d;--success-glow: rgba(46, 160, 67, .18);color:var(--text);background:var(--background);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100vh}body{margin:0;overflow-x:hidden;background:radial-gradient(circle at 50% 0%,rgba(247,201,72,.1) 0%,transparent 48%),radial-gradient(circle at 100% 100%,rgba(62,70,95,.2) 0%,transparent 50%),var(--background)}button,input,select,textarea{font:inherit}button{border:0;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}input,select,textarea{width:100%;min-height:48px;border:1px solid var(--outline);border-radius:8px;background:var(--surface-input);color:var(--text);padding:12px 14px}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 2px #f7c94838}textarea{min-height:96px;resize:vertical}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.app-shell{min-height:100vh}.route-home,.route-game,.route-result{background:radial-gradient(circle at 50% 50%,#1e2a4480,#0f131f)}.stitch-header{position:sticky;top:0;z-index:20;height:80px;display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 clamp(18px,4vw,48px);border-bottom:1px solid var(--outline-warm);background:#111827d1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand-button{background:transparent;color:var(--gold);font-size:clamp(1.45rem,3vw,2rem);font-weight:900;padding:0}.stitch-header nav{display:flex;gap:22px}.stitch-header nav button{display:inline-flex;align-items:center;gap:8px;min-height:48px;background:transparent;color:var(--text-soft);font-weight:800}.stitch-header nav button.active,.stitch-header nav button:hover{color:var(--gold)}.home-page{position:relative;display:grid;min-height:calc(100vh - 80px);place-items:center;padding:32px;text-align:center;overflow:hidden}.home-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(38,42,54,.4),transparent 58%);animation:slow-pulse 8s ease-in-out infinite alternate;pointer-events:none}@keyframes slow-pulse{0%{opacity:.75;transform:scale(1)}to{opacity:1;transform:scale(1.04)}}.start-panel{position:relative;z-index:1;width:min(800px,100%);display:flex;flex-direction:column;align-items:center}.spiritual-emblem{width:clamp(128px,18vw,190px);height:clamp(128px,18vw,190px);display:grid;place-items:center;margin-bottom:30px;border:1px solid var(--surface-high);border-radius:999px;background:radial-gradient(circle,rgba(247,201,72,.22),transparent 55%),linear-gradient(145deg,#ffe9b724,#0f131f33);box-shadow:0 0 60px #f7c94826}.spiritual-emblem .material-symbols-outlined{color:var(--gold);font-size:clamp(68px,9vw,104px)}.eyebrow,.panel-label{color:var(--gold);font-size:.75rem;font-weight:900;letter-spacing:.05em;line-height:1;text-transform:uppercase}h1{margin:8px 0 18px;color:var(--cream);font-size:clamp(2.3rem,7vw,4.2rem);font-weight:900;line-height:1;letter-spacing:0}h1 span,.start-panel h1 span{color:var(--gold)}.tagline,.muted{max-width:680px;margin:0 auto;color:var(--text-soft);font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.start-panel form{width:min(448px,100%);display:grid;gap:16px;margin-top:34px}.start-panel input{min-height:64px;border-color:var(--outline-warm);border-radius:12px;background:var(--surface-low);color:var(--text);font-size:1.1rem;text-align:center}.start-panel button,.result-panel .button-row button:first-child{min-height:60px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;background:var(--gold);color:#6d5400;font-size:1.125rem;font-weight:900;padding:0 28px;box-shadow:0 0 30px #f7c94833;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.start-panel button:hover,.result-panel .button-row button:first-child:hover{filter:brightness(1.08);box-shadow:0 0 50px #f7c94866}.start-panel button:active,.result-panel .button-row button:first-child:active{transform:scale(.98)}.return-button{position:absolute;bottom:32px;z-index:1;background:transparent;color:#d1c5ae9e;font-size:.75rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.game-page{width:min(1780px,100%);min-height:100vh;margin:0 auto;padding:clamp(14px,2.3vw,24px)}.game-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,440px);gap:clamp(18px,2.5vw,32px);min-height:calc(100vh - 32px)}.game-main{min-height:calc(100vh - 48px);display:flex;flex-direction:column;gap:clamp(20px,3vw,28px);min-width:0;padding:clamp(28px,4vw,54px);border:1px solid rgba(247,201,72,.24);border-radius:22px;background:radial-gradient(circle at 70% 90%,rgba(12,28,75,.58),transparent 42%),linear-gradient(145deg,#122766f5,#08143df5);box-shadow:inset 0 0 90px #00000024,0 30px 80px #00000057}.game-toolbar{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;justify-content:space-between}.mobile-timer-slot{display:none}.game-toolbar>div{padding:0}.game-toolbar .panel-label{color:#c8dafc;font-size:clamp(.8rem,1.1vw,1rem);letter-spacing:.32em}.quiet-button,.secondary-button{min-height:48px;border:1px solid rgba(247,201,72,.28);border-radius:10px;background:#ffffff12;color:var(--cream);font-weight:900;padding:0 16px}.timer-panel,.side-card,.level-ladder{border:1px solid rgba(247,201,72,.2);border-radius:22px;background:linear-gradient(145deg,#122766f5,#08143df5);box-shadow:0 24px 58px #00000047}.timer-panel{display:grid;justify-items:center;gap:18px;padding:clamp(20px,3vw,30px)}.timer-panel .panel-label,.side-card .panel-label,.level-ladder .panel-label{color:#c8dafc;font-size:1rem;letter-spacing:.32em}.timer-ring{width:clamp(132px,12vw,178px);height:clamp(132px,12vw,178px);display:grid;place-items:center;border-radius:50%;box-shadow:0 14px 28px #00000059}.timer-ring span{width:calc(100% - 26px);height:calc(100% - 26px);display:grid;place-items:center;border-radius:50%;background:#07133d;color:#ffdf74;font-size:clamp(2.4rem,4.6vw,4.1rem);font-weight:900}.question-card{display:contents}.question-frame{min-height:clamp(140px,18vh,190px);display:grid;place-items:center;padding:4px;background:linear-gradient(90deg,transparent 0 18px,#f7c948 18px calc(100% - 18px),transparent calc(100% - 18px));clip-path:polygon(2% 50%,4% 0,96% 0,98% 50%,96% 100%,4% 100%)}.question-card h1{width:100%;min-height:inherit;display:grid;place-items:center;margin:0;padding:clamp(24px,4vw,42px);background:#07133d;clip-path:inherit;color:var(--cream);font-size:clamp(1.7rem,2.5vw,2.85rem);line-height:1.2;text-align:center}.options-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(18px,2vw,24px)}.option-button,.option-placeholder{min-height:clamp(74px,8vh,96px)}.option-button{position:relative;display:flex;align-items:center;gap:22px;width:100%;border:0;background:linear-gradient(90deg,transparent 0 18px,#f7c948 18px calc(100% - 18px),transparent calc(100% - 18px));color:var(--text);padding:4px;text-align:left;clip-path:polygon(3% 50%,6% 0,94% 0,97% 50%,94% 100%,6% 100%);transition:filter .2s ease,color .2s ease,transform .2s ease}.option-button:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;background:linear-gradient(145deg,#10286e,#091947);clip-path:inherit}.option-button span,.option-button strong{position:relative;z-index:1}.option-button span{min-width:70px;align-self:stretch;display:grid;place-items:center;border-right:3px solid rgba(247,201,72,.42);color:var(--gold);font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:900}.option-button strong{padding-right:18px;font-size:clamp(1rem,1.45vw,1.45rem);line-height:1.35;font-weight:700}.option-button:hover,.option-button.selected{filter:brightness(1.08);color:var(--primary)}.option-button:active{transform:scale(.99)}.option-placeholder{border:1px dashed rgba(247,201,72,.3);background:#0a163e61;clip-path:polygon(3% 50%,6% 0,94% 0,97% 50%,94% 100%,6% 100%)}.feedback,.lifeline-result{padding:18px;border:1px solid var(--outline);border-radius:12px;background:var(--surface-panel);color:var(--text-soft);box-shadow:0 20px 40px -10px #0000003d}.feedback{display:grid;gap:6px}.feedback strong{color:var(--gold)}.feedback.correct{box-shadow:0 0 20px 5px var(--success-glow)}.side-panel{display:flex;flex-direction:column;gap:clamp(20px,2.4vh,28px)}.side-card{display:grid;gap:18px;padding:clamp(20px,2.5vw,28px)}.level-ladder{display:grid;gap:14px;padding:clamp(18px,2vw,28px)}.blessing-total strong{display:block;margin-top:6px;color:var(--gold);font-size:1.45rem;font-weight:900}.level-ladder ol{display:grid;gap:10px;padding:0;margin:0;list-style:none}.level-ladder li{display:flex;align-items:center;gap:18px;min-height:56px;padding:0 18px 0 28px;background:#0c1f578c;color:#cbd6f3;opacity:.8;clip-path:polygon(7% 0,100% 0,93% 100%,0 100%)}.level-ladder li span:first-child{min-width:20px;color:var(--gold);font-size:1.1rem;font-weight:900}.level-ladder li .material-symbols-outlined{display:none}.level-ladder li.done{opacity:.95;color:var(--text)}.level-ladder li.active{background:linear-gradient(90deg,#ffb21f,#e9900d);color:#06123a;opacity:1}.level-ladder li.active span:first-child{color:#06123a}.level-ladder li:after{color:inherit;font-weight:800}.level-ladder li:nth-child(1):after{content:"1,000 Blessings"}.level-ladder li:nth-child(2):after{content:"5,000 Blessings"}.level-ladder li:nth-child(3):after{content:"25,000 Blessings"}.level-ladder li:nth-child(4):after{content:"1,00,000 Blessings"}.level-ladder li:nth-child(5):after{content:"Complete Aashirwad"}.lifeline-panel{display:grid;gap:18px}.lifeline-buttons{display:grid;width:100%;gap:16px}.lifeline-buttons button{min-height:82px;display:grid;grid-template-columns:64px 1fr;align-items:center;gap:14px;border:1px solid rgba(247,201,72,.34);border-radius:16px;background:#ffffff12;color:#dce5ff;padding:12px 18px;text-align:left}.lifeline-buttons button i{width:54px;height:54px;display:grid;place-items:center;border-radius:999px;background:radial-gradient(circle at 35% 30%,#ffe27d,#f2b829);color:#07133d;box-shadow:0 12px 22px #0000003d;font-style:normal;font-weight:900}.lifeline-buttons button>span{display:grid;gap:4px}.lifeline-buttons button strong{color:var(--cream);font-size:1.25rem;font-weight:900}.lifeline-buttons button em{color:#bfc8e5;font-size:.95rem;font-style:normal;line-height:1.25}.lifeline-buttons button:hover{color:var(--primary)}.lifeline-result{display:grid;gap:14px;width:min(880px,100%);margin:0 auto;padding:clamp(20px,3vw,30px);border-color:#f7c94885;box-shadow:0 0 34px #f7c94824,0 20px 40px -10px #00000052}.lifeline-result-title{display:flex;align-items:center;gap:10px;color:var(--gold)}.lifeline-result-title strong{font-size:clamp(1.1rem,2vw,1.35rem)}.lifeline-result p{margin:0;color:var(--cream);font-size:clamp(1.15rem,2.4vw,1.55rem);line-height:1.45}.poll-row{display:grid;grid-template-columns:48px 1fr 56px;align-items:center;gap:12px;color:var(--cream);font-size:1rem;font-weight:900}.poll-row div{height:22px;overflow:hidden;border-radius:999px;background:var(--background)}.poll-row i{display:block;height:100%;border-radius:inherit;background:var(--gold)}.result-page{min-height:100vh;display:grid;place-items:center;padding:clamp(24px,5vw,48px);background:radial-gradient(circle at 50% 30%,#f7c9481a,#0f131f 70%)}.result-panel{position:relative;width:min(760px,100%);padding:clamp(32px,6vw,64px);overflow:hidden;border:1px solid var(--outline);border-radius:12px;background:var(--surface-panel);box-shadow:0 20px 60px -10px #00000080,0 0 40px #f7c94826;text-align:center}.result-panel:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.6}.result-icon{position:relative;display:inline-grid;place-items:center;margin-bottom:24px}.result-icon:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:var(--gold);filter:blur(28px);opacity:.22}.result-icon .material-symbols-outlined{position:relative;color:var(--gold);font-size:80px}.result-panel h1{color:var(--gold)}.button-row{display:flex;justify-content:center;gap:18px;margin-top:30px}.button-row button{min-height:58px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;font-weight:900;padding:0 22px}.leaderboard-page,.admin-page{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:48px 0 96px}.table-panel{width:min(900px,100%);margin:0 auto;text-align:center}.table-panel h1,.admin-form h1,.admin-list h1,.admin-login h1{color:var(--gold);font-size:clamp(2rem,4vw,2.8rem)}.table-panel table{width:100%;margin-top:34px;overflow:hidden;border:1px solid var(--outline);border-radius:12px;border-collapse:separate;border-spacing:0;background:var(--surface-panel);box-shadow:0 20px 40px -10px #00000052;text-align:left}th,td{border-bottom:1px solid var(--outline);padding:18px}th{background:var(--surface-high);color:var(--text-soft);font-size:.78rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}td{color:var(--text)}tr:last-child td{border-bottom:0}.admin-login{width:min(440px,100%);margin:72px auto 0;padding:40px;border:1px solid var(--outline);border-radius:12px;background:#11182799;box-shadow:0 24px 64px -12px #0006;text-align:center}.admin-login form,.admin-form{display:grid;gap:14px}.admin-grid{display:grid;grid-template-columns:minmax(360px,.95fr) minmax(0,1.05fr);gap:28px;align-items:start}.admin-form,.admin-list{position:relative;padding:28px;border:1px solid var(--outline);border-radius:12px;background:#11182799;box-shadow:0 24px 64px -12px #0006}.admin-form:before,.admin-list:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;border-radius:12px 12px 0 0;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.5}.form-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.option-edit{display:grid;grid-template-columns:24px 1fr;gap:12px;align-items:center;padding:12px;border:1px solid var(--outline-warm);border-radius:8px;background:var(--surface-low)}.option-edit input[type=radio]{min-height:auto;accent-color:var(--gold)}.admin-list{display:grid;gap:12px}.question-row{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;padding:14px;border:1px solid var(--outline);border-radius:8px;background:var(--surface-low)}.question-row strong{display:block;color:var(--cream);line-height:1.35}.question-row span{display:block;margin-top:4px;color:var(--text-soft)}.question-row button,.admin-form button,.admin-login button{min-height:44px;border-radius:8px;background:var(--gold);color:#6d5400;font-weight:900;padding:0 16px}.danger-button{background:var(--danger)!important;color:#fff!important}.error-text{color:#ffb4ab}.loading-text{min-height:100vh;display:grid;place-items:center;color:var(--gold);font-weight:900}@media(max-width:900px){.stitch-header{height:auto;min-height:72px;flex-wrap:wrap;justify-content:center;gap:10px;padding:12px 16px}.stitch-header nav{display:flex;width:100%;justify-content:center;gap:8px;overflow-x:auto;padding-bottom:2px}.stitch-header nav button{min-height:38px;flex:0 0 auto;font-size:.9rem}.brand-button{font-size:1.45rem}.home-page{min-height:calc(100vh - 118px);padding:24px 18px 72px}.game-layout,.admin-grid{grid-template-columns:1fr}.game-page{padding:12px}.game-layout{gap:14px;min-height:auto}.game-main{min-height:auto;padding:clamp(16px,4vw,26px);border-radius:18px;gap:18px}.game-toolbar{grid-template-columns:auto 1fr;gap:8px;text-align:left}.mobile-timer-slot{display:block;grid-row:span 2}.game-toolbar .panel-label{letter-spacing:.18em;line-height:1.4}.question-frame{min-height:118px;clip-path:polygon(3% 50%,6% 0,94% 0,97% 50%,94% 100%,6% 100%)}.question-card h1{padding:22px 24px;font-size:clamp(1.25rem,5vw,1.75rem)}.options-grid{grid-template-columns:1fr;gap:12px}.option-button,.option-placeholder{min-height:66px;clip-path:polygon(4% 50%,7% 0,93% 0,96% 50%,93% 100%,7% 100%)}.option-button{gap:12px;background:linear-gradient(90deg,transparent 0 12px,#f7c948 12px calc(100% - 12px),transparent calc(100% - 12px))}.option-button span{min-width:48px;font-size:1.2rem}.option-button strong{padding-right:12px;font-size:1rem}.side-panel{display:grid;grid-template-columns:1fr;gap:12px}.timer-panel{display:none}.timer-ring{width:112px;height:112px}.timer-ring span{font-size:2.35rem}.side-card,.level-ladder{padding:16px;border-radius:18px}.timer-panel .panel-label,.side-card .panel-label,.level-ladder .panel-label{font-size:.78rem;letter-spacing:.18em;text-align:center}.lifeline-buttons{gap:10px}.lifeline-buttons button{min-height:68px;grid-template-columns:48px 1fr;padding:10px 12px;border-radius:14px}.lifeline-buttons button i{width:42px;height:42px}.lifeline-buttons button strong{font-size:1rem}.lifeline-buttons button em{font-size:.82rem}.lifeline-result{padding:16px}.lifeline-result p{font-size:1rem}.level-ladder ol{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.level-ladder li{min-height:54px;justify-content:center;padding:8px 4px;clip-path:none;border-radius:8px;text-align:center}.level-ladder li:after{display:none}.level-ladder li span:first-child{min-width:0}.blessing-total{text-align:center}.blessing-total strong{font-size:1.35rem}.lifeline-buttons,.button-row{flex-wrap:wrap}.form-row,.question-row{grid-template-columns:1fr}.table-panel{overflow-x:auto}.table-panel table{min-width:640px}}@media(max-width:560px){.stitch-header{align-items:center}.stitch-header nav button .material-symbols-outlined{display:none}.home-page,.result-page,.game-page{padding:12px}.home-page{padding-bottom:70px}.spiritual-emblem{width:112px;height:112px;margin-bottom:20px}.spiritual-emblem .material-symbols-outlined{font-size:62px}.start-panel h1{font-size:clamp(2.2rem,14vw,3.4rem)}.tagline{font-size:1rem}.start-panel form{margin-top:24px;gap:12px}.start-panel input,.start-panel button{min-height:54px}.game-main{padding:12px;border-radius:14px}.question-frame{min-height:108px;padding:3px;background:#f7c948;clip-path:polygon(0 50%,4% 0,96% 0,100% 50%,96% 100%,4% 100%)}.question-card h1{padding:18px 16px;clip-path:inherit;font-size:clamp(1.08rem,5vw,1.42rem)}.game-toolbar{grid-template-columns:auto 1fr}.game-toolbar .panel-label{font-size:.72rem;letter-spacing:.12em}.option-button,.option-placeholder{min-height:62px;clip-path:polygon(0 50%,5% 0,95% 0,100% 50%,95% 100%,5% 100%)}.option-button:after{top:3px;right:3px;bottom:3px;left:3px}.option-button span{min-width:42px;border-right-width:2px}.option-button strong{font-size:.95rem}.timer-panel,.side-card,.level-ladder{border-radius:14px}.timer-ring{width:74px;height:74px}.timer-ring span{width:calc(100% - 14px);height:calc(100% - 14px);font-size:1.55rem}.lifeline-buttons{gap:10px}.lifeline-buttons button{grid-template-columns:42px 1fr}.lifeline-buttons button i{width:38px;height:38px}.poll-row{grid-template-columns:38px 1fr 44px;gap:8px;font-size:.9rem}.poll-row div{height:16px}.button-row{flex-direction:column}.leaderboard-page,.admin-page{width:min(100% - 20px,1180px);padding-top:28px}.admin-login,.admin-form,.admin-list{padding:18px}}
