@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;900&family=DM+Sans:wght@400;500;700;800&display=swap";.topbar{background:var(--bg);border-bottom:1px solid var(--bd);z-index:100;justify-content:space-between;align-items:center;padding:13px 20px 11px;display:flex;position:sticky;top:0}.logo{letter-spacing:-1.5px;align-items:baseline;gap:1px;font-family:DM Sans,sans-serif;font-size:22px;font-weight:800;display:flex}.logo-d{color:var(--p)}.logo-r{color:var(--t1)}.logo-b{background:var(--p);color:#fff;border-radius:var(--pill);letter-spacing:0;margin-left:5px;padding:2px 6px;font-family:Noto Sans KR,sans-serif;font-size:10px;font-weight:700}.topbar-r{gap:7px;display:flex}.ib{background:var(--bg2);width:36px;height:36px;color:var(--t3);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .18s;display:flex}.ib:hover{background:var(--pl);color:var(--p)}.ib svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.body{flex:1;padding-bottom:90px;overflow-y:auto}.body::-webkit-scrollbar{display:none}.tabbar{background:var(--bg);border-top:1px solid var(--bd);z-index:100;padding:9px 4px 22px;display:flex;position:sticky;bottom:0;box-shadow:0 -4px 20px #0000000f}.ti{cursor:pointer;flex-direction:column;flex:1;align-items:center;gap:3px;padding:3px 0;transition:all .18s;display:flex}.ti-ic{display:inline-flex;position:relative}.ti-ic svg{width:23px;height:23px;stroke:var(--t4);fill:none;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;transition:all .2s}.ti-nb{background:var(--p);border-radius:var(--pill);border:2px solid var(--bg);color:#fff;justify-content:center;align-items:center;min-width:15px;height:15px;padding:0 3px;font-family:DM Sans,sans-serif;font-size:9px;font-weight:800;display:flex;position:absolute;top:-3px;right:-6px}.ti-lb{color:var(--t4);font-size:10px;font-weight:600;transition:all .18s}.ti-pip{background:0 0;border-radius:50%;width:4px;height:4px;transition:background .18s}.ti.on .ti-ic svg{stroke:var(--p)}.ti.on .ti-lb{color:var(--p);font-weight:700}.ti.on .ti-pip{background:var(--p)}.fab{background:linear-gradient(135deg,var(--p),var(--p2));color:#fff;cursor:pointer;width:50px;height:50px;box-shadow:var(--shp);z-index:200;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .22s;display:flex;position:fixed;bottom:80px;right:calc(50% - 179px)}.fab:hover{transform:scale(1.07)}.fab:active{transform:scale(.93)}.fab svg{stroke:#fff;fill:none;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.toast-wrap{z-index:9999;pointer-events:none;width:390px;padding:0 16px;position:fixed;top:0;left:50%;transform:translate(-50%)}.toast{background:var(--t1);color:#fff;border-radius:var(--rm);box-shadow:var(--sh3);pointer-events:auto;align-items:center;gap:10px;margin-top:12px;padding:12px 16px;transition:transform .35s cubic-bezier(.22,1,.36,1);display:flex;transform:translateY(-80px)}.toast.show{transform:translateY(0)}.toast-ic{background:var(--p);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.toast-ic svg{stroke:#fff;fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px}.toast-body{flex:1}.toast-title{color:#fff;font-size:13px;font-weight:700}.toast-sub{color:#ffffffa6;margin-top:1px;font-size:11px}.toast-x{cursor:pointer;opacity:.5;font-size:18px;line-height:1}.card{background:var(--bg);border-radius:var(--r);box-shadow:var(--sh2);border:1px solid var(--bd);overflow:hidden}.card-lift{cursor:pointer;transition:transform .2s,box-shadow .2s}.card-lift:hover{box-shadow:var(--sh3);transform:translateY(-2px)}.badge{border-radius:var(--pill);white-space:nowrap;align-items:center;padding:3px 8px;font-size:10px;font-weight:700;display:inline-flex}.b-box{color:#1e40af;background:#dbeafe}.b-fixed{color:#065f46;background:#d1fae5}.b-gacha{color:#92400e;background:#fef3c7}.b-direct{background:var(--pl);color:var(--pd)}.b-open{color:#065f46;background:#d1fae5}.b-closed{background:var(--bg3);color:var(--t3)}.b-done{background:var(--t1);color:#fff}.b-vac{background:var(--purplel);color:var(--purpled)}.b-pend{color:#92400e;background:#fef3c7}.b-conf{color:#1e40af;background:#dbeafe}.b-paid{color:#065f46;background:#d1fae5}.b-refund{background:var(--pl);color:var(--pd)}.cpill{border-radius:var(--pill);border:1.5px solid var(--bd2);color:var(--t2);background:var(--bg);white-space:nowrap;padding:4px 10px;font-size:11px;font-weight:600;transition:all .18s}.cpill.sold{background:var(--pl);border-color:var(--p3);color:var(--pd);opacity:.65;text-decoration:line-through}.cpill.low{color:var(--amberd);background:var(--amberl);border-color:#fde68a}.cpill.vac{background:var(--purplel);color:var(--purpled);border-color:#c4b5fd}.sc{border-radius:var(--pill);cursor:pointer;white-space:nowrap;border:none;flex-shrink:0;padding:4px 9px;font-size:10px;font-weight:700;transition:opacity .18s}.sc:hover{opacity:.8}.sh{justify-content:space-between;align-items:center;padding:18px 20px 10px;display:flex}.sh-t{color:var(--t1);letter-spacing:-.4px;font-size:16px;font-weight:700}.sh-m{color:var(--t3);cursor:pointer;background:0 0;border:none;align-items:center;gap:2px;padding:0;font-size:12px;font-weight:600;transition:color .18s;display:flex}.sh-m:hover{color:var(--p)}.sh-m svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.hbanner{border-radius:var(--r);background:linear-gradient(135deg,var(--p) 0%,var(--p2) 100%);box-shadow:var(--shp);margin:16px;padding:20px;position:relative;overflow:hidden}.hbanner:before{content:"";background:#ffffff14;border-radius:50%;width:140px;height:140px;position:absolute;top:-30px;right:-20px}.hb-top{z-index:1;justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex;position:relative}.hb-greet{color:#fffc;margin-bottom:3px;font-size:12px;font-weight:500}.hb-name{color:#fff;letter-spacing:-.5px;font-size:21px;font-weight:900;line-height:1}.hb-av{color:#fff;background:#ffffff40;border:2px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-family:DM Sans,sans-serif;font-size:17px;font-weight:800;display:flex}.hb-stats{z-index:1;grid-template-columns:repeat(4,1fr);gap:8px;display:grid;position:relative}.hbs{border-radius:var(--rs);text-align:center;background:#ffffff2e;border:1px solid #ffffff2e;padding:9px 6px}.hbs-n{color:#fff;font-family:DM Sans,sans-serif;font-size:18px;font-weight:800;line-height:1}.hbs-l{color:#ffffffbf;margin-top:3px;font-size:10px;font-weight:600}.hbs.warn .hbs-n{color:#ffe066}.alert-strip{background:var(--pl);border-radius:var(--rm);cursor:pointer;border:1.5px solid #f0386826;align-items:center;gap:10px;margin:0 16px;padding:12px 14px;transition:box-shadow .18s;display:flex}.alert-strip:hover{box-shadow:var(--sh2)}.al-dot{background:var(--p);width:34px;height:34px;box-shadow:0 3px 10px var(--ps);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.al-dot svg{stroke:#fff;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.al-body{flex:1}.al-title{color:var(--pd);font-size:13px;font-weight:700}.al-sub{color:var(--p);opacity:.75;margin-top:1px;font-size:11px}.al-arr svg{width:15px;height:15px;stroke:var(--p);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.gc-list{flex-direction:column;gap:10px;padding:0 16px;display:flex}.gc-head{padding:14px 16px 11px}.gc-badges{flex-wrap:wrap;gap:5px;margin-bottom:8px;display:flex}.gc-title{color:var(--t1);letter-spacing:-.3px;margin-bottom:5px;font-size:15px;font-weight:700;line-height:1.35}.gc-meta{color:var(--t3);align-items:center;gap:11px;font-size:11px;font-weight:500;display:flex}.gc-mi{align-items:center;gap:3px;display:flex}.gc-mi svg{width:11px;height:11px;stroke:var(--t4);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.gc-chars{background:var(--bg2);border-top:1px solid var(--bd);flex-wrap:wrap;gap:5px;padding:9px 16px;display:flex}.gc-foot{align-items:center;gap:8px;padding:9px 16px 13px;display:flex}.prog{background:var(--bg3);border-radius:var(--pill);flex:1;height:5px;overflow:hidden}.prog-b{background:linear-gradient(90deg,var(--p),var(--p2));border-radius:var(--pill);height:100%;transition:width .5s}.prog-t{color:var(--p);text-align:right;min-width:44px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:700}.ride-list{flex-direction:column;gap:10px;padding:0 16px;display:flex}.ride-inner{padding:15px 16px}.ride-host{align-items:center;gap:5px;margin-bottom:3px;display:flex}.ride-host-ic{background:var(--pl);border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:17px;height:17px;display:flex}.ride-host-ic svg{width:9px;height:9px;stroke:var(--p);fill:none;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round}.ride-host-nm{color:var(--p);font-size:11px;font-weight:700}.ride-goods{color:var(--t1);letter-spacing:-.3px;margin-bottom:10px;font-size:15px;font-weight:700}.ride-items{flex-direction:column;gap:6px;display:flex}.ride-item{background:var(--bg2);border-radius:var(--rx);align-items:center;gap:8px;padding:9px 11px;display:flex}.ride-info{color:var(--t2);flex:1;font-size:12px}.ride-info b{color:var(--t1);font-weight:700}.ride-vb{color:var(--purpled);background:var(--purplel);border-radius:var(--pill);margin-left:4px;padding:2px 6px;font-size:9px;font-weight:700}.ride-amt{color:var(--t1);margin-right:5px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:800}.ride-div{background:var(--bd);height:1px;margin:11px 0}.ride-total{justify-content:flex-end;align-items:center;gap:7px;display:flex}.ride-total-l{color:var(--t3);font-size:11px}.ride-total-n{color:var(--p);letter-spacing:-.5px;font-family:DM Sans,sans-serif;font-size:17px;font-weight:800}.gonggu-seg{z-index:50;background:var(--bg);border-bottom:1.5px solid var(--bd);display:flex;position:sticky;top:0;box-shadow:0 2px 8px #0000000d}.gseg-btn{color:var(--t4);cursor:pointer;letter-spacing:-.2px;white-space:nowrap;background:0 0;border:none;border-bottom:2.5px solid #0000;flex:1;margin-bottom:-1.5px;padding:12px 4px 11px;font-size:12px;font-weight:700;transition:all .2s}.gseg-btn.on{color:var(--p);border-bottom-color:var(--p)}.gseg-btn:hover:not(.on){color:var(--t2)}.status-cards{grid-template-columns:repeat(4,1fr);gap:8px;padding:14px 16px 0;display:grid}.status-card{border-radius:var(--rm);text-align:center;cursor:pointer;border:1.5px solid var(--bd);background:var(--bg);box-shadow:var(--sh1);padding:11px 6px;transition:all .2s}.status-card.active{border-color:var(--p);background:var(--pl);box-shadow:0 0 0 3px #f038681f}.status-card:hover:not(.active){border-color:var(--bd2);background:var(--bg2)}.sc-n{color:var(--t3);font-family:DM Sans,sans-serif;font-size:19px;font-weight:800;line-height:1.1;transition:color .2s}.sc-l{color:var(--t3);margin-top:3px;font-size:10px;font-weight:600;transition:color .2s}.status-card.active .sc-n{color:var(--p)}.status-card.active .sc-l{color:var(--p);font-weight:700}.rel-list{flex-direction:column;gap:9px;padding:0 16px;display:flex}.rel-card{background:var(--bg);border-radius:var(--rm);border:1px solid var(--bd);box-shadow:var(--sh2);overflow:hidden}.rel-head{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:11px;padding:13px 15px;transition:background .18s;display:flex}.rel-head:hover{background:var(--bg2)}.rel-av{background:linear-gradient(135deg,var(--p),var(--p2));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:800;display:flex}.rel-name{color:var(--t1);letter-spacing:-.2px;font-size:14px;font-weight:700}.rel-sub{color:var(--t3);margin-top:2px;font-size:11px}.rel-meta{align-items:center;gap:8px;margin-left:auto;display:flex}.rel-cnt{color:var(--t3);font-family:DM Sans,sans-serif;font-size:11px;font-weight:700}.rel-chev{color:var(--t4);flex-shrink:0;transition:transform .22s}.rel-chev svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px;display:block}.rel-chev.open{transform:rotate(180deg)}.rel-body{border-top:1px solid var(--bd);flex-direction:column;display:none}.rel-body.open{display:flex}.rel-row{border-bottom:1px solid var(--bd);align-items:center;gap:9px;padding:11px 15px;display:flex}.rel-row:last-child{border-bottom:none}.rel-dir-ic{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:27px;height:27px;display:flex}.rel-dir-ic svg{fill:none;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px}.rel-row.in .rel-dir-ic{background:var(--bluel)}.rel-row.in .rel-dir-ic svg{stroke:var(--blue)}.rel-row.out .rel-dir-ic{background:var(--pl)}.rel-row.out .rel-dir-ic svg{stroke:var(--p)}.rel-info{flex:1}.rel-row-title{color:var(--t1);font-size:12px;font-weight:700}.rel-row-sub{color:var(--t3);margin-top:2px;font-size:10px}.rel-row-amt{color:var(--t2);margin-right:5px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:800}.comm-list{flex-direction:column;gap:10px;padding:0 16px;display:flex}.comm-inner{padding:13px 16px 0}.comm-badges{gap:5px;margin-bottom:7px;display:flex}.comm-title{color:var(--t1);letter-spacing:-.2px;margin-bottom:4px;font-size:14px;font-weight:700;line-height:1.4}.comm-host{align-items:center;gap:5px;margin-bottom:9px;display:flex}.comm-host-dot{background:var(--p);border-radius:50%;width:5px;height:5px}.comm-host-nm{color:var(--t3);font-size:11px;font-weight:500}.comm-chars{background:var(--bg2);border-top:1px solid var(--bd);flex-wrap:wrap;gap:5px;padding:9px 16px;display:flex}.comm-foot{align-items:center;gap:8px;padding:9px 16px 13px;display:flex}.comm-info{color:var(--t3);flex-wrap:wrap;flex:1;gap:9px;font-size:11px;font-weight:500;display:flex}.comm-ii{align-items:center;gap:3px;display:flex}.comm-ii svg{width:11px;height:11px;stroke:var(--t4);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.apply-btn{background:var(--p);color:#fff;border-radius:var(--pill);cursor:pointer;box-shadow:0 3px 12px var(--ps);border:none;flex-shrink:0;padding:9px 18px;font-size:12px;font-weight:700;transition:all .2s}.apply-btn:hover{background:var(--pd);transform:translateY(-1px)}.search-box{padding:14px 16px 0;position:relative}.sinp{border:1.5px solid var(--bd2);border-radius:var(--pill);background:var(--bg);width:100%;color:var(--t1);box-shadow:var(--sh1);outline:none;padding:11px 16px 11px 42px;font-size:13px;transition:all .2s}.sinp:focus{border-color:var(--p);box-shadow:0 0 0 3px #f038681a}.sinp::placeholder{color:var(--t4)}.sinp-ic{position:absolute;top:50%;left:28px;transform:translateY(calc(7px - 50%))}.sinp-ic svg{width:16px;height:16px;stroke:var(--t4);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.filter-row{scrollbar-width:none;gap:6px;padding:10px 16px 0;display:flex;overflow-x:auto}.filter-row::-webkit-scrollbar{display:none}.ftag{border-radius:var(--pill);border:1.5px solid var(--bd2);background:var(--bg);color:var(--t3);cursor:pointer;box-shadow:var(--sh1);white-space:nowrap;flex-shrink:0;padding:7px 15px;font-size:12px;font-weight:600;transition:all .18s}.ftag.on{background:var(--p);border-color:var(--p);color:#fff;box-shadow:0 3px 12px var(--ps)}.notif-list{flex-direction:column;gap:8px;padding:0 16px;display:flex}.notif-item{background:var(--bg);border-radius:var(--rm);border:1px solid var(--bd);box-shadow:var(--sh1);cursor:pointer;align-items:flex-start;gap:11px;padding:13px 15px;transition:background .18s;display:flex}.notif-item:hover{background:var(--bg2)}.notif-ic{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.notif-ic svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.notif-body{flex:1}.notif-title{color:var(--t1);margin-bottom:2px;font-size:13px;font-weight:700}.notif-sub{color:var(--t3);font-size:11px}.notif-time{color:var(--t4);margin-top:4px;font-size:11px}.notif-dot{background:var(--p);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px}.notif-item.read{opacity:.55}.notif-item.read .notif-dot{display:none}.ov{background:var(--bg3);z-index:300;flex-direction:column;display:none;position:fixed;inset:0}.ov.on{display:flex}.ov-hd{background:var(--bg);border-bottom:1px solid var(--bd);flex-shrink:0;align-items:center;gap:10px;padding:13px 18px;display:flex}.bk{border:1.5px solid var(--bd2);background:var(--bg);cursor:pointer;width:34px;height:34px;color:var(--t2);border-radius:50%;justify-content:center;align-items:center;transition:all .18s;display:flex}.bk:hover{background:var(--bg2)}.bk svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.ov-title{color:var(--t1);letter-spacing:-.3px;flex:1;font-size:15px;font-weight:700}.ov-body{flex-direction:column;flex:1;gap:13px;padding:16px 18px 24px;display:flex;overflow-y:auto}.ov-body::-webkit-scrollbar{display:none}.itabs{background:var(--bg);border-bottom:1.5px solid var(--bd);display:flex}.itab{color:var(--t3);cursor:pointer;background:0 0;border:none;border-bottom:2.5px solid #0000;flex:1;margin-bottom:-1.5px;padding:12px 6px;font-size:13px;font-weight:600;transition:all .2s}.itab.on{color:var(--p);border-bottom-color:var(--p);font-weight:700}.modal-bg{z-index:400;background:#0000007a;justify-content:center;align-items:flex-end;display:none;position:fixed;inset:0}.modal-bg.on{display:flex}.modal{background:var(--bg);border-radius:24px 24px 0 0;width:100%;max-width:390px;max-height:92vh;padding:0 0 42px;overflow-y:auto}.modal::-webkit-scrollbar{display:none}.modal-hw{justify-content:center;padding:12px 0 0;display:flex}.modal-h{background:var(--bd2);border-radius:2px;width:36px;height:4px}.mc{padding:16px 20px 0}.modal-title{color:var(--t1);letter-spacing:-.4px;margin-bottom:16px;font-size:17px;font-weight:700}.profile-top{border-bottom:1px solid var(--bd);align-items:center;gap:14px;padding:16px 20px;display:flex}.profile-av{background:linear-gradient(135deg,var(--p),var(--p2));color:#fff;width:52px;height:52px;box-shadow:0 5px 18px var(--ps);border-radius:50%;justify-content:center;align-items:center;font-family:DM Sans,sans-serif;font-size:20px;font-weight:800;display:flex}.profile-name{color:var(--t1);letter-spacing:-.3px;font-size:16px;font-weight:700}.profile-sub{color:var(--t3);margin-top:2px;font-size:12px}.edit-btn{border:1.5px solid var(--bd2);border-radius:var(--pill);color:var(--t2);cursor:pointer;white-space:nowrap;background:0 0;margin-left:auto;padding:7px 14px;font-size:12px;font-weight:600;transition:all .18s}.edit-btn:hover{border-color:var(--p);color:var(--p)}.theme-sec{border-bottom:1px solid var(--bd);padding:16px 20px}.theme-label{color:var(--t3);letter-spacing:.04em;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:700}.theme-dots{gap:10px;display:flex}.tdot{cursor:pointer;border:3px solid #0000;border-radius:50%;width:28px;height:28px;transition:all .2s}.tdot.on{border-color:var(--t1);box-shadow:0 0 0 2px var(--bg),0 0 0 4.5px var(--t1);transform:scale(1.1)}.menu-list{padding:6px 0}.menu-item{cursor:pointer;align-items:center;gap:13px;padding:14px 20px;transition:background .18s;display:flex}.menu-item:hover{background:var(--bg2)}.menu-ic{background:var(--bg2);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:35px;height:35px;display:flex}.menu-ic svg{width:17px;height:17px;stroke:var(--t3);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.menu-label{color:var(--t1);flex:1;font-size:14px;font-weight:600}.menu-arr svg{width:15px;height:15px;stroke:var(--t4);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.menu-item.danger .menu-label{color:var(--p)}.menu-item.danger .menu-ic{background:var(--pl)}.menu-item.danger .menu-ic svg{stroke:var(--p)}.fg{flex-direction:column;gap:6px;display:flex}.fl{color:var(--t2);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:700}.fi{border:1.5px solid var(--bd2);border-radius:var(--rm);background:var(--bg);width:100%;color:var(--t1);box-shadow:var(--sh1);outline:none;padding:12px 14px;font-size:14px;transition:all .2s}.fi:focus{border-color:var(--p);box-shadow:0 0 0 3px #f0386814}.fi::placeholder{color:var(--t4)}.notice{border-radius:var(--rm);padding:12px 14px;font-size:12px;font-weight:500;line-height:1.75}.n-purple{background:var(--purplel);color:var(--purpled);border:1px solid #ddd6fe}.n-gray{background:var(--bg2);color:var(--t3);border:1px solid var(--bd)}.submit-btn{background:linear-gradient(135deg,var(--p),var(--p2));color:#fff;border-radius:var(--rm);cursor:pointer;width:100%;box-shadow:0 8px 24px var(--ps);letter-spacing:-.2px;border:none;padding:15px;font-size:15px;font-weight:700;transition:all .22s}.submit-btn:hover{box-shadow:0 12px 32px var(--ps);transform:translateY(-2px)}.qty-tbl{background:var(--bg);border-radius:var(--rm);border:1.5px solid var(--bd);box-shadow:var(--sh1);overflow:hidden}.qty-hd{background:var(--bg2);border-bottom:1.5px solid var(--bd);grid-template-columns:1fr 46px 46px 46px 72px;padding:8px 14px;display:grid}.qty-th{color:var(--t3);text-align:center;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:700}.qty-th:first-child{text-align:left}.qty-row{border-bottom:1px solid var(--bd);grid-template-columns:1fr 46px 46px 46px 72px;align-items:center;padding:9px 14px;display:grid}.qty-row:last-child{border-bottom:none}.qty-nm{color:var(--t1);font-size:13px;font-weight:700}.qinp{border:1.5px solid var(--bd2);border-radius:var(--rx);text-align:center;background:var(--bg2);width:40px;color:var(--t1);outline:none;margin:0 auto;padding:4px 2px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:700;transition:border-color .18s;display:block}.qinp:focus{border-color:var(--p)}.dn{text-align:center;font-family:DM Sans,sans-serif;font-size:13px;font-weight:800}.pos{color:var(--green)}.zero{color:var(--t4)}.warn{color:var(--amber)}.neg{color:var(--p)}.tog{border-radius:var(--pill);cursor:pointer;white-space:nowrap;border:none;margin:0 auto;padding:4px 10px;font-size:10px;font-weight:700;transition:all .18s;display:block}.tog-o{background:var(--greenl);color:var(--greend)}.tog-c{background:var(--pl);color:var(--pd)}.rider-item{background:var(--bg);border-radius:var(--rm);border:1px solid var(--bd);box-shadow:var(--sh1);align-items:center;gap:10px;padding:12px 14px;display:flex}.rider-av{background:linear-gradient(135deg,var(--p),var(--p2));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:800;display:flex}.rider-info{flex:1}.rider-name{color:var(--t1);font-size:13px;font-weight:700}.rider-sub{color:var(--t3);margin-top:1px;font-size:11px}.rider-amt{color:var(--t1);margin-right:6px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:800}.settle-box{background:var(--bg);border-radius:var(--rm);border:1px solid var(--bd);box-shadow:var(--sh1);overflow:hidden}.settle-row{border-bottom:1px solid var(--bd);justify-content:space-between;align-items:center;padding:11px 14px;display:flex}.settle-row:last-child{border-bottom:none}.settle-l{color:var(--t3);font-size:12px;font-weight:500}.settle-v{color:var(--t1);font-family:DM Sans,sans-serif;font-size:14px;font-weight:800}.settle-v.green{color:var(--green)}.settle-v.amber{color:var(--amber)}*{box-sizing:border-box;margin:0;padding:0}input,button,select,textarea{-webkit-appearance:none;font-family:inherit}:root{--p:#f03868;--pl:#fff0f4;--pd:#c42050;--p2:#ff6b96;--p3:#ffb0c8;--bg:#fff;--bg2:#fafafa;--bg3:#f2f2f6;--t1:#080810;--t2:#2e2e3a;--t3:#6b6b82;--t4:#a8a8be;--bd:#ebebf2;--bd2:#d4d4e4;--green:#10b981;--greenl:#e6faf4;--greend:#047857;--amber:#f59e0b;--amberl:#fef5e0;--amberd:#b45309;--blue:#3b82f6;--bluel:#ebf3ff;--blued:#1d4ed8;--purple:#8b5cf6;--purplel:#f0ebff;--purpled:#6d28d9;--sh1:0 2px 8px #0000000f;--sh2:0 4px 20px #00000017,0 1px 4px #0000000a;--sh3:0 12px 40px #0000001f;--ps:#f0386861;--shp:0 6px 24px var(--ps);--r:18px;--rm:13px;--rs:9px;--rx:6px;--pill:100px}.theme-blue{--p:#3b82f6;--pl:#eff6ff;--pd:#1d4ed8;--p2:#93c5fd;--p3:#bfdbfe;--ps:#3b82f661}.theme-green{--p:#10b981;--pl:#ecfdf5;--pd:#047857;--p2:#6ee7b7;--p3:#a7f3d0;--ps:#10b98161}.theme-amber{--p:#f59e0b;--pl:#fffbeb;--pd:#b45309;--p2:#fcd34d;--p3:#fde68a;--ps:#f59e0b61}.theme-purple{--p:#8b5cf6;--pl:#f5f3ff;--pd:#6d28d9;--p2:#c4b5fd;--p3:#ddd6fe;--ps:#8b5cf661}body{background:var(--bg);min-height:100vh;font-family:Noto Sans KR,sans-serif}.phone{background:var(--bg);flex-direction:column;width:100%;min-height:100vh;display:flex;position:relative}
