:root{--background:#f1f0ed;--foreground:#111111;--muted:#7a7a7a;--muted-foreground:#8a8a8a;--card:#ffffff;--card-foreground:#111111;--border:#e7e7e7;--input:#efefef;--primary:#2467f2;--primary-foreground:#ffffff;--secondary:#000000;--secondary-foreground:#ffffff;--radius:24px;--shadow-card:0 12px 30px rgba(15,23,42,0.08);--shadow-soft:0 8px 24px rgba(15,23,42,0.06)}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;background:var(--background);color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}img{display:block;max-width:100%}.app-viewport{min-height:100vh;display:flex;justify-content:center;background:radial-gradient(circle at 50% 15%,rgba(255,255,255,.8),transparent 34%),var(--background)}.mobile-canvas{width:100%;max-width:430px;position:relative;background:#ffffff;box-shadow:0 24px 80px rgba(15,23,42,.16)}.mobile-canvas,.mobile-content{height:100vh;min-height:100vh;overflow:hidden}.screen{height:100vh;min-height:100vh;padding:34px 28px 112px;background:#ffffff}.home-screen{position:relative;overflow:hidden;padding:0}.home-fixed-header{position:absolute;inset:0 0 auto;z-index:10;padding:14px 18px 10px;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(231,231,231,.72);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.home-scroll-area{height:100%;overflow-y:auto;padding:132px 18px 74px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.home-scroll-area::-webkit-scrollbar{display:none}.no-bottom-padding{padding:0}.ui-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:999px;cursor:pointer;font-weight:700;transition:transform .16s ease,background-color .16s ease,border-color .16s ease}.ui-button:active{transform:translateY(1px)}.ui-button-default{background:var(--primary);color:var(--primary-foreground)}.ui-button-secondary{background:var(--secondary);color:var(--secondary-foreground)}.ui-button-outline{border-color:var(--border)}.ui-button-ghost,.ui-button-outline{background:#ffffff;color:#111111}.ui-button-md{min-height:52px;padding:0 24px;font-size:16px}.ui-button-sm{min-height:40px;padding:0 16px;font-size:14px}.ui-button-lg{min-height:58px;padding:0 28px;font-size:17px}.ui-button-icon{width:42px;height:42px;min-height:42px;padding:0}.ui-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);color:var(--card-foreground);box-shadow:var(--shadow-soft);overflow:hidden}.ui-card-content{padding:14px}.ui-input{width:100%;border:0;outline:none;background:transparent;color:#111111;font-size:17px}.ui-input::placeholder{color:#9a9a9a}.brand-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.brand-lockup{display:inline-flex;align-items:center;gap:12px;font-size:24px;font-weight:900;letter-spacing:-.4px}.brand-logo{width:42px;height:34px;position:relative;display:inline-block}.brand-sun{position:absolute;top:0;left:7px;width:20px;height:20px;border-radius:50%;background:#ffad12;box-shadow:inset 0 0 0 3px #ffffff}.brand-wave{position:absolute;bottom:1px;width:29px;height:16px;border-radius:0 0 18px 18px}.brand-wave-blue{left:0;background:#245be8;transform:skewX(-20deg)}.brand-wave-orange{right:0;background:#ff9e18;transform:skewX(-20deg);-webkit-clip-path:polygon(52% 0,100% 0,100% 100%,0 100%);clip-path:polygon(52% 0,100% 0,100% 100%,0 100%)}.icon-circle{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:999px;background:#ffffff;box-shadow:0 5px 14px rgba(15,23,42,.04)}.bag-glyph{width:21px;height:22px;position:relative;border:2.4px solid #111111;border-radius:6px}.bag-glyph:before{content:"";position:absolute;left:5px;top:-8px;width:8px;height:9px;border:2.4px solid #111111;border-bottom:0;border-radius:9px 9px 0 0}.search-field{height:44px;display:flex;align-items:center;gap:12px;border:1px solid var(--border);border-radius:999px;padding:0 18px;margin-bottom:0;box-shadow:inset 0 1px 0 rgba(15,23,42,.02)}.search-icon{width:23px;height:23px;position:relative;flex:0 0 auto;border:2.6px solid #111111;border-radius:50%}.search-icon:after{content:"";position:absolute;right:-7px;bottom:-5px;width:10px;height:2.6px;border-radius:999px;background:#111111;transform:rotate(45deg)}.category-rail{display:flex;gap:10px;overflow-x:auto;padding-bottom:8px;margin-right:-28px;scrollbar-width:none}.category-rail::-webkit-scrollbar{display:none}.category-pill{min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;border:1px solid var(--border);border-radius:999px;background:#ffffff;box-shadow:0 4px 10px rgba(15,23,42,.04);font-size:19px;cursor:pointer}.category-pill.is-active{min-width:124px;background:#000000;color:#ffffff;border-color:#000000;font-size:16px;font-weight:800}.menu-section{margin-top:10px}.menu-section h1,.simple-header h1{margin:0 0 18px;font-size:25px;line-height:1.1;font-weight:900;letter-spacing:-.3px}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.product-card-link{min-width:0}.product-card{border-radius:18px;box-shadow:0 6px 20px rgba(15,23,42,.06)}.product-image{width:100%;height:118px;aspect-ratio:1.6/1;object-fit:cover;background:#eeeeee}.product-image.is-muted{filter:grayscale(1)}.product-card-body h3{min-height:34px;margin:0 0 6px;font-size:clamp(14px,3.4vw,18px);line-height:1.12;font-weight:900;letter-spacing:-.3px}.product-meta-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.detail-title-row strong,.order-controls-row>strong,.product-meta-row strong{color:var(--primary);font-size:20px;font-weight:900}.detail-title-row>span,.empty-history-card span,.order-item dl,.product-meta-row span,.simple-header p{color:var(--muted);font-size:15px}.detail-title-row>span{white-space:nowrap}.hero-product{min-height:360px;position:relative;background:#eeeeee;overflow:hidden}.hero-product img{width:100%;height:360px;object-fit:cover}.back-button{position:absolute;top:36px;left:24px}.detail-body{padding:30px 28px 128px;background:#ffffff}.detail-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:28px}.detail-title-row h1{max-width:370px;margin:0 0 16px;font-size:24px;line-height:1.18;font-weight:900;letter-spacing:-.45px}.detail-title-row strong{display:block;font-size:31px}.option-group{margin-bottom:24px}.note-section h2,.option-group h2,.order-section h2{margin:0 0 14px;font-size:23px;line-height:1.1;font-weight:900;letter-spacing:-.35px}.segmented-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.segmented-options .ui-button{min-height:54px;border-radius:999px;font-size:16px}.note-section .ui-input{height:58px;border:1px solid var(--border);border-radius:999px;padding:0 18px}.checkout-bar,.process-bar{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;gap:18px;padding:16px 28px 28px;background:rgba(255,255,255,.94);box-shadow:0 -10px 28px rgba(15,23,42,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.checkout-button,.process-button{flex:1 1;min-height:58px;border-radius:18px;background:var(--primary);color:#ffffff;font-size:16px}.quantity-stepper{height:50px;min-width:148px;display:inline-flex;align-items:center;justify-content:space-between;gap:4px;border-radius:999px;background:#ffffff;box-shadow:0 6px 18px rgba(15,23,42,.08)}.quantity-stepper strong{min-width:28px;text-align:center;font-size:17px}.quantity-stepper .ui-button:last-child{color:var(--primary)}.order-screen{padding:34px 28px 122px;background:#ffffff}.order-header{display:grid;grid-template-columns:54px 1fr 54px;align-items:center;margin-bottom:34px}.order-header .back-button{position:static}.order-header h1{margin:0;text-align:center;font-size:22px;font-weight:500}.order-section{margin-bottom:26px}.order-list{display:grid;grid-gap:24px;gap:24px}.order-item{display:grid;grid-template-columns:124px minmax(0,1fr);grid-gap:18px;gap:18px;padding-bottom:22px;border-bottom:1px solid var(--border)}.order-item img{width:124px;height:124px;border-radius:16px;object-fit:cover}.order-item h3{margin:0 0 8px;font-size:20px;line-height:1.16;font-weight:900;letter-spacing:-.25px}.order-item dl{display:grid;grid-gap:3px;gap:3px;margin:0 0 14px}.order-item dl div{display:grid;grid-template-columns:1fr auto;grid-gap:16px;gap:16px}.order-item dd,.order-item dt{margin:0}.order-controls-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.order-controls-row .quantity-stepper{min-width:154px;height:50px;box-shadow:none;background:#f8f8f8}.table-select{width:100%;height:56px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--border);border-radius:999px;background:#ffffff;padding:0 16px;font-size:16px;cursor:pointer}.table-select span{font-size:38px;line-height:0}.summary-card{display:grid;grid-gap:18px;gap:18px;border:0;border-radius:3px;padding:28px 32px;box-shadow:0 14px 35px rgba(15,23,42,.06)}.summary-card div{display:flex;justify-content:space-between;gap:18px;color:var(--muted);font-size:17px}.summary-card strong{color:#111111}.summary-card hr{width:100%;border:0;border-top:1px dashed var(--border)}.summary-card .summary-total{color:#111111;font-size:24px;font-weight:900}.process-bar{display:block;bottom:64px;padding:10px 18px}.process-button{width:100%;min-height:50px}.bottom-navigation{position:absolute;left:0;right:0;bottom:0;height:64px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;background:rgba(255,255,255,.96);border-top:1px solid var(--border);box-shadow:0 -8px 26px rgba(15,23,42,.06);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:20}.bottom-navigation:after{content:"";position:absolute;left:50%;bottom:7px;width:136px;height:5px;border-radius:999px;background:#111111;transform:translateX(-50%)}.bottom-navigation-item{height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#8b8b8b;font-size:11px;font-weight:600}.bottom-navigation-item.is-active{color:var(--primary)}.history-screen{background:#ffffff}.simple-header p{margin:0}.empty-history-card{display:grid;grid-gap:8px;gap:8px;border:1px solid var(--border);border-radius:24px;padding:24px;box-shadow:var(--shadow-soft)}.empty-history-card strong{font-size:19px}@media (max-width:430px){.screen{padding-inline:20px}.home-screen{padding:0}.home-fixed-header,.home-scroll-area{padding-inline:20px}.category-rail{margin-right:-20px}.product-grid{gap:14px}.product-card-body{padding:12px}.product-meta-row{align-items:flex-start;flex-direction:column;gap:4px}.detail-body,.order-screen{padding-inline:20px}.hero-product,.hero-product img{height:318px;min-height:318px}.segmented-options{gap:9px}.checkout-bar,.process-bar{padding-inline:20px}.checkout-button{padding-inline:18px}.order-item{grid-template-columns:100px minmax(0,1fr);gap:14px}.order-item img{width:100px;height:100px}.order-controls-row{align-items:flex-start;flex-direction:column}.mobile-canvas,.mobile-content,.screen{height:100dvh;min-height:100dvh}.home-fixed-header{padding:14px 18px 10px}.brand-header{margin-bottom:10px}.brand-lockup{gap:10px;font-size:22px}.brand-logo{width:36px;height:30px}.brand-sun{left:6px;width:17px;height:17px}.brand-wave{width:25px;height:14px}.icon-circle{width:42px;height:42px}.search-field{height:44px;gap:12px;padding:0 15px}.search-icon{width:20px;height:20px;border-width:2.3px}.home-scroll-area{padding:132px 18px 74px}.category-rail{gap:10px;margin-right:-18px;padding-bottom:4px}.category-pill{min-width:40px;height:40px;font-size:16px}.category-pill.is-active{min-width:124px;font-size:14px}.menu-section{margin-top:10px}.menu-section h1,.simple-header h1{margin-bottom:14px;font-size:22px}.product-grid{gap:10px}.product-card{border-radius:14px}.product-image{aspect-ratio:1.6/1}.product-card-body{padding:10px}.product-card-body h3{min-height:34px;margin-bottom:6px;font-size:14px;line-height:1.08}.product-meta-row strong{font-size:16px}.product-meta-row span{font-size:12px}.bottom-navigation{height:64px}.bottom-navigation:after{bottom:7px;height:4px}.bottom-navigation-item{height:56px;gap:3px;font-size:11px}.bottom-navigation-item svg{width:19px;height:19px}}@media (min-width:768px){.app-viewport{padding-inline:32px}.mobile-canvas{margin-inline:auto}}.session-badge{border-radius:999px;background:#ecfdf5;color:#047857;font-size:12px;font-weight:800;padding:7px 10px}.app-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.app-header h1{margin:0;font-size:22px;line-height:1.1;letter-spacing:-.4px}.app-header p{margin:3px 0 0;color:var(--muted);font-size:13px}.compact-search{background:#ffffff}.cart-panel-inline,.closing-card,.metric-card,.profile-card-pro,.record-card,.session-card{border:1px solid var(--border);border-radius:18px;background:#ffffff;box-shadow:0 8px 22px rgba(15,23,42,.05)}.session-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;background:#111111;color:#ffffff}.session-card p,.session-card span{color:rgba(255,255,255,.72)}.cart-panel-inline h2,.closing-card h2,.list-section h2,.menu-section h2,.quick-actions h2,.session-card h2{margin:0 0 12px;font-size:18px;line-height:1.15;letter-spacing:-.25px}.session-card h2,.session-card p{margin-block:4px 0}.metric-grid-pos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:12px}.metric-card{display:grid;grid-gap:5px;gap:5px;padding:13px}.metric-card svg{color:var(--primary)}.closing-row span,.metric-card span,.profile-details span,.record-card small,.record-card span{color:var(--muted);font-size:12px}.metric-card strong{font-size:15px;line-height:1.15}.closing-card,.list-section,.quick-actions{margin-top:16px}.action-grid{display:grid;grid-gap:10px;gap:10px}.action-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.action-grid a,.action-grid button{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--border);border-radius:16px;background:#ffffff;color:#111111;padding:0 13px;font-size:13px;font-weight:800;box-shadow:0 6px 16px rgba(15,23,42,.04)}.cart-panel-inline,.closing-card{padding:14px}.cart-line,.closing-row,.profile-details div{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--border);padding:11px 0}.full-button{width:100%;min-height:48px;margin-top:8px;border-radius:14px}.sale-scroll-area{padding-bottom:140px}.cart-line{align-items:flex-start;font-size:13px}.cart-line>span{max-width:110px;font-weight:700}.content-screen{height:100dvh;overflow-y:auto;padding:20px 18px 82px;scrollbar-width:none}.content-screen::-webkit-scrollbar{display:none}.feature-stack{display:grid;grid-gap:12px;gap:12px}.record-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px;margin-bottom:10px}.record-card div:first-child,.record-side{display:grid;grid-gap:4px;gap:4px}.record-side{text-align:right}.record-side b{font-size:14px}.record-side em{border-radius:999px;background:#eff6ff;color:var(--primary);font-size:11px;font-style:normal;font-weight:800;padding:4px 8px}.profile-card-pro{display:grid;place-items:center;grid-gap:8px;gap:8px;margin:18px 0;padding:24px;text-align:center}.profile-avatar{width:62px;height:62px;display:grid;place-items:center;border-radius:999px;background:#eff6ff;color:var(--primary)}.profile-card-pro h2,.profile-card-pro p{margin:0}.profile-card-pro p{color:var(--muted);font-size:13px}.profile-details strong{display:inline-flex;align-items:center;gap:6px;font-size:13px}.bottom-navigation-five{grid-template-columns:repeat(5,1fr)}.bottom-navigation-five .bottom-navigation-item{font-size:10px}.bottom-navigation-five .bottom-navigation-item svg{width:18px;height:18px}.login-canvas{background:radial-gradient(circle at 50% 5%,rgba(36,103,242,.16),transparent 36%),#ffffff}.login-screen{min-height:100vh;display:grid;align-items:center;padding:24px}.login-card{display:grid;grid-gap:16px;gap:16px;width:100%;border:1px solid var(--border);border-radius:30px;background:rgba(255,255,255,.94);padding:24px;box-shadow:var(--shadow-card)}.login-brand{display:flex;align-items:center;gap:14px;margin-bottom:6px}.login-brand strong{display:block;font-size:26px;font-weight:900;letter-spacing:-.5px}.login-brand p,.login-error,.login-note{margin:0;font-size:13px;line-height:1.4}.login-brand p,.login-field,.login-note{color:var(--muted)}.login-field{min-height:52px;display:flex;align-items:center;gap:10px;border-radius:18px;background:#f4f6f8;padding:0 14px}.login-field .ui-input{font-size:15px}.login-submit{width:100%}.login-error{border-radius:14px;background:#fff1f2;color:#be123c;padding:10px 12px;font-weight:700}.logout-button{width:100%;margin-top:16px}