:root{color-scheme:light;--primary:oklch(50.8% .118 165.612);--primary-fg:oklch(97.9% .021 166.113);--bg:oklch(100% 0 0);--ink:oklch(15.3% .006 107.1);--muted:oklch(51.4% .011 145);--border:oklch(92.3% .004 145);--subtle:#f7f7f6;--r:.45rem;--r-xl:.63rem;--r-2xl:.81rem;--r-4xl:1.17rem;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Inter var,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*,:before,:after{box-sizing:border-box}body{color:var(--ink);background:var(--bg);margin:0}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}h1,h2,h3,p{margin-top:0}.page{grid-template-rows:auto 1fr auto;width:min(1120px,100% - 80px);min-height:100svh;margin:0 auto;display:grid}.nav{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;height:56px;display:flex}.brand{letter-spacing:.01em;color:var(--primary);align-items:center;gap:9px;font-size:15px;font-weight:700;display:flex}.brand-mark{width:26px;height:26px;display:block}.btn{border:1px solid var(--border);border-radius:var(--r-xl);background:var(--bg);height:36px;color:var(--ink);justify-content:center;align-items:center;gap:7px;padding:0 16px;font-size:13px;font-weight:600;line-height:1;transition:border-color .15s,background .15s;display:inline-flex}.btn:hover{background:var(--subtle);border-color:oklch(51.4% .011 145)}.btn svg{fill:currentColor;flex-shrink:0;width:15px;height:15px}.hero{align-self:center;align-items:center;gap:clamp(48px,7vw,112px);padding:40px 0;display:flex}.hero-copy{flex:440px;max-width:500px}.hero-copy h1{letter-spacing:-.025em;text-wrap:balance;margin-bottom:18px;font-size:clamp(40px,4.8vw,62px);font-weight:720;line-height:1.06}.lede{max-width:420px;color:var(--muted);text-wrap:pretty;margin-bottom:32px;font-size:16px;line-height:1.6}.btn-primary{border-radius:var(--r-xl);background:var(--primary);height:44px;color:var(--primary-fg);letter-spacing:.005em;cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:0 22px;font-size:14px;font-weight:650;transition:opacity .15s,scale .15s;display:inline-flex;box-shadow:0 1px 12px oklch(50.8% .118 165.612/.28)}.btn-primary:hover{opacity:.92}.btn-primary:active{scale:.97}.btn-primary svg{fill:currentColor;width:15px;height:15px}.powered{color:var(--muted);align-items:center;gap:8px;margin-top:20px;font-size:13px;font-weight:400;display:flex}.powered img{width:16px;height:16px;display:block}.card-wrap{flex:0 0 min(44vw,520px)}.order-card{border:1px solid var(--border);border-radius:var(--r-4xl);background:var(--bg);overflow:hidden;box-shadow:0 1px 2px oklch(0% 0 0/.04),0 4px 16px oklch(0% 0 0/.05),0 24px 64px oklch(0% 0 0/.08)}.card-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;height:56px;padding:0 20px;display:flex}.card-head-title{color:var(--ink);align-items:center;gap:8px;margin-bottom:0;font-size:14px;display:flex}.card-head-title strong{font-weight:650}.card-head-title .sep{color:var(--border);font-weight:400}.timer-pill{border:1px solid var(--border);font-variant-numeric:tabular-nums;white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-family:ui-monospace,SF Mono,Fira Code,monospace;font-size:11px;font-weight:650;display:inline-flex}.timer-dot{flex-shrink:0;width:6px;height:6px;position:relative}.timer-dot:before{content:"";background:var(--primary);opacity:.55;border-radius:50%;animation:1.5s cubic-bezier(0,0,.2,1) infinite ping;position:absolute;inset:0}.timer-dot:after{content:"";background:var(--primary);border-radius:50%;position:absolute;inset:0}@keyframes ping{75%,to{opacity:0;transform:scale(2.2)}}.item-list{display:grid}.item-row{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:14px 20px;display:flex}.item-row img{border-radius:var(--r-xl);object-fit:cover;outline-offset:-1px;outline:1px solid oklch(0% 0 0/.1);flex-shrink:0;width:56px;height:56px}.item-info{flex:1;min-width:0}.item-name{margin-bottom:3px;font-size:14px;font-weight:600;line-height:1.25}.item-meta{color:var(--muted);margin-bottom:0;font-size:12px}.item-meta .sep{color:var(--border);margin:0 4px}.item-price{font-variant-numeric:tabular-nums;text-align:right;flex-shrink:0;min-width:52px;margin-bottom:0;font-family:ui-monospace,SF Mono,monospace;font-size:14px;font-weight:650}.card-foot{background:var(--subtle);justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex}.avatars{flex-shrink:0;display:flex}.avatars span{border:2px solid var(--bg);background:var(--primary);width:32px;height:32px;color:var(--primary-fg);letter-spacing:.02em;border-radius:50%;place-items:center;margin-right:-6px;font-size:10px;font-weight:750;display:grid}.avatars span:nth-child(2){background:oklch(42% .095 166)}.avatars span:nth-child(3){background:oklch(36% .075 166)}.total-col{flex:1;min-width:0;padding-left:10px}.total-col p{color:var(--muted);margin-bottom:2px;font-size:12px}.total-col strong{font-variant-numeric:tabular-nums;font-family:ui-monospace,SF Mono,monospace;font-size:17px;font-weight:700}.btn-sync{border-radius:var(--r-xl);background:var(--bg);height:36px;color:var(--primary);border:1px solid oklch(50.8% .118 165.612/.35);flex-shrink:0;justify-content:center;align-items:center;padding:0 16px;font-size:13px;font-weight:650;transition:background .15s,border-color .15s,scale .15s;display:inline-flex}.btn-sync:hover{background:oklch(50.8% .118 165.612/.06);border-color:oklch(50.8% .118 165.612/.5)}.btn-sync:active{scale:.97}.flow{border-top:1px solid var(--border);justify-content:space-between;gap:16px;padding:20px 0 32px;display:flex}.flow-step{align-items:center;gap:10px;display:flex}.step-num{width:30px;height:24px;color:var(--primary);font-variant-numeric:tabular-nums;border:1px solid oklch(50.8% .118 165.612/.28);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:inline-flex}.step-label{font-size:14px;font-weight:500}@media (width<=900px){.page{width:min(100% - 32px,680px);padding-bottom:32px}.hero{flex-direction:column;align-items:stretch;gap:40px;padding:56px 0 48px}.hero-copy{flex:none;max-width:none}.hero-copy h1{font-size:clamp(36px,9vw,56px)}.card-wrap{flex-basis:auto;width:100%}.btn-primary{width:100%}}@media (width<=520px){.page{width:min(100% - 24px,440px)}.hero{padding:40px 0 36px}.card-head{flex-direction:column;align-items:flex-start;gap:8px;height:auto;padding:14px 16px}.item-row{gap:12px;padding:12px 16px}.item-row img{width:48px;height:48px}.card-foot{padding:12px 16px}.btn-sync{width:100%}.card-foot{flex-wrap:wrap}.flow{flex-direction:column;gap:12px}}
