@font-face{font-family:Cerebri;src:url(/fonts/CerebriSans-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Cerebri;src:url(/fonts/CerebriSans-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Cerebri;src:url(/fonts/CerebriSans-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Cerebri;src:url(/fonts/CerebriSans-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--bg:#eff3f5;--bg2:#e9eef2;--navy:#31456a;--navy-soft:#7d8aa5;--primary:#4030ff;--purple:#7b61ff;--orange:#ff8a1f;--green:#2cd99b;--shadow-dark:#c8d3e0;--shadow-light:#ffffff;--track:#e3e6ec;--box:#e0e8ee}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{min-height:100dvh;background:var(--bg);font-family:Cerebri,system-ui,sans-serif;color:var(--navy);overflow-x:hidden}#root{min-height:100dvh}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}.app-shell{min-height:100dvh;width:100%;max-width:440px;margin:0 auto;background:var(--bg);position:relative;overflow:hidden;display:flex;flex-direction:column;padding-top:env(safe-area-inset-top)}.neo-out{background:var(--bg);box-shadow:8px 8px 18px var(--shadow-dark),-8px -8px 18px var(--shadow-light)}.neo-in{background:var(--bg);box-shadow:inset 6px 6px 12px var(--shadow-dark),inset -6px -6px 12px var(--shadow-light)}.neo-out-lg{background:var(--bg);box-shadow:16px 16px 32px var(--shadow-dark),-16px -16px 32px var(--shadow-light)}.screen{flex:1;display:flex;flex-direction:column;padding:0 32px;position:relative}.title{font-weight:700;font-size:30px;text-align:center;margin-top:34px;letter-spacing:-.3px}.tabs{display:flex;justify-content:space-between;margin-top:30px;gap:6px}.tab{display:flex;flex-direction:column;align-items:center;gap:9px;flex:1}.tab-ic{width:54px;height:54px;border-radius:18px;display:flex;align-items:center;justify-content:center;transition:.28s}.tab-ic svg{width:24px;height:24px}.tab-lbl{font-size:13px;font-weight:500;color:var(--navy)}.tab.active .tab-lbl{font-weight:700}.bnav{display:flex;justify-content:space-around;align-items:center;padding:14px 24px calc(14px + env(safe-area-inset-bottom));margin:0 16px 16px;border-radius:26px}.bnav button{display:flex;flex-direction:column;align-items:center;gap:5px;font-size:11px;font-weight:600;color:var(--navy-soft);transition:.2s}.bnav button.on{color:var(--primary)}.bnav button svg{width:24px;height:24px}.welcome{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 40px}.welcome h1{font-weight:700;font-size:33px;line-height:1.2;color:var(--navy);letter-spacing:-.5px}.welcome p{margin-top:16px;color:var(--navy-soft);font-size:16px;font-weight:500}.power-wrap{margin-top:70px;width:150px;height:150px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.power-btn{width:96px;height:96px;border-radius:50%;display:flex;align-items:center;justify-content:center}.power-btn svg{width:44px;height:44px}.hint{position:absolute;bottom:calc(22px + env(safe-area-inset-bottom));left:0;right:0;text-align:center;color:var(--navy-soft);font-size:12px;font-weight:500}.ctl-row{display:flex;justify-content:space-between;align-items:flex-end;margin-top:8px}.ctl-lbl{font-weight:700;font-size:15px;color:var(--navy)}.ctl-val{display:flex;align-items:center;gap:8px;margin-top:12px;font-weight:600;font-size:26px;color:var(--navy)}.ctl-val svg{width:20px;height:24px}.tgl{width:56px;height:30px;border-radius:20px;padding:3px;display:flex;align-items:center;cursor:pointer;transition:.25s}.tgl.on{background:var(--green);justify-content:flex-end}.tgl.off{background:var(--box);justify-content:flex-start}.tgl .knob{width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:1px 1px 3px #00000026}.big-btn{width:56px;height:56px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:600;color:var(--orange)}.pill{height:56px;border-radius:18px;display:flex;align-items:center;justify-content:center;padding:0 26px;font-weight:700;font-size:15px;color:var(--navy)}.pill-outline{height:56px;border-radius:18px;border:2px solid var(--purple);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;color:var(--purple)}.light-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.bulb-ic{margin-bottom:24px;opacity:.8}.bulb-ic svg{width:42px;height:56px}.slider-track{width:78px;height:300px;border-radius:40px;position:relative;display:flex;align-items:flex-end;padding:14px}.slider-fill{width:20px;margin:0 auto;border-radius:16px;background:var(--orange);box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px var(--shadow-light)}.slider-side{position:absolute;left:-46px;bottom:0;display:flex;flex-direction:column;gap:8px}.tick{width:20px;height:4px;border-radius:3px;background:var(--box)}.slider-pct{position:absolute;left:-88px;top:44%;font-weight:600;font-size:27px;color:var(--navy)}.dial-wrap{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.therm-ic{margin-bottom:14px;opacity:.6}.therm-ic svg{width:34px;height:52px}.dial{width:270px;height:270px;position:relative;touch-action:none}.dial-face{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;display:flex;align-items:center;justify-content:center}.dial-inner{width:170px;height:170px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:38px;color:var(--navy)}.dial-handle{position:absolute;width:34px;height:34px;border-radius:50%;background:var(--purple);box-shadow:4px 4px 10px var(--shadow-dark)}.dial-mark{position:absolute;color:var(--navy-soft);font-size:20px;opacity:.5}.nb-ic{width:56px;height:56px;border-radius:18px;margin:22px auto 0;display:flex;align-items:center;justify-content:center}.nb-ic svg{width:26px;height:26px}.card{margin:26px auto 0;width:100%;max-width:300px;height:186px;border-radius:26px;padding:26px;position:relative;color:#8795ad}.card-chip{position:absolute;top:26px;right:26px;width:46px;height:36px;border-radius:8px;background:linear-gradient(135deg,#e6ecf2,#d6dfe8)}.card-num{font-family:Courier New,monospace;font-size:20px;letter-spacing:2px;margin-top:74px;color:#8795ad;font-weight:700}.card-name{font-family:Courier New,monospace;font-size:14px;letter-spacing:1px;margin-top:8px;color:#96a3b8}.card-mc{position:absolute;right:26px;bottom:22px;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.mc-circles{display:flex}.mc-circles span{width:26px;height:26px;border-radius:50%}.mc-circles span:first-child{background:#c6cfdb}.mc-circles span:last-child{background:#d8e0ea;margin-left:-11px}.card-mc small{font-size:11px;color:#96a3b8;letter-spacing:2px}.dots{display:flex;gap:9px;justify-content:center;margin-top:22px}.dots i{width:9px;height:9px;border-radius:50%;background:#c3cdda;display:block}.dots i.on{background:var(--navy)}.balance-row{display:flex;justify-content:space-between;align-items:center;margin-top:26px}.balance-row .lbl{font-weight:700;font-size:20px;color:var(--navy)}.balance-row .amt{font-weight:700;font-size:26px;color:var(--navy)}.bar{height:12px;border-radius:8px;margin-top:16px;overflow:hidden}.bar>div{height:100%;border-radius:8px;background:var(--green)}.limit-row{display:flex;justify-content:space-between;margin-top:10px;color:var(--navy-soft);font-size:13px;font-weight:600;letter-spacing:.5px}.tx{display:flex;align-items:center;gap:16px;margin-top:20px}.tx-ic{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tx-ic svg{width:22px;height:22px}.tx-name{font-weight:700;font-size:14px;letter-spacing:.5px;color:var(--navy);flex:1}.tx-amt{font-weight:700;font-size:15px}.tx-amt.neg{color:var(--navy)}.tx-amt.pos{color:var(--green)}.sg{padding:30px 30px calc(30px + env(safe-area-inset-bottom))}.sg h2{font-weight:700;font-size:22px;margin-bottom:24px}.swatches{display:flex;gap:18px;justify-content:space-between;margin-bottom:36px}.swatch{flex:1;text-align:center}.swatch .dot{width:100%;aspect-ratio:1;border-radius:50%;margin-bottom:12px}.swatch small{font-weight:700;font-size:13px}.spec{display:flex;gap:20px;align-items:center;margin-bottom:22px}.spec .orb{width:90px;height:90px;border-radius:50%;flex-shrink:0}.spec .card2{flex:1;border-radius:16px;padding:16px 18px}.spec .card2 .hdr,.spec .card2 .val{display:flex;justify-content:space-between}.spec .card2 .hdr span{color:var(--navy-soft);font-weight:600;font-size:13px}.spec .card2 .val span{color:var(--navy);font-weight:700;font-size:14px;margin-top:8px}.scroll{flex:1;overflow-y:auto}.center-col{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:26px;position:relative;padding-bottom:20px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:18px;width:100%;padding:24px 0}.dev{border-radius:22px;padding:20px;display:flex;flex-direction:column;gap:14px}.dev .top{display:flex;justify-content:space-between;align-items:center}.dev .top svg{width:26px;height:26px}.dev .nm{font-weight:700;font-size:15px;color:var(--navy)}.dev .st{font-size:12px;font-weight:600;color:var(--navy-soft)}.dev.on .st{color:var(--green)}.vol-num{font-weight:600;font-size:56px;color:var(--navy)}.vol-track{width:100%;max-width:280px;height:16px;border-radius:12px;position:relative;overflow:hidden}.vol-track>div{height:100%;border-radius:12px;background:var(--primary)}.ch-list{width:100%;display:flex;flex-direction:column;gap:14px;padding:20px 0}.ch{display:flex;align-items:center;gap:16px;border-radius:20px;padding:16px 20px}.ch .no{font-weight:700;font-size:18px;color:var(--primary);width:36px}.ch .nm{font-weight:600;font-size:15px;color:var(--navy);flex:1}
