:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.login-page{color:#171717;background:#f7f7f8;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:24px 16px 40px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.login-container{background:#fff;border:1px solid #eee;border-radius:22px;width:100%;max-width:420px;padding:32px;box-shadow:0 7px 25px #0000000d,0 1px 3px #00000008}.login-container h1{color:#171717;letter-spacing:-.6px;text-align:center;margin:0 0 28px;font-size:28px;font-weight:800;line-height:1.2}.login-container form{flex-direction:column;gap:19px;display:flex}.login-container form>div{flex-direction:column;gap:7px;display:flex}.login-container label{color:#555;font-size:12px;font-weight:700;line-height:1.3}.login-container input{color:#222;width:100%;height:48px;box-shadow:none;background:#fff;border:1px solid #ddd;border-radius:12px;outline:none;padding:0 14px;font-family:inherit;font-size:13px;font-weight:500;transition:border-color .18s,box-shadow .18s,background .18s}.login-container input:focus{background:#fff;border-color:#5f259f;box-shadow:0 0 0 3px #5f259f1a}.login-container input:hover:not(:focus){border-color:#cfcfcf}.login-container input::placeholder{color:#aaa}.login-container form>p{color:#d92d20;background:#fff0ef;border-radius:11px;margin:-5px 0 0;padding:10px 12px;font-size:12px;font-weight:600;line-height:1.4}.login-container button{color:#fff;cursor:pointer;background:#5f259f;border:0;border-radius:13px;width:100%;min-height:48px;margin-top:3px;padding:0 18px;font-family:inherit;font-size:13px;font-weight:750;transition:transform .15s,background .15s,box-shadow .15s;box-shadow:0 7px 18px #5f259f38}.login-container button:hover:not(:disabled){background:#54208d;transform:translateY(-1px);box-shadow:0 9px 21px #5f259f47}.login-container button:active:not(:disabled){transform:scale(.97)}.login-container button:disabled{cursor:not-allowed;background:#9b79b9;box-shadow:0 5px 13px #5f259f1f}@media (width<=600px){.login-page{padding:18px 12px 30px}.login-container{border-radius:20px;max-width:100%;padding:27px 20px}.login-container h1{margin-bottom:24px;font-size:24px}.login-container form{gap:17px}.login-container input{height:46px;font-size:13px}.login-container button{min-height:47px}}@media (width<=360px){.login-page{padding:14px 10px 25px}.login-container{padding:24px 17px}.login-container h1{font-size:23px}}.login-container input[type=password]::-ms-reveal{filter:brightness(0);opacity:.8;cursor:pointer}.dashboard-layout{color:#171717;background:#f7f7f8;width:100%;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.dashboard-header{z-index:1000;background:#fff;border-bottom:1px solid #eee;align-items:center;gap:18px;width:100%;min-height:70px;padding:10px 24px;display:flex;position:sticky;top:0;box-shadow:0 2px 12px #0000000a}.dashboard-logo{color:#5f259f;letter-spacing:-.5px;cursor:pointer;flex-shrink:0;font-size:19px;font-weight:850;transition:color .15s,transform .15s}.dashboard-logo:hover{color:#54208d;transform:translateY(-1px)}.selected-address{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;align-items:center;gap:8px;min-width:150px;max-width:200px;padding:7px 8px;font-family:inherit;transition:background .15s;display:flex}.selected-address:hover{background:#f7f4fa}.location-icon{color:#5f259f;background:#f4edfb;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:17px;display:flex}.selected-address-content{flex-direction:column;min-width:0;display:flex}.selected-address-label{color:#999;font-size:9px;font-weight:600}.selected-address-text{color:#333;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:750;overflow:hidden}.address-arrow{color:#999;margin-left:auto;font-size:18px}.dashboard-search{background:#f7f7f8;border:1px solid #eee;border-radius:13px;flex:1;align-items:center;gap:9px;min-width:150px;height:44px;padding:0 14px;transition:border-color .18s,background .18s,box-shadow .18s;display:flex}.dashboard-search:focus-within{background:#fff;border-color:#cdb5dc;box-shadow:0 0 0 3px #5f259f14}.search-icon{color:#888;flex-shrink:0;font-size:21px}.dashboard-search input{color:#333;background:0 0;border:0;outline:0;width:100%;font-family:inherit;font-size:13px}.dashboard-search input::placeholder{color:#999}.header-icon-button,.profile-icon-button{cursor:pointer;border:0;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:43px;height:43px;font-family:inherit;transition:transform .16s,background .16s,box-shadow .16s;display:flex}.header-icon-button{color:#5f259f;background:#f4edfb;font-size:19px}.header-icon-button:hover{background:#ede2f5;transform:translateY(-2px)}.header-icon-button:active{transform:scale(.94)}.profile-icon-button{color:#fff;background:#5f259f;border-radius:50%;font-size:15px;font-weight:800;box-shadow:0 5px 14px #5f259f38}.profile-icon-button:hover{background:#54208d;transform:scale(1.06);box-shadow:0 7px 18px #5f259f4d}.profile-icon-button:active{transform:scale(.94)}.dashboard-content{width:100%;min-height:calc(100vh - 70px)}@media (width<=900px){.dashboard-header{gap:12px;padding:10px 16px}.dashboard-logo{font-size:17px}.selected-address{min-width:120px;max-width:160px}.dashboard-search{min-width:120px}}@media (width<=650px){.dashboard-header{gap:8px;min-height:64px;padding:9px 12px}.dashboard-logo{font-size:0}.dashboard-logo:after{content:"QC";font-size:18px;font-weight:850}.selected-address{min-width:100px;max-width:125px;padding:5px}.location-icon{width:28px;height:28px;font-size:15px}.selected-address-label{font-size:8px}.selected-address-text{font-size:10px}.dashboard-search{min-width:40px;height:40px;padding:0 10px}.dashboard-search input{display:none}.search-icon{font-size:20px}.header-icon-button,.profile-icon-button{width:39px;height:39px}}@media (width<=420px){.selected-address{display:none}.dashboard-search{flex:1}}.supervisor-page{color:#171717;background:#f7f7f8;width:100%;min-height:100vh;padding:30px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.supervisor-page h1{color:#171717;margin:0;font-size:28px;font-weight:800}.supervisor-page p{color:#777;margin-top:8px;font-size:14px}.takeaway-staff-layout{background:#f7f7f8;width:100%;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.takeaway-staff-header{z-index:100;background:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;width:100%;height:76px;padding:0 24px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #0000000a}.takeaway-brand{align-items:center;gap:11px;display:flex}.takeaway-brand-icon{color:#fff;background:#5f259f;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;display:flex;box-shadow:0 5px 14px #5f259f33}.takeaway-brand h2{color:#171717;margin:0;font-size:16px;font-weight:800;line-height:1.2}.takeaway-brand span{color:#888;margin-top:2px;font-size:11px;font-weight:500;display:block}.takeaway-profile-button{color:#5f259f;cursor:pointer;background:#f4edfb;border:0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;transition:transform .15s,background .15s,box-shadow .15s;display:flex}.takeaway-profile-button:hover{background:#eadcf7;transform:translateY(-1px);box-shadow:0 5px 14px #5f259f26}.takeaway-profile-button:active{transform:scale(.94)}.takeaway-staff-content{width:100%;min-height:100vh;padding:108px 16px 32px}@media (width<=480px){.takeaway-staff-header{height:68px;padding:0 14px}.takeaway-brand-icon{width:38px;height:38px;font-size:18px}.takeaway-brand h2{font-size:14px}.takeaway-brand span{font-size:10px}.takeaway-profile-button{width:38px;height:38px;font-size:18px}.takeaway-staff-content{padding:94px 12px 24px}}.takeaway-dashboard-page{color:#171717;background:#f7f7f8;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:32px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.takeaway-dashboard-card{text-align:center;background:#fff;border-radius:28px;width:100%;max-width:520px;padding:36px 24px 28px;box-shadow:0 8px 30px #0000000f,0 1px 3px #0000000a}.takeaway-dashboard-icon{color:#fff;background:#5f259f;border-radius:17px;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 16px;font-size:28px;display:flex;box-shadow:0 8px 20px #5f259f40}.takeaway-dashboard-card h1{color:#171717;letter-spacing:-.6px;margin:0;font-size:25px;font-weight:800;line-height:1.25}.takeaway-dashboard-description{color:#777;max-width:360px;margin:9px auto 26px;font-size:14px;line-height:1.5}.takeaway-dashboard-actions{flex-direction:column;gap:12px;width:100%;display:flex}.takeaway-action-button{color:#fff;cursor:pointer;background:#5f259f;border:0;border-radius:15px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:54px;font-size:15px;font-weight:700;transition:transform .15s,background .15s,box-shadow .15s;display:flex;box-shadow:0 7px 16px #5f259f33}.takeaway-action-button:hover{background:#54208d;transform:translateY(-2px);box-shadow:0 10px 22px #5f259f47}.takeaway-action-button:active{transform:scale(.98);box-shadow:0 5px 12px #5f259f2e}.takeaway-button-icon{font-size:20px;line-height:1}@media (width<=480px){.takeaway-dashboard-page{padding:20px 12px}.takeaway-dashboard-card{border-radius:24px;padding:28px 16px 22px}.takeaway-dashboard-card h1{font-size:23px}.takeaway-dashboard-description{margin-bottom:22px}.takeaway-action-button{min-height:52px}}.customer-account-page{color:#171717;background:#f7f7f8;width:100%;height:100vh;padding:24px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}.customer-account-container{background:#fff;border:1px solid #eee;border-radius:24px;grid-template-columns:300px minmax(0,1fr);align-items:stretch;width:100%;max-width:1100px;height:100%;margin:0 auto;display:grid;overflow:hidden;box-shadow:0 8px 30px #0000000e,0 1px 3px #00000008}.customer-account-sidebar{background:#fff;border-right:1px solid #eee;flex-direction:column;width:300px;height:100%;min-height:0;display:flex;overflow:hidden}.account-user{border-bottom:1px solid #eee;flex-shrink:0;align-items:center;gap:13px;padding:28px 22px;display:flex}.account-avatar{color:#fff;background:#5f259f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-size:21px;font-weight:800;display:flex;box-shadow:0 7px 18px #5f259f38}.account-user-info{min-width:0}.account-user-info h2{color:#171717;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:17px;font-weight:800;overflow:hidden}.account-user-info p{color:#858585;text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:12px;overflow:hidden}.account-navigation{flex-direction:column;flex-shrink:0;padding:14px 0;display:flex}.account-nav-item{color:#333;text-align:left;cursor:pointer;background:0 0;border:0;border-left:3px solid #0000;align-items:center;gap:13px;width:100%;min-height:58px;padding:0 22px;font-family:inherit;font-size:14px;font-weight:650;transition:background .16s,color .16s,border-color .16s;display:flex}.account-nav-item:hover{color:#5f259f;background:#faf7fc}.account-nav-item.active{color:#5f259f;background:#f1eafa;border-left-color:#5f259f;font-weight:750}.account-nav-icon{flex-shrink:0;justify-content:center;align-items:center;width:25px;font-size:19px;display:flex}.account-nav-arrow{color:#aaa;margin-left:auto;font-size:22px;line-height:1;transition:transform .15s,color .15s}.account-nav-item:hover .account-nav-arrow,.account-nav-item.active .account-nav-arrow{color:#5f259f;transform:translate(2px)}.account-sidebar-footer{border-top:1px solid #eee;flex-shrink:0;margin-top:auto;padding:20px 22px 24px}.account-logout-button{color:#d92d20;cursor:pointer;background:#fff1f0;border:1px solid #ffd6d2;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:44px;font-family:inherit;font-size:13px;font-weight:750;transition:background .16s,border-color .16s,transform .16s,box-shadow .16s;display:flex}.account-logout-button:hover{background:#ffe6e3;border-color:#ffc4be;transform:translateY(-1px);box-shadow:0 6px 15px #d92d201a}.account-logout-button:active{box-shadow:none;transform:scale(.97)}.customer-account-content{scrollbar-width:thin;scrollbar-color:#d5c7dd transparent;background:#f7f7f8;width:100%;min-width:0;height:100%;min-height:0;overflow:hidden auto}.customer-account-content::-webkit-scrollbar{width:7px}.customer-account-content::-webkit-scrollbar-track{background:0 0}.customer-account-content::-webkit-scrollbar-thumb{background:#d5c7dd;border-radius:10px}.customer-account-content::-webkit-scrollbar-thumb:hover{background:#bca9c8}.customer-account-content .orders-page,.customer-account-content .addresses-page,.customer-account-content .profile-page{background:0 0;width:100%;height:auto;min-height:auto;margin:0;padding:28px 24px 40px}.customer-account-content .orders-header,.customer-account-content .orders-list,.customer-account-content .orders-empty-card{max-width:100%}.customer-account-content .addresses-container{max-width:100%;box-shadow:none;margin:0}.customer-account-content .profile-container{max-width:100%;margin:0}@media (width<=900px){.customer-account-page{padding:18px 14px}.customer-account-container{grid-template-columns:250px minmax(0,1fr)}.customer-account-sidebar{width:250px}.account-user{padding:22px 16px}.account-nav-item{padding:0 16px;font-size:13px}.account-sidebar-footer{padding:16px}.customer-account-content .orders-page,.customer-account-content .addresses-page,.customer-account-content .profile-page{padding:22px 18px 30px}}@media (width<=650px){.customer-account-page{width:100%;height:auto;min-height:calc(100vh - 64px);padding:12px 10px 25px;overflow:visible}.customer-account-container{border-radius:18px;width:100%;height:auto;display:block;overflow:hidden}.customer-account-sidebar{border-bottom:1px solid #eee;border-right:0;width:100%;height:auto;min-height:auto;overflow:visible}.account-user{padding:18px 16px}.account-navigation{padding:5px 0}.account-nav-item{min-height:50px;padding:0 16px;font-size:13px}.account-sidebar-footer{margin-top:8px;padding:12px 16px 16px}.customer-account-content{display:none}}@media (width<=420px){.customer-account-page{padding:10px 8px 20px}.customer-account-container{border-radius:16px}.account-user{padding:16px 14px}.account-avatar{width:48px;height:48px;font-size:19px}.account-user-info h2{font-size:15px}.account-user-info p{font-size:11px}.account-nav-item{min-height:47px;padding:0 14px}.account-sidebar-footer{padding:10px 14px 14px}}.addresses-page{color:#171717;background:#f7f7f8;width:100%;min-height:100vh;padding:24px 16px 40px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.addresses-container{background:#fff;border-radius:28px;width:100%;max-width:720px;margin:0 auto;padding:26px 22px 24px;box-shadow:0 8px 30px #0000000f,0 1px 3px #0000000a}.addresses-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.addresses-header h1{color:#171717;letter-spacing:-.5px;margin:0;font-size:24px;font-weight:800}.addresses-header p{color:#858585;margin:5px 0 0;font-size:13px}.add-address-button{color:#fff;background:#5f259f;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;gap:7px;height:45px;padding:0 16px;font-size:13px;font-weight:700;text-decoration:none;transition:transform .16s,background .16s,box-shadow .16s;display:inline-flex;box-shadow:0 7px 16px #5f259f33}.add-address-button span{font-size:20px;line-height:1}.add-address-button:hover{background:#54208d;transform:translateY(-2px);box-shadow:0 10px 21px #5f259f47}.add-address-button:active{transform:scale(.96)}.address-list{flex-direction:column;gap:14px;display:flex}.address-card{background:#fff;border:1px solid #eeeeef;border-radius:20px;padding:18px;transition:transform .18s,border-color .18s,box-shadow .18s;position:relative}.address-card:hover{border-color:#e4d8ed;transform:translateY(-2px);box-shadow:0 8px 22px #0000000f}.default-address-card{background:linear-gradient(135deg,#fff 0%,#fcf9fe 100%);border-color:#d9c6e8}.address-card-header{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:15px;display:flex}.address-type{align-items:center;gap:11px;display:flex}.address-type-icon{color:#5f259f;background:#f4edfb;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;font-weight:700;display:flex}.address-type h3{color:#222;margin:0;font-size:15px;font-weight:800}.address-type div span{color:#999;margin-top:3px;font-size:11px;display:block}.address-badges{flex-wrap:wrap;justify-content:flex-end;gap:5px;display:flex}.address-badge{white-space:nowrap;border-radius:7px;padding:5px 8px;font-size:10px;font-weight:700}.default-badge{color:#5f259f;background:#f0e6f8}.last-used-badge{color:#147a42;background:#ecfdf3}.address-details{border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;padding:14px 0}.full-address{color:#333;margin:0 0 14px;font-size:14px;line-height:1.55}.address-info-row{justify-content:space-between;align-items:center;gap:15px;padding:5px 0;display:flex}.info-label{color:#999;font-size:12px;font-weight:600}.info-value{color:#444;text-align:right;max-width:65%;font-size:12px;font-weight:650}.address-actions{gap:9px;margin-top:14px;display:flex}.edit-address-button,.delete-address-button{cursor:pointer;border-radius:12px;flex:1;justify-content:center;align-items:center;height:43px;font-family:inherit;font-size:13px;font-weight:700;text-decoration:none;transition:transform .15s,background .15s,box-shadow .15s;display:flex}.edit-address-button{color:#5f259f;background:#f8f3fb;border:1px solid #e3d5ec}.edit-address-button:hover{background:#f0e5f7;transform:translateY(-1px)}.edit-address-button:active{transform:scale(.97)}.delete-address-button{color:#d92d20;background:#fff4f3;border:1px solid #ffd8d4}.delete-address-button:hover{background:#ffe8e5;transform:translateY(-1px)}.delete-address-button:active{transform:scale(.97)}.addresses-status{border-radius:16px;justify-content:center;align-items:center;gap:9px;min-height:100px;font-size:13px;display:flex}.addresses-status p{margin:0}.loading-status{color:#777}.loading-spinner{border:2px solid #e2d8e9;border-top-color:#5f259f;border-radius:50%;width:18px;height:18px;animation:.75s linear infinite addressSpin}@keyframes addressSpin{to{transform:rotate(360deg)}}.error-status{color:#c62828;background:#fff1f1;padding:14px}.error-status .error-icon{color:#fff;background:#c62828;border-radius:50%;justify-content:center;align-items:center;width:21px;height:21px;font-size:11px;font-weight:800;display:flex}.empty-addresses{text-align:center;background:#fafafa;border:1px dashed #dedede;border-radius:20px;padding:35px 20px}.empty-address-icon{color:#5f259f;background:#f4edfb;border-radius:16px;justify-content:center;align-items:center;width:54px;height:54px;margin:0 auto 13px;font-size:25px;display:flex}.empty-addresses h2{color:#333;margin:0;font-size:17px;font-weight:800}.empty-addresses p{color:#888;max-width:320px;margin:7px auto 18px;font-size:12px;line-height:1.5}.empty-add-button{color:#fff;background:#5f259f;border-radius:12px;justify-content:center;align-items:center;height:43px;padding:0 16px;font-size:12px;font-weight:700;text-decoration:none;transition:transform .15s,background .15s;display:inline-flex}.empty-add-button:hover{background:#54208d;transform:translateY(-1px)}@media (width<=600px){.addresses-page{padding:16px 12px 28px}.addresses-container{border-radius:24px;padding:22px 16px 20px}.addresses-header{flex-direction:column;align-items:flex-start;gap:14px}.addresses-header h1{font-size:22px}.add-address-button{width:100%}.address-card{border-radius:18px;padding:15px}.address-card-header{flex-direction:column}.address-badges{justify-content:flex-start}.info-value{max-width:60%}}.address-page{color:#171717;background:#f7f7f8;width:100%;min-height:100vh;padding:24px 16px 40px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.address-container{background:#fff;border-radius:28px;width:100%;max-width:520px;margin:0 auto;padding:28px 22px 24px;box-shadow:0 8px 30px #0000000f,0 1px 3px #0000000a}.address-header{margin-bottom:24px}.address-header h1{color:#171717;letter-spacing:-.5px;margin:0;font-size:24px;font-weight:800;line-height:1.2}.address-header p{color:#858585;margin:7px 0 0;font-size:13px;line-height:1.5}.address-form{flex-direction:column;gap:18px;display:flex}.form-group{flex-direction:column;gap:7px;display:flex}.form-group label{color:#333;font-size:13px;font-weight:700}.form-group input,.form-group select,.form-group textarea{color:#222;background:#fafafa;border:1px solid #e3e3e5;border-radius:14px;outline:none;width:100%;font-family:inherit;font-size:14px;transition:border-color .2s,background .2s,box-shadow .2s,transform .15s}.form-group input,.form-group select{height:50px;padding:0 14px}.form-group textarea{resize:vertical;min-height:115px;padding:13px 14px;line-height:1.5}.form-group input::placeholder,.form-group textarea::placeholder{color:#aaa}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#5f259f;box-shadow:0 0 0 3px #5f259f17}.form-group select{cursor:pointer;appearance:none;background-image:linear-gradient(45deg,#0000 50%,#777 50%),linear-gradient(135deg,#777 50%,#0000 50%);background-position:calc(100% - 18px) 21px,calc(100% - 13px) 21px;background-repeat:no-repeat;background-size:5px 5px,5px 5px}.location-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.default-address{color:#444;cursor:pointer;background:#fafafa;border:1px solid #eeeeef;border-radius:14px;align-items:center;gap:10px;min-height:48px;padding:0 13px;font-size:13px;font-weight:600;transition:background .2s,border-color .2s;display:flex;position:relative}.default-address:hover{background:#f8f3fc;border-color:#e5d6f2}.default-address input{opacity:0;width:0;height:0;position:absolute}.custom-checkbox{background:#fff;border:2px solid #d1d1d1;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:21px;height:21px;transition:background .2s,border-color .2s,transform .15s;display:flex}.default-address input:checked+.custom-checkbox{background:#5f259f;border-color:#5f259f;transform:scale(1.05)}.default-address input:checked+.custom-checkbox:after{content:"✓";color:#fff;font-size:13px;font-weight:800}.save-address-button{color:#fff;cursor:pointer;background:#5f259f;border:0;border-radius:15px;justify-content:center;align-items:center;gap:9px;width:100%;height:53px;margin-top:3px;font-family:inherit;font-size:15px;font-weight:750;transition:transform .16s,background .16s,box-shadow .16s;display:flex;box-shadow:0 8px 18px #5f259f3b}.save-address-button:hover:not(:disabled){background:#54208d;transform:translateY(-2px);box-shadow:0 11px 24px #5f259f4d}.save-address-button:active:not(:disabled){transform:scale(.97);box-shadow:0 5px 12px #5f259f33}.save-address-button:disabled{opacity:.65;cursor:not-allowed}.save-button-icon{font-size:18px;line-height:1}.save-address-button:disabled .save-button-icon{animation:.8s linear infinite savingSpin}@keyframes savingSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=480px){.address-page{padding:16px 12px 28px}.address-container{border-radius:24px;padding:23px 16px 20px}.address-header h1{font-size:22px}.location-row{grid-template-columns:1fr;gap:18px}.form-group input,.form-group select{height:49px}.save-address-button{height:51px}}.products-page{color:#171717;box-sizing:border-box;background:#f7f7f8;width:100%;min-height:calc(100vh - 70px);padding:28px 24px 45px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.products-top{justify-content:space-between;align-items:flex-end;gap:20px;width:100%;max-width:1200px;margin:0 auto 22px;display:flex}.products-eyebrow{color:#5f259f;text-transform:uppercase;letter-spacing:.7px;margin-bottom:5px;font-size:11px;font-weight:800;display:block}.products-top h1{color:#171717;letter-spacing:-.7px;margin:0;font-size:28px;font-weight:800;line-height:1.2}.products-top p{color:#858585;margin:7px 0 0;font-size:13px}.products-count{color:#666;background:#fff;border:1px solid #eee;border-radius:10px;flex-shrink:0;padding:8px 12px;font-size:12px;font-weight:700}.products-toolbar{scrollbar-width:none;align-items:center;gap:8px;width:100%;max-width:1200px;margin:0 auto 20px;display:flex;overflow-x:auto}.products-toolbar::-webkit-scrollbar{display:none}.product-filter-button{color:#666;cursor:pointer;background:#fff;border:1px solid #e7e7e7;border-radius:10px;flex-shrink:0;height:38px;padding:0 15px;font-family:inherit;font-size:12px;font-weight:700;transition:background .15s,color .15s,border-color .15s,transform .15s}.product-filter-button:hover{color:#5f259f;border-color:#d7c5e2;transform:translateY(-1px)}.product-filter-button.active{color:#fff;background:#5f259f;border-color:#5f259f}.products-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;width:100%;max-width:1400px;margin:0 auto;display:grid}.product-grid-item{cursor:pointer;min-width:0}.products-loading{flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;max-width:1200px;min-height:300px;margin:0 auto;display:flex}.products-loading-spinner{border:3px solid #e7dced;border-top-color:#5f259f;border-radius:50%;width:28px;height:28px;animation:.75s linear infinite productsSpin}.products-loading p{color:#888;margin:0;font-size:13px}@keyframes productsSpin{to{transform:rotate(360deg)}}.products-error{text-align:center;background:#fff;border:1px solid #eee;border-radius:18px;width:100%;max-width:500px;margin:60px auto;padding:30px 22px}.products-error-icon{color:#d92d20;background:#fff0ef;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin:0 auto 12px;font-size:18px;font-weight:800;display:flex}.products-error h2{margin:0;font-size:17px;font-weight:800}.products-error p{color:#888;margin:7px 0 0;font-size:12px;line-height:1.5}.products-empty{text-align:center;background:#fff;border:1px dashed #ddd;border-radius:20px;width:100%;max-width:500px;margin:60px auto;padding:35px 22px}.products-empty-icon{background:#f4edfb;border-radius:16px;justify-content:center;align-items:center;width:55px;height:55px;margin:0 auto 14px;font-size:25px;display:flex}.products-empty h2{margin:0;font-size:18px;font-weight:800}.products-empty p{color:#888;max-width:320px;margin:8px auto 0;font-size:12px;line-height:1.5}@media (width<=1050px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=760px){.products-page{padding:22px 16px 35px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.products-top h1{font-size:24px}}@media (width<=500px){.products-page{padding:18px 12px 30px}.products-top{align-items:flex-start;margin-bottom:17px}.products-top h1{font-size:22px}.products-top p{font-size:11px}.products-count{padding:6px 9px;font-size:10px}.products-toolbar{margin-bottom:15px}.product-filter-button{height:35px;padding:0 12px;font-size:11px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}@media (width<=360px){.products-grid{grid-template-columns:1fr}.products-count{display:none}}.product-card{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:14px;width:100%;min-width:0;padding:9px;transition:transform .15s,box-shadow .15s,border-color .15s;box-shadow:0 2px 8px #00000009}.product-card:hover{border-color:#e4d8ed;transform:translateY(-2px);box-shadow:0 5px 14px #00000012}.product-image-box{aspect-ratio:1;background:#f8f8f8;border-radius:10px;justify-content:center;align-items:center;width:100%;margin-bottom:7px;display:flex;overflow:hidden}.product-image-placeholder{font-size:32px}.product-card-content{min-width:0}.product-name{color:#171717;display:-webkit-box;display:box;-webkit-line-clamp:2;line-clamp:2;box-orient:vertical;-webkit-box-orient:vertical;margin:0 0 3px;font-size:12px;font-weight:750;line-height:1.3;overflow:hidden}.product-description{color:#888;display:-webkit-box;display:box;-webkit-line-clamp:1;line-clamp:1;box-orient:vertical;-webkit-box-orient:vertical;margin:0 0 5px;font-size:10px;line-height:1.3;overflow:hidden}.product-card-bottom{justify-content:space-between;align-items:center;gap:6px;margin-top:5px;display:flex}.product-price{color:#171717;margin:0;font-size:13px;font-weight:800}.product-cart-button{color:#5f259f;cursor:pointer;background:#fff;border:1px solid #5f259f;border-radius:8px;justify-content:center;align-items:center;height:29px;padding:0 10px;font-family:inherit;font-size:10px;font-weight:800;transition:background .15s,color .15s,transform .15s;display:flex}.product-cart-button:hover:not(:disabled){color:#fff;background:#5f259f;transform:translateY(-1px)}.product-cart-button:active:not(:disabled){transform:scale(.95)}.product-cart-button:disabled{color:#aaa;cursor:not-allowed;background:#f5f5f5;border-color:#ddd}.product-stock{color:#16803c;margin-top:4px;font-size:9px;font-weight:700}.product-stock.out-of-stock{color:#d92d20}.products-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;width:100%;display:grid}@media (width<=1000px){.products-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}}@media (width<=700px){.products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.product-card{border-radius:12px;padding:8px}.product-image-box{border-radius:9px;margin-bottom:6px}.product-name{font-size:11px}.product-description{font-size:9px}.product-price{font-size:12px}.product-cart-button{height:27px;padding:0 8px;font-size:9px}}@media (width<=450px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.product-card{border-radius:11px;padding:7px}.product-name{font-size:11px}.product-cart-button{height:26px;padding:0 8px;font-size:9px}}.product-quantity-control{background:#fff;border:1px solid #5f259f;border-radius:8px;align-items:center;height:29px;display:flex;overflow:hidden}.product-quantity-button{color:#5f259f;cursor:pointer;background:#fff;border:0;justify-content:center;align-items:center;width:27px;height:100%;font-family:inherit;font-size:16px;font-weight:800;transition:background .15s,color .15s;display:flex}.product-quantity-button:hover:not(:disabled){background:#f4edfb}.product-quantity-button:active:not(:disabled){transform:scale(.9)}.product-quantity-button:disabled{color:#bbb;cursor:not-allowed}.product-quantity-value{text-align:center;color:#5f259f;min-width:22px;font-size:11px;font-weight:800}.cart-page{color:#171717;background:#f7f7f8;width:100%;min-height:100vh;padding:24px 16px 40px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.cart-container{width:100%;max-width:720px;margin:0 auto}.cart-header{margin-bottom:20px}.cart-header h1{letter-spacing:-.7px;margin:0;font-size:27px;font-weight:800;color:#171717!important}.cart-header p{margin:5px 0 0;font-size:13px;color:#777!important}.cart-card{background:#fff;border:1px solid #eee;border-radius:22px;width:100%;margin-bottom:16px;padding:20px;box-shadow:0 6px 24px #0000000b,0 1px 3px #00000008}.cart-store-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.store-label{color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:11px;font-weight:600;display:block}.cart-store-header h2{margin:0;font-size:17px;font-weight:800;color:#171717!important}.clear-cart-button{color:#d92d20;cursor:pointer;background:#fff5f4;border:1px solid #ffd6d2;border-radius:10px;padding:9px 13px;font-size:12px;font-weight:700;transition:background .2s,transform .15s}.clear-cart-button:hover{background:#ffe8e5;transform:translateY(-1px)}.clear-cart-button:active{transform:scale(.97)}.cart-items-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.cart-items-header h2{margin:0;font-size:18px;font-weight:800;color:#171717!important}.cart-items-header span{color:#888;font-size:12px;font-weight:600}.cart-item{border-bottom:1px solid #eee;grid-template-columns:1fr auto auto;align-items:center;gap:16px;padding:18px 0;display:grid}.cart-item:last-child{border-bottom:none;padding-bottom:0}.cart-item:first-of-type{padding-top:16px}.cart-item-info{min-width:0}.cart-item-info h3{margin:0 0 5px;font-size:15px;font-weight:750;line-height:1.35;color:#171717!important}.cart-item-price{margin:0;font-size:13px;color:#777!important}.quantity-control{background:#fff;border:1px solid #dedede;border-radius:11px;align-items:center;height:38px;display:flex;overflow:hidden}.quantity-button{color:#5f259f;cursor:pointer;background:#fff;border:none;width:36px;height:100%;font-size:20px;font-weight:700;transition:background .2s,color .2s}.quantity-button:hover:not(:disabled){background:#f4edfb}.quantity-button:active:not(:disabled){transform:scale(.92)}.quantity-button:disabled{color:#c9c9c9;cursor:not-allowed}.quantity-value{text-align:center;color:#222;min-width:30px;font-size:14px;font-weight:750}.cart-item-right{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.item-total{color:#171717;white-space:nowrap;font-size:15px;font-weight:800}.remove-item-button{color:#d92d20;cursor:pointer;background:0 0;border:none;padding:3px 0;font-size:11px;font-weight:700;transition:color .2s,transform .15s}.remove-item-button:hover{color:#b42318;transform:translateY(-1px)}.cart-summary{padding:20px}.summary-row{color:#777;justify-content:space-between;align-items:center;font-size:14px;display:flex}.checkout-button{color:#fff;cursor:pointer;background:#5f259f;border:none;border-radius:16px;justify-content:center;align-items:center;gap:12px;width:100%;height:55px;font-size:15px;font-weight:800;transition:background .2s,transform .15s,box-shadow .2s;display:flex;box-shadow:0 8px 18px #5f259f3d}.checkout-button span{font-size:20px;transition:transform .2s}.checkout-button:hover:not(:disabled){background:#54208d;transform:translateY(-2px);box-shadow:0 11px 24px #5f259f4d}.checkout-button:hover:not(:disabled) span{transform:translate(4px)}.checkout-button:active:not(:disabled){transform:scale(.98)}.checkout-button:disabled{box-shadow:none;cursor:not-allowed;background:#c9b8d7}.empty-cart{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;display:flex}.empty-cart-icon{background:#f4edfb;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:16px;font-size:30px;display:flex}.empty-cart h2{margin:0;font-size:21px;font-weight:800;color:#171717!important}.empty-cart p{max-width:320px;margin:7px 0 20px;font-size:13px;line-height:1.5;color:#888!important}.continue-shopping-button{color:#fff;cursor:pointer;background:#5f259f;border:none;border-radius:14px;height:48px;padding:0 22px;font-size:14px;font-weight:750;transition:background .2s,transform .15s}.continue-shopping-button:hover{background:#54208d;transform:translateY(-2px)}@media (width<=600px){.cart-page{padding:18px 12px 30px}.cart-header h1{font-size:24px}.cart-card{border-radius:19px;padding:17px 15px}.cart-store-header{align-items:flex-start}.cart-item{grid-template-columns:1fr auto;gap:10px}.quantity-control{grid-area:2/1}.cart-item-right{grid-area:1/2/span 2}.item-total{font-size:14px}.checkout-button{height:53px}}.checkout-page{color:#171717;background:#f7f7f8;width:100%;min-height:100vh;padding:24px 16px 40px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.checkout-container{width:100%;max-width:720px;margin:0 auto}.checkout-header{align-items:center;gap:14px;margin-bottom:20px;display:flex}.checkout-back-button{color:#222;cursor:pointer;background:#fff;border:none;border-radius:13px;flex-shrink:0;width:42px;height:42px;font-size:25px;line-height:1;transition:transform .2s,background .2s;box-shadow:0 2px 10px #0000000f}.checkout-back-button:hover{background:#f0f0f2;transform:translate(-2px)}.checkout-header h1{letter-spacing:-.6px;margin:0;font-size:26px;font-weight:800}.checkout-header p{color:#777;margin:4px 0 0;font-size:13px}.checkout-section{background:#fff;border:1px solid #eee;border-radius:22px;width:100%;margin-bottom:16px;padding:22px 20px;box-shadow:0 6px 24px #0000000b,0 1px 3px #00000008}.checkout-section h2{letter-spacing:-.3px;margin:0 0 16px;font-size:18px;font-weight:800}.checkout-option{cursor:pointer;background:#fafafa;border:1px solid #e8e8e8;border-radius:14px;align-items:center;min-height:52px;margin-bottom:10px;padding:13px 14px;transition:background .2s,border-color .2s,transform .15s;display:flex}.checkout-option:last-child{margin-bottom:0}.checkout-option:hover{background:#f7f1fc;border-color:#d8c2eb}.checkout-option:has(input:checked){background:#f4edfb;border-color:#5f259f}.checkout-option input{accent-color:#5f259f;cursor:pointer;width:18px;height:18px;margin:0 11px 0 0}.checkout-option span{font-size:14px;font-weight:600}.delivery-address{background:#fafafa;border:1px solid #eee;border-radius:16px;padding:16px}.delivery-address h3{color:#5f259f;margin:0 0 8px;font-size:14px;font-weight:800}.delivery-address p{color:#555;margin:0;font-size:14px;line-height:1.55}.no-address{color:#b42318;background:#fff1f0;border-radius:13px;margin:0;padding:14px;font-size:13px;font-weight:600}.pickup-store{background:#f4edfb;border:1px solid #e4d5f0;border-radius:16px;padding:16px}.pickup-store p{color:#555;margin:4px 0;font-size:14px;line-height:1.5}.pickup-store p:first-child{color:#5f259f;margin-top:0;font-size:16px;font-weight:800}.checkout-item{border-bottom:1px solid #eee;padding:14px 0}.checkout-item:first-child{padding-top:0}.checkout-item:last-child{border-bottom:none;padding-bottom:0}.checkout-item h3{margin:0 0 8px;font-size:15px;font-weight:750}.checkout-item p{color:#777;margin:4px 0;font-size:13px}.checkout-item p:last-child{color:#333;font-weight:700}.payment-summary{background:#fff}.summary-row{color:#666;justify-content:space-between;align-items:center;padding:7px 0;font-size:14px;display:flex}.summary-total{color:#171717;border-top:1px dashed #ddd;justify-content:space-between;align-items:center;margin-top:12px;padding-top:16px;font-size:18px;font-weight:800;display:flex}.place-order-button{color:#fff;cursor:pointer;background:#5f259f;border:none;border-radius:16px;width:100%;height:54px;margin-top:4px;font-size:15px;font-weight:800;transition:transform .15s,background .2s,box-shadow .2s;box-shadow:0 8px 18px #5f259f3d}.place-order-button:hover:not(:disabled){background:#54208d;transform:translateY(-2px);box-shadow:0 11px 24px #5f259f4d}.place-order-button:active:not(:disabled){transform:scale(.98)}.place-order-button:disabled{box-shadow:none;cursor:not-allowed;background:#c9b8d7}.checkout-error{color:#c62828;background:#fff1f0;border:1px solid #ffd6d2;border-radius:12px;margin:12px 0 0;padding:12px 14px;font-size:13px;font-weight:600}.checkout-loading,.checkout-empty,.checkout-page-error{text-align:center;color:#777;justify-content:center;align-items:center;min-height:60vh;padding:30px;font-size:15px;display:flex}.checkout-page-error{color:#c62828}.checkout-page h1,.checkout-page h2,.checkout-page h3{color:#171717!important}.checkout-page p{color:#666}.checkout-header h1{color:#171717!important}.checkout-header p{color:#777!important}.delivery-address h3,.pickup-store p:first-child,.checkout-item h3{color:#5f259f!important}@media (width<=480px){.checkout-page{padding:16px 12px 30px}.checkout-header{margin-bottom:16px}.checkout-header h1{font-size:23px}.checkout-section{border-radius:20px;padding:18px 16px}.checkout-section h2{font-size:17px}.checkout-option{min-height:50px;padding:12px}.place-order-button{height:52px}}.order-success-page{color:#171717;background:#f7f7f8;justify-content:center;align-items:flex-start;width:100%;min-height:100vh;padding:30px 16px 40px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.order-success-card{text-align:center;background:#fff;border:1px solid #eee;border-radius:28px;width:100%;max-width:520px;padding:32px 24px 24px;box-shadow:0 10px 35px #0000000e}.order-success-icon{color:#168348;background:#ecfdf3;border:7px solid #f5fff8;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin:0 auto 17px;font-size:31px;font-weight:800;display:flex;box-shadow:0 7px 20px #1683481f}.order-success-card h1{color:#222;letter-spacing:-.6px;margin:0;font-size:25px;font-weight:850;line-height:1.25}.order-success-description{color:#858585;max-width:330px;margin:8px auto 24px;font-size:13px;line-height:1.5}.success-order-details{text-align:left;background:#fafafa;border:1px solid #eee;border-radius:19px;width:100%;margin-bottom:20px;padding:18px}.success-details-header{border-bottom:1px solid #e9e9e9;margin-bottom:2px;padding-bottom:12px}.success-details-header h2{color:#292929;margin:0;font-size:15px;font-weight:800}.success-detail-row{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;gap:15px;min-height:48px;display:flex}.success-detail-row:last-child{border-bottom:0}.success-detail-row span{color:#858585;font-size:12px;font-weight:550}.success-detail-row strong{color:#333;text-align:right;font-size:12px;font-weight:750}.success-status{text-transform:capitalize;background:#f4edfb;border-radius:20px;padding:5px 9px;color:#5f259f!important;font-size:10px!important}.success-detail-row.total-row{min-height:58px}.success-detail-row.total-row span{color:#555;font-size:13px;font-weight:650}.success-detail-row.total-row strong{color:#5f259f;font-size:19px;font-weight:850}.order-success-actions{flex-direction:column;gap:10px;width:100%;display:flex}.view-order-button{color:#fff;cursor:pointer;background:#5f259f;border:0;border-radius:15px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:52px;font-family:inherit;font-size:14px;font-weight:750;transition:transform .15s,background .15s,box-shadow .15s;display:flex;box-shadow:0 8px 18px #5f259f3b}.continue-shopping-button{color:#4b4b4b;cursor:pointer;background:#fff;border:1px solid #dedede;border-radius:15px;width:100%;min-height:50px;font-family:inherit;font-size:13px;font-weight:700;transition:background .15s,color .15s,border-color .15s,transform .15s}.continue-shopping-button:hover{color:#5f259f;background:#f7f3fa;border-color:#d9c6e7;transform:translateY(-1px)}.continue-shopping-button:active{transform:scale(.98)}.order-success-footer{color:#aaa;margin:19px 0 0;font-size:10px;font-weight:500}@media (width<=480px){.order-success-page{align-items:flex-start;padding:18px 12px 30px}.order-success-card{border-radius:24px;padding:27px 17px 21px}.order-success-icon{width:62px;height:62px;font-size:28px}.order-success-card h1{font-size:22px}.order-success-description{margin-bottom:21px;font-size:12px}.success-order-details{border-radius:17px;padding:15px}.success-detail-row{min-height:45px}.success-detail-row span,.success-detail-row strong{font-size:11px}.success-detail-row.total-row strong{font-size:17px}}.orders-page{color:#171717;background:#f7f7f8;width:100%;min-height:100vh;padding:24px 16px 40px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.orders-header{align-items:center;gap:14px;width:100%;max-width:720px;margin:0 auto 20px;display:flex}.orders-header-icon{color:#fff;background:#5f259f;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:25px;display:flex;box-shadow:0 7px 18px #5f259f38}.orders-header h1{color:#171717;letter-spacing:-.6px;margin:0;font-size:24px;font-weight:800;line-height:1.2}.orders-header p{color:#858585;margin:4px 0 0;font-size:13px;line-height:1.4}.orders-list{flex-direction:column;gap:14px;width:100%;max-width:720px;margin:0 auto;display:flex}.order-card{background:#fff;border:1px solid #eee;border-radius:22px;width:100%;padding:20px;transition:transform .18s,box-shadow .18s,border-color .18s;box-shadow:0 6px 22px #0000000b,0 1px 3px #00000008}.order-card:hover{border-color:#e3d6eb;transform:translateY(-2px);box-shadow:0 10px 28px #00000012,0 2px 5px #00000009}.order-card-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;gap:15px;padding-bottom:16px;display:flex}.order-label{color:#999;text-transform:uppercase;letter-spacing:.4px;margin-bottom:3px;font-size:11px;font-weight:600;display:block}.order-card-header h2{color:#222;letter-spacing:-.2px;margin:0;font-size:17px;font-weight:800}.order-status{color:#5f259f;text-transform:capitalize;background:#f4edfb;border-radius:20px;flex-shrink:0;padding:7px 11px;font-size:11px;font-weight:750}.status-delivered,.status-completed{color:#168348;background:#ecfdf3}.status-cancelled,.status-canceled{color:#d92d20;background:#fff0ef}.status-pending{color:#a66b00;background:#fff8e6}.status-processing,.status-confirmed{color:#5f259f;background:#f0edff}.order-info-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:17px 0;display:grid}.order-info-item{background:#fafafa;border-radius:13px;padding:12px}.order-info-label{color:#999;text-transform:uppercase;letter-spacing:.3px;margin-bottom:5px;font-size:10px;font-weight:600;display:block}.order-info-item strong{color:#333;text-transform:capitalize;font-size:13px;font-weight:700;display:block}.order-info-item .order-total{color:#5f259f;font-size:16px;font-weight:800}.order-card-footer{border-top:1px solid #eee;justify-content:space-between;align-items:center;gap:15px;padding-top:15px;display:flex}.order-date{flex-direction:column;gap:3px;display:flex}.order-date span{color:#999;font-size:10px;font-weight:600}.order-date strong{color:#555;font-size:12px;font-weight:650}.view-order-button{color:#fff;cursor:pointer;background:#5f259f;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 15px;font-family:inherit;font-size:12px;font-weight:750;transition:transform .15s,background .15s,box-shadow .15s;display:flex;box-shadow:0 6px 15px #5f259f33}.view-order-button span{font-size:16px;transition:transform .15s}.view-order-button:hover{background:#54208d;transform:translateY(-1px);box-shadow:0 8px 19px #5f259f47}.view-order-button:hover span{transform:translate(3px)}.view-order-button:active{transform:scale(.97)}.orders-empty-card{text-align:center;background:#fff;border:1px solid #eee;border-radius:26px;flex-direction:column;align-items:center;width:100%;max-width:520px;margin:45px auto 0;padding:38px 24px;display:flex;box-shadow:0 7px 25px #0000000d}.orders-empty-icon{color:#5f259f;background:#f4edfb;border-radius:19px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:16px;font-size:29px;display:flex}.orders-empty-card h2{color:#222;margin:0;font-size:20px;font-weight:800}.orders-empty-card p{color:#858585;max-width:350px;margin:8px 0 22px;font-size:13px;line-height:1.5}.start-shopping-button{color:#fff;cursor:pointer;background:#5f259f;border:0;border-radius:14px;min-height:48px;padding:0 23px;font-family:inherit;font-size:13px;font-weight:750;transition:transform .15s,background .15s,box-shadow .15s;box-shadow:0 7px 18px #5f259f38}.start-shopping-button:hover{background:#54208d;transform:translateY(-2px);box-shadow:0 10px 23px #5f259f4d}.start-shopping-button:active{transform:scale(.97)}@media (width<=600px){.orders-page{padding:18px 12px 30px}.orders-header{margin-bottom:16px}.orders-header-icon{border-radius:13px;width:44px;height:44px}.orders-header h1{font-size:22px}.order-card{border-radius:20px;padding:17px}.order-card-header{align-items:flex-start}.order-status{padding:6px 9px;font-size:10px}.order-info-grid{gap:9px}.order-info-item{padding:10px}.order-card-footer{flex-direction:column;align-items:stretch}.view-order-button{width:100%}.orders-empty-card{margin-top:30px;padding:32px 20px}}.order-details-page{color:#171717;background:#f7f7f8;width:100%;min-height:100vh;padding:24px 16px 40px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.order-details-header{align-items:center;gap:14px;width:100%;max-width:720px;margin:0 auto 20px;display:flex}.order-back-button{color:#222;cursor:pointer;background:#fff;border:0;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:25px;transition:transform .15s,background .15s;display:flex;box-shadow:0 4px 14px #0000000f}.order-back-button:hover{background:#f0edf2;transform:translate(-2px)}.order-back-button:active{transform:scale(.94)}.order-details-header h1{color:#171717;letter-spacing:-.6px;margin:0;font-size:24px;font-weight:800}.order-details-header p{color:#858585;margin:4px 0 0;font-size:13px}.order-summary-card{background:#fff;border:1px solid #eee;border-radius:23px;width:100%;max-width:720px;margin:0 auto 16px;padding:22px;box-shadow:0 7px 25px #0000000b}.order-summary-top{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;gap:15px;padding-bottom:17px;display:flex}.order-detail-label{color:#999;text-transform:uppercase;letter-spacing:.4px;margin-bottom:3px;font-size:10px;font-weight:650;display:block}.order-summary-top h2{color:#222;margin:0;font-size:18px;font-weight:800}.order-detail-status{color:#5f259f;background:#f4edfb;border-radius:20px;padding:7px 12px;font-size:11px;font-weight:750}.order-detail-grid{grid-template-columns:repeat(2,1fr);gap:10px;padding:17px 0;display:grid}.order-detail-item{background:#fafafa;border-radius:13px;padding:12px}.order-detail-item span{color:#999;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:600;display:block}.order-detail-item strong{color:#333;text-transform:capitalize;font-size:13px;font-weight:700;display:block}.order-total-row{border-top:1px solid #eee;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:15px 0;display:flex}.order-total-row span{color:#666;font-size:13px;font-weight:600}.order-total-row strong{color:#5f259f;font-size:21px;font-weight:850}.order-dates{grid-template-columns:repeat(2,1fr);gap:15px;padding-top:15px;display:grid}.order-dates span{color:#999;margin-bottom:4px;font-size:10px;font-weight:600;display:block}.order-dates strong{color:#555;font-size:11px;font-weight:650}.pickup-credentials-card{background:linear-gradient(135deg,#fff,#faf7fc);border:1px solid #e8dcef;border-radius:21px;align-items:center;gap:14px;width:100%;max-width:720px;margin:0 auto 16px;padding:18px;display:flex;box-shadow:0 6px 20px #5f259f12}.pickup-credentials-icon{color:#fff;background:#5f259f;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:25px;display:flex}.pickup-credentials-content{flex:1}.pickup-credentials-content h2{color:#272727;margin:0;font-size:15px;font-weight:800}.pickup-credentials-content p{color:#888;margin:4px 0 0;font-size:11px;line-height:1.4}.pickup-credentials-button{color:#fff;cursor:pointer;background:#5f259f;border:0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 14px;font-family:inherit;font-size:11px;font-weight:750;transition:transform .15s,background .15s,box-shadow .15s;display:flex;box-shadow:0 6px 15px #5f259f33}.pickup-credentials-button span{font-size:15px;transition:transform .15s}.pickup-credentials-button:hover{background:#54208d;transform:translateY(-1px);box-shadow:0 8px 19px #5f259f47}.pickup-credentials-button:hover span{transform:translate(3px)}.pickup-credentials-button:active{transform:scale(.97)}.order-items-section{width:100%;max-width:720px;margin:0 auto}.order-items-header{margin-bottom:11px}.order-items-header h2{color:#222;margin:0;font-size:18px;font-weight:800}.order-items-header p{color:#999;margin:3px 0 0;font-size:11px}.order-items-list{flex-direction:column;gap:11px;display:flex}.order-item-card{background:#fff;border:1px solid #eee;border-radius:19px;padding:17px;transition:transform .16s,box-shadow .16s;box-shadow:0 5px 18px #00000009}.order-item-card:hover{transform:translateY(-1px);box-shadow:0 8px 22px #0000000e}.order-item-main{border-bottom:1px solid #eee;align-items:center;gap:12px;padding-bottom:14px;display:flex}.order-item-icon{background:#f4edfb;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:19px;display:flex}.order-item-name h3{color:#292929;margin:0;font-size:14px;font-weight:750}.order-item-name span{color:#777;text-transform:capitalize;margin-top:4px;font-size:10px;font-weight:600;display:inline-block}.order-item-details{grid-template-columns:repeat(4,1fr);gap:10px;padding-top:14px;display:grid}.order-item-details span{color:#999;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:600;display:block}.order-item-details strong{color:#444;font-size:12px;font-weight:700}.order-item-details .item-total{color:#5f259f;font-size:13px}.order-item-details .verified{color:#168348}.order-item-details .not-verified{color:#d92d20}.no-items-card{text-align:center;background:#fff;border:1px solid #eee;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;padding:35px 20px;display:flex}.no-items-icon{margin-bottom:10px;font-size:28px}.no-items-card p{color:#888;margin:0;font-size:13px}@media (width<=600px){.order-details-page{padding:18px 12px 30px}.order-details-header h1{font-size:22px}.order-summary-card{border-radius:20px;padding:17px}.order-detail-grid{gap:8px}.order-detail-item{padding:10px}.order-dates{grid-template-columns:1fr}.pickup-credentials-card{flex-wrap:wrap;align-items:flex-start}.pickup-credentials-content{min-width:0}.pickup-credentials-button{width:100%}.order-item-card{padding:15px}.order-item-details{grid-template-columns:repeat(2,1fr);row-gap:13px}}.back-button{color:#222;cursor:pointer;background:#fff;border:0;border-radius:13px;flex-shrink:0;width:42px;height:42px;font-size:25px;line-height:1;transition:all .2s;box-shadow:0 2px 10px #0000000f}.credential-message{border-radius:12px;align-items:center;gap:9px;width:100%;max-width:520px;margin:0 auto 14px;padding:12px 14px;font-size:13px;font-weight:600;display:flex}.credential-message.success{color:#147a42;background:#ecfdf3}.credential-message.error{color:#c62828;background:#fff1f1}.message-icon{color:#fff;background:currentColor;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:800;display:flex}.credential-card{background:#fff;border-radius:25px;width:100%;max-width:520px;margin:0 auto 16px;padding:24px 20px;box-shadow:0 8px 30px #0000000f,0 1px 3px #0000000a}.credential-card-header{align-items:center;gap:13px;margin-bottom:20px;display:flex}.credential-icon{color:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:25px;font-weight:700;display:flex;box-shadow:0 7px 17px #5f259f38}.qr-icon{background:#5f259f}.otp-icon{background:#7b2cbf}.credential-card-header h2{color:#171717;margin:0;font-size:19px;font-weight:800}.credential-card-header p{color:#858585;margin:4px 0 0;font-size:12px;line-height:1.4}.qr-display{justify-content:center;align-items:center;width:100%;padding:20px 0;display:flex}.qr-code-container{background:#fff;border:1px solid #eee;border-radius:18px;justify-content:center;align-items:center;width:250px;height:250px;display:flex;box-shadow:0 5px 20px #0000000f}.qr-code-container svg{max-width:220px;max-height:220px}.credential-unavailable{text-align:center;background:#f8f8f9;border:1px dashed #dddddf;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:170px;padding:20px;display:flex}.credential-unavailable>span{color:#999;margin-bottom:8px;font-size:34px}.credential-unavailable p{color:#888;max-width:330px;margin:0;font-size:13px;line-height:1.5}.otp-unavailable{min-height:120px}.credential-status{border-top:1px solid #eee;margin-top:18px;padding-top:16px}.status-row{justify-content:space-between;align-items:center;gap:15px;min-height:38px;display:flex}.status-row>span{color:#777;font-size:13px;font-weight:500}.status-row>strong{font-size:13px}.status-badge{border-radius:20px;align-items:center;gap:6px;padding:6px 10px;display:inline-flex;font-size:11px!important;font-weight:700!important}.status-badge.scanned,.status-badge.enabled{color:#147a42;background:#ecfdf3}.status-badge.pending{color:#8a6100;background:#fff8df}.countdown{color:#5f259f!important;font-weight:750!important}.otp-display{background:linear-gradient(135deg,#f8f2ff,#f5edfc);border:1px solid #eadcf7;border-radius:18px;flex-direction:column;align-items:center;padding:20px;display:flex}.otp-label{color:#888;text-transform:uppercase;letter-spacing:.8px;font-size:11px;font-weight:600}.otp-code{color:#5f259f;letter-spacing:7px;margin-top:7px;font-size:38px;font-weight:850;line-height:1}.otp-warning{color:#856404;background:#fff8e7;border-radius:11px;align-items:flex-start;gap:9px;margin-top:13px;padding:11px 13px;display:flex}.otp-warning span{flex-shrink:0;font-size:14px}.otp-warning p{margin:0;font-size:11px;line-height:1.5}.refresh-section{width:100%;max-width:520px;margin:4px auto 0}.refresh-button{color:#fff;cursor:pointer;background:#5f259f;border:0;border-radius:15px;justify-content:center;align-items:center;gap:9px;width:100%;height:52px;font-size:15px;font-weight:750;transition:all .2s;display:flex;box-shadow:0 8px 20px #5f259f3d}.refresh-button:hover:not(:disabled){background:#54208d;transform:translateY(-1px)}.refresh-button:active:not(:disabled){transform:scale(.98)}.refresh-button:disabled{opacity:.65;cursor:not-allowed}.refresh-icon{font-size:21px;line-height:1}.refresh-icon.spinning{animation:.9s linear infinite refreshSpin}@keyframes refreshSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pickup-error-page{justify-content:center;align-items:center;min-height:100vh;padding:24px 16px;display:flex}.pickup-error-card{text-align:center;background:#fff;border-radius:25px;width:100%;max-width:520px;padding:32px 24px;box-shadow:0 8px 30px #0000000f,0 1px 3px #0000000a}.pickup-error-icon{color:#c62828;background:#fff1f1;border-radius:18px;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 18px;font-size:28px;font-weight:800;display:flex}.pickup-error-card h1{color:#171717;letter-spacing:-.4px;margin:0;font-size:21px;font-weight:800;line-height:1.3}.pickup-error-message{color:#777;max-width:400px;margin:9px auto 24px;font-size:13px;line-height:1.55}.pickup-error-button{color:#fff;cursor:pointer;background:#5f259f;border:0;border-radius:15px;width:100%;height:50px;font-size:14px;font-weight:750;transition:all .2s;box-shadow:0 8px 20px #5f259f38}.pickup-error-button:hover{background:#54208d;transform:translateY(-1px)}.pickup-error-button:active{transform:scale(.98)}@media (width<=480px){.pickup-error-page{padding:20px 12px}.pickup-error-card{border-radius:22px;padding:28px 18px}.pickup-error-card h1{font-size:20px}.pickup-error-message{font-size:12px}.pickup-error-button{height:48px;font-size:14px}.pickup-page{padding:0 12px 30px}.pickup-header{padding-top:16px;padding-left:2px;padding-right:2px}.pickup-header h1{font-size:20px}.credential-card{border-radius:22px;padding:21px 16px}.credential-card-header h2{font-size:18px}.qr-code-container{width:235px;height:235px}.qr-code-container svg{max-width:205px;max-height:205px}.otp-code{letter-spacing:5px;font-size:32px}.status-row{align-items:flex-start}}html,body,#root{width:100%;min-height:100%;margin:0;padding:0}.pickup-page{color:#171717;background:#8b8bd2;width:100%;min-height:100vh;padding:0 16px 32px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.pickup-header{align-items:center;gap:14px;width:100%;max-width:520px;margin:0 auto;padding:20px 4px 18px;display:flex}.pickup-header h1{letter-spacing:-.4px;margin:0;font-size:22px;font-weight:800;line-height:1.2}.pickup-header span{color:#777;margin-top:3px;font-size:12px;font-weight:500;display:block}.back-button{color:#222;cursor:pointer;background:#fff;border:0;border-radius:13px;width:42px;height:42px;font-size:25px;line-height:1;transition:all .2s;box-shadow:0 2px 10px #0000000f}.back-button:hover{background:#f0f0f2;transform:translate(-2px)}.scanner-card{background:#fff;border-radius:28px;width:100%;max-width:520px;margin:0 auto;padding:28px 20px 22px;box-shadow:0 8px 30px #0000000f,0 1px 3px #0000000a}.scanner-icon{color:#fff;background:#5f259f;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 14px;font-size:30px;font-weight:700;display:flex;box-shadow:0 8px 20px #5f259f40}.scanner-card h2{text-align:center;letter-spacing:-.7px;margin:0;font-size:25px;font-weight:800}.scanner-description{text-align:center;color:#777;max-width:350px;margin:8px auto 22px;font-size:14px;line-height:1.5}.scanner-wrapper{background:#101010;border-radius:22px;width:100%;max-width:350px;height:300px;margin:0 auto;position:relative;overflow:hidden}.qr-reader{width:100%!important;height:100%!important}.qr-reader video{object-fit:cover!important;width:100%!important;height:100%!important}.qr-reader img{display:none!important}.qr-reader__scan_region{min-height:100%!important}.qr-reader__dashboard{display:none!important}.scanner-placeholder{color:#fff;pointer-events:none;background:radial-gradient(circle,#5f259f29,#0000 55%),#171717;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.scanner-placeholder p{color:#cfcfcf;margin:18px 0 0;font-size:13px;font-weight:500}.qr-frame{justify-content:center;align-items:center;width:190px;height:190px;display:flex;position:relative}.qr-placeholder-icon{color:#fff3;font-size:60px}.corner{border-style:solid;border-color:#a855f7;width:32px;height:32px;position:absolute}.corner.top-left{border-width:4px 0 0 4px;border-radius:8px 0 0;top:0;left:0}.corner.top-right{border-width:4px 4px 0 0;border-radius:0 8px 0 0;top:0;right:0}.corner.bottom-left{border-width:0 0 4px 4px;border-radius:0 0 0 8px;bottom:0;left:0}.corner.bottom-right{border-width:0 4px 4px 0;border-radius:0 0 8px;bottom:0;right:0}.scanner-wrapper.active:after{content:"";pointer-events:none;border:2px solid #fffc;border-radius:8px;width:190px;height:190px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.scan-line{z-index:10;pointer-events:none;background:#a855f7;width:190px;height:2px;animation:2s ease-in-out infinite scanLine;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 0 8px #a855f7,0 0 18px #a855f7cc}@keyframes scanLine{0%{top:calc(50% - 95px)}50%{top:calc(50% + 95px)}to{top:calc(50% - 95px)}}.status-message{border-radius:12px;align-items:center;gap:8px;max-width:350px;margin:14px auto 0;padding:11px 14px;font-size:13px;font-weight:600;display:flex}.status-message.success{color:#147a42;background:#ecfdf3}.status-message.error{color:#c62828;background:#fff1f1}.status-dot{background:#20a35a;border-radius:50%;width:7px;height:7px}.scanner-actions{margin-top:18px}.scan-button,.stop-button{cursor:pointer;border:0;border-radius:15px;width:100%;height:52px;font-size:15px;font-weight:750;transition:transform .15s,box-shadow .15s,background .15s}.scan-button{color:#fff;background:#5f259f;justify-content:center;align-items:center;gap:9px;display:flex;box-shadow:0 8px 18px #5f259f3d}.scan-button:hover{background:#54208d;transform:translateY(-1px);box-shadow:0 10px 22px #5f259f4d}.scan-button:active{transform:scale(.98)}.scan-button-icon{font-size:21px}.stop-button{color:#d92d20;background:#fff0ef;border:1px solid #ffd6d2}.stop-button:hover{background:#ffe5e2}.scan-tips{border-top:1px solid #eee;flex-direction:column;gap:12px;margin-top:22px;padding-top:20px;display:flex}.tip{align-items:flex-start;gap:12px;display:flex}.tip-icon{color:#5f259f;background:#f4edfb;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.tip strong{margin-top:1px;font-size:13px;font-weight:700;display:block}.tip p{color:#888;margin:3px 0 0;font-size:12px;line-height:1.4}.footer-text{text-align:center;color:#aaa;width:100%;max-width:520px;margin:18px auto 0;font-size:11px;font-weight:500}@media (width<=480px){.pickup-page{padding:0 12px 24px}.pickup-header{padding-top:16px}.scanner-card{border-radius:24px;padding:24px 16px 20px}.scanner-card h2{font-size:23px}.scanner-wrapper{border-radius:19px;height:280px}.qr-frame,.scanner-wrapper.active:after,.scan-line{width:175px}.qr-frame,.scanner-wrapper.active:after{height:175px}@keyframes scanLine{0%{top:calc(50% - 87px)}50%{top:calc(50% + 87px)}to{top:calc(50% - 87px)}}}.order-verification-page{color:#171717;background:#f7f7f8;width:100%;min-height:100vh;padding:0 16px 36px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.verification-header{align-items:center;gap:14px;width:100%;max-width:620px;margin:0 auto;padding:22px 4px 18px;display:flex}.verification-header-icon{color:#fff;background:#5f259f;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;font-weight:800;display:flex;box-shadow:0 7px 18px #5f259f38}.verification-header h1{color:#171717;letter-spacing:-.5px;margin:0;font-size:23px;font-weight:800;line-height:1.2}.verification-header p{color:#777;margin:4px 0 0;font-size:13px}.verification-summary{background:#fff;border-radius:20px;grid-template-columns:1.3fr .8fr 1.3fr;gap:10px;width:100%;max-width:620px;margin:0 auto 14px;padding:17px;display:grid;box-shadow:0 5px 22px #0000000d}.summary-item{border-right:1px solid #eee;min-width:0;padding:4px 10px}.summary-item:last-child{border-right:0}.summary-item span{color:#999;text-transform:uppercase;letter-spacing:.4px;margin-bottom:5px;font-size:11px;font-weight:600;display:block}.summary-item strong{color:#222;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:750;display:block;overflow:hidden}.order-status{color:#5f259f!important}.verification-message{border-radius:13px;align-items:center;gap:9px;width:100%;max-width:620px;margin:0 auto 14px;padding:12px 14px;font-size:13px;font-weight:600;display:flex}.verification-message p{margin:0}.success-message{color:#147a42;background:#ecfdf3}.error-message{color:#c62828;background:#fff1f1}.verification-message span{background:#ffffffb3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-weight:800;display:flex}.items-card{background:#fff;border-radius:25px;width:100%;max-width:620px;margin:0 auto;padding:22px 18px;box-shadow:0 8px 30px #0000000f,0 1px 3px #0000000a}.section-heading{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.section-heading p{color:#888;margin:4px 0 0;font-size:12px}.item-count{color:#5f259f;background:#f4edfb;border-radius:10px;justify-content:center;align-items:center;min-width:30px;height:30px;padding:0 9px;font-size:13px;font-weight:800;display:flex}.verification-item{background:#fff;border:1px solid #eee;border-radius:18px;margin-bottom:12px;padding:16px;transition:all .2s}.verification-item:hover{border-color:#dfd1ec;box-shadow:0 5px 18px #5f259f12}.verification-item:last-child{margin-bottom:0}.item-verified{background:#fbfffc;border-color:#ccebd8}.item-cancelled{background:snow;border-color:#f1d3d0}.item-top{align-items:center;gap:12px;display:flex}.item-product-icon{color:#5f259f;background:#f4edfb;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:21px;display:flex}.item-product-info{flex:1;min-width:0}.item-product-info h3{color:#222;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;font-weight:750;overflow:hidden}.item-product-info p{color:#888;margin:4px 0 0;font-size:12px}.verification-badge{border-radius:9px;flex-shrink:0;padding:6px 9px;font-size:11px;font-weight:750}.verification-badge.verified{color:#15803d;background:#eaf9f0}.verification-badge.pending{color:#9a6700;background:#fff6df}.verification-badge.cancelled{color:#c62828;background:#fff0ef}.item-notice{border-radius:10px;margin-top:12px;padding:9px 11px;font-size:12px;font-weight:600}.verified-notice{color:#147a42;background:#ecfdf3}.cancelled-notice{color:#c62828;background:#fff1f1}.item-actions{flex-direction:column;gap:8px;margin-top:14px;display:flex}.item-actions button{cursor:pointer;border-radius:12px;min-height:44px;font-size:13px;font-weight:700;transition:transform .15s,background .15s,box-shadow .15s}.item-actions button:not(:disabled):active{transform:scale(.98)}.verify-item-button{color:#fff;background:#5f259f;border:0;box-shadow:0 6px 15px #5f259f33}.verify-item-button:hover:not(:disabled){background:#54208d;transform:translateY(-1px)}.cancel-item-button{color:#d92d20;background:#fff5f4;border:1px solid #ffd6d2}.cancel-item-button:hover:not(:disabled){background:#ffe9e6}.replacement-button{color:#5f259f;background:#f8f3fc;border:1px solid #ded0eb}.replacement-button:hover:not(:disabled){background:#f0e6f8}.item-actions button:disabled{opacity:.48;cursor:not-allowed;box-shadow:none}.action-panel{background:#f8f8f9;border:1px solid #eee;border-radius:15px;margin-top:4px;padding:15px;animation:.2s panelAppear}@keyframes panelAppear{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.action-panel h4{color:#222;margin:0;font-size:14px;font-weight:750}.action-panel p{color:#777;margin:5px 0 12px;font-size:12px;line-height:1.4}.action-panel select{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:11px;outline:none;width:100%;height:44px;padding:0 12px;font-size:13px}.action-panel select:focus{border-color:#8b4bc2;box-shadow:0 0 0 3px #5f259f1a}.panel-actions{gap:8px;margin-top:10px;display:flex}.panel-actions button{flex:1}.confirm-danger-button{color:#fff;background:#d92d20;border:0}.close-panel-button{color:#555!important;background:#fff!important;border:1px solid #ddd!important}.confirm-replacement-button{color:#fff;background:#5f259f;border:0}.verification-footer{width:100%;max-width:620px;margin:16px auto 0}.pending-replacement-message{color:#8a6200;background:#fff8e6;border-radius:13px;align-items:center;gap:9px;margin-bottom:12px;padding:12px 14px;font-size:12px;font-weight:600;display:flex}.pending-replacement-message p{margin:0}.pending-replacement-message span{background:#ffedb8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-weight:800;display:flex}.complete-verification-button{color:#fff;cursor:pointer;background:#5f259f;border:0;border-radius:15px;width:100%;height:54px;font-size:15px;font-weight:800;transition:transform .15s,background .15s,box-shadow .15s;box-shadow:0 8px 20px #5f259f3d}.complete-verification-button:hover:not(:disabled){background:#54208d;transform:translateY(-1px);box-shadow:0 10px 24px #5f259f4d}.complete-verification-button:active:not(:disabled){transform:scale(.98)}.complete-verification-button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}@media (width<=480px){.order-verification-page{padding:0 12px 28px}.verification-header{padding-top:16px}.verification-header h1{font-size:21px}.verification-summary{grid-template-columns:1fr;gap:10px}.summary-item{border-bottom:1px solid #eee;border-right:0;padding:4px 2px 10px}.summary-item:last-child{border-bottom:0;padding-bottom:4px}.items-card{border-radius:22px;padding:20px 14px}.item-top{align-items:flex-start}.verification-badge{padding:5px 7px;font-size:10px}.panel-actions{flex-direction:column}}.replacement-requests-page{color:#171717;background:#f7f7f8;width:100%;min-height:100vh;padding:24px 16px 40px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.replacement-requests-container{background:#fff;border-radius:26px;width:100%;max-width:1100px;margin:0 auto;padding:28px 24px;box-shadow:0 8px 30px #0000000f,0 1px 3px #0000000a}.replacement-requests-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:26px;display:flex}.replacement-requests-header h1{color:#171717;letter-spacing:-.6px;margin:0;font-size:25px;font-weight:800}.replacement-requests-header p{color:#777;margin:6px 0 0;font-size:14px}.replacement-header-icon{color:#fff;background:#5f259f;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:25px;font-weight:700;display:flex;box-shadow:0 7px 18px #5f259f40}.replacement-error{color:#c62828;background:#fff1f1;border:1px solid #ffd5d2;border-radius:13px;align-items:center;gap:10px;margin-bottom:20px;padding:12px 15px;display:flex}.replacement-error span{color:#fff;background:#d92d20;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:23px;height:23px;font-size:13px;font-weight:800;display:flex}.replacement-error p{margin:0;font-size:13px;font-weight:600}.replacement-empty{text-align:center;background:#fafafa;border:1px dashed #dddddf;border-radius:20px;padding:55px 20px}.empty-icon{color:#16864b;background:#ecfdf3;border-radius:18px;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 14px;font-size:27px;font-weight:800;display:flex}.replacement-empty h2{color:#222;margin:0;font-size:19px;font-weight:750}.replacement-empty p{color:#888;max-width:430px;margin:7px auto 0;font-size:13px;line-height:1.5}.replacement-table-wrapper{border:1px solid #eeeeef;border-radius:18px;width:100%;overflow-x:auto}.replacement-table{border-collapse:collapse;width:100%;min-width:760px}.replacement-table thead{background:#faf8fc}.replacement-table th{color:#666;text-transform:uppercase;letter-spacing:.5px;text-align:left;border-bottom:1px solid #eeeeef;padding:15px 16px;font-size:11px;font-weight:750}.replacement-table td{color:#333;vertical-align:middle;border-bottom:1px solid #f0f0f0;padding:17px 16px;font-size:13px}.replacement-table tbody tr{transition:background .18s,transform .18s}.replacement-table tbody tr:hover{background:#fcfaff}.replacement-table tbody tr:last-child td{border-bottom:none}.replacement-table td strong{color:#222;font-weight:750}.quantity-badge{color:#5f259f;background:#f4edfb;border-radius:9px;justify-content:center;align-items:center;min-width:30px;height:28px;padding:0 9px;font-size:12px;font-weight:750;display:inline-flex}.pending-status{color:#a15c00;background:#fff7e6;border-radius:999px;align-items:center;padding:6px 10px;font-size:11px;font-weight:750;display:inline-flex}.view-request-button{color:#fff;cursor:pointer;background:#5f259f;border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:0 14px;font-size:12px;font-weight:700;transition:background .18s,transform .15s,box-shadow .18s;display:inline-flex;box-shadow:0 5px 12px #5f259f2e}.view-request-button span{font-size:16px;transition:transform .18s}.view-request-button:hover{background:#54208d;transform:translateY(-1px);box-shadow:0 7px 16px #5f259f40}.view-request-button:hover span{transform:translate(3px)}.view-request-button:active{transform:scale(.97)}@media (width<=700px){.replacement-requests-page{padding:14px 10px 28px}.replacement-requests-container{border-radius:22px;padding:22px 15px}.replacement-requests-header h1{font-size:21px}.replacement-requests-header p{font-size:12px}.replacement-header-icon{border-radius:13px;width:42px;height:42px;font-size:21px}.replacement-table-wrapper{border:none;overflow:visible}.replacement-table{min-width:0}.replacement-table thead{display:none}.replacement-table,.replacement-table tbody,.replacement-table tr,.replacement-table td{width:100%;display:block}.replacement-table tr{background:#fff;border:1px solid #eeeeef;border-radius:17px;margin-bottom:14px;padding:15px;box-shadow:0 4px 14px #0000000a}.replacement-table td{text-align:right;border:none;justify-content:space-between;align-items:center;gap:15px;padding:9px 0;font-size:13px;display:flex}.replacement-table td:before{content:attr(data-label);color:#888;text-align:left;font-size:11px;font-weight:700}.replacement-table td:last-child{padding-top:13px}.view-request-button{width:100%;min-height:44px}}@media (width<=400px){.replacement-requests-header{align-items:flex-start}.replacement-requests-header h1{font-size:19px}.replacement-requests-container{padding:20px 12px}}.replacement-page{color:#171717;background:#f7f7f8;width:100%;min-height:100vh;padding:24px 16px 40px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.replacement-header{align-items:center;gap:14px;width:100%;max-width:720px;margin:0 auto 20px;display:flex}.replacement-back-button{color:#222;cursor:pointer;background:#fff;border:0;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:25px;transition:transform .15s,background .15s;display:flex;box-shadow:0 4px 14px #0000000f}.replacement-back-button:hover{background:#f0edf2;transform:translate(-2px)}.replacement-back-button:active{transform:scale(.94)}.replacement-header h1{color:#171717;letter-spacing:-.5px;margin:0;font-size:24px;font-weight:800}.replacement-header p{color:#858585;margin:4px 0 0;font-size:13px}.replacement-card{background:#fff;border:1px solid #eee;border-radius:23px;width:100%;max-width:720px;margin:0 auto 16px;padding:22px;box-shadow:0 7px 25px #0000000b}.replacement-card-header{border-bottom:1px solid #eee;align-items:center;gap:13px;padding-bottom:17px;display:flex}.replacement-icon{color:#5f259f;background:#f4edfb;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:25px;font-weight:700;display:flex}.replacement-card-header h2,.replacement-section-header h2{color:#272727;margin:0;font-size:17px;font-weight:800}.replacement-card-header span{color:#999;margin-top:3px;font-size:11px;display:block}.replacement-details{grid-template-columns:repeat(2,1fr);gap:10px;padding-top:17px;display:grid}.replacement-detail{background:#fafafa;border-radius:13px;padding:13px}.replacement-detail span{color:#999;text-transform:uppercase;letter-spacing:.3px;margin-bottom:5px;font-size:10px;font-weight:650;display:block}.replacement-detail strong{color:#333;word-break:break-word;font-size:13px;font-weight:700;display:block}.replacement-status{background:#fff7e6;border-radius:20px;width:fit-content;padding:5px 9px;color:#b76b00!important;font-size:10px!important;display:inline-block!important}.replacement-section-header{border-bottom:1px solid #eee;padding-bottom:15px}.replacement-section-header p{color:#999;margin:4px 0 0;font-size:11px}.replacement-history-wrapper{width:100%;padding-top:14px;overflow-x:auto}.replacement-history-table{border-collapse:collapse;width:100%;min-width:580px}.replacement-history-table th{color:#888;text-align:left;text-transform:uppercase;letter-spacing:.3px;background:#fafafa;padding:11px 10px;font-size:10px;font-weight:700}.replacement-history-table th:first-child{border-radius:10px 0 0 10px}.replacement-history-table th:last-child{border-radius:0 10px 10px 0}.replacement-history-table td{color:#444;border-bottom:1px solid #eee;padding:13px 10px;font-size:11px}.replacement-history-table tr:last-child td{border-bottom:0}.history-status{color:#5f259f;background:#f4edfb;border-radius:20px;padding:5px 8px;font-size:9px;font-weight:700;display:inline-block}.replacement-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:35px 20px;display:flex}.empty-history-icon{color:#5f259f;background:#f4edfb;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:10px;font-size:24px;display:flex}.replacement-empty p{color:#888;margin:0;font-size:12px}.decision-card{margin-bottom:0}.supervisor-note-wrapper{padding-top:17px}.supervisor-note-wrapper label{color:#444;margin-bottom:7px;font-size:12px;font-weight:700;display:block}.supervisor-note-wrapper textarea{resize:vertical;color:#222;background:#fafafa;border:1px solid #ddd;border-radius:13px;outline:none;width:100%;min-height:105px;padding:13px;font-family:inherit;font-size:13px;line-height:1.5;transition:border-color .15s,box-shadow .15s,background .15s}.supervisor-note-wrapper textarea::placeholder{color:#aaa}.supervisor-note-wrapper textarea:focus{background:#fff;border-color:#9b67bd;box-shadow:0 0 0 3px #5f259f17}.stock-warning{color:#c62828;background:#fff4f2;border:1px solid #ffd8d3;border-radius:12px;align-items:center;gap:9px;margin-top:13px;padding:11px 13px;display:flex}.stock-warning span{color:#fff;background:#c62828;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:800;display:flex}.stock-warning p{margin:0;font-size:11px;font-weight:600;line-height:1.4}.replacement-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:18px;display:grid}.approve-button,.reject-button{cursor:pointer;border:0;border-radius:14px;height:50px;font-family:inherit;font-size:13px;font-weight:750;transition:transform .15s,box-shadow .15s,background .15s,opacity .15s}.approve-button{color:#fff;background:#168348;box-shadow:0 7px 17px #16834833}.approve-button:hover:not(:disabled){background:#126f3d;transform:translateY(-1px);box-shadow:0 9px 20px #16834845}.approve-button:active:not(:disabled){transform:scale(.97)}.reject-button{color:#d92d20;background:#fff0ef;border:1px solid #ffd4d0}.reject-button:hover:not(:disabled){background:#ffe4e1;transform:translateY(-1px)}.reject-button:active:not(:disabled){transform:scale(.97)}.approve-button:disabled,.reject-button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.replacement-secondary-button{color:#666;cursor:pointer;background:#fff;border:1px solid #dedede;border-radius:13px;width:100%;height:46px;margin-top:10px;font-family:inherit;font-size:12px;font-weight:700;transition:background .15s,color .15s,border-color .15s,transform .15s}.replacement-secondary-button:hover{color:#5f259f;background:#f7f3fa;border-color:#d9c6e7;transform:translateY(-1px)}.replacement-secondary-button:active{transform:scale(.98)}@media (width<=600px){.replacement-page{padding:18px 12px 30px}.replacement-header h1{font-size:22px}.replacement-card{border-radius:20px;padding:17px}.replacement-details{grid-template-columns:1fr 1fr;gap:8px}.replacement-detail{padding:11px}.replacement-detail strong{font-size:12px}.replacement-actions{grid-template-columns:1fr}.approve-button,.reject-button{height:50px}.replacement-history-wrapper{margin-right:-5px}}@media (width<=400px){.replacement-details{grid-template-columns:1fr}.replacement-header{gap:10px}.replacement-header h1{font-size:20px}.replacement-header p{font-size:11px}}.profile-page{color:#171717;background:#f7f7f8;width:100%;min-height:100vh;padding:24px 16px 40px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.profile-container{background:#fff;border-radius:28px;width:100%;max-width:520px;margin:0 auto;padding:28px 22px 24px;box-shadow:0 8px 30px #0000000f,0 1px 3px #0000000a}.profile-header{border-bottom:1px solid #eee;align-items:center;gap:14px;padding-bottom:22px;display:flex}.profile-avatar{color:#fff;background:#5f259f;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;font-size:23px;font-weight:800;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 8px 20px #5f259f3d}.profile-avatar:hover{transform:scale(1.05);box-shadow:0 10px 24px #5f259f4d}.profile-header h1{color:#171717;letter-spacing:-.5px;margin:0;font-size:23px;font-weight:800;line-height:1.2}.profile-header p{color:#888;margin:5px 0 0;font-size:12px;line-height:1.4}.profile-details{flex-direction:column;gap:10px;margin-top:20px;display:flex}.profile-row{background:#fafafa;border:1px solid #eeeeef;border-radius:14px;justify-content:space-between;align-items:center;gap:15px;min-height:58px;padding:12px 14px;transition:background .18s,border-color .18s,transform .18s;display:flex}.profile-row:hover{background:#faf7fc;border-color:#e6d9ed;transform:translateY(-1px)}.profile-label{color:#888;font-size:12px;font-weight:600}.profile-value{color:#333;text-align:right;text-overflow:ellipsis;white-space:nowrap;max-width:65%;font-size:13px;font-weight:700;overflow:hidden}.profile-logout-button{color:#d92d20;cursor:pointer;background:#fff1f0;border:1px solid #ffd6d2;border-radius:15px;justify-content:center;align-items:center;width:100%;height:52px;margin-top:22px;font-family:inherit;font-size:14px;font-weight:750;transition:transform .16s,background .16s,border-color .16s,box-shadow .16s;display:flex}.profile-logout-button:hover{background:#ffe6e3;border-color:#ffc4be;transform:translateY(-2px);box-shadow:0 7px 16px #d92d201a}.profile-logout-button:active{box-shadow:none;transform:scale(.97)}@media (width<=480px){.profile-page{padding:16px 12px 28px}.profile-container{border-radius:24px;padding:23px 16px 20px}.profile-header{gap:12px;padding-bottom:20px}.profile-avatar{border-radius:16px;width:52px;height:52px;font-size:21px}.profile-header h1{font-size:21px}.profile-row{min-height:54px;padding:11px 12px}.profile-value{max-width:60%}.profile-logout-button{height:50px}}.payment-summary-page{color:#171717;background:#f7f7f8;width:100%;min-height:100vh;padding:24px 16px 40px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.payment-summary-container{background:#fff;border-radius:26px;width:100%;max-width:650px;margin:0 auto;padding:28px 24px;box-shadow:0 8px 30px #0000000f,0 1px 3px #0000000a}.payment-summary-header{justify-content:space-between;align-items:center;gap:15px;margin-bottom:25px;display:flex}.payment-summary-header h1{color:#171717;letter-spacing:-.6px;margin:0;font-size:25px;font-weight:800}.payment-summary-header p{color:#777;margin:6px 0 0;font-size:13px}.payment-header-icon{color:#fff;background:#5f259f;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:22px;font-weight:800;display:flex;box-shadow:0 8px 20px #5f259f40}.payment-message{border-radius:13px;align-items:center;gap:10px;margin-bottom:18px;padding:12px 14px;display:flex}.payment-message p{margin:0;font-size:13px;font-weight:600}.payment-message span{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:23px;height:23px;font-size:12px;font-weight:800;display:flex}.payment-message.success{color:#147a42;background:#ecfdf3;border:1px solid #c9f1d9}.payment-message.success span{background:#20a35a}.payment-message.error{color:#c62828;background:#fff1f1;border:1px solid #ffd6d2}.payment-message.error span{background:#d92d20}.payment-section{background:#fff;border:1px solid #eeeeef;border-radius:19px;margin-top:18px;padding:20px}.section-heading{align-items:center;gap:10px;margin-bottom:18px;display:flex}.section-heading h2{color:#222;margin:0;font-size:17px;font-weight:800}.section-icon{color:#5f259f;background:#f4edfb;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;font-weight:800;display:flex}.order-summary-list{flex-direction:column;display:flex}.summary-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:20px;padding:13px 0;display:flex}.summary-row:first-child{padding-top:0}.summary-row:last-child{border-bottom:none;padding-bottom:0}.summary-row>span:first-child{color:#777;font-size:13px;font-weight:500}.summary-row strong{color:#222;text-align:right;font-size:13px;font-weight:750}.summary-row .total-amount{color:#5f259f;font-size:18px;font-weight:800}.payment-status,.verification-status{border-radius:999px;align-items:center;padding:6px 10px;font-size:10px;font-weight:750;display:inline-flex}.payment-status.paid,.verification-status.completed{color:#16864b;background:#ecfdf3}.payment-status.pending,.verification-status.pending{color:#a15c00;background:#fff7e6}.payment-form{flex-direction:column;gap:9px;display:flex}.payment-form label{color:#444;font-size:12px;font-weight:700}.payment-select,.payment-input{color:#222;background:#fafafa;border:1px solid #dddddf;border-radius:12px;outline:none;width:100%;height:48px;padding:0 13px;font-family:inherit;font-size:13px;transition:border-color .2s,background .2s,box-shadow .2s}.payment-select:focus,.payment-input:focus{background:#fff;border-color:#8b4fc0;box-shadow:0 0 0 3px #5f259f1a}.payment-select:disabled,.payment-input:disabled{cursor:not-allowed;opacity:.6}.transaction-field{flex-direction:column;gap:8px;margin-top:8px;display:flex}.collect-payment-button{color:#fff;cursor:pointer;background:#5f259f;border:0;border-radius:14px;width:100%;height:52px;margin-top:10px;font-family:inherit;font-size:14px;font-weight:750;transition:transform .15s,background .18s,box-shadow .18s,opacity .18s;box-shadow:0 8px 18px #5f259f3b}.collect-payment-button:hover:not(:disabled){background:#54208d;transform:translateY(-1px);box-shadow:0 10px 22px #5f259f4d}.collect-payment-button:active:not(:disabled){transform:scale(.98)}.collect-payment-button:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}.verify-otp-button{color:#fff;cursor:pointer;background:#5f259f;border:0;border-radius:15px;width:100%;height:52px;margin-top:12px;font-size:15px;font-weight:750;transition:transform .15s,background .15s,box-shadow .15s;box-shadow:0 8px 18px #5f259f3d}.verify-otp-button:hover:not(:disabled){background:#54208d;transform:translateY(-2px);box-shadow:0 10px 22px #5f259f4d}.verify-otp-button:active:not(:disabled){transform:scale(.98)}.verify-otp-button:disabled{color:#fff;cursor:not-allowed;box-shadow:none;background:#d8d4dc}@media (width<=600px){.payment-summary-page{padding:14px 10px 28px}.payment-summary-container{border-radius:22px;padding:22px 15px}.payment-summary-header h1{font-size:21px}.payment-summary-header p{font-size:12px}.payment-header-icon{border-radius:13px;width:43px;height:43px;font-size:19px}.payment-section{border-radius:17px;padding:17px 14px}.summary-row{align-items:flex-start}.summary-row strong{max-width:55%}}.otp-page{color:#171717;background:#f7f7f8;justify-content:center;align-items:flex-start;width:100%;min-height:100vh;padding:32px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.otp-card{text-align:center;background:#fff;border-radius:28px;width:100%;max-width:460px;margin-top:45px;padding:32px 24px 26px;box-shadow:0 8px 30px #0000000f,0 1px 3px #0000000a}.otp-icon{color:#fff;background:#5f259f;border-radius:17px;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 16px;font-size:28px;font-weight:800;display:flex;box-shadow:0 8px 20px #5f259f40}.success-icon{background:#20a35a;box-shadow:0 8px 20px #20a35a38}.otp-card h1{color:#171717;letter-spacing:-.6px;margin:0;font-size:25px;font-weight:800;line-height:1.2}.otp-description{color:#777;max-width:340px;margin:9px auto 22px;font-size:14px;line-height:1.5}.otp-order{text-align:left;background:#f7f3fb;border:1px solid #eadff4;border-radius:13px;justify-content:space-between;align-items:center;width:100%;margin-bottom:22px;padding:13px 15px;display:flex}.otp-order span{color:#777;font-size:12px;font-weight:600}.otp-order strong{color:#5f259f;font-size:13px;font-weight:750}.otp-form{text-align:left}.otp-form label{color:#333;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.otp-input{color:#171717;letter-spacing:10px;text-align:center;background:#fff;border:1.5px solid #dddddf;border-radius:15px;outline:none;width:100%;height:58px;padding:0 16px;font-size:25px;font-weight:800;transition:border-color .2s,box-shadow .2s,transform .15s}.otp-input::placeholder{color:#c9c9c9;letter-spacing:8px}.otp-input:focus{border-color:#5f259f;transform:translateY(-1px);box-shadow:0 0 0 4px #5f259f1a}.otp-status{text-align:left;border-radius:12px;align-items:center;gap:9px;width:100%;margin-top:14px;padding:11px 13px;font-size:13px;font-weight:600;display:flex}.otp-status span{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:800;display:flex}.otp-status p{margin:0}.otp-error{color:#c62828;background:#fff1f1}.otp-error span{color:#c62828;background:#ffdede}.otp-success{color:#147a42;background:#ecfdf3}.otp-success span{color:#147a42;background:#d5f5e3}.success-message{color:#147a42;margin:12px auto 22px;font-size:14px;font-weight:600}.otp-primary-button{color:#fff;cursor:pointer;background:#5f259f;border:0;border-radius:15px;width:100%;height:52px;margin-top:20px;font-size:15px;font-weight:750;transition:transform .15s,background .15s,box-shadow .15s;box-shadow:0 8px 18px #5f259f3d}.otp-primary-button:hover:not(:disabled){background:#54208d;transform:translateY(-2px);box-shadow:0 10px 22px #5f259f4d}.otp-primary-button:active:not(:disabled){transform:scale(.98)}.otp-primary-button:disabled{color:#fff;cursor:not-allowed;box-shadow:none;background:#cfc9d5}.otp-footer{color:#aaa;margin:18px 0 0;font-size:11px;font-weight:500}.otp-success-card{padding-top:38px;padding-bottom:32px}.complete-pickup-button{color:#fff;cursor:pointer;background:#20a35a;border:0;border-radius:15px;width:100%;height:52px;margin-top:20px;font-size:15px;font-weight:750;transition:transform .15s,background .15s,box-shadow .15s;box-shadow:0 8px 18px #20a35a3d}.complete-pickup-button:hover:not(:disabled){background:#178a4a;transform:translateY(-2px);box-shadow:0 10px 22px #20a35a4d}.complete-pickup-button:active:not(:disabled){transform:scale(.98)}.complete-pickup-button:disabled{color:#fff;cursor:not-allowed;box-shadow:none;background:#d4d8d5}@media (width<=480px){.otp-page{padding:20px 12px 28px}.otp-card{border-radius:24px;margin-top:20px;padding:26px 17px 23px}.otp-card h1{font-size:23px}.otp-description{font-size:13px}.otp-input{letter-spacing:8px;height:55px;font-size:23px}.otp-primary-button{height:50px}}*{box-sizing:border-box}.complete-pickup-page{color:#171717;background:#f7f7f8;justify-content:center;align-items:flex-start;width:100%;min-height:100vh;padding:32px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.complete-pickup-card{text-align:center;background:#fff;border-radius:28px;width:100%;max-width:460px;margin-top:45px;padding:32px 24px 28px;box-shadow:0 8px 30px #0000000f,0 1px 3px #0000000a}.complete-pickup-icon{color:#fff;background:#20a35a;border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 17px;font-size:30px;font-weight:800;display:flex;box-shadow:0 8px 20px #20a35a3d}.complete-pickup-card h1{color:#171717;letter-spacing:-.6px;margin:0;font-size:26px;font-weight:800;line-height:1.2}.complete-pickup-description{color:#777;max-width:350px;margin:10px auto 22px;font-size:14px;line-height:1.5}.success-message{color:#147a42;max-width:350px;margin:10px auto 22px;font-size:14px;font-weight:600;line-height:1.5}.pickup-order{text-align:left;background:#f7f3fb;border:1px solid #eadff4;border-radius:13px;justify-content:space-between;align-items:center;width:100%;margin-bottom:20px;padding:14px 15px;display:flex}.pickup-order span{color:#777;font-size:12px;font-weight:600}.pickup-order strong{color:#5f259f;font-size:13px;font-weight:750}.pickup-checks{text-align:left;background:#ecfdf3;border:1px solid #d4f3e1;border-radius:14px;width:100%;margin-bottom:20px;padding:15px}.pickup-checks p{color:#147a42;margin:0;font-size:13px;font-weight:600;line-height:1.5}.pickup-checks p+p{margin-top:8px}.pickup-status{text-align:left;border-radius:12px;align-items:center;gap:9px;width:100%;margin-bottom:16px;padding:11px 13px;font-size:13px;font-weight:600;display:flex}.pickup-status p{margin:0}.pickup-error{color:#c62828;background:#fff1f1;border:1px solid #ffdede}.pickup-error span{color:#c62828;background:#ffdede;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:800;display:flex}.complete-pickup-primary-button{color:#fff;cursor:pointer;background:#20a35a;border:0;border-radius:15px;width:100%;height:52px;font-size:15px;font-weight:750;transition:transform .15s,background .15s,box-shadow .15s;box-shadow:0 8px 18px #20a35a3d}.complete-pickup-primary-button:hover:not(:disabled){background:#178a4a;transform:translateY(-2px);box-shadow:0 10px 22px #20a35a4d}.complete-pickup-primary-button:active:not(:disabled){transform:scale(.98)}.complete-pickup-primary-button:disabled{color:#fff;cursor:not-allowed;box-shadow:none;background:#cfd5d1}.completed-card{padding-top:38px;padding-bottom:32px}.completed-card .complete-pickup-icon{animation:.45s pickupSuccess}@keyframes pickupSuccess{0%{opacity:0;transform:scale(.75)}70%{transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@media (width<=480px){.complete-pickup-page{padding:20px 12px 28px}.complete-pickup-card{border-radius:24px;margin-top:20px;padding:27px 17px 24px}.complete-pickup-card h1{font-size:23px}.complete-pickup-description,.success-message{font-size:13px}.complete-pickup-primary-button{height:50px}}
