@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";:root{--text:#737d92;--text-h:#242e42;--bg:#fff;--border:#eef1f3;--code-bg:#f5f7f9;--accent:#aa3bff;--brand-orange:#ff6243;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#eef1f380;--status-active:#22c55e;--status-active-bg:#22c55e1a;--status-inactive:#ef4444;--status-inactive-bg:#ef44441a;--shadow:0px 1px 4px 0px #242e420f;--sans:"Inter", system-ui, sans-serif;--heading:"Inter", system-ui, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}#root{box-sizing:border-box;flex-direction:column;max-width:540px;min-height:100svh;margin:0 auto;display:flex}body{margin:0}@keyframes page-fade-in{0%{opacity:0}to{opacity:1}}#root>div{animation:.3s ease-out page-fade-in}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:24px 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%}.manage-membership{font-feature-settings:"ss01";box-sizing:border-box;flex-direction:column;align-items:center;width:100%;margin:0 auto;padding:24px;display:flex}.company-header{flex-direction:column;align-items:center;gap:12px;margin-bottom:24px;display:flex}.company-logo{width:100px;height:100px}.company-name{letter-spacing:.4px;color:var(--text);font-size:12px;font-weight:400;line-height:16px}.page-title{color:#183137;text-align:center;margin:0 0 4px;font-size:20px;font-weight:700;line-height:28px}.page-subtitle{color:var(--text);text-align:center;margin:0 0 24px;font-size:14px;font-weight:400;line-height:20px}.subscription-list{border:1px solid var(--border);box-sizing:border-box;border-radius:13px;flex-direction:column;align-self:stretch;align-items:flex-end;margin-bottom:32px;padding:0 16px;display:flex;overflow:hidden}.list-title{color:#183137;border-bottom:1px solid var(--border);width:100%;padding:16px 0;font-size:16px;font-weight:600;line-height:24px}.list-row{justify-content:space-between;align-items:center;width:100%;height:64px;display:flex}.list-row:not(:last-child){border-bottom:1px solid var(--border)}.list-row-label{color:#183137;font-size:16px;font-weight:400;line-height:24px}.list-row-value{color:#183137;text-align:right;font-size:16px;font-weight:400;line-height:24px}.cancel-section{border:1px solid var(--border);box-sizing:border-box;border-radius:13px;flex-direction:column;align-self:stretch;gap:16px;padding:16px;display:flex}.cancel-warning{letter-spacing:.4px;color:var(--text);margin:0;font-size:12px;font-weight:400;line-height:20px}.feedback-section{border:1px solid var(--border);box-sizing:border-box;border-radius:13px;flex-direction:column;align-self:stretch;gap:12px;margin-top:16px;padding:16px;display:flex}.feedback-title{color:#183137;margin:0;font-size:16px;font-weight:600;line-height:24px}.feedback-description{color:var(--text);margin:0;font-size:14px;font-weight:400;line-height:20px}.close-button{align-self:stretch;margin-top:16px}.error-container{min-height:300px;color:var(--status-inactive);justify-content:center;align-items:center;font-size:16px;font-weight:400;line-height:24px;display:flex}@media (width<=480px){.manage-membership{padding:24px}}.btn{font-family:var(--sans);cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;border:none;border-radius:12px;outline:none;padding:16px;font-size:16px;font-weight:600;line-height:24px}.btn-secondary{color:#183137;background:#eef1f3}.btn-secondary:active{color:#183137;background:#e4e8eb}.btn-primary{color:#fff;background:#ff6243}.btn-primary:active{color:#fff;background:#e8573b}@media (hover:hover){.btn-primary:hover:not(:disabled){background:#e8573b}.btn-secondary:hover:not(:disabled){background:#e4e8eb}}.btn-loading{cursor:not-allowed;position:relative}.btn-spinner{border:2.5px solid #0000;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite btn-spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-spinner-primary{border-top-color:#fff;border-right-color:#fff}.btn-spinner-secondary{border-top-color:#183137;border-right-color:#183137}@keyframes btn-spin{to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.cancel-reason-page{font-feature-settings:"ss01";box-sizing:border-box;flex-direction:column;width:100%;margin:0 auto;padding:24px;display:flex}.cancel-reason-title{font-family:var(--sans);letter-spacing:-1.4px;color:#183137;font-feature-settings:"ss01";text-align:center;margin:0 0 24px;font-size:28px;font-weight:700;line-height:48px}.reason-list{flex-direction:column;width:100%;display:flex}.reason-item{margin-bottom:12px}.reason-item:last-child{margin-bottom:0}.reason-option{min-height:4.5rem;box-shadow:var(--shadow);font-family:var(--sans);color:#183137;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;text-align:left;box-sizing:border-box;background:#f6f8f9;border:1px solid #edf1f2;border-radius:12px;outline:none;align-items:center;gap:12px;width:100%;padding:1rem;font-size:16px;font-weight:400;line-height:1.5;transition:all .3s;animation-name:fadeInRight;animation-timing-function:ease-in-out;display:flex;position:relative}.reason-option-selected{background:#f6f8f9;border:1.5px solid #4a990a}@media (hover:hover){.reason-option:hover{background:#edf1f3;border-color:#d2dde0}}.reason-emoji{flex-shrink:0;font-size:24px;line-height:1}.reason-arrow{pointer-events:none;flex-shrink:0;width:9px;height:14px;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.reason-arrow:before{content:"";background-color:#183137;width:9px;height:14px;display:block;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1L7.5 7L1.5 13' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1L7.5 7L1.5 13' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.reason-item:first-child .reason-option{animation-duration:.15s}.reason-item:nth-child(2) .reason-option{animation-duration:.3s}.reason-item:nth-child(3) .reason-option{animation-duration:.45s}.reason-item:nth-child(4) .reason-option{animation-duration:.6s}.reason-item:nth-child(5) .reason-option{animation-duration:.75s}.reason-item:nth-child(6) .reason-option{animation-duration:.9s}.reason-item:nth-child(7) .reason-option{animation-duration:1.05s}.reason-item:nth-child(8) .reason-option{animation-duration:1.2s}@media (width<=480px){.cancel-reason-title{letter-spacing:-1px;font-size:28px;line-height:40px}}.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:8px;width:calc(100% - 48px);max-width:400px;display:flex;position:fixed;top:24px;left:50%;transform:translate(-50%)}.toast{text-align:center;border-radius:10px;padding:12px 16px;font-size:14px;font-weight:500;line-height:20px;animation:.25s ease-out toast-in}.toast-error{color:#fff;background:#ef4444}.toast-success{color:#fff;background:#22c55e}.toast-leaving{animation:.3s ease-in forwards toast-out}@keyframes toast-in{0%{opacity:1;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-out{0%{opacity:1}to{opacity:0}}.pre-cancellation-page{width:100%;padding:24px 24px calc(176px + env(safe-area-inset-bottom,0px));box-sizing:border-box;flex-direction:column;margin:0 auto;display:flex}.pre-cancellation-title{font-family:var(--sans);letter-spacing:-1px;color:#17202a;text-align:center;margin:0;font-size:32px;font-weight:700;line-height:40px}.pre-cancellation-subtitle{font-family:var(--sans);color:#17202a;margin:12px 0 16px;font-size:17px;font-weight:400;line-height:24px}.pre-cancellation-benefits{box-sizing:border-box;background:#fff;border:1px solid #c0c8d3;border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex}.pre-cancellation-benefit-row{align-items:flex-start;gap:12px;display:flex}.pre-cancellation-benefit-emoji{flex-shrink:0;font-size:24px;line-height:1}.pre-cancellation-benefit-text{font-family:var(--sans);color:#505a6d;margin:0;font-size:16px;font-weight:500;line-height:24px}.pre-cancellation-actions{left:50%;bottom:calc(24px + env(safe-area-inset-bottom,0px));z-index:10;flex-direction:column;gap:12px;width:min(492px,100% - 48px);display:flex;position:fixed;transform:translate(-50%)}.pre-cancellation-button{width:100%}@media (width<=480px){.pre-cancellation-title{font-size:28px;line-height:40px}}.prepare-page{max-width:320px;font-family:var(--sans,system-ui, sans-serif);margin:120px auto 0}.prepare-spinner{border:12px solid #e6e9f5;border-top-color:var(--brand-orange,#ff6243);border-radius:50%;width:120px;height:120px;margin:0 auto 24px;animation:1s linear infinite prepare-spin}@keyframes prepare-spin{to{transform:rotate(360deg)}}.prepare-title{margin-bottom:16px;font-size:20px}.prepare-steps{text-align:start;margin:0;padding:0;list-style:none}.prepare-step{opacity:.4;margin-bottom:12px;padding-left:24px;transition:opacity .3s;position:relative}.prepare-step:before{content:"";border:2px solid var(--brand-orange,#ff6243);background:0 0;border-radius:50%;width:10px;height:10px;position:absolute;top:6px;left:0}.prepare-step.active{opacity:1;color:var(--text-h)}.prepare-step.active:before{background:var(--brand-orange,#ff6243);border-color:var(--brand-orange,#ff6243)}body:has(.first-offer-page){background-color:#fff;background-image:linear-gradient(90deg,#e5e7ebcc 1px,#0000 1px),linear-gradient(#e5e7ebcc 1px,#0000 1px),radial-gradient(500px at 20% 80%,#8b5cf64d,#0000),radial-gradient(500px at 80% 20%,#3b82f64d,#0000);background-size:48px 48px,48px 48px,100% 100%,100% 100%}.first-offer-page{box-sizing:border-box;flex-direction:column;gap:.5rem;min-height:100dvh;padding:48px 24px 1.5rem;display:flex}.first-offer-illustration{box-sizing:border-box;margin-inline:auto;background-color:#b3f5ed;border-radius:16px;justify-content:center;align-items:center;width:120px;height:auto;margin-top:8px;padding:24px;display:flex}.first-offer-illustration svg{width:72px;height:72px;display:block}.first-offer-title{font-family:var(--sans);letter-spacing:-.4px;text-align:center;color:var(--text-h);font-size:24px;font-weight:700;line-height:32px}.first-offer-price{color:var(--brand-orange)}.first-offer-card{text-align:start;border:2px solid var(--brand-orange);background-color:#fff0ed;border-radius:.75rem;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.first-offer-card-title{font-family:var(--sans);letter-spacing:-.2px;color:var(--text-h);margin:0;font-size:20px;font-weight:600;line-height:26px}.first-offer-highlighted{color:var(--brand-orange)}.first-offer-card-body{font-family:var(--sans);color:var(--text-h);margin:0;font-size:14px;font-weight:400;line-height:20px}.first-offer-disclaimer{font-family:var(--sans);color:var(--text);order:1;font-size:12px;font-weight:400;line-height:16px}.first-offer-actions{margin-inline:auto;flex-direction:column;gap:12px;width:100%;max-width:540px;margin-top:32px;margin-bottom:32px;display:flex;position:static}.first-offer-button{width:100%}body:has(.second-offer-page){--s:16px;--c1:#e3d3ee;--c2:#eadbf5;background:radial-gradient(30% 30% at 0% 30%, #0000 66%, var(--c1) 68% 98%, #0000) var(--s) calc(9 * var(--s)), radial-gradient(30% 30% at 100% 30%, #0000 66%, var(--c1) 68% 98%, #0000) var(--s) calc(-1 * var(--s)), radial-gradient(30% 30% at 30% 100%, #0000 66%, var(--c1) 68% 98%, #0000) calc(10 * var(--s)) 0, radial-gradient(30% 30% at 30% 0%, #0000 66%, var(--c1) 68% 98%, #0000) var(--c2);background-size:calc(20 * var(--s)) calc(20 * var(--s));background-color:var(--c2)}.second-offer-page{--s:16px;--c1:#e3d3ee;--c2:#eadbf5;box-sizing:border-box;text-align:center;flex-direction:column;align-items:center;min-height:100dvh;padding:88px 24px 24px;display:flex}.second-offer-badge{color:#fff;letter-spacing:.6px;background:linear-gradient(90deg,#e100ff,#7f00ff);border-radius:.75rem;width:max-content;padding:6px 8px;font-size:24px;font-weight:700;line-height:135%}.second-offer-subtitle{font-family:var(--sans);color:var(--text-h);margin:12px 0 0;font-size:20px;font-weight:600;line-height:1.3}.second-offer-price-block{text-align:center;letter-spacing:.025em;margin:40px 0 0}.second-offer-price{letter-spacing:-1.4px;color:var(--text-h);font-size:2.5rem;font-weight:700;line-height:1.15}.second-offer-price-forever{letter-spacing:-1.4px;color:#974dcf;font-size:2.5rem;font-weight:700;line-height:1.15}.second-offer-price-detail{color:var(--text-h);margin:4px 0 0;font-size:20px}.second-offer-old-price{color:var(--text-h);text-decoration-color:red;text-decoration-thickness:.2rem}.second-offer-body{color:var(--text-h);margin:64px 0;font-size:16px;font-weight:500;line-height:1.5}.second-offer-actions{flex-direction:column;gap:8px;width:100%;max-width:540px;display:flex}.second-offer-page .second-offer-claim-button.btn{color:#fff;background-color:#0b0b0b;width:100%}.second-offer-page .second-offer-claim-button.btn:active{background-color:#222}.second-offer-page .second-offer-cancel-button.btn{width:100%;color:var(--text-h);background-color:#dfe4e8}.second-offer-page .second-offer-cancel-button.btn:active{background-color:#d0d5da}@media (hover:hover){.second-offer-page .second-offer-claim-button.btn:hover:not(:disabled){background-color:#222}.second-offer-page .second-offer-cancel-button.btn:hover:not(:disabled){background-color:#d0d5da}}.second-offer-disclaimer{color:#7b8599;max-width:540px;margin-top:28px;font-size:12px;font-weight:400;line-height:16px}.sub-cancelled-page{box-sizing:border-box;background-color:#fff;flex-direction:column;min-height:100dvh;padding:24px;display:flex}.sub-cancelled-icon svg{width:72px;height:72px;display:block}.sub-cancelled-title{font-family:var(--sans);color:var(--text-h);text-align:start;margin:16px 0 0;font-size:20px;font-weight:600;line-height:1.3}.sub-cancelled-body{font-family:var(--sans);color:var(--text-h);text-align:start;margin:8px 0 0;font-size:14px;font-weight:400;line-height:1.5}.sub-cancelled-bottom{max-width:492px;margin-inline:auto;position:fixed;inset-block-end:24px;inset-inline:24px}.sub-cancelled-page .sub-cancelled-close-button.btn{width:100%;color:var(--text-h);background-color:#dfe4e8}.sub-cancelled-page .sub-cancelled-close-button.btn:active{background-color:#d0d5da}@media (hover:hover){.sub-cancelled-page .sub-cancelled-close-button.btn:hover:not(:disabled){background-color:#d0d5da}}.great-choice-page{width:100%;padding:24px 24px calc(112px + env(safe-area-inset-bottom,0px));box-sizing:border-box;flex-direction:column;margin:0 auto;display:flex}.great-choice-title{font-family:var(--sans);letter-spacing:-1px;color:#17202a;text-align:center;margin:0;font-size:32px;font-weight:700;line-height:40px}.great-choice-subtitle{font-family:var(--sans);color:#17202a;text-align:center;margin:12px 0 0;font-size:17px;font-weight:400;line-height:24px}.great-choice-actions{left:50%;bottom:calc(24px + env(safe-area-inset-bottom,0px));width:min(492px,100% - 48px);position:fixed;transform:translate(-50%)}.great-choice-close-button{width:100%}@media (width<=480px){.great-choice-title{font-size:28px;line-height:40px}}
