@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@500;600;700&family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap";html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;background:#f6f7f9;min-width:320px;min-height:100vh;margin:0;font-family:Noto Sans KR,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font-family:inherit}::selection{color:#fff;background:#3858e9}:root{--ink:#171a20;--muted:#737986;--line:#e8e9ed;--surface:#fff;--canvas:#f6f7f9;--pink:#ff4d70;--shadow:0 1px 2px #10182808, 0 8px 28px #1018280a}*{box-sizing:border-box}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}.app-shell{min-height:100vh;color:var(--ink);background:var(--canvas)}.topbar{z-index:30;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;align-items:center;gap:14px;height:68px;padding:0 24px;display:flex;position:fixed;inset:0 0 auto}.brand{color:var(--ink);letter-spacing:-.4px;align-items:center;gap:10px;font:800 19px DM Sans,sans-serif;text-decoration:none;display:flex}.brand-mark{color:#fff;background:var(--ink);border-radius:10px 10px 14px 14px;place-items:center;width:31px;height:31px;font-size:16px;display:grid}.console-badge{color:#fff;background:var(--ink);border-radius:999px;margin-left:9px;padding:8px 13px;font-size:12px;font-weight:700}.topbar-spacer{flex:1}.notification-button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:12px;place-items:center;width:38px;height:38px;display:grid;position:relative}.notification-button .icon{width:18px}.notification-dot{box-sizing:content-box;background:var(--pink);border:2px solid #fff;border-radius:50%;width:6px;height:6px;position:absolute;top:7px;right:8px}.profile-menu{margin-left:3px;position:relative}.profile{color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;padding:4px 3px;transition:background .18s;display:flex}.profile:hover,.profile[aria-expanded=true]{background:#f3f4f6}.avatar{color:#fff;background:linear-gradient(145deg,#6179ef,#3146b9);border-radius:50%;place-items:center;width:38px;height:38px;font-size:13px;font-weight:800;display:grid}.profile-copy{line-height:1.3;display:grid}.profile-copy b{font-size:13px}.profile-copy small{color:var(--muted);font-size:10px}.chevron{color:#8d929d;font-size:16px;transition:transform .18s}.chevron.is-open{transform:rotate(180deg)}.profile-dropdown{border:1px solid var(--line);background:#fff;border-radius:14px;width:220px;padding:8px;animation:.16s ease-out admin-modal-in;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 45px #1018282b}.profile-dropdown-user{border-bottom:1px solid #eceef1;gap:4px;padding:11px 10px 13px;display:grid}.profile-dropdown-user strong{font-size:12px}.profile-dropdown-user span{color:#858b96;font-size:9px}.profile-dropdown>a,.profile-dropdown>button{color:#535964;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:10px;width:100%;min-height:40px;margin-top:4px;padding:0 10px;font-size:10px;font-weight:700;text-decoration:none;display:flex}.profile-dropdown>a:hover,.profile-dropdown>button:hover{color:var(--ink);background:#f5f6f8}.profile-dropdown .icon{fill:none;stroke:currentColor;stroke-width:1.8px;width:16px;height:16px}.profile-dropdown>button.logout{color:#d93650}.logout-icon{place-items:center;width:16px;height:16px;font-size:14px;display:grid;transform:rotate(180deg)}.mobile-menu{cursor:pointer;background:0 0;border:0;border-radius:8px;gap:4px;width:34px;padding:7px;transition:background .18s;display:grid}.mobile-menu:hover,.mobile-menu.is-open{background:#f1f2f4}.mobile-menu span{background:var(--ink);border-radius:2px;height:2px;transition:transform .2s,opacity .2s}.mobile-menu.is-open span:first-child{transform:translateY(6px)rotate(45deg)}.mobile-menu.is-open span:nth-child(2){opacity:0}.mobile-menu.is-open span:last-child{transform:translateY(-6px)rotate(-45deg)}.sidebar{z-index:20;border-right:1px solid var(--line);background:#fff;flex-direction:column;width:250px;padding:24px 16px 16px;transition:transform .25s;display:flex;position:fixed;top:68px;bottom:0;left:0;overflow-y:auto;transform:translate(-105%)}.sidebar.is-open{transform:translate(0)}.sidebar-heading{color:#a0a5b0;letter-spacing:1.5px;border-bottom:1px solid #f0f0f2;padding:0 11px 15px;font:700 10px DM Sans,sans-serif}.sidebar nav{gap:3px;padding-top:10px;display:grid}.nav-item{color:#555b65;border-radius:10px;align-items:center;gap:12px;min-height:50px;padding:8px 11px;text-decoration:none;transition:all .18s;display:flex}.nav-item:hover{color:var(--ink);background:#f5f6f8}.nav-item.active{color:#fff;background:var(--ink);box-shadow:0 8px 20px #171a2021}.nav-item .icon{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:0 0 18px;width:18px;height:18px}.nav-item span{min-width:0;display:grid}.nav-item b{font-size:12px;font-weight:600}.nav-item small{color:#a2a6af;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font:500 9px DM Sans,sans-serif;overflow:hidden}.nav-item.active small{color:#aeb0b5}.sidebar-footer{border-top:1px solid var(--line);align-items:center;gap:10px;margin-top:auto;padding:15px 11px 3px;display:flex}.system-dot{background:#28b77b;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #e4f7ef}.sidebar-footer span:last-child{display:grid}.sidebar-footer b{font-size:10px}.sidebar-footer small{color:#a0a5ae;margin-top:2px;font-size:9px}.main-content{min-height:100vh;margin-left:0;padding:112px 34px 28px;transition:margin-left .25s;container:admin-main/inline-size}.app-shell.sidebar-open .main-content{margin-left:250px}.page-heading{justify-content:space-between;align-items:flex-end;max-width:1380px;margin:0 auto 25px;display:flex}.eyebrow{color:#8e94a2;letter-spacing:1.35px;margin:0 0 8px;font:700 10px DM Sans,sans-serif}.eyebrow span{color:#b2b6bf;letter-spacing:.2px}h1{letter-spacing:-1.6px;margin:0;font-size:clamp(27px,2.4vw,35px);line-height:1.2}.welcome{color:var(--muted);margin:8px 0 0;font-size:13px}.date-chip{color:#737986;border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;font-size:11px}.date-chip span{color:#2ebb80;margin-right:5px;font-size:8px}.dashboard-api-error{color:#b54757;background:#fff4f6;border:1px solid #f1d0d6;border-radius:10px;justify-content:space-between;align-items:center;gap:14px;max-width:1380px;margin:0 auto 14px;padding:11px 14px;font-size:10px;font-weight:600;display:flex}.dashboard-api-error button{color:#b54757;cursor:pointer;background:0 0;border:0;flex:none;padding:0;font-size:10px;font-weight:800;text-decoration:underline}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;max-width:1380px;margin:auto;display:grid}.metric-card{border:1px solid var(--line);background:var(--surface);min-width:0;box-shadow:var(--shadow);border-radius:16px;align-items:flex-start;gap:13px;padding:21px 19px;display:flex;position:relative}.metric-icon{background:#eef1ff;border-radius:12px;flex:0 0 39px;place-items:center;width:39px;height:39px;display:grid}.metric-icon span{border:4px solid #3858e9;border-radius:50%;width:14px;height:14px}.metric-icon.green{background:#e8f8f2}.metric-icon.green span{border-color:#25a976}.metric-icon.purple{background:#f3edff}.metric-icon.purple span{border-color:#8c62d8}.metric-icon.orange{background:#fff1e9}.metric-icon.orange span{border-color:#ee824f}.metric-copy{min-width:0;display:grid}.metric-copy p{color:var(--muted);margin:0 0 5px;font-size:11px;font-weight:600}.metric-copy strong{letter-spacing:-.7px;white-space:nowrap;font:700 clamp(19px,1.65vw,26px) DM Sans,Noto Sans KR,sans-serif}.metric-copy small{color:#9da2ac;white-space:nowrap;text-overflow:ellipsis;margin-top:7px;font-size:10px;overflow:hidden}.metric-card>a{color:#a6abb5;cursor:pointer;background:0 0;border:0;text-decoration:none;position:absolute;top:17px;right:17px}.ai-banner{color:#fff;background:radial-gradient(circle at 85% 10%,#5670f759,#0000 34%),linear-gradient(115deg,#171a20,#262a35);border-radius:18px;gap:18px;max-width:1380px;margin:17px auto;padding:23px 26px;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 40px #12151c21}.ai-banner:after{content:"";border:1px solid #ffffff14;border-radius:50%;width:230px;height:230px;position:absolute;bottom:-85px;right:6%;box-shadow:0 0 0 28px #ffffff06,0 0 0 58px #ffffff05}.ai-orb{z-index:1;background:linear-gradient(145deg,#5670f7,#8a60e9);border-radius:13px;flex:0 0 43px;place-items:center;width:43px;height:43px;display:grid;position:relative;box-shadow:0 8px 25px #5761ea59}.ai-orb .icon{fill:none;stroke:currentColor;stroke-width:1.5px;width:22px}.ai-content{z-index:1;min-width:0;position:relative}.ai-label{background:#ffffff21;border-radius:6px;padding:5px 8px;font-size:9px;font-weight:700}.private-label{color:#aeb3c0;margin-left:9px;font-size:10px}.ai-content h2{letter-spacing:-.5px;max-width:880px;margin:12px 0 15px;font-size:clamp(15px,1.45vw,20px);line-height:1.55}.ai-actions{align-items:center;gap:18px;display:flex}.primary-button{color:var(--ink);cursor:pointer;background:#fff;border:0;border-radius:9px;align-items:center;padding:9px 13px;font-size:11px;font-weight:700;text-decoration:none;display:inline-flex}.primary-button span,.text-button span{margin-left:5px}.text-button{color:#c6c9d1;cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:600;text-decoration:none}.content-grid{grid-template-columns:1.1fr .9fr;gap:17px;max-width:1380px;margin:auto;display:grid}.panel{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:17px;padding:23px 24px 0}.panel-heading{justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.panel-kicker{color:#a3a8b2;letter-spacing:1.2px;font:700 9px DM Sans,sans-serif}.panel-heading h2{letter-spacing:-.5px;margin:4px 0 0;font-size:17px}.connection{color:#888e99;font-size:10px}.connection i{background:#2bbb7e;border-radius:50%;width:6px;height:6px;margin-right:4px;display:inline-block}.activity-list{display:grid}.activity-row{border-top:1px solid #eff0f2;grid-template-columns:10px 1fr auto;align-items:center;gap:9px;min-height:66px;display:grid}.activity-dot{background:#aeb2bb;border-radius:50%;width:7px;height:7px}.activity-dot.green{background:#2bbb7e}.activity-dot.purple{background:#8d67db}.activity-dot.orange{background:#ee824f}.activity-row b{font-size:12px}.activity-row p{color:#828893;margin:4px 0 0;font-size:10px}.activity-row time{color:#a1a6af;font:500 10px DM Sans,sans-serif}.panel-link{color:#696f7a;text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #eff0f2;width:100%;padding:15px 0 17px;font-size:10px;font-weight:700;text-decoration:none;display:block}.panel-link span{float:right}.count-badge{min-width:28px;height:28px;color:var(--pink);background:#fff0f3;border-radius:999px;place-items:center;padding:0 9px;font:700 11px DM Sans,sans-serif;display:grid}.approval-list{gap:8px;display:grid}.approval-skeleton{background:#f2f3f5;border:1px solid #eceef1;border-radius:11px;min-height:67px;display:block;position:relative;overflow:hidden}.approval-skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffffbf,#0000);animation:1.25s infinite skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}.approval-empty{color:#8b919c;text-align:center;background:#fafbfc;border:1px dashed #dfe2e7;border-radius:11px;place-items:center;min-height:142px;margin:0;padding:20px;font-size:10px;display:grid}.approval-row{width:100%;min-height:67px;color:var(--ink);text-align:left;cursor:pointer;background:#fbfbfc;border:1px solid #eceef1;border-radius:11px;justify-content:space-between;align-items:center;padding:12px 14px;text-decoration:none;transition:all .18s;display:flex}.approval-row:hover{background:#fff;border-color:#cfd5ed;transform:translateY(-1px)}.approval-row>span:first-child{display:grid}.approval-row b{font-size:12px}.approval-row small{color:#878d98;margin-top:5px;font-size:10px}.approval-count{color:var(--pink);white-space:nowrap;font-size:10px;font-weight:700}.approval-count i{margin-left:7px;font-style:normal}.page-footer{color:#acb0b8;max-width:1380px;margin:20px auto 0;font:500 9px DM Sans,sans-serif}.page-footer span{float:right}.backdrop{display:none}.admin-modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f12187a;place-items:center;padding:20px;animation:.16s ease-out admin-fade-in;display:grid;position:fixed;inset:0}.admin-modal{background:#fff;border:1px solid #ffffff8c;border-radius:18px;width:min(440px,100%);padding:24px;animation:.2s ease-out admin-modal-in;box-shadow:0 28px 80px #0f121847}.admin-modal>header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.admin-modal h2{letter-spacing:-.6px;margin:0;font-size:20px}.admin-modal header p{color:var(--muted);margin:9px 0 0;font-size:11px;line-height:1.65}.admin-modal-close{color:#858b96;cursor:pointer;background:#f5f6f8;border:0;border-radius:9px;flex:none;place-items:center;width:32px;height:32px;padding:0;font-size:20px;line-height:1;display:grid}.admin-modal-actions{justify-content:flex-end;gap:9px;margin-top:25px;display:flex}.admin-modal-actions button{min-width:90px;height:41px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #dfe1e5;border-radius:999px;padding:0 16px;font-size:11px;font-weight:700}.admin-modal-actions button.confirm{color:#fff;border-color:var(--ink);background:var(--ink)}.admin-modal-actions button.confirm.danger{background:#e23b57;border-color:#e23b57}.admin-modal-actions button:disabled{opacity:.55;cursor:wait}.admin-toast-region{z-index:120;pointer-events:none;gap:9px;width:min(360px,100vw - 32px);display:grid;position:fixed;bottom:22px;right:22px}.admin-toast{min-height:58px;color:var(--ink);border:1px solid var(--line);pointer-events:auto;background:#fffffff5;border-radius:13px;grid-template-columns:25px 1fr auto;align-items:center;gap:10px;padding:12px 13px;animation:.22s ease-out admin-toast-in;display:grid;box-shadow:0 14px 38px #1018282e}.admin-toast-icon{color:#fff;background:#4665e8;border-radius:50%;place-items:center;width:25px;height:25px;font-size:11px;font-weight:800;display:grid}.admin-toast.success .admin-toast-icon{background:#25a976}.admin-toast.error .admin-toast-icon{background:#e23b57}.admin-toast p{margin:0;font-size:11px;font-weight:600;line-height:1.45}.admin-toast button{color:#9aa0aa;cursor:pointer;background:0 0;border:0;padding:2px;font-size:18px}@keyframes admin-fade-in{0%{opacity:0}}@keyframes admin-modal-in{0%{opacity:0;transform:translateY(8px)scale(.98)}}@keyframes admin-toast-in{0%{opacity:0;transform:translate(14px)}}.async-loading{gap:13px;max-width:1380px;margin:auto;display:grid}.skeleton-item{border:1px solid var(--line);min-height:137px;box-shadow:var(--shadow);background:#fff;border-radius:15px;padding:24px;overflow:hidden}.skeleton-line{background:#eceef2;border-radius:999px;width:56%;height:11px;margin-top:13px;display:block;position:relative;overflow:hidden}.skeleton-line:after{content:"";background:linear-gradient(90deg,#0000,#ffffffbf,#0000);animation:1.25s infinite skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}.skeleton-line.short{width:90px;height:20px;margin-top:0}.skeleton-line.title{width:38%;height:19px;margin-top:20px}.async-loading.table{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:15px;gap:0;overflow:hidden}.async-loading.table .skeleton-item{min-height:52px;box-shadow:none;border:0;border-bottom:1px solid #eceef1;border-radius:0;grid-template-columns:1fr 1.2fr .8fr 1fr;align-items:center;gap:30px;padding:0 20px;display:grid}.async-loading.table .skeleton-item:last-of-type{border-bottom:0}.async-loading.table .skeleton-line{width:100%;height:10px;margin:0}.async-loading.table .skeleton-line.short{width:68%}.async-loading.table .skeleton-line.title{width:82%;height:10px}.async-state{border:1px solid var(--line);max-width:1380px;min-height:260px;box-shadow:var(--shadow);text-align:center;background:#fff;border-radius:16px;justify-items:center;margin:auto;padding:50px 24px;display:grid}.async-state-icon{color:#8d94a1;background:#f0f2f5;border-radius:14px;place-items:center;width:42px;height:42px;font-size:17px;font-weight:800;display:grid}.async-state.error .async-state-icon{color:#d93650;background:#fff0f3}.async-state h2{letter-spacing:-.5px;margin:16px 0 7px;font-size:17px}.async-state p{max-width:430px;color:var(--muted);margin:0;font-size:11px;line-height:1.65}.async-state button{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:999px;min-width:100px;height:39px;margin-top:20px;padding:0 16px;font-size:10px;font-weight:700}.async-state button:disabled{opacity:.55;cursor:wait}@keyframes skeleton-shimmer{to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.skeleton-line:after,.approval-skeleton:after,.admin-modal,.admin-modal-backdrop,.admin-toast{animation:none}}.sales-page-heading{max-width:1380px;margin:0 auto 22px}.sales-page-heading h1{margin-bottom:7px}.sales-page-heading>p:last-child{color:var(--muted);margin:0;font-size:12px}.sales-chart-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:1380px;margin:auto;display:grid}.sales-chart-card{border:1px solid var(--line);min-width:0;min-height:200px;box-shadow:var(--shadow);background:#fff;border-radius:16px;padding:22px 22px 15px}.sales-chart-card header{justify-content:space-between;align-items:flex-start;gap:8px;min-width:0;margin-bottom:13px;display:flex}.sales-chart-card h2{letter-spacing:-.4px;min-width:0;margin:0;font-size:15px;line-height:1.4}.sales-chart-card header span{color:#a5aab4;text-align:right;overflow-wrap:anywhere;flex:0 auto;font:500 9px/1.4 DM Sans,sans-serif}.sales-line-chart{width:100%;height:122px;display:block;overflow:visible}.sales-line-chart text{fill:#a2a7b0;font:5px DM Sans,sans-serif}.chart-grid-line{stroke:#edeef1;stroke-width:.7px}.repeat-chart{grid-column:1}.repeat-customer-summary{flex-direction:column;justify-content:center;min-height:120px;padding:8px 4px 12px;display:flex}.repeat-customer-summary strong{letter-spacing:-1px;font:800 34px DM Sans,Noto Sans KR,sans-serif}.repeat-customer-summary span{color:#555c68;margin-top:8px;font-size:11px;font-weight:600}.repeat-customer-summary small{color:#9aa0aa;margin-top:7px;font-size:9px;line-height:1.5}.top-menu-chart{gap:12px;padding-top:8px;display:grid}.menu-bar-row{grid-template-columns:66px 1fr 28px;align-items:center;gap:8px;display:grid}.menu-bar-row>span{color:#656b76;white-space:nowrap;font-size:8px}.menu-bar-row>div{background:#f1f1f3;border-radius:2px;height:10px;overflow:hidden}.menu-bar-row i{border-radius:inherit;background:#dfe1e5;height:100%;display:block}.menu-bar-row i.is-leading{background:var(--ink)}.menu-bar-row small{color:#9a9fa9;font:500 7px DM Sans,sans-serif}.sales-insight-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:1380px;margin:20px auto;display:grid}.sales-insight-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:15px;padding:19px 20px}.sales-insight-card>span{color:#fff;background:var(--ink);border-radius:999px;padding:5px 8px;font-size:9px;font-weight:700;display:block}.sales-insight-card h2{letter-spacing:-.4px;margin:11px 0 6px;font-size:14px;line-height:1.5}.sales-insight-card p{color:#858b96;min-height:30px;margin:0 0 9px;font-size:10px;line-height:1.5}.sales-insight-action{color:var(--pink);cursor:pointer;background:0 0;border:0;align-self:flex-start;padding:0;font-size:10px;font-weight:700;text-decoration:none}.sales-insight-action i{margin-left:4px;font-style:normal}.sales-summary{border:1px solid var(--line);max-width:1380px;box-shadow:var(--shadow);background:#fff;border-radius:15px;grid-template-columns:repeat(3,1fr);margin:auto;display:grid}.sales-summary article{padding:20px 22px;display:grid}.sales-summary article+article{border-left:1px solid #eceef1}.sales-summary p{color:#767c87;margin:0 0 4px;font-size:10px;font-weight:600}.sales-summary strong{letter-spacing:-.5px;font:700 21px DM Sans,Noto Sans KR,sans-serif}.sales-summary small{color:#a1a6af;margin-top:5px;font-size:9px}.time-sales-heading{justify-content:space-between;align-items:flex-end;gap:24px;max-width:1380px;margin:0 auto 22px;display:flex}.time-sales-heading h1{margin-bottom:8px}.time-sales-heading>div>p:last-child{color:var(--muted);margin:0;font-size:12px}.generate-recommendation-button{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:8px;min-width:126px;height:42px;padding:0 17px;font-size:11px;font-weight:700;transition:transform .18s,opacity .18s;display:inline-flex}.generate-recommendation-button:hover:not(:disabled){transform:translateY(-1px)}.generate-recommendation-button:disabled{opacity:.5;cursor:not-allowed}.button-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:13px;height:13px;animation:.7s linear infinite button-spin}@keyframes button-spin{to{transform:rotate(360deg)}}.auto-approve-panel{border:1px solid var(--line);max-width:1380px;min-height:75px;box-shadow:var(--shadow);background:#fff;border-radius:15px;align-items:center;gap:13px;margin:0 auto 18px;padding:18px 22px;display:flex}.auto-approve-panel strong{font-size:12px}.auto-approve-panel>span{color:#898f9a;font-size:11px}.switch{cursor:pointer;background:#dfe1e5;border:0;border-radius:999px;width:46px;height:26px;padding:0;transition:background .2s;position:relative}.switch span{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #10182833}.switch.is-on{background:#3858e9}.switch.is-on span{transform:translate(20px)}.time-sale-list{gap:13px;max-width:1380px;margin:auto;display:grid}.time-sale-card{border:1px solid var(--line);min-height:137px;box-shadow:var(--shadow);background:#fff;border-radius:15px;justify-content:space-between;align-items:center;gap:24px;padding:23px 24px;display:flex}.time-sale-copy{flex:1;min-width:0}.time-sale-meta{color:#a0a5ae;align-items:center;gap:9px;font-size:10px;display:flex}.time-sale-status{color:#8c6510;background:#fff4bd;border-radius:999px;padding:5px 9px;font:700 9px DM Sans,sans-serif}.time-sale-status.edited{color:#3765d8;background:#e5edff}.time-sale-status.scheduled{color:#3858e9;background:#edf0ff}.time-sale-status.active{color:#fff;background:var(--pink)}.time-sale-status.ended{color:#747984;background:#e9eaed}.time-sale-status.rejected{color:#8b5560;background:#f5e8eb}.recommendation-source{color:#6f7580;white-space:nowrap;background:#eef0f3;border-radius:999px;padding:5px 9px;font:700 9px DM Sans,Noto Sans KR,sans-serif}.recommendation-source.openai{color:#fff;background:linear-gradient(135deg,#12161d,#37404e)}.recommendation-source.fallback{color:#8c6510;background:#fff4bd}.recommendation-source.seed{color:#3765d8;background:#e5edff}.recommendation-source.demo{color:#7654b5;background:#f0e8ff}.time-sale-card h2{letter-spacing:-.5px;margin:11px 0 7px;font-size:18px}.time-sale-details{color:#626873;gap:24px;font-size:11px;display:flex}.time-sale-detail-trigger{color:#5264ba;cursor:pointer;background:0 0;border:0;margin-top:13px;padding:0;font-size:10px;font-weight:700}.time-sale-detail-trigger span{margin-left:4px}.time-sale-side{flex:0 380px;justify-items:end;gap:12px;min-width:250px;display:grid}.time-sale-reason{color:#8f95a0;text-align:right;overflow-wrap:anywhere;max-width:380px;margin:0;font-size:10px;line-height:1.55}.time-sale-actions{flex:none;align-items:center;gap:9px;display:flex}.time-sale-actions button{min-width:54px;height:40px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #dfe1e5;border-radius:999px;padding:0 15px;font-size:11px;font-weight:700;transition:all .18s}.time-sale-actions button:hover{border-color:#babec6;transform:translateY(-1px)}.time-sale-actions button.approve{color:#fff;border-color:var(--ink);background:var(--ink)}.recommendation-detail{margin-top:22px}.recommendation-detail-highlight{background:#f6f7fa;border-radius:12px;gap:10px;padding:16px;display:grid}.recommendation-detail-badges{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.recommendation-detail-highlight strong{font-size:13px;line-height:1.55}.recommendation-detail dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px;margin:16px 0 0;display:grid}.recommendation-detail dl>div{border-bottom:1px solid #eceef1;justify-content:space-between;align-items:center;gap:12px;min-height:43px;display:flex}.recommendation-detail dl>div.wide{grid-column:1/-1;align-items:flex-start;padding:12px 0}.recommendation-detail dt{color:#858b96;font-size:10px}.recommendation-detail dd{color:var(--ink);text-align:right;margin:0;font-size:10px;font-weight:700}.recommendation-detail .wide dd{max-width:70%;line-height:1.55}.recommendation-detail-actions{margin-top:20px}.recommendation-detail-actions button.reject{color:#d93650;border-color:#efcbd2}.recommendation-edit-form{gap:16px;margin-top:22px;display:grid}.recommendation-edit-form label{color:#626873;gap:7px;font-size:10px;font-weight:700;display:grid}.recommendation-edit-form input,.recommendation-readonly-field{width:100%;min-height:43px;color:var(--ink);background:#fff;border:1px solid #dfe1e5;border-radius:9px;padding:0 12px;font:600 11px DM Sans,Noto Sans KR,sans-serif}.recommendation-edit-form input:focus{border-color:#8d98bd;outline:0;box-shadow:0 0 0 3px #eef1ff}.recommendation-edit-form input:disabled{color:#8b9099;background:#f5f6f8}.recommendation-readonly-field{color:#646a75;background:#f7f8fa;align-items:center;display:flex}.recommendation-edit-time-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.recommendation-edit-error{color:#c93650;margin:-3px 0 0;font-size:10px;font-weight:600}.recommendation-edit-actions{margin-top:3px}.inventory-heading{max-width:1380px;margin:0 auto 24px}.inventory-recommendation{border:1px solid var(--line);max-width:1380px;min-height:138px;box-shadow:var(--shadow);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:28px;margin:0 auto 20px;padding:23px 25px;display:flex}.inventory-recommendation-copy{flex:1;min-width:0}.inventory-ai-label{color:#fff;background:var(--ink);border-radius:999px;max-width:100%;padding:6px 10px;font-size:9px;font-weight:700;display:block}.inventory-recommendation h2{letter-spacing:-.6px;margin:12px 0 7px;font-size:clamp(16px,1.5vw,20px);line-height:1.45}.inventory-recommendation p{color:#888e99;margin:0;font-size:11px}.inventory-actions{flex:none;gap:9px;display:flex}.inventory-actions button{height:42px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #dfe1e5;border-radius:999px;padding:0 17px;font-size:11px;font-weight:700;transition:all .18s}.inventory-actions button:hover{border-color:#b9bdc5;transform:translateY(-1px)}.inventory-actions button.primary{color:#fff;border-color:var(--ink);background:var(--ink)}.inventory-feedback{color:#247d5c;background:#eefaf5;border:1px solid #ccecdf;border-radius:11px;align-items:center;gap:8px;max-width:1380px;margin:-6px auto 16px;padding:12px 15px;font-size:11px;font-weight:600;display:flex}.inventory-feedback span{color:#fff;background:#2bbb7e;border-radius:50%;place-items:center;width:19px;height:19px;font-size:10px;display:grid}.inventory-table-wrap{border:1px solid var(--line);max-width:1380px;box-shadow:var(--shadow);background:#fff;border-radius:15px;margin:auto;overflow:hidden}.inventory-table{border-collapse:collapse;table-layout:fixed;width:100%}.inventory-table th{color:#777d88;text-align:left;background:#fafafa;height:46px;padding:0 20px;font-size:10px;font-weight:700}.inventory-table td{color:#3f454f;border-top:1px solid #eceef1;height:51px;padding:0 20px;font-size:11px}.inventory-table th:first-child,.inventory-table td:first-child{width:34%}.inventory-table td:first-child{color:var(--ink);font-weight:600}.inventory-risk{align-items:center;gap:6px;font-size:10px;font-weight:700;display:inline-flex}.inventory-risk i{background:currentColor;border-radius:50%;width:6px;height:6px}.inventory-risk.high{color:#f04457}.inventory-risk.overstock{color:#f19a17}.inventory-risk.low{color:#718096}.menu-trends-heading{max-width:1380px;margin:0 auto 22px}.menu-trends-heading h1{margin-bottom:8px}.menu-trends-heading>p:last-child{color:var(--muted);margin:0;font-size:12px}.menu-trend-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:1380px;margin:auto;display:grid}.menu-trend-card{border:1px solid var(--line);min-width:0;min-height:213px;box-shadow:var(--shadow);background:#fff;border-radius:16px;flex-direction:column;padding:23px 24px;display:flex}.menu-trend-card header{justify-content:space-between;align-items:center;gap:14px;display:flex}.menu-trend-card h2{letter-spacing:-.5px;margin:0;font-size:19px}.menu-trend-status{color:var(--pink);flex:none;font-size:10px;font-weight:700}.menu-trend-status.reviewing{color:#f04457}.menu-trend-status.new{color:var(--pink)}.menu-trend-card>p{color:#646a75;min-height:42px;margin:17px 0 8px;font-size:11px;line-height:1.75}.menu-trend-card>strong{color:#707681;font-size:11px;font-weight:600}.menu-trend-local-note{color:#9aa0aa;margin-top:7px;font-size:9px;line-height:1.5}.menu-trend-actions{gap:9px;margin-top:auto;padding-top:15px;display:flex}.menu-trend-actions button{min-width:0;height:40px;color:var(--ink);white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dfe1e5;border-radius:999px;flex:1 1 0;padding:0 clamp(7px,1vw,15px);font-size:clamp(8px,.8vw,11px);font-weight:700;line-height:1.2;transition:all .18s}.menu-trend-actions button:first-child{color:#fff;border-color:var(--ink);background:var(--ink)}.menu-trend-actions button:hover{transform:translateY(-1px)}.menu-trend-actions button.is-interested{color:var(--ink);background:#fff;border-color:#dfe1e5}.live-passes-heading{justify-content:space-between;align-items:flex-end;gap:20px;max-width:1380px;margin:0 auto 22px;display:flex}.live-passes-heading h1{margin-bottom:8px}.live-passes-heading div>p:last-child{color:var(--muted);margin:0;font-size:12px}.polling-badge{color:#737986;border:1px solid var(--line);background:#fff;border-radius:999px;flex:none;padding:9px 12px;font-size:10px}.polling-badge i{background:#2bbb7e;border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.polling-badge.is-fallback i{background:#f59e0b}.live-passes-table-wrap{border:1px solid var(--line);max-width:1380px;box-shadow:var(--shadow);background:#fff;border-radius:15px;margin:auto;overflow:hidden}.live-passes-table{border-collapse:collapse;table-layout:auto;width:100%}.live-passes-table th{color:#777d88;text-align:left;white-space:nowrap;background:#fafafa;height:46px;padding:0 clamp(8px,1.1vw,20px);font-size:10px;font-weight:700}.live-passes-table td{color:#4d535d;white-space:nowrap;border-top:1px solid #eceef1;height:52px;padding:0 clamp(8px,1.1vw,20px);font-size:11px}.live-passes-table th:last-child,.live-passes-table td:last-child{width:184px}.live-passes-table td:first-child,.live-passes-table .remaining-time{color:var(--ink);font-weight:700}.live-pass-status{color:#fff;background:var(--pink);border-radius:999px;width:100%;padding:6px 10px;font:700 9px DM Sans,sans-serif;display:block}.live-pass-status.day-pass{background:var(--ink)}.live-pass-status.renewable{color:#3765d8;background:#dce9ff}.live-pass-status.ended{color:#81858d;background:#e7e8ea}.live-pass-toast{z-index:25;border:1px solid var(--line);background:#fff;border-radius:13px;grid-template-columns:8px 1fr auto;align-items:start;gap:10px;width:min(320px,100vw - 40px);padding:16px;display:grid;position:fixed;bottom:20px;left:20px;box-shadow:0 12px 35px #10182829}.toast-dot{background:var(--pink);border-radius:50%;width:7px;height:7px;margin-top:4px}.live-pass-toast strong{font-size:11px}.live-pass-toast p{color:#858b96;margin:5px 0 0;font-size:9px}.live-pass-toast button{color:#9da2ac;cursor:pointer;background:0 0;border:0;padding:0;font-size:17px;line-height:1}.api-feedback{color:#3765d8;background:#f2f7ff;border:1px solid #d7e3fb;border-radius:10px;max-width:1380px;margin:0 auto 14px;padding:11px 14px;font-size:10px;font-weight:600}.api-feedback.is-error{color:#b54757;background:#fff4f6;border-color:#f1d0d6}.pass-actions{white-space:nowrap;gap:5px;display:flex}.pass-actions button{min-width:46px;height:29px;color:var(--ink);white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dfe1e5;border-radius:999px;padding:0 8px;font-size:9px;font-weight:700}.pass-actions button.danger{color:#d93650}.pass-actions button:disabled,.time-sale-actions button:disabled{opacity:.55;cursor:wait;transform:none}.live-passes-table .table-empty{color:#8c929d;text-align:center;height:100px;font-weight:500}.empty-card{color:#8c929d;border:1px solid var(--line);text-align:center;background:#fff;border-radius:15px;margin:0;padding:42px;font-size:11px}.wifi-policies-heading{justify-content:space-between;align-items:flex-end;gap:20px;max-width:1380px;margin:0 auto 22px;display:flex}.wifi-policies-heading h1{margin-bottom:8px}.wifi-policies-heading>div>p:last-child{color:var(--muted);margin:0;font-size:12px}.policy-save-button{color:#fff;background:var(--ink);white-space:nowrap;cursor:pointer;border:0;border-radius:999px;min-height:42px;padding:0 clamp(12px,1.3vw,18px);font-size:clamp(9px,.8vw,11px);font-weight:700}.policy-save-button:disabled{opacity:.55;cursor:not-allowed}.wifi-policy-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;max-width:1380px;margin:auto;display:grid}.wifi-policy-card{border:1px solid var(--line);min-width:0;min-height:345px;box-shadow:var(--shadow);background:#fff;border-radius:16px;padding:24px}.wifi-policy-card h2{letter-spacing:-.4px;margin:0 0 21px;font-size:16px}.base-time-control{color:#606671;justify-content:space-between;align-items:center;gap:clamp(8px,1.3vw,18px);margin-bottom:22px;font-size:clamp(9px,.8vw,11px);display:flex}.base-time-control>span{white-space:nowrap}.base-time-control>div{align-items:center;gap:clamp(7px,1.2vw,18px);min-width:0;display:flex}.base-time-control button{color:#565c67;cursor:pointer;background:#fff;border:1px solid #dfe1e5;border-radius:9px;flex:0 0 clamp(30px,3vw,36px);place-items:center;width:clamp(30px,3vw,36px);height:clamp(30px,3vw,36px);padding:0;font-size:clamp(13px,1.3vw,16px);display:grid}.base-time-control strong{min-width:clamp(44px,4vw,56px);color:var(--ink);text-align:center;white-space:nowrap;font:700 clamp(14px,1.5vw,18px) DM Sans,Noto Sans KR,sans-serif}.policy-label,.policy-description{color:#747a85;margin:0 0 10px;font-size:10px}.policy-tier-list{gap:8px;display:grid}.policy-tier-row{border:1px solid #dfe1e5;border-radius:9px;justify-content:space-between;align-items:center;min-height:47px;padding:0 14px;font-size:11px;display:flex}.policy-tier-row strong{color:var(--pink);font-size:11px}.off-peak-setting{border-top:1px solid #eceef1;justify-content:space-between;align-items:center;gap:15px;margin-top:16px;padding-top:14px;display:flex}.off-peak-setting>div{display:grid}.off-peak-setting strong{font-size:11px}.off-peak-setting small{color:#9297a1;margin-top:4px;font-size:9px}.wifi-simulation{border:1px solid var(--line);max-width:1380px;box-shadow:var(--shadow);background:#fff;border-radius:16px;margin:18px auto 0;padding:24px}.wifi-simulation header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:17px;display:flex}.wifi-simulation h2{margin:0;font-size:15px}.wifi-simulation header>span{white-space:nowrap;border:1px solid #dfe1e5;border-radius:999px;padding:10px 14px;font-size:clamp(9px,.8vw,10px);font-weight:700}.simulation-row{color:#606671;border-bottom:1px solid #eceef1;justify-content:space-between;align-items:center;min-height:42px;font-size:11px;display:flex}.simulation-row strong{color:var(--ink)}.wifi-simulation>p{color:#a0a5ae;margin:13px 0 0;font-size:9px}.reward-tiers-heading{max-width:1380px;margin:0 auto 22px}.reward-tiers-heading h1{margin-bottom:8px}.reward-tiers-heading>p:last-child{color:var(--muted);margin:0;font-size:12px}.reward-tier-list{gap:16px;max-width:1380px;margin:auto;display:grid}.reward-tier-card{border:1px solid var(--line);min-height:143px;box-shadow:var(--shadow);background:#fff;border-radius:16px;grid-template-columns:135px 1fr;gap:22px;padding:24px;display:grid}.reward-tier-summary{flex-direction:column;display:flex}.reward-tier-summary>span{color:#747a85;font-size:10px;font-weight:600}.reward-tier-summary>strong{letter-spacing:-.8px;margin-top:7px;font:700 25px DM Sans,Noto Sans KR,sans-serif}.reward-tier-summary>small{color:#a1a6af;margin-top:7px;font-size:9px}.reward-benefit-area{min-width:0}.reward-benefit-area h2{color:#6d737e;margin:0 0 9px;font-size:11px}.reward-benefit-list{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.reward-benefit,.reward-benefit-list button{background:#fff;border:1px solid #dfe1e5;border-radius:999px;min-height:39px;padding:0 14px;font-size:11px}.reward-benefit{align-items:center;gap:8px;display:inline-flex}.reward-benefit small{color:#a0a5ae;font:500 8px DM Sans,sans-serif}.reward-benefit-list button{color:#8d929c;cursor:pointer;border-style:dashed;transition:all .18s}.reward-benefit-list button:hover{color:var(--ink);border-color:#aeb2ba;transform:translateY(-1px)}.reward-benefit-list button:disabled{opacity:.55;cursor:wait;transform:none}.reward-benefit-area>p{color:#a1a6af;margin:11px 0 0;font-size:9px;line-height:1.5}.reward-benefit-form{gap:15px;margin-top:22px;display:grid}.reward-benefit-form label{color:#626873;gap:7px;font-size:10px;font-weight:700;display:grid}.reward-benefit-form input,.reward-benefit-form select{width:100%;min-height:43px;color:var(--ink);background:#fff;border:1px solid #dfe1e5;border-radius:9px;padding:0 12px;font:600 11px DM Sans,Noto Sans KR,sans-serif}.reward-benefit-form input:focus,.reward-benefit-form select:focus{border-color:#8d98bd;outline:0;box-shadow:0 0 0 3px #eef1ff}.reward-benefit-form input:disabled,.reward-benefit-form select:disabled{color:#8b9099;background:#f5f6f8}.reward-benefit-form-error{color:#c93650;margin:0;font-size:10px;font-weight:600}.reward-history-heading{max-width:1380px;margin:0 auto 26px}.reward-history-table-wrap{border:1px solid var(--line);max-width:1380px;box-shadow:var(--shadow);background:#fff;border-radius:15px;margin:auto;overflow:hidden}.reward-history-table{border-collapse:collapse;table-layout:fixed;width:100%}.reward-history-table th{color:#777d88;text-align:left;background:#fafafa;height:46px;padding:0 20px;font-size:10px;font-weight:700}.reward-history-table td{color:#4d535d;border-top:1px solid #eceef1;height:52px;padding:0 20px;font-size:11px}.reward-history-table td:first-child{color:#747a85}.reward-history-table td:nth-child(2){color:var(--ink);font-weight:700}.reward-history-status{color:#fff;background:var(--pink);border-radius:999px;width:100%;padding:6px 10px;font:700 9px DM Sans,sans-serif;display:block}.reward-history-status.saved{color:#3765d8;background:#dce9ff}.reward-history-status.expired{color:#81858d;background:#e7e8ea}.orders-heading{max-width:1380px;margin:0 auto 22px}.order-filters{gap:9px;max-width:1380px;margin:0 auto 20px;display:flex}.order-filters button{height:41px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #dfe1e5;border-radius:999px;padding:0 17px;font-size:11px;font-weight:700}.order-filters button.active{color:#fff;border-color:var(--ink);background:var(--ink)}.orders-table-wrap{border:1px solid var(--line);max-width:1380px;box-shadow:var(--shadow);background:#fff;border-radius:15px;margin:auto;overflow:hidden}.orders-table{border-collapse:collapse;table-layout:fixed;width:100%}.orders-table th{color:#777d88;text-align:left;background:#fafafa;height:46px;padding:0 20px;font-size:10px;font-weight:700}.orders-table td{color:#4d535d;border-top:1px solid #eceef1;height:52px;padding:0 20px;font-size:11px}.orders-table td:first-child{color:#747a85}.orders-table td:nth-child(2){color:var(--ink);font-weight:700}.orders-empty{color:#8c929d;text-align:center;margin:0;padding:35px;font-size:11px}.notifications-heading{max-width:1380px;margin:0 auto 22px}.notifications-heading h1{margin-bottom:8px}.notifications-heading>p:last-child{color:var(--muted);margin:0;font-size:12px}.otp-skip-panel{border:1px solid var(--line);max-width:1380px;min-height:90px;box-shadow:var(--shadow);background:#fff;border-radius:15px;justify-content:space-between;align-items:center;gap:20px;margin:0 auto 20px;padding:22px 24px;display:flex}.otp-skip-panel>div{display:grid}.otp-skip-panel strong{font-size:12px}.otp-skip-panel small{color:#8c929d;margin-top:5px;font-size:9px}.notifications-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;max-width:1380px;margin:auto;display:grid}.notification-panel{border:1px solid var(--line);min-width:0;min-height:377px;box-shadow:var(--shadow);background:#fff;border-radius:16px;padding:23px 24px}.notification-panel h2{margin:0 0 14px;font-size:15px}.notification-template-list{gap:10px;display:grid}.notification-template-list button{width:100%;min-height:70px;color:var(--ink);text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe1e5;border-radius:9px;padding:14px;transition:all .18s;display:grid}.notification-template-list button:hover,.notification-template-list button.active{background:#fafbff;border-color:#aeb4c3}.notification-template-list strong{font-size:11px}.notification-template-list span{color:#5f6570;margin-top:7px;font-size:10px;line-height:1.5}.sent-notification-list{display:grid}.sent-notification-list>div{border-bottom:1px solid #eceef1;justify-content:space-between;align-items:center;min-height:74px;display:flex}.sent-notification-list>div:last-child{border-bottom:0}.sent-notification-list span{display:grid}.sent-notification-list strong{font-size:11px}.sent-notification-list small{color:#858b96;margin-top:6px;font-size:9px}.sent-notification-list time{color:#a0a5ae;font:500 9px DM Sans,sans-serif}.anomalies-heading{max-width:1380px;margin:0 auto 22px}.anomalies-heading h1{margin-bottom:8px}.anomalies-heading>p:last-child{color:var(--muted);margin:0;font-size:12px}.anomaly-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:1380px;margin:auto;display:grid}.anomaly-card{border:1px solid var(--line);min-width:0;min-height:229px;box-shadow:var(--shadow);background:#fff;border-radius:16px;flex-direction:column;padding:24px;transition:all .2s;display:flex}.anomaly-card.resolved{opacity:.65;background:#fafbfb}.anomaly-severity{color:#f04457;align-self:flex-start;align-items:center;gap:6px;font-size:10px;font-weight:700;display:inline-flex}.anomaly-severity i{background:currentColor;border-radius:50%;width:6px;height:6px}.anomaly-severity.medium{color:#f19a17}.anomaly-severity.low{color:var(--pink)}.anomaly-card.resolved .anomaly-severity{color:#2b9d72}.anomaly-card h2{letter-spacing:-.4px;margin:15px 0 10px;font-size:15px;line-height:1.45}.anomaly-card>p{color:#626873;margin:0;font-size:10px;line-height:1.65}.anomaly-card>time{color:#a0a5ae;margin-top:8px;font:500 9px DM Sans,sans-serif}.anomaly-actions{align-items:center;gap:10px;margin-top:auto;padding-top:14px;display:flex}.anomaly-actions button{min-height:39px;color:var(--ink);white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dfe1e5;border-radius:999px;padding:0 clamp(8px,1vw,14px);font-size:clamp(8px,.8vw,10px);font-weight:700}.anomaly-actions button.resolve{color:var(--pink);background:0 0;border:0;padding:0}.anomaly-actions button:disabled{cursor:default}.team-heading{justify-content:space-between;align-items:flex-end;gap:20px;max-width:1380px;margin:0 auto 26px;display:flex}.team-heading>button{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:999px;height:42px;padding:0 18px;font-size:11px;font-weight:700}.team-table-wrap{border:1px solid var(--line);max-width:1380px;box-shadow:var(--shadow);background:#fff;border-radius:15px;margin:auto;overflow:hidden}.team-table{border-collapse:collapse;table-layout:fixed;width:100%}.team-table th{color:#777d88;text-align:left;background:#fafafa;height:46px;padding:0 20px;font-size:10px;font-weight:700}.team-table td{color:#4d535d;border-top:1px solid #eceef1;height:52px;padding:0 20px;font-size:11px}.team-table td:first-child{color:var(--ink);font-weight:700}.team-table td:nth-child(2){color:#747a85}.team-role{color:#81858d;background:#e7e8ea;border-radius:999px;width:100%;padding:6px 10px;font:700 9px DM Sans,sans-serif;display:block}.team-role.owner{color:#fff;background:var(--ink)}.team-role.manager{color:#3765d8;background:#dce9ff}.team-modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#10141c73;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.invite-member-modal{background:#fff;border-radius:17px;width:min(440px,100%);padding:24px;box-shadow:0 24px 70px #1018283d}.invite-member-modal header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.invite-member-modal h2{margin:0;font-size:20px}.invite-member-modal header button{color:#858b96;cursor:pointer;background:0 0;border:0;padding:0;font-size:24px}.invite-member-modal form,.invite-member-modal label{display:grid}.invite-member-modal form{gap:15px}.invite-member-modal label{color:#5f6570;gap:7px;font-size:10px;font-weight:700}.invite-member-modal input,.invite-member-modal select{width:100%;height:43px;color:var(--ink);background:#fff;border:1px solid #dfe1e5;border-radius:9px;outline:0;padding:0 12px;font:500 11px inherit}.invite-member-modal input:focus,.invite-member-modal select:focus{border-color:#8d98bd;box-shadow:0 0 0 3px #eef1ff}.invite-member-modal form>div{justify-content:flex-end;gap:9px;margin-top:6px;display:flex}.invite-member-modal form>div button{cursor:pointer;background:#fff;border:1px solid #dfe1e5;border-radius:999px;height:40px;padding:0 16px;font-size:11px;font-weight:700}.invite-member-modal form>div button:last-child{color:#fff;border-color:var(--ink);background:var(--ink)}.invite-member-modal button:disabled{opacity:.55;cursor:wait}.audit-heading{max-width:1380px;margin:0 auto 22px}.audit-heading h1{margin-bottom:8px}.audit-heading>p:last-child{color:var(--muted);margin:0;font-size:12px}.audit-table-wrap{border:1px solid var(--line);max-width:1380px;box-shadow:var(--shadow);background:#fff;border-radius:15px;margin:auto;overflow:hidden}.audit-table{border-collapse:collapse;table-layout:fixed;width:100%}.audit-table th{color:#777d88;text-align:left;background:#fafafa;height:46px;padding:0 20px;font-size:10px;font-weight:700}.audit-table th:first-child{width:17%}.audit-table th:nth-child(2){width:21%}.audit-table th:nth-child(3){width:25%}.audit-table td{color:#4d535d;border-top:1px solid #eceef1;height:52px;padding:0 20px;font-size:11px}.audit-table td:first-child{color:#747a85}.audit-table td:nth-child(2){color:var(--ink);font-weight:700}.settings-heading{max-width:1380px;margin:0 auto 26px}.settings-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:17px;max-width:1380px;margin:auto;display:grid}.settings-card{border:1px solid var(--line);min-width:0;box-shadow:var(--shadow);background:#fff;border-radius:16px;padding:24px}.settings-card h2{margin:0 0 10px;font-size:15px}.settings-card dl{margin:0}.settings-card dl>div{border-bottom:1px solid #eceef1;justify-content:space-between;align-items:center;gap:18px;min-height:46px;display:flex}.settings-card dl>div:last-child{border-bottom:0}.settings-card dt{color:#7a808b;font-size:10px}.settings-card dd{color:var(--ink);text-align:right;overflow-wrap:anywhere;margin:0;font-size:11px;font-weight:700}.privacy-heading{max-width:1380px;margin:0 auto 22px}.privacy-heading h1{margin-bottom:8px}.privacy-heading>p:last-child{color:var(--muted);margin:0;font-size:12px}.privacy-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;max-width:1380px;margin:auto;display:grid}.privacy-metric-card{border:1px solid var(--line);min-width:0;min-height:153px;box-shadow:var(--shadow);background:#fff;border-radius:16px;flex-direction:column;padding:24px;display:flex}.privacy-metric-card p{color:#737985;margin:0 0 10px;font-size:10px;font-weight:700}.privacy-metric-card strong{letter-spacing:-.5px;font:700 23px DM Sans,Noto Sans KR,sans-serif}.privacy-metric-card small{color:#858b96;margin-top:10px;font-size:10px;line-height:1.6}.not-collected-card{border:1px solid var(--line);max-width:1380px;box-shadow:var(--shadow);background:#fff;border-radius:16px;margin:20px auto 0;padding:25px}.not-collected-card h2{margin:0 0 15px;font-size:15px}.not-collected-card p{color:#5f6570;margin:0;font-size:11px;line-height:1.65}@media (width<=1120px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-grid{grid-template-columns:1fr}.sales-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.repeat-chart{grid-column:auto}}@media (width<=1350px) and (width>=761px){.sales-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.repeat-chart{grid-column:auto}}@media (width<=760px){.topbar{gap:10px;height:60px;padding:0 15px}.brand{font-size:16px}.brand-mark{width:29px;height:29px}.console-badge,.profile-copy,.chevron{display:none}.mobile-menu{cursor:pointer;background:0 0;border:0;gap:4px;width:34px;padding:7px;display:grid}.mobile-menu span{background:var(--ink);border-radius:2px;height:2px}.sidebar{z-index:40;width:min(290px,84vw);transition:transform .25s;top:60px;transform:translate(-105%)}.sidebar.is-open{transform:translate(0)}.backdrop{z-index:35;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0e111761;border:0;width:100%;display:block;position:fixed;inset:60px 0 0}.main-content{margin-left:0;padding:88px 16px 24px}.page-heading{align-items:flex-start}.date-chip{display:none}.metric-grid{grid-template-columns:1fr;gap:10px}.metric-card{padding:17px}.metric-copy strong{font-size:22px}.ai-banner{padding:20px}.ai-orb{display:none}.private-label{margin:8px 0 0;display:block}.ai-actions{flex-wrap:wrap}.panel{padding:20px 17px 0}.activity-row{grid-template-columns:9px 1fr;padding:8px 0}.activity-row time{display:none}.activity-row p{line-height:1.5}.approval-row{gap:10px}.approval-row small{line-height:1.45}.sales-page-heading>p:last-child{line-height:1.6}.sales-chart-grid,.sales-insight-grid{grid-template-columns:1fr}.sales-chart-card{min-height:190px}.sales-summary{grid-template-columns:1fr}.sales-summary article+article{border-top:1px solid #eceef1;border-left:0}.time-sales-heading{flex-direction:column;align-items:stretch;gap:16px}.time-sales-heading>div>p:last-child{line-height:1.6}.generate-recommendation-button{width:100%}.auto-approve-panel{flex-wrap:wrap}.time-sale-card{flex-direction:column;align-items:flex-start;min-height:0;padding:20px}.time-sale-details{flex-direction:column;gap:5px}.time-sale-actions{width:100%}.time-sale-actions button{flex:1}.recommendation-detail dl{grid-template-columns:1fr}.recommendation-detail dl>div.wide{grid-column:auto}.recommendation-detail-actions{flex-wrap:wrap}.recommendation-edit-time-grid{grid-template-columns:1fr}.inventory-recommendation{flex-direction:column;align-items:flex-start}.inventory-actions{width:100%}.inventory-actions button{flex:1}.inventory-table-wrap{overflow-x:auto}.inventory-table{min-width:650px}.menu-trends-heading>p:last-child{line-height:1.6}.menu-trend-grid{grid-template-columns:1fr}.live-passes-heading{flex-direction:column;align-items:flex-start}.live-passes-heading div>p:last-child{line-height:1.6}.live-passes-table-wrap{overflow-x:auto}.live-passes-table{min-width:850px}.live-pass-toast{width:calc(100vw - 24px);bottom:12px;left:12px}.wifi-policies-heading{flex-direction:column;align-items:stretch}.wifi-policies-heading>div>p:last-child{line-height:1.6}.policy-save-button{width:100%}.wifi-policy-grid{grid-template-columns:1fr}.wifi-policy-card{min-height:0}.wifi-simulation header{flex-direction:column;align-items:flex-start}.wifi-simulation header>span{text-align:center;align-self:stretch}.reward-tiers-heading>p:last-child{line-height:1.6}.reward-tier-card{grid-template-columns:1fr;gap:18px}.reward-benefit-area>p{line-height:1.65}.reward-history-table-wrap{overflow-x:auto}.reward-history-table{min-width:720px}.order-filters{padding-bottom:2px;overflow-x:auto}.order-filters button{flex:none}.orders-table-wrap{overflow-x:auto}.orders-table{min-width:760px}.notifications-heading>p:last-child{line-height:1.6}.notifications-grid{grid-template-columns:1fr}.notification-panel{min-height:0}.anomalies-heading>p:last-child{line-height:1.6}.anomaly-grid{grid-template-columns:1fr}.team-heading{align-items:flex-start}.team-table-wrap{overflow-x:auto}.team-table{min-width:760px}.audit-heading>p:last-child{line-height:1.6}.audit-table-wrap{overflow-x:auto}.audit-table{min-width:760px}.settings-grid{grid-template-columns:1fr}.privacy-heading>p:last-child{line-height:1.6}.privacy-metric-grid{grid-template-columns:1fr}.admin-modal{padding:21px}.admin-modal-actions button{flex:1}.admin-toast-region{bottom:16px;right:16px}}@media (width<=1120px) and (width>=761px){.settings-grid,.privacy-metric-grid,.anomaly-grid,.menu-trend-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=420px){.notification-button{margin-left:auto}.profile{display:none}.welcome{line-height:1.5}.metric-icon{display:none}.ai-content h2{margin-top:13px}.text-button{padding:0}}@container admin-main (width<=820px){.time-sale-card{flex-direction:column;align-items:stretch;min-height:0}.time-sale-side{flex-basis:auto;justify-items:stretch;width:100%;min-width:0}.time-sale-reason{text-align:left;max-width:none}.time-sale-actions{justify-content:flex-end;width:100%}.menu-trend-grid,.wifi-policy-grid,.anomaly-grid{grid-template-columns:1fr}.live-passes-table-wrap{box-shadow:none;background:0 0;border:0;overflow:visible}.live-passes-table{min-width:0;display:block}.live-passes-table thead{display:none}.live-passes-table tbody{gap:12px;display:grid}.live-passes-table tr{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 16px;padding:14px 16px;display:grid}.live-passes-table td{white-space:normal;overflow-wrap:anywhere;border:0;grid-template-columns:minmax(58px,auto) 1fr;align-items:center;gap:8px;width:auto;height:auto;min-height:36px;padding:5px 0;font-size:10px;display:grid}.live-passes-table td:before{content:attr(data-label);color:#8c929d;white-space:nowrap;font-size:9px;font-weight:600}.live-passes-table th:last-child,.live-passes-table td:last-child{width:auto}.live-passes-table td:last-child{border-top:1px solid #eceef1;grid-column:1/-1;padding-top:10px;display:block}.live-passes-table td:last-child:before{display:none}.live-pass-status{text-align:center;width:auto;min-width:86px;display:inline-block}.pass-actions{width:100%}.pass-actions button{flex:1;min-width:0}.wifi-policy-card{min-height:0}.base-time-control{font-size:10px}.anomaly-actions{flex-wrap:nowrap}}@container admin-main (width<=620px){.live-passes-heading,.wifi-policies-heading{flex-direction:column;align-items:stretch}.polling-badge{white-space:normal;align-self:flex-start}.policy-save-button{width:100%}.wifi-simulation header{flex-direction:column;align-items:stretch}.wifi-simulation header>span{text-align:center;align-self:stretch}.time-sale-actions button{flex:1;min-width:0;padding-inline:8px}}@container admin-main (width<=480px){.live-passes-table tr{grid-template-columns:1fr}.live-passes-table td:last-child{grid-column:auto}.base-time-control{flex-direction:column;align-items:stretch}.base-time-control>div{justify-content:space-between}.menu-trend-actions{gap:6px}.menu-trend-actions button{font-size:8px}.anomaly-actions{gap:7px}}@media (width<=760px){.app-shell.sidebar-open .main-content{margin-left:0}}.customer-portal{color:#1a1a1a;letter-spacing:0;background:#000;place-items:center;min-height:100svh;font-family:Noto Sans KR,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid}.customer-portal *{box-sizing:border-box}.customer-portal button,.customer-portal input{font:inherit}.customer-portal button{-webkit-tap-highlight-color:transparent}.customer-portal .portal-phone{background:#fff;border:1px solid #e0e0e0;border-radius:4px;width:min(100vw,360px);min-height:min(100svh,720px);overflow:hidden;box-shadow:0 1px 4px #0000000f}.customer-portal .portal-topbar{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:12px;height:43px;padding:12px 20px;display:flex}.customer-portal .portal-topbar p{color:#717171;white-space:nowrap;margin:0;font-size:12px;font-weight:600;line-height:18px}.customer-portal .portal-topbar span{color:#ff385c;white-space:nowrap;align-items:center;gap:6px;font-size:12px;font-weight:600;line-height:18px;display:inline-flex}.customer-portal .portal-topbar i{background:#ff385c;border-radius:999px;width:7px;height:7px}.customer-portal .portal-screen{flex-direction:column;gap:18px;width:318px;min-height:675px;margin:0 auto;padding:24px 0 56px;display:flex}.customer-portal .eyebrow{color:#a8a8a8;letter-spacing:.5px;margin:0;font-size:11px;font-weight:700;line-height:16px}.customer-portal .eyebrow.accent{color:#ff385c}.customer-portal h1,.customer-portal h2,.customer-portal p{margin:0}.customer-portal h1{color:#1a1a1a;font-size:22px;font-weight:700;line-height:1.35}.customer-portal h2{color:#1a1a1a;font-size:16px;font-weight:700;line-height:1.45}.customer-portal .screen-copy{color:#717171;font-size:14px;font-weight:400;line-height:1.55}.customer-portal .screen-copy.dark{color:#383838}.customer-portal .caption,.customer-portal .helper{color:#a8a8a8;font-size:12px;line-height:18px}.customer-portal .info-card,.customer-portal .progress-card,.customer-portal .recommend-card,.customer-portal .notice-panel,.customer-portal .request-card{background:#f7f7f7;border-radius:12px;width:100%;padding:18px}.customer-portal .card-title{color:#717171;margin:0 0 10px;font-size:12px;font-weight:700;line-height:18px}.customer-portal .info-row{color:#383838;justify-content:space-between;align-items:center;gap:12px;min-height:28px;font-size:14px;line-height:21px;display:flex}.customer-portal .info-row strong{color:#1a1a1a;text-align:right;font-weight:700}.customer-portal .button-stack,.customer-portal .reward-actions{flex-direction:column;gap:10px;display:flex}.customer-portal .portal-button{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:48px;padding:0 18px;font-size:15px;font-weight:700;line-height:22px;display:inline-flex}.customer-portal .portal-button.primary{color:#fff;background:#1a1a1a;border:1px solid #1a1a1a}.customer-portal .portal-button.secondary{color:#1a1a1a;background:#fff;border:1px solid #e0e0e0}.customer-portal .portal-button:disabled{color:#fff;cursor:not-allowed;background:#a8a8a8;border-color:#d8d8d8}.customer-portal .text-link{color:#717171;text-align:center;cursor:pointer;background:0 0;border:0;min-height:40px;font-size:13px;line-height:20px;text-decoration:underline}.customer-portal .text-link.left{text-align:left;width:fit-content;min-height:auto;padding:0}.customer-portal .field{color:#717171;gap:8px;font-size:12px;font-weight:600;line-height:18px;display:grid}.customer-portal .field input{color:#1a1a1a;background:#fff;border:1px solid #e0e0e0;border-radius:8px;width:100%;height:48px;padding:0 16px;font-size:15px}.customer-portal .field input:focus{border-color:#ff385c;outline:2px solid #ff385c38}.customer-portal .field input:disabled{color:#717171;background:#f7f7f7}.customer-portal .form-error,.customer-portal .success-text{color:#ff385c;text-align:center;font-size:12px;font-weight:700}.customer-portal .success-text{color:#1a1a1a}.customer-portal .consent-card{cursor:pointer;border:1px solid #e0e0e0;border-radius:8px;align-items:flex-start;gap:12px;min-height:68px;padding:14px;display:flex}.customer-portal .consent-card input{opacity:0;position:absolute}.customer-portal .consent-card>span{background:#fff;border:1px solid #c2c2c2;border-radius:999px;flex:0 0 22px;width:22px;height:22px;margin-top:1px}.customer-portal .consent-card input:checked+span{background:radial-gradient(circle,#1a1a1a 42%,#0000 45%),#fff;border-color:#1a1a1a}.customer-portal .consent-card strong,.customer-portal .reward-card strong,.customer-portal .coupon-card strong,.customer-portal .request-card strong,.customer-portal .notice-panel strong{color:#1a1a1a;font-size:14px;font-weight:700;line-height:21px;display:block}.customer-portal .consent-card small,.customer-portal .reward-card small,.customer-portal .coupon-card small,.customer-portal .menu-row small{color:#717171;margin-top:2px;font-size:12px;line-height:18px;display:block}.customer-portal .chips{gap:6px;display:flex}.customer-portal .chip{color:#1a1a1a;background:#ebebeb;border-radius:999px;padding:5px 11px;font-size:11px;font-weight:700;line-height:16px}.customer-portal .chip.live{color:#fff;background:#ff385c}.customer-portal .timer-label{color:#717171;margin-top:2px;font-size:12px;font-weight:700}.customer-portal .timer-large{color:#1a1a1a;margin-top:-12px;font-size:44px;font-weight:700;line-height:46px}.customer-portal .progress-card{background:#fff;border:1px solid #e0e0e0}.customer-portal .amount-line,.customer-portal .split-line,.customer-portal .tier-item,.customer-portal .coupon-card,.customer-portal .menu-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.customer-portal .amount-line span,.customer-portal .split-line span{color:#717171;font-size:13px;font-weight:600}.customer-portal .amount-line strong{color:#1a1a1a;font-size:20px;line-height:30px}.customer-portal .progress-bar{background:#ebebeb;border-radius:999px;height:8px;margin-top:12px;overflow:hidden}.customer-portal .progress-bar span{border-radius:inherit;background:#ff385c;height:100%;display:block}.customer-portal .split-line{margin-top:10px}.customer-portal .split-line strong,.customer-portal .tier-item strong{color:#ff385c;font-size:13px;font-weight:700}.customer-portal .progress-card p{color:#383838;margin-top:12px;font-size:13px;line-height:20px}.customer-portal .mini-actions{justify-content:center;gap:40px;display:flex}.customer-portal .mini-actions button{color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;height:40px;padding:0 18px;font-size:13px;font-weight:700}.customer-portal .summary-list{border-top:1px solid #f0f0f0;gap:8px;margin:0;padding-top:8px;display:grid}.customer-portal .summary-list div{justify-content:space-between;align-items:center;gap:12px;min-height:20px;display:flex}.customer-portal .summary-list dt{color:#717171;font-size:13px}.customer-portal .summary-list dd{color:#1a1a1a;margin:0;font-size:13px;font-weight:700}.customer-portal .reward-list,.customer-portal .tier-list,.customer-portal .privacy-list{flex-direction:column;gap:10px;display:flex}.customer-portal .reward-card,.customer-portal .coupon-card,.customer-portal .tier-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;width:100%;min-height:64px;padding:16px}.customer-portal .reward-card{text-align:left;cursor:pointer}.customer-portal .reward-card.selected{border-color:#ff385c}.customer-portal .reward-card em{color:#fff;background:#ff385c;border-radius:999px;padding:4px 10px;font-size:11px;font-style:normal;font-weight:700}.customer-portal .reward-actions{border-top:1px solid #f0f0f0;padding-top:8px}.customer-portal .reward-actions p{color:#717171;font-size:12px;font-weight:700}.customer-portal .reward-actions span{color:#a8a8a8;font-size:12px;line-height:18px}.customer-portal .coupon-card button{color:#fff;cursor:pointer;background:#1a1a1a;border:0;border-radius:8px;min-width:56px;height:40px;font-size:13px;font-weight:700}.customer-portal .coupon-card button:disabled{cursor:not-allowed;background:#aaa}.customer-portal .tier-item span{color:#1a1a1a;font-size:14px;font-weight:600}.customer-portal .recommend-card p{color:#717171;font-size:12px;font-weight:700}.customer-portal .recommend-card h2{margin-top:8px}.customer-portal .menu-row{border-bottom:1px solid #e0e0e0;padding:10px 0 8px}.customer-portal .menu-row:last-child{border-bottom:0}.customer-portal .menu-row b{color:#1a1a1a;font-size:14px}.customer-portal .notice-panel{gap:8px;display:grid}.customer-portal .notice-panel p{color:#383838;font-size:13px;line-height:20px}.customer-portal .request-card{gap:8px;display:grid}.customer-portal .request-card span{color:#383838;font-size:13px}.customer-portal .privacy-item{border-bottom:1px solid #f0f0f0;padding-bottom:12px}.customer-portal .privacy-item h2{margin-bottom:4px;font-size:14px}.customer-portal .privacy-item p{color:#717171;font-size:13px;line-height:20px}@media (width>=720px){.customer-portal{padding:32px}}@media (width<=380px){.customer-portal .portal-phone{border:0;width:100vw;min-height:100svh}.customer-portal .portal-screen{width:calc(100vw - 40px)}}.demo-pos{color:#1a1a1a;background:#f4f5f7;place-items:center;min-height:100svh;padding:32px;font-family:Noto Sans KR,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid}.demo-pos *{box-sizing:border-box}.demo-pos button,.demo-pos input{font:inherit}.demo-pos__panel{background:#fff;border:1px solid #dedede;border-radius:8px;width:min(100%,760px);overflow:hidden;box-shadow:0 12px 36px #00000014}.demo-pos__header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.demo-pos__header p,.demo-pos__content p,.demo-pos__notice,.demo-pos__error{margin:0}.demo-pos__header p{color:#717171;font-size:14px;font-weight:700}.demo-pos__header strong{color:#ff385c;font-size:14px}.demo-pos__content{gap:24px;padding:32px;display:grid}.demo-pos__eyebrow{color:#999;letter-spacing:0;text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:800;display:block}.demo-pos h1{margin:0 0 12px;font-size:30px;line-height:1.25}.demo-pos__content p{color:#666;font-size:15px;line-height:1.7}.demo-pos code{color:#1a1a1a;background:#f2f2f2;border-radius:4px;padding:2px 5px}.demo-pos__menus,.demo-pos__summary,.demo-pos__fields{gap:12px;display:grid}.demo-pos__menus{grid-template-columns:repeat(2,minmax(0,1fr))}.demo-pos__menus button,.demo-pos__summary,.demo-pos__fields label,.demo-pos__notice{background:#fff;border:1px solid #dedede;border-radius:8px}.demo-pos__menus button{color:#1a1a1a;cursor:pointer;justify-content:space-between;align-items:center;gap:12px;min-height:76px;padding:18px;display:flex}.demo-pos__menus button.selected{background:#fff5f7;border-color:#ff385c}.demo-pos__menus span,.demo-pos__menus strong{font-weight:800}.demo-pos__summary{background:#f7f7f7;padding:18px}.demo-pos__summary div{justify-content:space-between;gap:16px;display:flex}.demo-pos__summary span,.demo-pos__fields span{color:#717171;font-size:13px;font-weight:700}.demo-pos__summary strong{font-size:16px}.demo-pos__fields label{gap:8px;padding:14px;display:grid}.demo-pos__fields input{color:#1a1a1a;border:0;outline:0;width:100%;font-size:15px;font-weight:700}.demo-pos__notice{color:#666;padding:16px;font-size:14px;line-height:1.6}.demo-pos__error{color:#ff385c;font-size:14px;font-weight:800}.demo-pos__submit{color:#fff;cursor:pointer;background:#1a1a1a;border:0;border-radius:8px;min-height:56px;font-weight:900}.demo-pos__submit:disabled{cursor:not-allowed;background:#aaa}@media (width<=640px){.demo-pos{background:#fff;padding:0;display:block}.demo-pos__panel{min-height:100svh;box-shadow:none;border:0;border-radius:0}.demo-pos__content{padding:24px 20px}.demo-pos h1{font-size:24px}.demo-pos__menus{grid-template-columns:1fr}}
