:root{--color-primary:#3dbf71;--color-primary-light:rgba(61,191,113,0.25);--color-gray-50:#f8f8f8;--color-gray-100:#f0f0f0;--color-gray-200:#ececec;--color-gray-300:#ccc;--color-gray-400:#949494;--color-gray-600:#666;--color-gray-700:#4a4a4a;--color-gray-900:#1a1a1a;--color-border:var(--color-gray-200);--color-border-light:#e2e8f0;--color-text-primary:#000;--color-text-muted:var(--color-gray-400);--color-text-secondary:var(--color-gray-600);--color-bg-light:var(--color-gray-50);--color-bg-section:var(--color-gray-100);--color-warning-bg:#fff3e0;--color-warning-border:#ffe0b2;--color-warning-text:#ef6c00;--color-error:#dc3545;--color-error-text:#c81e2e;--color-error-tint:rgba(220,53,69,0.1);--color-success:var(--color-primary);--color-success-text:#1f8a4a;--color-success-tint:rgba(61,191,113,0.15);--color-action:#007bff;--color-action-hover:#0056b3;--color-action-tint:rgba(0,123,255,0.12);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--duration-fast:0.15s;--duration-normal:0.2s;--duration-slow:0.3s;--ease-default:ease;--ease-in-out:ease-in-out;--z-sticky:10;--z-wrapper:20;--z-popup-bg:90;--z-popup:95;--z-popup-close:100;--z-dev-tools:9999}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}button:focus:not(:focus-visible){outline:none}*,body,html{font-family:var(--font-poppins),sans-serif}*{box-sizing:border-box}canvas,img,picture,svg,video{display:block;max-width:100%}body{letter-spacing:.4px;font-weight:300;min-height:100vh;margin:0}.flex{display:flex;align-items:flex-start}.flex:last-of-type div{margin:0}.text-group{margin-bottom:20px}.text-group:first-of-type{width:70%}.text-group:nth-of-type(2){width:30%}.text-group:last-of-type,p{margin:0}p{font-size:12px;text-transform:none;line-height:1.5;font-weight:400}h2{font-size:16px;margin:0 0 10px;font-weight:300}h5{font-size:10px;text-transform:uppercase;font-weight:400;margin:0;color:var(--color-text-muted)}.text-group h5{white-space:nowrap}.amount{font-family:JetBrains Mono,monospace;text-transform:uppercase}.small{font-weight:300}.small,.tag{font-size:10px}.tag{font-weight:400;border:1px solid var(--color-border);border-radius:3px;display:inline-block;color:var(--color-text-muted);padding:2px var(--space-1);text-transform:uppercase;margin-bottom:5px;margin-right:5px;background-color:var(--color-bg-light)}.tag--returned{background-color:var(--color-warning-bg);border-color:var(--color-warning-border);color:var(--color-warning-text)}.pill{width:fit-content;font-weight:400;font-size:10px;border:1px dashed var(--color-border);color:var(--color-text-muted);padding:5px 10px;text-transform:uppercase;margin-bottom:5px;margin-right:5px}.pill,select{border-radius:5px}select{margin-right:10px;padding:5px;font-size:12px;border:1px solid var(--color-primary-light)}option{color:black;background-color:white}.sticky-bottom{position:sticky;bottom:0;background-color:var(--color-bg-section);padding:var(--space-5);border-radius:0;border-top:1px solid var(--color-gray-300);z-index:var(--z-sticky)}.popup{position:absolute;z-index:var(--z-popup);display:flex;flex-direction:column}.popup,.popup-bg{left:0;top:0;width:100%;height:100%}.popup-bg{position:fixed;background:rgba(0,0,0,.3);right:0;bottom:0;z-index:var(--z-popup-bg);border:none;padding:0;cursor:default}.popup-wrapper{background:white;position:fixed;z-index:var(--z-popup);display:flex;flex-direction:column;width:calc(100% - 40px);max-width:450px;top:var(--space-5);left:50%;transform:translateX(-50%);border-radius:6px;max-height:calc(100vh - 40px)}.popup-body{overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.popup-body::-webkit-scrollbar{display:none}.popup-body .box{text-align:center}.popup-body .box img,.popup-body .box svg{display:block;margin:0 auto}.popup-body .box p{margin-left:auto;margin-right:auto}.popup-close-bottom{position:fixed;bottom:0;left:0;right:0;height:20vh;z-index:var(--z-popup-close)}.popup-close-bottom,.popup-close-button{display:flex;align-items:center;justify-content:center}.popup-close-button{background:none;border:none;padding:0;margin:0;cursor:pointer;width:var(--space-8);height:var(--space-8);border-radius:50%;transition:background-color var(--duration-normal) var(--ease-default)}.popup-close-button:hover{background-color:rgba(0,0,0,.1)}.popup-close-button img{width:12px;height:12px}.hide{position:absolute;right:10px;top:10px;z-index:var(--z-popup-close)}.wrapper{position:relative;z-index:var(--z-wrapper);max-width:500px;margin:auto;background:var(--color-bg-light);border-radius:10px}.receipt-wrapper{position:relative;z-index:var(--z-sticky)}.receipt-header{display:block;text-align:center;padding:var(--space-5);background-color:white;border-bottom:1px solid var(--color-border);border-radius:10px 10px 0 0}.merchant-logo{height:40px;width:auto;margin:0;display:block}.box{width:100%;padding:var(--space-5);display:block;border-bottom:1px solid var(--color-border)}.box.white{background-color:white}.box p:last-of-type{margin-bottom:0}.box.head{padding:10px var(--space-5);background-color:var(--color-bg-section)}.box.head h5{color:black}.split{display:flex;justify-content:space-between;align-items:flex-start}.split:last-of-type div:last-of-type{margin:0}.split:last-of-type div:last-of-type p{text-align:right}.article{width:100%;padding:10px var(--space-5);background-color:white;position:relative}.article,.article-divider{border-bottom:1px solid var(--color-border)}.article-divider{padding-bottom:5px;margin-bottom:5px}.template{padding:10px;position:relative}.text-right{text-align:right}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinner{animation:spin 1s linear infinite;display:inline-block}.spinner-circle{opacity:1;stroke-dashoffset:20}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_c2407b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_c2407b{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Sora;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sora;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sora Fallback;src:local("Arial");ascent-override:85.29%;descent-override:25.50%;line-gap-override:0.00%;size-adjust:113.73%}.__className_30779f{font-family:Sora,Sora Fallback;font-style:normal}.__variable_30779f{--font-sora:"Sora","Sora Fallback"}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6c177e25b87fd9cd-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6c9a125e97d835e1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/4c285fdca692ea22-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins Fallback;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_0d2dc5{font-family:Poppins,Poppins Fallback;font-style:normal}.__variable_0d2dc5{--font-poppins:"Poppins","Poppins Fallback"}
/*# sourceMappingURL=beaaec10551bf903.css.map*/