:root{--red:#d81635;--red-d:#b00f29;--red-soft:#fcebee;--navy:#2e3146;--navy-2:#454a66;--muted:#8a8ca0;--line:#e8e9ef;--bg:#f4f5f8;--card:#fff;--green:#1b9460;--green-soft:#e6f5ee;--amber:#b7790a;--amber-soft:#fbf2df;--r:16px;--sh:0 1px 2px #2e31460f,0 4px 16px #2e31460f}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{height:100%;margin:0}body{color:var(--navy);background:#e6e7ee;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,system-ui,sans-serif;font-size:15px;line-height:1.4}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:0;padding:0}a{color:var(--red);text-decoration:none}svg.i{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:22px;height:22px}#app{background:var(--bg);flex-direction:column;max-width:430px;height:100dvh;margin:0 auto;display:flex;position:relative;overflow:hidden}@media (width>=520px){#app{border-radius:32px;height:min(900px,100dvh - 40px);margin-top:20px;box-shadow:0 20px 60px #2e314640}}.demo-strip{background:var(--navy);color:#fff;text-align:center;letter-spacing:.02em;flex:none;padding:4px;font-size:11px}header{background:var(--card);border-bottom:1px solid var(--line);flex:none;align-items:center;gap:8px;min-height:56px;padding:10px 16px;display:flex}header h2{white-space:nowrap;text-overflow:ellipsis;flex:1;margin:0;font-size:17px;font-weight:700;overflow:hidden}header .logo{flex:1;height:30px;display:flex}header .logo img{height:30px}.icon-btn{width:40px;height:40px;color:var(--navy);border-radius:12px;flex:none;place-items:center;display:grid;position:relative}.icon-btn:active{background:var(--bg)}.dot{background:var(--red);border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:9px}main{-webkit-overflow-scrolling:touch;flex:1;overflow:hidden auto}main.fill{flex-direction:column;display:flex;overflow:hidden}.pad{padding:16px}nav#tabs{background:var(--card);border-top:1px solid var(--line);padding:6px 4px calc(6px + env(safe-area-inset-bottom));flex:none;display:flex}nav#tabs button{color:var(--muted);flex-direction:column;flex:1;align-items:center;gap:2px;padding:4px 0;font-size:10.5px;font-weight:500;display:flex}nav#tabs button.on{color:var(--red)}.card{background:var(--card);border-radius:var(--r);box-shadow:var(--sh);padding:16px}.stack>*+*{margin-top:12px}.h1{font-size:22px;font-weight:700;line-height:1.2}.h3{justify-content:space-between;align-items:baseline;margin:22px 0 10px;font-size:16px;font-weight:700;display:flex}.h3 a{font-size:13px;font-weight:600}.muted{color:var(--muted)}.sm{font-size:13px}.xs{font-size:11.5px}.row{align-items:center;gap:12px;display:flex}.grow{flex:1;min-width:0}.b{font-weight:600}.btn{background:var(--bg);height:48px;color:var(--navy);border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:15px;font-weight:600;display:inline-flex}.btn.primary{background:var(--red);color:#fff}.btn.primary:active{background:var(--red-d)}.btn.primary:disabled{background:#e7a9b3}.btn.ghost{border:1.5px solid var(--line);background:0 0}.btn.sm{border-radius:10px;height:36px;padding:0 12px;font-size:13px}.btn.block{width:100%}.btn.danger{color:var(--red)}.badge{background:var(--bg);color:var(--navy-2);white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-size:11.5px;font-weight:600;display:inline-flex}.badge.ok{background:var(--green-soft);color:var(--green)}.badge.warn{background:var(--amber-soft);color:var(--amber)}.badge.red{background:var(--red-soft);color:var(--red)}.field{margin-bottom:12px;display:block}.field span{color:var(--muted);margin:0 0 6px 2px;font-size:12.5px;display:block}.field input,.field textarea{border:1.5px solid var(--line);background:#fff;border-radius:14px;outline:none;width:100%;height:50px;padding:0 14px;font-size:16px}.field textarea{resize:none;height:90px;padding:12px 14px}.field input:focus,.field textarea:focus{border-color:var(--navy)}.check{cursor:pointer;align-items:flex-start;gap:10px;margin:10px 0;font-size:13px;display:flex}.check input{width:20px;height:20px;accent-color:var(--red);flex:none;margin:0}.auth{flex-direction:column;min-height:100%;padding:40px 24px 24px;display:flex}.auth-logo img{height:48px;margin-bottom:36px}.auth h1{margin:0 0 6px;font-size:24px}.auth>p{margin:0 0 24px}.fine{color:var(--muted);text-align:center;margin-top:14px;font-size:12px}.code-input{letter-spacing:18px;text-align:center;font-weight:700;height:64px!important;font-size:28px!important}.hello{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.loyal{color:#fff;background:linear-gradient(135deg,#d81635 0%,#a30d26 100%);border-radius:20px;padding:18px;position:relative;overflow:hidden}.loyal:after{content:"";background:#ffffff14;border-radius:50%;width:160px;height:160px;position:absolute;top:-40px;right:-40px}.loyal .pts{margin-top:6px;font-size:32px;font-weight:700;line-height:1.1}.bar{background:#ffffff40;border-radius:9px;height:6px;margin-top:14px;overflow:hidden}.bar i{background:#fff;border-radius:9px;height:100%;display:block}.quick{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.quick button{background:var(--card);border-radius:var(--r);box-shadow:var(--sh);text-align:center;flex-direction:column;align-items:center;gap:8px;padding:14px 6px 12px;font-size:12.5px;font-weight:600;display:flex}.quick .qi{background:var(--red-soft);width:44px;height:44px;color:var(--red);border-radius:14px;place-items:center;display:grid}.quick button.alt .qi{color:var(--navy);background:#ecedf3}.promos{scroll-snap-type:x mandatory;scrollbar-width:none;gap:12px;margin:0 -16px;padding:2px 16px 8px;display:flex;overflow-x:auto}.promos::-webkit-scrollbar{display:none}.promo{scroll-snap-align:start;color:#fff;text-align:left;border-radius:18px;flex-direction:column;flex:none;justify-content:space-between;width:78%;min-height:132px;padding:16px;display:flex}.promo .t{font-size:16px;font-weight:700;line-height:1.25}.promo .s{opacity:.9;margin-top:6px;font-size:12.5px}.promo .tag{background:#fff3;border-radius:999px;align-self:flex-start;margin-top:10px;padding:3px 9px;font-size:11px;font-weight:600}.promo.pic{background-position:50%;background-size:cover;justify-content:flex-end;position:relative;overflow:hidden}.promo.pic:after{content:"";background:linear-gradient(#1214201a 30%,#121420d1);position:absolute;inset:0}.promo>*{z-index:1;position:relative}.promo .tag{align-self:flex-start;margin-top:0;margin-bottom:auto}.promo.pic .t{text-shadow:0 1px 8px #00000059}.news{flex-direction:column;gap:10px;display:flex}.news-card{background:var(--card);border-radius:var(--r);box-shadow:var(--sh);text-align:left;align-items:center;gap:12px;width:100%;padding:10px;display:flex}.news-card .pic{background:var(--bg) center/cover no-repeat;width:86px;height:66px;color:var(--navy-2);border-radius:12px;flex:none;place-items:center;display:grid}.news-card .t{font-size:14.5px;font-weight:700;line-height:1.3;display:block}.news-card .m{color:var(--navy-2);margin-top:5px;font-size:12px;display:block}.article-cover{background:var(--bg) center/cover no-repeat;border-radius:16px;height:190px;margin-bottom:16px}.article{color:var(--navy);font-size:15px;line-height:1.55}.article p{margin:0 0 12px}.article img{border-radius:14px;width:100%;margin:14px 0;display:block}.article h2,.article h3,.article h4{margin:18px 0 8px;font-size:16.5px}.article ul,.article ol{margin:0 0 12px;padding-left:20px}.article li{margin-bottom:4px}.appt .when{align-items:center;gap:12px;display:flex}.datebox{background:var(--red-soft);width:52px;height:56px;color:var(--red);border-radius:14px;flex-direction:column;flex:none;justify-content:center;align-items:center;display:flex}.datebox b{font-size:20px;line-height:1}.datebox small{text-transform:uppercase;font-size:11px;font-weight:600}.actions{gap:8px;margin-top:14px;display:flex}.actions .btn{flex:1}.list{background:var(--card);border-radius:var(--r);box-shadow:var(--sh);overflow:hidden}.li{text-align:left;align-items:center;gap:12px;width:100%;padding:14px 16px;display:flex}.li+.li{border-top:1px solid var(--line)}.li:active{background:#fafafc}.li .ic{background:var(--bg);width:38px;height:38px;color:var(--navy);border-radius:12px;flex:none;place-items:center;display:grid}.li .chev{color:#c3c5d1}.av{border-radius:50%;flex:none;place-items:center;width:48px;height:48px;font-size:16px;font-weight:700;display:grid}.av.lg{width:88px;height:88px;font-size:30px}img.av{object-fit:cover;object-position:50% 20%;background:#e9eaf0}.bul{padding:4px 0 4px 16px;position:relative}.bul:before{content:"";background:var(--red);border-radius:50%;width:5px;height:5px;position:absolute;top:12px;left:4px}.seg{background:#e9eaf0;border-radius:12px;margin-bottom:14px;padding:3px;display:flex}.seg button{height:36px;color:var(--navy-2);border-radius:10px;flex:1;font-size:13px;font-weight:600}.seg button.on{color:var(--navy);background:#fff;box-shadow:0 1px 3px #00000014}.chips{scrollbar-width:none;gap:8px;margin:0 -16px;padding:0 16px 4px;display:flex;overflow-x:auto}.chips::-webkit-scrollbar{display:none}.chip{border:1.5px solid var(--line);white-space:nowrap;background:#fff;border-radius:999px;flex:none;height:36px;padding:0 14px;font-size:13px;font-weight:600}.chip.on{background:var(--navy);border-color:var(--navy);color:#fff}.search{border:1.5px solid var(--line);height:46px;color:var(--muted);background:#fff;border-radius:14px;align-items:center;gap:8px;margin-bottom:12px;padding:0 12px;display:flex}.search input{height:100%;color:var(--navy);background:0 0;border:0;outline:0;flex:1;font-size:16px}.steps{gap:4px;margin-bottom:6px;display:flex}.steps i{background:#dadce5;border-radius:4px;flex:1;height:4px}.steps i.on{background:var(--red)}.days{scrollbar-width:none;gap:8px;margin:0 -16px;padding:2px 16px 6px;display:flex;overflow-x:auto}.days::-webkit-scrollbar{display:none}.day{border:1.5px solid var(--line);background:#fff;border-radius:14px;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:2px;width:56px;height:66px;display:flex}.day small{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:600}.day b{font-size:18px}.day.on{background:var(--navy);border-color:var(--navy);color:#fff}.day.on small{color:#ffffffb3}.day.none{opacity:.45}.times{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.time{border:1.5px solid var(--line);background:#fff;border-radius:12px;height:42px;font-size:14px;font-weight:600}.time.on{background:var(--red);border-color:var(--red);color:#fff}.sum .r{justify-content:space-between;gap:12px;padding:10px 0;font-size:14px;display:flex}.sum .r+.r{border-top:1px solid var(--line)}.sum .r span:first-child{color:var(--muted)}.sum .r span:last-child{text-align:right;font-weight:600}.sticky-bottom{background:linear-gradient(#f4f5f800,var(--bg) 30%);padding:12px 16px;position:sticky;bottom:0}.done{text-align:center;padding:40px 24px}.done .big{background:var(--green-soft);width:84px;height:84px;color:var(--green);border-radius:50%;place-items:center;margin:0 auto 18px;display:grid}.done .big svg{stroke-width:2.5px;width:42px;height:42px}table.lab{border-collapse:collapse;width:100%;font-size:13.5px}table.lab th{text-align:left;color:var(--muted);padding:0 0 8px;font-size:11.5px;font-weight:600}table.lab td{border-top:1px solid var(--line);vertical-align:top;padding:10px 0}table.lab td:nth-child(2){white-space:nowrap;padding:10px 8px;font-weight:700}table.lab td:last-child{color:var(--muted);text-align:right;white-space:nowrap;font-size:12px}table.lab tr.out td:nth-child(2){color:var(--red)}.note{color:var(--navy-2);background:#ecedf3;border-radius:14px;gap:10px;padding:12px 14px;font-size:12.5px;display:flex}.note svg{width:18px;height:18px}.msgs{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex;overflow-y:auto}.msg{max-width:80%;box-shadow:var(--sh);white-space:pre-wrap;word-wrap:break-word;background:#fff;border-radius:18px 18px 18px 6px;align-self:flex-start;padding:10px 13px;font-size:14.5px}.msg.me{background:var(--navy);color:#fff;border-bottom-right-radius:6px;border-bottom-left-radius:18px;align-self:flex-end}.msg img{border-radius:12px;max-width:100%;margin-bottom:4px;display:block}.msg .tm{opacity:.55;text-align:right;margin-top:3px;font-size:10.5px}.msg .who{color:var(--red);margin-bottom:2px;font-size:11px;font-weight:700}.typing{color:var(--muted);align-self:flex-start;padding:4px 6px;font-size:12px}.composer{border-top:1px solid var(--line);background:#fff;flex:none;align-items:flex-end;gap:6px;padding:8px 10px;display:flex}.composer textarea{border:1.5px solid var(--line);resize:none;border-radius:20px;outline:none;flex:1;height:44px;max-height:120px;padding:10px 14px;font-size:16px}.composer .send{background:var(--red);color:#fff;border-radius:50%;width:44px;height:44px}.preview-img{border-top:1px solid var(--line);background:#fff;align-items:center;gap:8px;padding:8px 12px;font-size:12.5px;display:flex}.preview-img img{object-fit:cover;border-radius:8px;width:44px;height:44px}.switch{background:#d6d8e1;border-radius:99px;flex:none;width:50px;height:30px;transition:background .2s;position:relative}.switch:after{content:"";background:#fff;border-radius:50%;width:24px;height:24px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.switch.on{background:var(--green)}.switch.on:after{transform:translate(20px)}.switch.lock{opacity:.6}.wcard{color:#fff;background:linear-gradient(145deg,#2e3146,#1c1e2d);border-radius:20px;padding:20px;position:relative;overflow:hidden;box-shadow:0 12px 30px #2e314659}.wcard:before{content:"";filter:blur(10px);background:#d8163559;border-radius:50%;width:220px;height:220px;position:absolute;bottom:-80px;right:-60px}.wcard img.lg{filter:brightness(0)invert();height:26px}.wcard .num{letter-spacing:2px;margin-top:4px;font-size:15px}.wcard .qr{background:#fff;border-radius:12px;width:112px;height:112px;padding:8px}.wbtn{color:#fff;background:#000;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;height:50px;font-weight:600;display:flex}.wbtn.g{color:#1f1f1f;background:#fff;border:1.5px solid #dadce0}.map{border-radius:var(--r);height:210px;box-shadow:var(--sh);background:#dfe2ea;position:relative;overflow:hidden}.map iframe{border:0;width:100%;height:100%}.scrim{z-index:40;opacity:0;background:#14162373;transition:opacity .2s;position:absolute;inset:0}.scrim.show{opacity:1}.sheet{z-index:41;padding:10px 16px calc(20px + env(safe-area-inset-bottom));background:#fff;border-radius:24px 24px 0 0;max-height:88%;transition:transform .25s;position:absolute;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(100%)}.sheet.show{transform:none}.sheet .grab{background:#dadce5;border-radius:9px;width:40px;height:5px;margin:0 auto 14px}.sheet-x{color:var(--navy-2);position:absolute;top:10px;right:8px}.sheet h3{margin:0 0 6px;padding-right:28px;font-size:19px}.opt{border:1.5px solid var(--line);text-align:left;border-radius:14px;align-items:center;gap:12px;width:100%;margin-bottom:8px;padding:12px 14px;display:flex}.opt.on{border-color:var(--navy);background:#f7f7fa}.opt .radio{border:2px solid #c8cad6;border-radius:50%;flex:none;width:20px;height:20px}.opt.on .radio{border:6px solid var(--navy)}.spin{border:4px solid var(--line);border-top-color:var(--red);border-radius:50%;width:44px;height:44px;margin:24px auto;animation:.8s linear infinite sp}@keyframes sp{to{transform:rotate(360deg)}}.push{z-index:60;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;text-align:left;background:#fafafcf7;border-radius:18px;align-items:flex-start;gap:10px;padding:12px 14px;transition:transform .35s cubic-bezier(.2,.9,.3,1.2);display:flex;position:absolute;top:10px;left:10px;right:10px;transform:translateY(-140%);box-shadow:0 10px 30px #0000002e}.push.show{transform:none}.push .pi{border:1px solid var(--line);background:#fff;border-radius:9px;flex:none;place-items:center;width:36px;height:36px;display:grid;overflow:hidden}.push .pi img{width:30px}.push .pt{font-size:13px;font-weight:700}.push .pb{color:var(--navy-2);font-size:13px}.toast{background:var(--navy);color:#fff;z-index:70;opacity:0;pointer-events:none;text-align:center;border-radius:12px;width:max-content;max-width:86%;padding:10px 16px;font-size:13.5px;transition:all .25s;position:absolute;bottom:90px;left:50%;transform:translate(-50%,20px)}.toast.show{opacity:1;transform:translate(-50%)}.empty{text-align:center;color:var(--muted);padding:36px 20px}.empty svg{stroke-width:1.5px;color:#c3c5d1;width:40px;height:40px;margin-bottom:8px}.legal{font-size:13.5px;line-height:1.55}.legal h1{margin:0 0 6px;font-size:18px;line-height:1.3}.legal p{margin:0 0 10px}.legal ul{margin:0 0 10px;padding-left:18px}.legal-t{border-collapse:collapse;width:100%;margin:6px 0 12px;font-size:12px}.legal-t td,.legal-t th{border:1px solid var(--line);vertical-align:top;text-align:left;padding:6px}.draft{background:var(--amber-soft);color:var(--amber);border-radius:10px;margin-bottom:12px;padding:8px 10px;font-size:12px}.consent{border:1.5px solid var(--line);background:#fff;border-radius:16px;margin-bottom:10px;padding:14px}.consent.req{border-color:#f1c2cb}.consent .check{margin:0}.consent .meta{color:var(--muted);margin:6px 0 0 30px;font-size:11.5px}.consent .meta a{font-weight:600}.pinbox{justify-content:center;gap:18px;margin:26px 0 30px;display:flex}.pinbox i{border:2px solid var(--navy);border-radius:50%;width:16px;height:16px}.pinbox i.on{background:var(--navy)}.pinbox.err i{border-color:var(--red)}.pinbox.err i.on{background:var(--red)}.keypad{grid-template-columns:repeat(3,76px);justify-content:center;gap:14px 26px;display:grid}.keypad button{width:76px;height:76px;box-shadow:var(--sh);background:#fff;border-radius:50%;font-size:26px;font-weight:500}.keypad button:active{background:#e9eaf0}.keypad button.nokey{box-shadow:none;color:var(--navy-2);background:0 0;font-size:13px;font-weight:600}.banner-note{border-bottom:1px solid var(--line);color:var(--navy-2);background:#fff;flex:none;gap:8px;padding:8px 14px;font-size:11.5px;display:flex}.banner-note svg{width:16px;height:16px;color:var(--amber)}.log{border-top:1px solid var(--line);padding:10px 0;font-size:12px}.log b{font-weight:600}code.h{color:var(--muted);word-break:break-all;font-size:10.5px}.err{color:var(--red);min-height:18px;margin:0 0 8px;font-size:13px}.center{text-align:center}.loading{place-items:center;padding:48px 0;display:grid}a.plain{color:inherit}button:disabled{cursor:default}
