:root{--marigold: #e07b00;--marigold-dark: #b45309;--marigold-soft: #fce7ce;--gold: #c9a227;--gold-deep: #b8860b;--maroon: #7a1b1b;--bg: #e9ebef;--surface: #ffffff;--surface-tint: #fff1e0;--ink: #2b2f36;--ink-soft: #7a818c;--line: #e7e9ed;--card-edge: 1px solid rgba(24, 24, 40, .06);--shadow-sm: 0 1px 6px rgba(24, 24, 40, .09);--shadow-card: 0 3px 12px rgba(24, 24, 40, .12);--radius: 14px;--radius-sm: 12px;--radius-lg: 18px;font-family:Mukta,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.55;color:var(--ink);-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(180deg,#f1f2f6,#e4e6ec 60%,#dfe1e9);background-attachment:fixed}h1{font-size:1.5rem;font-weight:600;margin:0 0 .25rem;color:var(--maroon)}h2{font-size:1.15rem;font-weight:600;margin:0 0 .5rem;color:var(--maroon)}a{color:var(--marigold-dark);text-decoration:none}.wordmark{font-family:Marcellus,serif;color:var(--maroon);-webkit-text-stroke:.4px var(--maroon);line-height:1.05;letter-spacing:.3px}.wordmark-dev{font-family:Mukta,sans-serif;font-weight:500;color:var(--gold-deep)}.app{max-width:640px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column}.page{flex:1;padding:1.25rem 1.1rem 2rem}.footer-strip{flex:none;height:52px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%2056'%20fill='none'%20stroke='%238b919c'%20stroke-width='1.2'%20stroke-linecap='round'%3e%3cline%20x1='0'%20y1='52'%20x2='100'%20y2='52'/%3e%3cg%20fill='%238b919c'%20stroke='none'%3e%3ccircle%20cx='6.25'%20cy='46'%20r='1.1'/%3e%3ccircle%20cx='18.75'%20cy='46'%20r='1.1'/%3e%3ccircle%20cx='31.25'%20cy='46'%20r='1.1'/%3e%3ccircle%20cx='43.75'%20cy='46'%20r='1.1'/%3e%3ccircle%20cx='56.25'%20cy='46'%20r='1.1'/%3e%3ccircle%20cx='68.75'%20cy='46'%20r='1.1'/%3e%3ccircle%20cx='81.25'%20cy='46'%20r='1.1'/%3e%3ccircle%20cx='93.75'%20cy='46'%20r='1.1'/%3e%3c/g%3e%3crect%20x='22'%20y='45'%20width='5'%20height='5'%20transform='rotate(45%2024.5%2047.5)'/%3e%3crect%20x='73'%20y='45'%20width='5'%20height='5'%20transform='rotate(45%2075.5%2047.5)'/%3e%3cpath%20d='M40%2052%20A10%2010%200%200%201%2060%2052'/%3e%3cpath%20d='M44%2052%20A6%206%200%200%201%2056%2052'/%3e%3cg%3e%3cline%20x1='50'%20y1='52'%20x2='50'%20y2='34'/%3e%3cline%20x1='50'%20y1='52'%20x2='60.6'%20y2='37.4'/%3e%3cline%20x1='50'%20y1='52'%20x2='39.4'%20y2='37.4'/%3e%3cline%20x1='50'%20y1='52'%20x2='65.6'%20y2='43'/%3e%3cline%20x1='50'%20y1='52'%20x2='34.4'%20y2='43'/%3e%3c/g%3e%3cg%20fill='%238b919c'%20stroke='none'%3e%3ccircle%20cx='50'%20cy='33.5'%20r='1.5'/%3e%3ccircle%20cx='60.6'%20cy='37'%20r='1.3'/%3e%3ccircle%20cx='39.4'%20cy='37'%20r='1.3'/%3e%3ccircle%20cx='65.6'%20cy='42.6'%20r='1.2'/%3e%3ccircle%20cx='34.4'%20cy='42.6'%20r='1.2'/%3e%3c/g%3e%3c/svg%3e");background-repeat:repeat-x;background-position:center bottom;background-size:auto 52px;opacity:.5}.topbar{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:40px 1fr 40px;align-items:center;padding:.7rem .9rem;background:var(--maroon);border-bottom:2px solid var(--gold);overflow:hidden}.topbar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/header-bg-DHHpeVJs.jpg) center / cover no-repeat;opacity:.55;mix-blend-mode:screen;pointer-events:none}.topbar>*{position:relative;z-index:1}.topbar .iconbtn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#f3dca8;cursor:pointer;border-radius:10px;font-size:1.4rem}.topbar .iconbtn:hover{background:#ffffff1f}.topbar .brand{text-align:center}.topbar .brand .wordmark{font-size:1.4rem;color:#f4e3c4;-webkit-text-stroke:0}.topbar .brand .wordmark-dev{font-size:.78rem;margin-top:1px;color:#e9c46a}.avatar{width:36px;height:36px;border-radius:50%;background:#fbe3c2;border:2px solid var(--gold);display:inline-flex;align-items:center;justify-content:center;color:var(--maroon);font-size:1.1rem;justify-self:end}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#18182866;z-index:40;animation:fade .15s ease}.drawer{position:fixed;top:0;left:0;bottom:0;width:78%;max-width:300px;background:var(--surface);z-index:50;box-shadow:2px 0 16px #1818281f;padding:1.1rem 1rem;animation:slidein .18s ease;display:flex;flex-direction:column;overflow:hidden}.drawer:after{content:"";position:absolute;bottom:-40px;right:-40px;width:220px;height:220px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%20200'%20fill='none'%20stroke='%23E07B00'%20stroke-width='1.4'%20stroke-linecap='round'%3e%3ccircle%20cx='100'%20cy='100'%20r='96'/%3e%3ccircle%20cx='100'%20cy='100'%20r='88'/%3e%3ccircle%20cx='100'%20cy='100'%20r='64'/%3e%3ccircle%20cx='100'%20cy='100'%20r='40'/%3e%3ccircle%20cx='100'%20cy='100'%20r='14'/%3e%3ccircle%20cx='100'%20cy='100'%20r='5'%20fill='%23E07B00'/%3e%3cg%3e%3cg%20id='p'%3e%3cpath%20d='M100%2036%20C112%2052%20112%2070%20100%2086%20C88%2070%2088%2052%20100%2036%20Z'/%3e%3cpath%20d='M100%2016%20C106%2026%20106%2032%20100%2040%20C94%2032%2094%2026%20100%2016%20Z'/%3e%3ccircle%20cx='100'%20cy='52'%20r='2.4'%20fill='%23E07B00'%20stroke='none'/%3e%3ccircle%20cx='100'%20cy='64'%20r='2'%20fill='%23E07B00'%20stroke='none'/%3e%3c/g%3e%3cuse%20href='%23p'%20transform='rotate(30%20100%20100)'/%3e%3cuse%20href='%23p'%20transform='rotate(60%20100%20100)'/%3e%3cuse%20href='%23p'%20transform='rotate(90%20100%20100)'/%3e%3cuse%20href='%23p'%20transform='rotate(120%20100%20100)'/%3e%3cuse%20href='%23p'%20transform='rotate(150%20100%20100)'/%3e%3cuse%20href='%23p'%20transform='rotate(180%20100%20100)'/%3e%3cuse%20href='%23p'%20transform='rotate(210%20100%20100)'/%3e%3cuse%20href='%23p'%20transform='rotate(240%20100%20100)'/%3e%3cuse%20href='%23p'%20transform='rotate(270%20100%20100)'/%3e%3cuse%20href='%23p'%20transform='rotate(300%20100%20100)'/%3e%3cuse%20href='%23p'%20transform='rotate(330%20100%20100)'/%3e%3c/g%3e%3cg%3e%3cg%20id='d'%3e%3ccircle%20cx='100'%20cy='76'%20r='1.8'%20fill='%23E07B00'%20stroke='none'/%3e%3c/g%3e%3cuse%20href='%23d'%20transform='rotate(15%20100%20100)'/%3e%3cuse%20href='%23d'%20transform='rotate(30%20100%20100)'/%3e%3cuse%20href='%23d'%20transform='rotate(45%20100%20100)'/%3e%3cuse%20href='%23d'%20transform='rotate(60%20100%20100)'/%3e%3cuse%20href='%23d'%20transform='rotate(75%20100%20100)'/%3e%3cuse%20href='%23d'%20transform='rotate(90%20100%20100)'/%3e%3cuse%20href='%23d'%20transform='rotate(105%20100%20100)'/%3e%3cuse%20href='%23d'%20transform='rotate(120%20100%20100)'/%3e%3cuse%20href='%23d'%20transform='rotate(135%20100%20100)'/%3e%3cuse%20href='%23d'%20transform='rotate(150%20100%20100)'/%3e%3cuse%20href='%23d'%20transform='rotate(165%20100%20100)'/%3e%3cuse%20href='%23d'%20transform='rotate(180%20100%20100)'/%3e%3cuse%20href='%23d'%20transform='rotate(195%20100%20100)'/%3e%3cuse%20href='%23d'%20transform='rotate(210%20100%20100)'/%3e%3cuse%20href='%23d'%20transform='rotate(225%20100%20100)'/%3e%3cuse%20href='%23d'%20transform='rotate(240%20100%20100)'/%3e%3cuse%20href='%23d'%20transform='rotate(255%20100%20100)'/%3e%3cuse%20href='%23d'%20transform='rotate(270%20100%20100)'/%3e%3cuse%20href='%23d'%20transform='rotate(285%20100%20100)'/%3e%3cuse%20href='%23d'%20transform='rotate(300%20100%20100)'/%3e%3cuse%20href='%23d'%20transform='rotate(315%20100%20100)'/%3e%3cuse%20href='%23d'%20transform='rotate(330%20100%20100)'/%3e%3cuse%20href='%23d'%20transform='rotate(345%20100%20100)'/%3e%3c/g%3e%3cg%3e%3cg%20id='ip'%3e%3cpath%20d='M100%2060%20C106%2070%20106%2080%20100%2090%20C94%2080%2094%2070%20100%2060%20Z'/%3e%3c/g%3e%3cuse%20href='%23ip'%20transform='rotate(45%20100%20100)'/%3e%3cuse%20href='%23ip'%20transform='rotate(90%20100%20100)'/%3e%3cuse%20href='%23ip'%20transform='rotate(135%20100%20100)'/%3e%3cuse%20href='%23ip'%20transform='rotate(180%20100%20100)'/%3e%3cuse%20href='%23ip'%20transform='rotate(225%20100%20100)'/%3e%3cuse%20href='%23ip'%20transform='rotate(270%20100%20100)'/%3e%3cuse%20href='%23ip'%20transform='rotate(315%20100%20100)'/%3e%3c/g%3e%3c/svg%3e") center / contain no-repeat;opacity:.13;filter:grayscale(1);pointer-events:none;z-index:0}.drawer .brand{padding:.3rem .4rem 1rem;border-bottom:1px solid var(--line);margin-bottom:.6rem;position:relative;z-index:1}.drawer .brand .wordmark{font-size:1.55rem}.drawer .brand .wordmark-dev{font-size:.85rem;margin-top:2px}.menu-item{display:flex;align-items:center;gap:.8rem;padding:.8rem .7rem;border-radius:var(--radius-sm);color:var(--ink);font-size:1.05rem;font-weight:500;position:relative;z-index:1}.menu-item .ti{font-size:1.3rem;color:var(--marigold)}.menu-item:hover{background:var(--bg)}.menu-item.active{background:var(--surface-tint);color:var(--maroon)}.menu-divider{height:1px;background:var(--line);margin:.5rem .4rem;position:relative;z-index:1}.drawer-logout-divider{margin-top:auto}.drawer-logout{width:100%;background:transparent;border:none;cursor:pointer;text-align:left;font-family:inherit;color:var(--ink-soft);position:relative;z-index:1}.drawer-logout .ti{color:#b0b5be}.drawer-logout:hover{background:var(--bg);color:var(--ink)}@keyframes fade{0%{opacity:0}}@keyframes slidein{0%{transform:translate(-100%)}}.muted{color:var(--ink-soft)}.section-label{font-size:.82rem;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:var(--ink-soft);margin:0 0 .6rem}.card{background:var(--surface);border:var(--card-edge);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:1.1rem;margin-bottom:1rem}.hero{display:block;position:relative;overflow:hidden;background:var(--surface);border:var(--card-edge);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:1.1rem;margin-bottom:1.25rem}.hero .mandala-watermark{position:absolute;top:-28px;right:-28px;opacity:.1;pointer-events:none}.hero .hero-body{position:relative}.hero .theme{font-size:1.5rem;font-weight:600;color:var(--maroon)}.edit-pencil{border:none;background:transparent;color:#c2c6cf;cursor:pointer;font-size:1rem;padding:2px 4px;line-height:1;vertical-align:middle}.edit-pencil:hover{color:#8a8f99}.pill{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.3px;text-transform:uppercase;padding:.22rem .6rem;border-radius:999px;background:var(--marigold-soft);color:var(--marigold-dark)}.pill.live{background:#fdd9c4;color:#9a3a12}.pill.closed{background:#e7e9ed;color:#5a6068}.hr-soft{border:none;border-top:1px solid var(--line);margin:.75rem 0}.actionrow{display:flex;align-items:center;justify-content:space-between;width:100%;background:var(--surface);border:var(--card-edge);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:.8rem .85rem;margin-bottom:.7rem;color:var(--ink);font-size:1rem;cursor:pointer;text-align:left}.actionrow:hover{box-shadow:var(--shadow-card)}.actionrow .left{display:flex;align-items:center;gap:.7rem;flex:1;min-width:0}.result-title{font-weight:500;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-movie{color:var(--ink-soft);font-weight:400}.scard{display:flex;gap:.7rem;align-items:center;width:100%;text-align:left;background:var(--surface);border:var(--card-edge);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:.55rem .75rem;margin-bottom:.55rem}.scard>.song-thumb{width:46px;height:46px;flex:none}.scard-body{flex:1;min-width:0}.scard-title{font-weight:600;color:var(--ink);font-size:1rem;line-height:1.25;overflow-wrap:anywhere}.scard-meta{font-size:.83rem;color:var(--ink-soft);line-height:1.3;margin-top:1px;overflow-wrap:anywhere}.scard-actions{display:flex;flex-direction:column;align-items:center;gap:8px;flex:none}.scard-playmini{width:34px;height:34px;border-radius:50%;border:none;background:var(--surface-tint);color:var(--marigold);font-size:1.05rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.scard-playmini:hover{background:#fde3c8}.scard-add{flex:none;width:34px;height:34px;border-radius:50%;border:none;background:#e6f3ea;color:#2e8b57;font-size:1.05rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.scard-add:hover{background:#d6ecdd}.scard-add:disabled{opacity:.5;cursor:not-allowed}.scard-del{flex:none;width:34px;height:34px;border-radius:50%;border:none;background:#f2f3f5;color:#aab0ba;font-size:1.05rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.scard-del:hover{background:#e7e9ed;color:#7a818c}.confirm-box{background:var(--surface);border-radius:var(--radius-lg);padding:1.3rem 1.25rem 1.1rem;max-width:360px;width:100%;box-shadow:0 8px 30px #00000040}.confirm-msg{margin:0 0 1.25rem;font-size:1.05rem;color:var(--ink);line-height:1.45}.confirm-actions{display:flex;justify-content:flex-end;gap:.6rem}.btn.danger{background:#c0392b;color:#fff;box-shadow:none}.btn.danger:hover{filter:brightness(.95)}.preview-head{display:flex;align-items:center;gap:.8rem;margin-bottom:.6rem}.preview-thumb{width:60px;height:60px;border-radius:10px;object-fit:cover;flex:none;background:var(--surface-tint);font-size:1.5rem}.preview-title{font-weight:600;color:var(--maroon);font-size:1.1rem;line-height:1.25}.preview-detail{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 0;border-top:1px solid var(--line);font-size:.92rem}.preview-detail .k{color:var(--ink-soft);flex:none}.preview-detail .v{color:var(--ink);text-align:right;font-weight:500}.actionrow .chev{color:#b8bcc4;font-size:1.2rem}.icocircle{width:34px;height:34px;border-radius:50%;background:var(--surface-tint);display:inline-flex;align-items:center;justify-content:center;color:var(--marigold);font-size:1.15rem;flex:none}.backlink{display:inline-flex;align-items:center;gap:.2rem;font-size:.9rem;font-weight:600;color:var(--ink-soft);margin-bottom:.6rem}.status-chip{display:inline-flex;align-items:center;gap:.3rem;font-size:.76rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px;padding:.25rem .6rem;border-radius:999px;flex:none}.status-chip .ti{font-size:.95rem}.status-chip.upcoming{background:var(--marigold-soft);color:var(--marigold-dark)}.status-chip.past{background:#e7e9ed;color:#5a6068}.singer-group{margin-bottom:1.25rem}.singer-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;padding-left:.15rem}.singer-avatar{width:32px;height:32px;border-radius:50%;background:var(--surface-tint);color:var(--maroon);font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;justify-content:center;flex:none}.singer-name{font-weight:600;color:var(--maroon);font-size:1rem}.singer-count{color:var(--ink-soft);font-size:.88rem}.song-item{display:flex;align-items:center;gap:.6rem;padding:.55rem 0;border-top:1px solid var(--line)}.singer-songs>.song-item:first-child{border-top:none}.song-thumb{width:40px;height:40px;border-radius:8px;object-fit:cover;flex:none;background:var(--surface-tint)}.song-thumb-empty{display:inline-flex;align-items:center;justify-content:center;color:var(--marigold);font-size:1.2rem}.song-meta{flex:1;min-width:0;display:flex;flex-direction:column;line-height:1.25}.song-title{font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.song-sub{font-size:.82rem;color:var(--ink-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.yt-btn{flex:none;width:36px;height:36px;border-radius:50%;border:none;background:var(--surface-tint);color:var(--marigold);font-size:1.1rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.yt-btn:hover{background:#fde3c8}.modal-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-close{position:absolute;top:.9rem;right:.9rem;width:44px;height:44px;border-radius:50%;background:#ffffff29;color:#fff;border:none;font-size:1.6rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;z-index:1}.modal-close:hover{background:#ffffff47}.modal-player{width:100%;max-width:880px;aspect-ratio:16 / 9;background:#000;border-radius:10px;overflow:hidden}.modal-player iframe{width:100%;height:100%;border:0;display:block}.spotify-embed{width:100%;max-width:420px}.searchbar{position:relative;margin-bottom:1.1rem}.searchbar .ti{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--ink-soft);font-size:1.15rem;pointer-events:none}.searchbar input{padding-left:2.4rem}.filter-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin:0 0 .7rem}.filter-row select{width:auto;min-height:40px;padding:.3rem .75rem;font-weight:600;color:var(--maroon)}.ep-past-icon{color:var(--ink-soft);font-size:1.2rem;flex:none}.ep-text{display:flex;flex-direction:column;line-height:1.25;min-width:0}.ep-text .t{font-weight:600;color:var(--maroon);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ep-text .d{font-size:.85rem;color:var(--ink-soft)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:40px;padding:0 1rem;font-family:inherit;font-size:.95rem;font-weight:600;border:none;border-radius:10px;background:linear-gradient(135deg,#f0911f,#e07b00 55%,#c96a00);color:#fff;cursor:pointer;box-shadow:0 2px 8px #e07b0040;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}.btn:hover{filter:brightness(.97);transform:translateY(-1px);box-shadow:0 4px 12px #e07b0052}.btn:active{transform:translateY(0);box-shadow:0 3px 10px #e07b004d}.btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.btn.secondary{background:var(--surface-tint);color:var(--maroon);box-shadow:none}.btn.ghost{background:transparent;color:var(--ink-soft);box-shadow:none}.btn.full{width:100%}label{display:block;font-weight:600;font-size:.9rem;color:var(--maroon);margin:.75rem 0 .3rem}input,select,textarea{width:100%;min-height:44px;padding:.55rem .75rem;font-family:inherit;font-size:1rem;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--marigold);box-shadow:0 0 0 3px #e07b0026}.row{display:flex;gap:.6rem;align-items:center}.row.between{justify-content:space-between}.stack>*+*{margin-top:.6rem}.mandala{display:block}.mandala-spin{animation:spin 9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.center-screen{min-height:70vh;display:grid;place-items:center;text-align:center;padding:2rem 1rem}.empty{text-align:center;color:var(--ink-soft);padding:2.5rem 1rem}.empty .mandala{margin:0 auto 1rem;opacity:.3}.error{color:#a12020;font-weight:500}.flourish{display:flex;justify-content:center;margin-top:1.5rem}.flourish .mandala{opacity:.45}@media(prefers-reduced-motion:reduce){.mandala-spin,.scrim,.drawer{animation:none}}.splash{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--maroon);display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;z-index:100;opacity:0;transition:opacity .5s ease;overflow:hidden;-webkit-user-select:none;user-select:none}.splash.splash-in{opacity:1}.splash:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/header-bg-DHHpeVJs.jpg) center / cover no-repeat;opacity:.28;mix-blend-mode:screen;pointer-events:none}.splash:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-60%);width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(201,162,39,.22) 0%,transparent 70%);pointer-events:none}.splash-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.9rem}.splash-mandala{width:200px;height:200px;filter:drop-shadow(0 0 28px rgba(201,162,39,.55));animation:splash-rot 30s linear infinite;display:block}@keyframes splash-rot{to{transform:rotate(360deg)}}.splash-wordmark{font-family:Marcellus,serif;font-size:3.2rem;color:#f4e3c4;letter-spacing:3px;line-height:1;text-shadow:0 2px 24px rgba(0,0,0,.5)}.splash-hindi{font-family:Mukta,sans-serif;font-size:1.55rem;font-weight:500;color:#e9c46a;letter-spacing:2px;text-shadow:0 1px 12px rgba(0,0,0,.4);margin-top:-.2rem}.splash-tagline{font-size:.85rem;color:#f4e3c48c;letter-spacing:1.5px;text-transform:uppercase;margin-top:.25rem}.splash-hint{position:absolute;bottom:2.5rem;left:0;right:0;text-align:center;color:#f4e3c480;font-size:.88rem;letter-spacing:.8px;animation:splash-pulse 2.4s ease-in-out infinite;z-index:1}@keyframes splash-pulse{0%,to{opacity:.35}50%{opacity:.85}}.login-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(160deg,#f1f2f6,#e4e6ec)}.login-card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:0 8px 32px #18182824;padding:2.25rem 2rem 2.5rem;width:100%;max-width:360px}.login-brand{display:flex;flex-direction:column;align-items:center;gap:.35rem;margin-bottom:2rem}.login-label{display:block;font-size:.82rem;font-weight:600;letter-spacing:.3px;color:var(--ink-soft);margin:1rem 0 .3rem}.login-select-wrap{position:relative}.login-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:2.2rem}.login-select-icon{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:var(--ink-soft);font-size:1rem;pointer-events:none}.login-btn{margin-top:1.5rem;width:100%}.me-page{padding:1.5rem 0 2rem}.me-avatar{display:flex;justify-content:center;margin-bottom:.75rem;opacity:.6}
