:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2937;background:#f4f5f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{min-width:320px;min-height:100%;-webkit-text-size-adjust:100%}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{-webkit-tap-highlight-color:transparent}#root{min-height:100vh}.delivery-page{--green: #2f6f49;--green-dark: #255b3b;--red: #c94b4b;--muted: #6b7280;--line: #e5e7eb;min-height:100vh;color:#1f2937;background:#f4f5f7}.checkout-zone{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px}.checkout-card{width:100%;max-width:520px;padding:30px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 10px 35px #11182714;animation:card-enter .24s ease-out}@keyframes card-enter{0%{opacity:0;transform:translateY(6px)}}.checkout-card--status{min-height:330px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.checkout-card__header{margin-bottom:22px;text-align:center}.checkout-card__header h1,.checkout-card--status h1{margin:0;font-size:1.5rem;line-height:1.25;letter-spacing:-.025em}.stepper{display:grid;grid-template-columns:repeat(3,1fr);margin:0 0 22px}.stepper__item{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;color:#9ca3af}.stepper__node{position:relative;z-index:2;width:28px;height:28px;display:grid;place-items:center;border:1px solid #d1d5db;border-radius:50%;background:#fff;font-size:.72rem;font-weight:700}.stepper__label{font-size:.72rem;font-weight:600}.stepper__line{position:absolute;z-index:1;top:14px;left:calc(50% + 14px);width:calc(100% - 28px);height:1px;background:#e5e7eb}.stepper__item.is-active,.stepper__item.is-complete{color:var(--green)}.stepper__item.is-active .stepper__node{color:#fff;border-color:var(--green);background:var(--green)}.stepper__item.is-complete .stepper__node{border-color:#b8d6c3;background:#eaf4ed}.stepper__item.is-complete .stepper__line{background:#b8d6c3}.order-item{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px;padding:13px 14px;border:1px solid var(--line);border-radius:10px;background:#f9fafb}.order-item span{color:var(--muted);font-size:.8rem}.order-item strong{overflow-wrap:anywhere;font-size:.85rem;text-align:right}.checkout-card__content{animation:content-enter .18s ease-out}@keyframes content-enter{0%{opacity:0}}.step-panel__heading{margin-bottom:18px}.step-panel__heading h2,.processing h2,.claimed-view h2{margin:0;font-size:1.05rem;line-height:1.35;letter-spacing:-.015em}.step-panel__heading p,.processing>p,.claimed-view>p{margin:7px 0 0;color:var(--muted);font-size:.82rem;line-height:1.55}.delivery-form,.delivery-field{display:flex;flex-direction:column}.delivery-field{gap:8px}.delivery-field>span{color:#4b5563;font-size:.8rem;font-weight:600}.delivery-field__control{height:48px;display:flex;align-items:center;overflow:hidden;border:1px solid #d1d5db;border-radius:10px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.delivery-field__control:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #2f6f491a}.delivery-field__control b{padding-left:14px;color:#6b7280}.delivery-field__control input{min-width:0;height:100%;flex:1;padding:0 8px;outline:none;border:0;color:#1f2937;background:transparent;font-size:.9rem}.delivery-field__control input::placeholder{color:#9ca3af}.delivery-field__control i{padding-right:12px;color:#9ca3af;font-size:.7rem;font-style:normal}.delivery-page .btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:1px solid transparent;border-radius:10px;font-size:.85rem;font-weight:700;cursor:pointer;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.delivery-page .btn:disabled{opacity:.5;cursor:not-allowed}.delivery-page .btn--primary{margin-top:16px;color:#fff;background:var(--green)}.delivery-page .btn--primary:hover:not(:disabled){background:var(--green-dark)}.delivery-page .btn--ghost{color:#4b5563;border-color:#d1d5db;background:#fff}.delivery-page .btn--ghost:hover:not(:disabled){background:#f9fafb}.delivery-form>.btn{width:100%}.actions{display:grid;grid-template-columns:1fr 1.35fr;gap:10px;margin-top:18px}.actions .btn{margin-top:0}.summary{overflow:hidden;border:1px solid var(--line);border-radius:10px}.summary__row{min-height:45px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:11px 13px;border-bottom:1px solid var(--line)}.summary__row:last-child{border-bottom:0}.summary__row span{color:var(--muted);font-size:.8rem}.summary__row strong{max-width:65%;overflow-wrap:anywhere;font-size:.82rem;text-align:right}.alert{display:flex;align-items:flex-start;gap:9px;margin-bottom:16px;padding:11px 12px;border-radius:9px}.alert--error{color:#a33f3f;border:1px solid #f0d3d3;background:#fff5f5}.alert__icon{width:19px;height:19px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;color:#fff;background:var(--red);font-size:.65rem;font-weight:800}.alert p{margin:1px 0 0;font-size:.78rem;line-height:1.45}.processing,.claimed-view{display:flex;flex-direction:column;align-items:center;padding-top:4px;text-align:center}.processing__visual{height:72px;display:grid;place-items:center;margin-bottom:10px}.processing__symbol,.claimed-view__icon{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;font-size:1.25rem;font-weight:800}.processing--success .processing__symbol{color:#fff;background:#3f9460}.processing--failed .processing__symbol{color:#fff;background:var(--red)}.processing__eyebrow{display:block;margin-bottom:7px;color:var(--green);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.processing>p,.claimed-view>p{max-width:380px}.delivery-loader{position:relative;width:68px;height:68px;display:grid;place-items:center}.delivery-loader b{position:relative;z-index:2;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--green);font-size:.7rem}.delivery-loader i{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid #b8d6c3;border-radius:50%;animation:loader-pulse 2s ease-out infinite}.delivery-loader i:nth-child(2){animation-delay:.65s}.delivery-loader i:nth-child(3){animation-delay:1.3s}@keyframes loader-pulse{0%{opacity:0;transform:scale(.55)}35%{opacity:1}to{opacity:0;transform:scale(1.12)}}.order-reference{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;padding:11px 12px;border-radius:8px;background:#f4f5f7}.order-reference span{color:var(--muted);font-size:.75rem}.order-reference strong{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem}.processing .btn{width:100%}.claimed-view__icon{margin-bottom:13px;color:var(--green);background:#eaf4ed}.claimed-view__icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.claimed-view__summary{width:100%;margin-top:18px;text-align:left}.loading-orbit{position:relative;width:70px;height:70px;display:grid;place-items:center;margin-bottom:18px}.loading-orbit:after{content:"G2";width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--green);font-size:.7rem;font-weight:700}.loading-orbit span{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid #b8d6c3;border-radius:50%;animation:orbit 1.7s ease-out infinite}.loading-orbit span:nth-child(2){animation-delay:.55s}.loading-orbit span:nth-child(3){animation-delay:1.1s}@keyframes orbit{0%{opacity:.8;transform:scale(.55)}to{opacity:0;transform:scale(1.12)}}.status-copy{max-width:350px;margin:9px 0 0;color:var(--muted);font-size:.82rem;line-height:1.55}.status-icon{width:58px;height:58px;display:grid;place-items:center;margin-bottom:17px;border-radius:50%}.status-icon--error{color:#fff;background:var(--red)}.status-icon span{font-size:1.25rem;font-weight:700}.checkout-card--status .btn{width:min(100%,240px)}.public-footer{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:18px;color:#8b929d;font-size:.76rem;animation:footer-enter .65s ease-out both,footer-float 4s ease-in-out .65s infinite}.public-footer i{color:#c1c5cb;font-style:normal}.public-footer strong{color:transparent;background:linear-gradient(100deg,#2f6f49 20%,#70a784,#2f6f49 76%);background-size:220% auto;background-clip:text;-webkit-background-clip:text;animation:footer-shine 3.2s linear infinite}@keyframes footer-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes footer-float{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes footer-shine{to{background-position:-220% center}}::selection{color:#fff;background:var(--green)}@media(max-width:560px){.checkout-zone{align-items:flex-start;padding:12px}.checkout-card{margin:auto 0;padding:24px 18px;border-radius:13px}.checkout-card--status{min-height:300px}.checkout-card__header{margin-bottom:20px}.checkout-card__header h1,.checkout-card--status h1{font-size:1.3rem}.stepper__label{font-size:.66rem}.order-item{align-items:flex-start;flex-direction:column;gap:5px}.order-item strong{text-align:left}.actions{grid-template-columns:1fr}.actions .btn--primary{grid-row:1}.summary__row{align-items:flex-start;flex-direction:column;gap:4px}.summary__row strong{max-width:100%;text-align:left}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
