:root{--panel-width:380px;--shadow-gap:80px;--outer-padding:calc(50vw - var(--panel-width)*2/2 - var(--shadow-gap)*2/2);--min-outer-padding:40px;--checkout-app-tablet-constraint:380px;--checkout-app-gutter-width:16px;--checkout-app-vertical-padding:48px}.App{-webkit-font-smoothing:antialiased;align-items:stretch;background-color:#fff;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;font-size:16px;position:relative;width:100%}.App,.checkout-loading{display:flex;justify-content:center;min-height:100vh}.checkout-loading{align-items:center;color:#1a1a1a99;flex-direction:column;gap:16px}.checkout-loading-spinner{animation:checkout-spin .8s linear infinite;border:3px solid #e6e6e6;border-radius:50%;border-top-color:#0055de;height:32px;width:32px}@keyframes checkout-spin{to{transform:rotate(1turn)}}.checkout-refresh-overlay{align-items:center;animation:fadeIn .15s ease-out;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffd9;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.checkout-refresh-content{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;gap:12px;padding:24px 32px}.checkout-refresh-content p{color:#1a1a1ab3;font-size:14px;font-weight:500;margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.session-update-overlay{align-items:center;background:#fff6;display:flex;inset:0;justify-content:center;pointer-events:none;position:fixed;z-index:500}.session-update-spinner{animation:checkout-spin .6s linear infinite;border:3px solid #0055de33;border-radius:50%;border-top-color:#0055de;height:28px;width:28px}.payment-form-loading{align-items:center;color:#1a1a1a99;display:flex;flex-direction:column;gap:12px;justify-content:center;padding:40px 20px}.payment-loading-spinner{animation:checkout-spin .6s linear infinite;border:2px solid #e6e6e6;border-radius:50%;border-top-color:#0055de;height:24px;width:24px}.payment-form-error{color:#df1b41;padding:20px;text-align:center}form{align-self:stretch;border-radius:0;box-shadow:none;margin:0;min-width:0;min-width:auto;padding:0;width:100%}#payment-message{color:#697386;font-size:16px;line-height:20px;padding-top:12px;text-align:center}#payment-element{margin-bottom:24px;margin-top:16px}#email{background-color:#fff;border:1px solid #e5e5e5;border-radius:5px;box-shadow:0 1px 1px #00000008,0 3px 6px #00000005;box-sizing:border-box;color:#30313d;display:block;height:44px;margin-top:.25rem;opacity:1;outline:none;padding:.75rem;position:inherit;transform:none;width:100%}#email:focus{border:1px solid #0573e1;box-shadow:0 1px 1px #00000008,0 3px 6px #00000005,0 0 0 3px #0570de33,0 1px 1px 0 #00000014}#email-errors{color:#df1b41;margin-top:4px}#email.error{border:1px solid #df1b41;box-shadow:0 1px 1px #00000008,0 3px 6px #00000005,0 0 0 3px #df1b4133,0 1px 1px 0 #00000014;color:#df1b41}#email.locked,#email:disabled{background-color:#f6f9fc;border:1px solid #e5e5e5;color:#1a1a1a99;cursor:not-allowed}button{background:#0055de;border:0;border-radius:4px;box-shadow:0 4px 5.5px 0 #00000012;color:#fff;cursor:pointer;display:block;font-family:Arial,sans-serif;font-size:16px;font-weight:600;padding:12px 16px;transition:all .2s ease;width:100%}button:hover{filter:contrast(115%)}button:disabled{cursor:default;opacity:.5}.spinner,.spinner:after,.spinner:before{border-radius:50%}.spinner{box-shadow:inset 0 0 0 2px;color:#fff;font-size:22px;height:20px;margin:0 auto;position:relative;text-indent:-99999px;transform:translateZ(0);width:20px}.spinner:after,.spinner:before{content:"";position:absolute}.spinner:before{animation:loading 2s ease 1.5s infinite;border-radius:20.4px 0 0 20.4px;height:20.4px;left:-.2px;top:-.2px;transform-origin:10.4px 10.2px}.spinner:after,.spinner:before{background:#0055de;width:10.4px}.spinner:after{animation:loading 2s ease infinite;border-radius:0 10.2px 10.2px 0;height:10.2px;left:10.2px;top:-.1px;transform-origin:0 10.2px}@media only screen and (max-width:600px){form{min-width:0;min-width:auto;width:100%}}#payment-status{align-self:center;animation:fadeInAnimation 1s ease forwards;border-radius:7px;box-shadow:0 0 0 .5px #32325d1a,0 2px 5px 0 #32325d1a,0 1px 1.5px 0 #00000012;flex-direction:column;min-height:380px;min-width:500px;opacity:0;padding:40px;row-gap:30px;width:30vw}#payment-status,#status-icon{align-items:center;display:flex;justify-content:center}#status-icon{border-radius:50%;height:40px;width:40px}h2{color:#30313d;margin:0;text-align:center}a{display:block;font-family:Arial,sans-serif;font-size:16px;font-weight:600;text-decoration:none}a:hover{filter:contrast(120%)}#details-table{overflow-x:auto;width:100%}table{border-collapse:collapse;font-size:14px;width:100%}table tbody tr:first-child td{border-top:1px solid #e6e6e6;padding-top:10px}table tbody tr:last-child td{border-bottom:1px solid #e6e6e6}td{padding-bottom:10px}.TableContent{color:#6d6e78;text-align:right}.TableLabel{color:#30313d;font-weight:600}#view-details{color:#0055de}#retry-button{background:#0055de;border:0;border-radius:4px;box-shadow:0 4px 5.5px 0 #00000012;color:#fff;padding:12px 16px;text-align:center;transition:all .2s ease;width:100%}@keyframes loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeInAnimation{to{opacity:1}}.app-container{display:flex;flex-wrap:nowrap;justify-content:center;min-height:100vh;position:relative;width:100%}.app-container:before{bottom:0;box-shadow:15px 0 30px 0 #0000002e;content:"";left:50%;pointer-events:none;position:fixed;right:0;top:0}.checkout-content{align-items:flex-start;display:flex;flex-direction:row;justify-content:center;min-height:100vh;position:relative;width:100%}.order-summary-column{background-color:initial;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;padding:48px 80px 48px max(calc(50vw - 460px),40px);padding:48px var(--shadow-gap) 48px max(var(--outer-padding),var(--min-outer-padding));width:380px;width:var(--panel-width)}.order-summary-header{background:#0000;border:none;border-radius:0;box-shadow:none;padding:0}.header-content,.order-summary-header{align-items:center;display:flex;justify-content:space-between}.header-content{gap:12px}.business-info{gap:12px}.business-icon,.business-info{align-items:center;display:flex}.business-icon{background-color:#f6f9fc;border-radius:4px;height:28px;justify-content:center;width:28px}.business-name{color:#1a1a1ae6;font-size:14px;font-weight:500;margin:0}.sandbox-badge{align-items:center;background-color:#0a2540;border-radius:4px;color:#fff;display:inline-flex;font-size:12px;font-weight:600;gap:4px;margin-left:8px;padding:2px 6px}.order-details-body{background-color:initial;border:none;border-radius:0;box-shadow:none;padding:0}.order-total-block{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.order-total-text{display:flex;flex-direction:column;gap:4px}.order-total-title{-webkit-font-smoothing:antialiased;color:#1a1a1ae6;cursor:default;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;font-size:16px;font-weight:500;margin:0}.order-total-amount{color:#1a1a1ae6;font-size:28px;font-weight:600;line-height:1.2;margin:4px 0 0}.convenience-fee-note{color:#1a1a1a80;font-size:13px;font-weight:400}p.convenience-fee-note{margin:12px 0 0;text-align:center}.order-details-items{display:flex;flex-direction:column;gap:0;list-style:none;margin:24px 0 0;padding:0}.order-details-item{border-bottom:none;margin-bottom:0;padding:16px 0}.line-item-content{display:flex;gap:12px;justify-content:space-between}.line-item-name{color:#1a1a1ae6;font-size:14px;font-weight:500;margin:0}.line-item-description{color:#1a1a1a99;font-size:12px;line-height:1.4;margin:4px 0 0}.line-item-price{color:#1a1a1ae6;font-size:14px;font-weight:500;margin:0;white-space:nowrap}.line-item-meta{color:#1a1a1a99;display:flex;font-size:12px;justify-content:space-between;margin-top:4px}.line-item-quantity,.line-item-unit-price{font-weight:400}.order-breakdown{border-top:1px solid #e6e6e6;margin-top:16px;padding-top:16px}.order-breakdown-row{align-items:center;color:#1a1a1ab3;display:flex;font-size:14px;justify-content:space-between;padding:4px 0}.order-breakdown-row span:last-child{color:#1a1a1ae6;font-weight:500}.app-payment{align-items:stretch;background-color:initial;flex:0 0 auto;justify-content:flex-start;padding:48px max(calc(50vw - 460px),40px) 48px 80px;padding:48px max(var(--outer-padding),var(--min-outer-padding)) 48px var(--shadow-gap);position:relative;width:380px;width:var(--panel-width)}.app-payment,.payment-form{border:none;border-radius:0;display:flex;flex-direction:column}.payment-form{background:#0000;box-shadow:none;margin:0;max-width:100%;padding:0;width:100%}.payment-form h4{color:#1a1a1ae6;font-size:16px;font-weight:500;margin:24px 0 12px}.app-header,.app-overview{display:none}.chevron-icon{fill:currentColor;transition:transform .25s ease}.chevron-open{transform:rotate(-180deg)}.summary-overlay{display:none}@media only screen and (max-width:900px){.App{align-items:flex-start;background-color:#fff;min-height:0;min-height:auto;padding:0}.app-container:before{display:none}.app-container,.checkout-content{min-height:0;min-height:auto}.checkout-content{align-items:center;flex-direction:column;gap:0;width:100%}.order-summary-column{display:none}.app-header{align-self:stretch;background-color:#fff;border-bottom:1px solid #e6e6e6;box-sizing:border-box;display:block;margin:0;max-width:100%;padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:100}.app-header .header-content{align-items:center;display:flex;justify-content:space-between;width:100%}.app-header .business-info{align-items:center;display:flex;gap:12px}.app-header .business-icon{align-items:center;background-color:#f6f9fc;border-radius:4px;display:flex;height:28px;justify-content:center;width:28px}.app-header .business-name{color:#1a1a1ae6;font-size:14px;font-weight:500;margin:0}.app-header .sandbox-badge{align-items:center;background-color:#0a2540;border-radius:4px;color:#fff;display:inline-flex;font-size:11px;font-weight:600;gap:4px;padding:2px 6px}.header-details-btn{align-items:center;background:none;border:none;box-shadow:none;color:#1a1a1acc;cursor:pointer;display:flex;font-size:13px;font-weight:400;gap:6px;padding:4px 8px;width:auto}.header-details-btn:hover{background:none;filter:none}.header-details-btn .chevron-icon{height:12px;width:12px}.app-overview{background-color:#fff;box-sizing:border-box;display:block;margin:0 auto;max-width:380px;max-width:var(--checkout-app-tablet-constraint);padding:16px;padding:16px var(--checkout-app-gutter-width) var(--checkout-app-gutter-width);width:100%}.product-summary{align-items:center;display:flex;flex-direction:column;gap:4px;text-align:center}.product-summary-name{color:#1a1a1a99;font-size:16px;font-weight:500;margin:0}.product-summary-total{color:#1a1a1ae6;font-size:36px;font-weight:600;line-height:1.1;margin:4px 0 12px}.view-details-btn{align-items:center;background:#f4f6f8;border:1px solid #e6e6e6;border-radius:8px;box-shadow:none;color:#1a1a1ae6;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;padding:10px 14px;width:auto}.view-details-btn:hover{background:#ebeef1;filter:none}.view-details-btn .chevron-icon{order:-1}.app-payment{background:#fff;border:none;border-radius:0;margin:0 auto;max-width:380px;max-width:var(--checkout-app-tablet-constraint);padding:0 16px 24px;padding:0 var(--checkout-app-gutter-width) 24px}.app-payment,.payment-form{box-shadow:none;box-sizing:border-box;width:100%}.payment-form{border:none;max-width:100%;padding:0}#payment-status{box-sizing:border-box;margin:16px auto;max-width:380px;max-width:var(--checkout-app-tablet-constraint);min-width:0;min-width:auto;padding:24px 16px;padding:24px var(--checkout-app-gutter-width);width:100%}.summary-overlay{align-items:flex-start;display:flex;inset:0;justify-content:center;position:fixed;z-index:200}.summary-overlay-backdrop{background:#00000059;inset:0;position:absolute}.summary-overlay-panel{background:#fff;border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-shadow:0 14px 24px #00000024;max-height:78vh;max-width:100%;overflow-y:auto;padding:12px 16px 28px;position:relative;width:100%;z-index:210}.summary-overlay-header{align-items:center;border-bottom:1px solid #e6e6e6;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}.summary-overlay-header .business-info{align-items:center;display:flex;gap:12px}.summary-overlay-header .business-icon{align-items:center;background-color:#f6f9fc;border-radius:4px;display:flex;height:28px;justify-content:center;width:28px}.summary-overlay-header .business-name{color:#1a1a1ae6;font-size:14px;font-weight:500;margin:0}.summary-overlay-header .sandbox-badge{align-items:center;background-color:#0a2540;border-radius:4px;color:#fff;display:inline-flex;font-size:11px;font-weight:600;gap:4px;padding:2px 6px}.summary-close{align-items:center;background:none;border:none;box-shadow:none;color:#1a1a1acc;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:4px;padding:4px 8px;width:auto}.summary-close:hover{background:none;filter:none}.order-details-items{list-style:none;margin:0;padding:0}.order-details-item{border-bottom:1px solid #f0f0f0;padding:12px 0}.order-details-item:last-child{border-bottom:none}.summary-totals{border-top:1px solid #e6e6e6;margin-top:16px;padding-top:16px}.summary-subtotal-row,.summary-tip-row{align-items:center;color:#1a1a1ab3;display:flex;font-size:14px;justify-content:space-between;padding:4px 0}.summary-subtotal-amount,.summary-tip-amount{color:#1a1a1ae6;font-weight:500}.summary-total-row{align-items:center;border-top:1px solid #e6e6e6;display:flex;font-size:16px;font-weight:600;justify-content:space-between;margin-top:8px;padding-top:8px}.summary-total-amount{color:#1a1a1ae6;font-size:16px;font-weight:600}}.tip-selector{background-color:initial;border:none;border-radius:0;margin-bottom:16px;padding:0;position:relative}.tip-selector--updating{opacity:.7;pointer-events:none}.tip-selector-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.tip-selector-title{-webkit-font-smoothing:antialiased;color:#1a1a1ae6;cursor:default;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;font-size:16px;font-weight:500}.tip-selector-current{color:#3d9be9;font-size:14px;font-weight:500}.tip-preset-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr);margin-bottom:8px}.tip-preset-btn{align-items:center;background-color:#3d9be9;border:none;border-radius:6px;box-shadow:none;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:48px;padding:10px 6px;transition:all .15s ease}.tip-preset-btn:hover{background-color:#2b8ad8;filter:none}.tip-preset-btn--selected{background-color:#1a6fb8;box-shadow:0 0 0 2px #fff,0 0 0 4px #1a6fb8}.tip-preset-btn:disabled{cursor:not-allowed;opacity:.6}.tip-preset-percentage{color:#fff;font-size:14px;font-weight:600;line-height:1.2}.tip-preset-amount{color:#ffffffd9;font-size:11px;font-weight:400;margin-top:2px}.tip-option-btn{background-color:#3d9be9;border:none;border-radius:4px;box-shadow:none;color:#ffffffe6;cursor:pointer;font-size:14px;font-weight:500;margin-top:8px;padding:12px 16px;transition:all .15s ease;width:100%}.tip-option-btn:hover{background-color:#2b8ad8;filter:none}.tip-option-btn--selected{background-color:#1a6fb8}.tip-option-btn:disabled{cursor:not-allowed;opacity:.6}.tip-no-tip-btn{background-color:#5aa9e6}.tip-no-tip-btn:hover{background-color:#4a99d6}.tip-no-tip-btn.tip-option-btn--selected{background-color:#3d9be9}.tip-custom-input-wrapper{align-items:center;background-color:#f6f9fc;border:1px solid #e6e6e6;border-radius:6px;display:flex;gap:8px;margin-top:8px;padding:4px}.tip-custom-currency{color:#1a1a1a99;font-size:16px;font-weight:500;padding-left:12px}.tip-custom-input{background:#0000;border:none;color:#1a1a1ae6;flex:1 1;font-size:16px;font-weight:500;min-width:0;outline:none;padding:10px 8px}.tip-custom-input::placeholder{color:#1a1a1a66}.tip-custom-input::-webkit-inner-spin-button,.tip-custom-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.tip-custom-input[type=number]{-moz-appearance:textfield}.tip-custom-submit{background-color:#3d9be9;border:none;border-radius:4px;box-shadow:none;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 16px;transition:all .15s ease;width:auto}.tip-custom-submit:hover{background-color:#2b8ad8;filter:none}.tip-custom-submit:disabled{cursor:not-allowed;opacity:.5}.tip-updating-overlay{align-items:center;background:#ffffffb3;border-radius:8px;display:flex;inset:0;justify-content:center;position:absolute}.tip-updating-spinner{animation:tip-spin .8s linear infinite;border:3px solid #e6e6e6;border-radius:50%;border-top-color:#3d9be9;height:24px;width:24px}@keyframes tip-spin{to{transform:rotate(1turn)}}@media only screen and (max-width:900px){.mobile-tip-container{box-sizing:border-box;margin:0 auto;max-width:380px;max-width:var(--checkout-app-tablet-constraint);padding:16px 16px 0;padding:16px var(--checkout-app-gutter-width) 0;width:100%}.tip-selector{border-radius:8px;margin:0 0 16px}.tip-preset-btn{min-height:60px;padding:12px 6px}.tip-preset-percentage{font-size:18px}.tip-preset-amount{font-size:12px}.tip-option-btn{font-size:14px;padding:12px 14px}}.express-checkout-container{margin-bottom:16px}.express-checkout-container:empty{display:none;margin:0}.payment-divider-line{background-color:#e6e6e6;height:1px;margin:0 0 20px;width:100%}.payment-divider{-webkit-font-smoothing:antialiased;align-items:center;color:#1a1a1a80;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;font-size:13px;font-weight:500;height:14px;margin:20px 0;text-align:center;unicode-bidi:isolate;width:100%}.payment-divider:after,.payment-divider:before{border-bottom:1px solid #e6e6e6;content:"";flex:1 1}.payment-divider span{padding:0 16px;white-space:nowrap}.stripe-footer{align-items:center;border-top:1px solid #e6e6e6;display:flex;flex-direction:column;gap:8px;margin-top:24px;padding-top:24px}.stripe-footer-powered{align-items:center;color:#1a1a1a80;display:flex;font-size:12px;gap:6px}.stripe-footer-powered svg{height:16px;width:auto}.stripe-footer-links{align-items:center;display:flex;gap:16px}.stripe-footer-links a{color:#1a1a1a80;font-size:12px;font-weight:400;text-decoration:none;transition:color .15s ease}.stripe-footer-links a:hover{color:#1a1a1acc;filter:none}@media only screen and (max-width:900px){.stripe-footer{margin-top:20px;padding-bottom:16px;padding-top:20px}}.error-boundary{align-items:center;background-color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;justify-content:center;min-height:100vh;padding:20px}.error-boundary-content{align-items:stretch;display:flex;flex-direction:column;max-width:320px;padding:48px 24px;text-align:center;width:100%}.error-boundary .error-brand-row{align-items:center;display:flex;gap:10px;justify-content:center;margin-bottom:24px}.error-boundary .error-sparkle{color:#8b5cf6;height:28px;width:28px}.error-boundary .error-brand{color:#8b5cf6;font-size:24px;font-weight:400;letter-spacing:-.3px}.error-boundary .error-tagline{color:#1a1a1a80;font-size:14px;margin:0 0 24px}.error-boundary .error-divider{background:#1a1a1a1a;height:1px;margin-bottom:24px;width:100%}.error-boundary .error-icon{margin-bottom:20px}.error-boundary h2{color:#1a1a1a;font-size:20px;font-weight:600;margin:0 0 12px}.error-boundary .error-message{color:#1a1a1ab3;font-size:14px;line-height:1.6;margin:0 0 28px}.error-boundary .error-details{background:#f5f5f5;border-radius:8px;font-size:12px;margin-bottom:24px;padding:12px;text-align:left}.error-boundary .error-details summary{color:#1a1a1a99;cursor:pointer;margin-bottom:8px}.error-boundary .error-details pre{background:#fff;border-radius:4px;color:#df1b41;font-size:11px;margin:8px 0 0;overflow-x:auto;padding:8px}.error-boundary .error-stack{color:#1a1a1a99!important;max-height:150px;overflow-y:auto}.error-boundary .error-actions{display:flex;gap:12px;justify-content:center;margin-bottom:32px}.error-boundary .error-btn{border-radius:8px;cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;padding:12px 24px;transition:all .15s ease}.error-boundary .error-btn-primary{background:#8b5cf6;border:none;color:#fff}.error-boundary .error-btn-primary:hover{background:#7c3aed}.error-boundary .error-btn-secondary{background:#fff;border:1px solid #1a1a1a26;color:#1a1a1a}.error-boundary .error-btn-secondary:hover{background:#f5f5f5}.error-boundary .error-footer{border-top:1px solid #1a1a1a14;padding-top:20px}.error-boundary .error-id{color:#1a1a1a80;font-family:monospace;font-size:12px;margin:0 0 8px}.error-boundary .error-support{font-size:13px;font-weight:400;margin:0}.error-boundary .error-support a{color:#1a1a1a80;text-decoration:none}.error-boundary .error-support a:hover{color:#1a1a1ab3;text-decoration:underline}.status-list{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;width:100%}.status-row{align-items:center;display:flex;gap:10px}.status-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.status-dot-healthy{animation:pulse-green 2s ease-in-out infinite;background:#22c55e}.status-dot-unhealthy{background:#ef4444}.status-dot-checking{animation:pulse-gray 1.5s ease-in-out infinite;background:#a1a1aa}@keyframes pulse-green{0%,to{opacity:1}50%{opacity:.5}}@keyframes pulse-gray{0%,to{opacity:.4}50%{opacity:1}}.status-name{color:#1a1a1ab3;font-size:14px;font-weight:400}.error-boundary .error-footer-help{color:#1a1a1a73;font-size:11px;font-weight:400;margin:24px 0 0}.error-boundary .error-footer-help a{color:inherit;display:inline;font-size:inherit;font-weight:inherit;text-decoration:underline}.error-boundary .error-footer-help a:hover{color:#1a1a1a99}.error-boundary .error-footer-text{color:#1a1a1a73;font-size:11px;font-weight:400;margin:8px 0 0}
/*# sourceMappingURL=main.7902ab70.css.map*/