/*		Generated @ Tue, 28 Jul 2026 07:04:41 +0000		*/

/*---- /../src/css/account/Account_Registration.scss ----*/
.account-registration{position:static;display:block;width:100%;min-height:100vh;background:var(--bg-secondary);font-family:var(--font-body);color:var(--text-primary)}.account-registration button:not(.no-style):not(.drop-down-label)::after,.account-registration .btn:not(.no-style):not(.drop-down-label)::after{content:none;display:none;background:none;background-image:none;opacity:0}.account-registration > .hype-wrapper{position:relative;background:radial-gradient(ellipse 70% 60% at 80% 0%, rgba(92, 212, 255, 0.55), transparent 60%), radial-gradient(ellipse 60% 80% at 0% 100%, rgba(0, 62, 107, 0.45), transparent 55%), linear-gradient(135deg, #09f 0%, #0af 50%, #5cd4ff 100%);color:#fff;overflow:hidden}.account-registration > .hype-wrapper::before{content:"";position:absolute;inset:-10%;background:radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.18), transparent 35%), radial-gradient(circle at 70% 70%, rgba(92, 212, 255, 0.4), transparent 40%);filter:blur(40px);animation:account-registration-drift 24s ease-in-out infinite alternate;pointer-events:none}.account-registration > .hype-wrapper::after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px);background-size:24px 24px;-webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 80%);mask-image:radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 80%);pointer-events:none;opacity:0.6}@keyframes account-registration-drift{0%{transform:translate(0, 0) scale(1);}100%{transform:translate(2%, -1%) scale(1.08);}}.account-registration > .hype-wrapper > .hype{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:28px 32px 160px;background:none;text-align:left;color:#fff;line-height:1.55}body.mobile .account-registration > .hype-wrapper > .hype{padding:22px 22px 140px}.account-registration > .hype-wrapper > .hype > .hype-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:56px}body.mobile .account-registration > .hype-wrapper > .hype > .hype-top{margin-bottom:36px}.account-registration > .hype-wrapper > .hype > .hype-top > img{display:block;width:280px;height:auto;max-width:60vw;margin:0;align-self:center}.account-registration > .hype-wrapper > .hype > .hype-top > .hype-signin{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:rgba(255, 255, 255, 0.14);color:#fff;font-size:13px;font-weight:500;border:1px solid rgba(255, 255, 255, 0.28);border-radius:999px;text-decoration:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background 0.2s, border-color 0.2s}.account-registration > .hype-wrapper > .hype > .hype-top > .hype-signin::after{content:"→";transition:transform 0.2s}.account-registration > .hype-wrapper > .hype > .hype-top > .hype-signin:hover{background:rgba(255, 255, 255, 0.22);border-color:rgba(255, 255, 255, 0.5);color:#fff}.account-registration > .hype-wrapper > .hype > .hype-top > .hype-signin:hover::after{transform:translateX(3px)}.account-registration > .hype-wrapper > .hype > img{display:none}.account-registration > .hype-wrapper > .hype > h1{margin:0;max-width:18ch;font-family:var(--font-body);font-weight:700;font-size:clamp(40px, 5.6vw, 64px);line-height:1.05;letter-spacing:-0.02em;color:#fff}.account-registration > .hype-wrapper > .hype > h1 em{font-family:var(--font-display);font-style:italic;font-weight:500;color:#eaf7ff}.account-registration > .hype-wrapper > .hype > h3{max-width:52ch;margin:18px 0 0;font-family:var(--font-display);font-weight:400;font-size:22px;letter-spacing:-0.005em;color:rgba(255, 255, 255, 0.95)}.account-registration > .hype-wrapper > .hype > h3 em{font-style:italic;color:#eaf7ff}.account-registration > .hype-wrapper > .hype > p.lede{max-width:52ch;margin:14px 0 0;font-size:17px;line-height:1.55;color:rgba(255, 255, 255, 0.82)}.account-registration .hype-wave{display:block;width:100%;height:60px;margin-top:-60px;color:var(--bg-secondary);position:relative;z-index:1}.account-registration > .form-wrapper{position:relative;z-index:2;max-width:1200px;margin:-120px auto 0;padding:0 32px 80px}body.mobile .account-registration > .form-wrapper{margin-top:-100px;padding:0 16px 60px}.account-registration .form{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:20px;box-shadow:0 24px 60px rgba(0, 60, 120, 0.18), 0 4px 12px rgba(0, 0, 0, 0.06);padding:48px 56px}body.mobile .account-registration .form{padding:28px 22px;border-radius:12px}.account-registration .form > .header{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:24px;margin:0 0 20px;padding:0 0 20px;border-bottom:1px solid var(--border-light);text-align:left}body.mobile .account-registration .form > .header{flex-direction:column;align-items:flex-start;margin-bottom:24px}.account-registration .form > .header > .header-text{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:6px}.account-registration .form > .header h2{margin:0;font-family:var(--font-display);font-weight:500;font-size:28px;letter-spacing:-0.01em;color:var(--text-primary)}.account-registration .form > .header h2 em{font-style:italic;color:var(--brand-primary)}.account-registration .form > .header h3{margin:0;font-size:14px;font-weight:400;color:var(--text-secondary)}.account-registration .form > .header .logo{display:none}.account-registration .form > .header .instructions{max-width:60ch;margin:8px 0 0;font-size:14px;line-height:1.55;color:var(--text-secondary);text-align:left}.account-registration .form > .header > .term-filters{flex:0 0 auto;margin:0;align-self:flex-end}body.mobile .account-registration .form > .header > .term-filters{align-self:flex-start}.account-registration .form > .header > .term-filters > .label{display:none}.account-registration .form > .sections > .section{max-width:none;margin:0;padding:0}.account-registration .form > .sections > .section.plan > .section-header{display:none}.account-registration .form > .sections > .section .section-header{margin-bottom:28px}.account-registration .form > .sections > .section .section-header h2,.account-registration .form > .sections > .section .section-header h3{margin:0 0 6px;color:var(--text-primary)}.account-registration .form > .sections > .section .section-header h2{font-family:var(--font-display);font-weight:500;font-size:24px;letter-spacing:-0.005em}.account-registration .form > .sections > .section .section-header h2:empty{display:none}.account-registration .form > .sections > .section .section-header h3{font-size:14px;font-weight:400;color:var(--text-secondary)}.account-registration .form > .sections > .section .section-header p{max-width:60ch;margin:0;color:var(--text-secondary);font-size:14px}.account-registration .form > .sections > .section .section-footer{background:transparent;padding:18px 0 0;margin:18px 0 0;color:var(--text-tertiary);font-size:13px;text-align:left}.account-registration .form > .sections > .section .section-footer:empty{display:none}.account-registration .term-filters{display:flex;align-items:center;gap:10px;margin:0 0 28px;text-align:left}.account-registration .term-filters .label{margin:0 8px 0 0;font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:0.04em;text-transform:uppercase;color:var(--text-secondary)}.account-registration .term-filters .options{display:inline-flex;padding:4px;background:var(--bg-secondary);border-radius:999px}.account-registration .term-filters .options > div{width:auto;min-width:92px;padding:8px 18px;background:transparent;color:var(--text-secondary);font-family:var(--font-body);font-size:13px;font-weight:500;border-radius:999px;cursor:pointer;text-align:center;transition:background 0.2s, color 0.2s, box-shadow 0.2s}.account-registration .term-filters .options > div:first-child,.account-registration .term-filters .options > div:last-child{border-radius:999px}.account-registration .term-filters .options > div.is-active{background:var(--bg-primary);color:var(--text-primary);font-weight:600;box-shadow:0 1px 2px rgba(0, 0, 0, 0.08)}.account-registration .account-plans .grid-flex{display:grid;grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));gap:18px;margin:0}body.mobile .account-registration .account-plans .grid-flex{grid-template-columns:1fr}.account-registration .account-plans .plan-wrapper{min-width:0;max-width:none;width:auto;padding:0;margin:0}.account-registration .account-plans .plan-wrapper > .plan-table{display:flex;flex-direction:column;width:100%;max-width:none;margin:0;padding:28px 26px 26px;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;font-size:14px;cursor:pointer;transition:border-color 0.2s, box-shadow 0.2s, transform 0.2s;overflow:visible}.account-registration .account-plans .plan-wrapper > .plan-table:hover{border-color:var(--border-hover);box-shadow:0 10px 30px rgba(0, 60, 120, 0.1), 0 2px 6px rgba(0, 0, 0, 0.04);transform:translateY(-2px)}.account-registration .account-plans .plan-wrapper > .plan-table .row{display:block;padding:0;text-align:left}.account-registration .account-plans .plan-wrapper > .plan-table .row > div{display:block}.account-registration .account-plans .plan-wrapper > .plan-table .header-row.row{background:transparent;padding:0 0 18px;margin:0 0 18px;border-bottom:1px dashed var(--border-light)}.account-registration .account-plans .plan-wrapper > .plan-table .header-row.row > .cell{padding:0;border-top-width:0;text-align:left}.account-registration .account-plans .plan-wrapper > .plan-table .header-row.row > .cell .title{margin:0 0 4px;font-family:var(--font-display);font-weight:500;font-size:22px;letter-spacing:-0.005em;color:var(--text-primary)}.account-registration .account-plans .plan-wrapper > .plan-table .header-row.row > .cell .subtitle{margin:0;font-size:13px;font-weight:400;color:var(--text-secondary);line-height:1.45}.account-registration .account-plans .plan-wrapper > .plan-table .header-row.row > .cell .initial-fee{margin:14px 0 0;font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:0.04em;text-transform:uppercase;color:var(--brand-primary)}.account-registration .account-plans .plan-wrapper > .plan-table .header-row.row > .cell *{font-size:inherit}.account-registration .account-plans .plan-wrapper > .plan-table .row.spec{padding:0}.account-registration .account-plans .plan-wrapper > .plan-table .row.spec > .cell{display:flex;gap:10px;align-items:flex-start;min-width:0;max-width:none;padding:6px 0;border-top:0;font-size:13.5px;line-height:1.4;color:var(--text-primary);text-align:left;cursor:pointer}.account-registration .account-plans .plan-wrapper > .plan-table .row.spec > .cell > span:first-child{flex:0 0 auto;width:18px;height:18px;margin-top:1px;background:rgba(0, 153, 255, 0.1);color:var(--brand-primary);border-radius:50%;font-family:var(--font-mono);font-size:11px;font-weight:600;line-height:18px;text-align:center;padding:0}.account-registration .account-plans .plan-wrapper > .plan-table .row.spec > .cell > span:last-child{flex:1 1 auto;color:var(--text-primary)}.account-registration .account-plans .plan-wrapper > .plan-table .footer-row{margin-top:auto;padding:18px 0 0}.account-registration .account-plans .plan-wrapper > .plan-table .footer-row > div{padding:0}.account-registration .account-plans .plan-wrapper > .plan-table .footer-row button,.account-registration .account-plans .plan-wrapper > .plan-table .footer-row button.big.blue.cart-plus{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;margin:0;padding:14px 22px;background:var(--brand-primary);background-image:none;color:#fff;font-family:var(--font-body);font-size:14px;font-weight:600;border:0;border-radius:8px;cursor:pointer;box-shadow:0 4px 14px rgba(0, 153, 255, 0.32);transition:background 0.2s, box-shadow 0.2s, transform 0.15s}.account-registration .account-plans .plan-wrapper > .plan-table .footer-row button:hover,.account-registration .account-plans .plan-wrapper > .plan-table .footer-row button.big.blue.cart-plus:hover{background:#0077c2;box-shadow:0 6px 20px rgba(0, 153, 255, 0.42);transform:translateY(-1px)}.account-registration .account-plans .plan-wrapper > .plan-table .footer-row button:not(.drop-down-label)::after,.account-registration .account-plans .plan-wrapper > .plan-table .footer-row button.drop-down-label > .text::after,.account-registration .account-plans .plan-wrapper > .plan-table .footer-row button.big.blue.cart-plus:not(.drop-down-label)::after,.account-registration .account-plans .plan-wrapper > .plan-table .footer-row button.big.blue.cart-plus.drop-down-label > .text::after{content:none;display:none;background:none;background-image:none;opacity:0}.account-registration .account-plans .plan-wrapper > .plan-table .footer-row button.cart-plus::before,.account-registration .account-plans .plan-wrapper > .plan-table .footer-row button.big.blue.cart-plus.cart-plus::before{margin-right:4px}.account-registration .account-plans .plan-wrapper:hover > .plan-table,.account-registration .account-plans .plan-wrapper.is-selected > .plan-table{border-color:var(--brand-primary);box-shadow:0 10px 30px rgba(0, 60, 120, 0.1), 0 0 0 3px rgba(0, 153, 255, 0.18)}.account-registration .account-plans .plan-wrapper:hover .header-row.row > .cell,.account-registration .account-plans .plan-wrapper.is-selected .header-row.row > .cell{background:transparent;color:var(--text-primary)}.account-registration .below-plans{margin-top:28px;padding-top:22px;border-top:1px solid var(--border-light);text-align:left}.account-registration .below-plans button.schedule{display:inline-flex;align-items:center;gap:10px;padding:12px 22px;background:transparent;color:var(--text-secondary);font-family:var(--font-body);font-size:14px;font-weight:600;border:1px solid var(--border-color);border-radius:8px;cursor:pointer;transition:background 0.2s, color 0.2s, border-color 0.2s}.account-registration .below-plans button.schedule::before{content:"\f274";font-weight:bold}.account-registration .below-plans button.schedule:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--border-hover)}.account-registration .retailer-callout{margin-top:18px;padding:16px 20px;background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:8px}.account-registration .retailer-callout strong{display:block;margin-bottom:4px;font-family:var(--font-body);font-size:14px;font-weight:600;color:var(--text-primary)}.account-registration .retailer-callout p{margin:0;font-size:13px;line-height:1.5;color:var(--text-secondary)}.account-registration .retailer-callout a{color:var(--brand-primary);font-weight:600;text-decoration:none}.account-registration .retailer-callout a:hover{text-decoration:underline}.account-registration .form > .footer{margin-top:36px;padding-top:24px;border-top:1px solid var(--border-light);text-align:left}.account-registration .form > .footer > .navigation{display:flex;align-items:center;justify-content:space-between;gap:12px}.account-registration .form > .footer > .navigation button{display:inline-flex;align-items:center;gap:10px;padding:12px 22px;font-family:var(--font-body);font-size:14px;font-weight:600;border-radius:8px;cursor:pointer;border:1px solid transparent;transition:background 0.2s, color 0.2s, transform 0.15s, box-shadow 0.2s}.account-registration .form > .footer > .navigation button.back{background:transparent;color:var(--text-secondary);padding:12px 16px}.account-registration .form > .footer > .navigation button.back:hover{color:var(--text-primary)}.account-registration .form > .footer > .navigation button.back::before{content:"← "}.account-registration .form > .footer > .navigation button.next,.account-registration .form > .footer > .navigation button.submit{padding:14px 28px;background:var(--brand-primary);color:#fff;box-shadow:0 4px 14px rgba(0, 153, 255, 0.32)}.account-registration .form > .footer > .navigation button.next:hover,.account-registration .form > .footer > .navigation button.submit:hover{background:#0077c2;box-shadow:0 6px 20px rgba(0, 153, 255, 0.42);transform:translateY(-1px)}.account-registration .form > .footer > .text{margin:18px 0 0;font-size:12.5px;font-style:normal;color:var(--text-tertiary);line-height:1.5}.account-registration .form > .legal-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 24px;margin-top:28px;padding-top:20px;border-top:1px solid var(--border-light);font-size:12px;line-height:1.5;color:var(--text-tertiary)}body.mobile .account-registration .form > .legal-links{gap:6px 16px;padding-top:16px;margin-top:22px}.account-registration .form > .legal-links a{color:var(--text-secondary);text-decoration:none;transition:color 0.2s}.account-registration .form > .legal-links a:hover{color:var(--brand-primary)}.account-registration > .form-wrapper.is-first-section .form > .footer > .navigation > button.back,.account-registration > .form-wrapper.is-last-section .form > .footer > .navigation > button.next{display:none}.account-registration > .form-wrapper.is-first-section.is-last-section .form > .footer > .navigation{display:none}.account-registration > .form-wrapper.is-last-section .form > .footer > .navigation > button.submit{display:inline-flex}.account-registration.is-complete .form{text-align:center}.account-registration.is-complete .form h1{margin:0 0 8px;font-family:var(--font-display);font-weight:500;font-size:36px;color:var(--brand-primary)}.account-registration.is-complete .form h2{margin:0 0 18px;font-family:var(--font-body);font-weight:600;font-size:20px;color:var(--text-primary)}.account-registration.is-complete .form .instructions{max-width:50ch;margin:0 auto;color:var(--text-secondary);font-size:15px;line-height:1.6}@keyframes account-registration-rise{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:none;}}.account-registration > .hype-wrapper > .hype > .hype-top,.account-registration > .hype-wrapper > .hype > h1,.account-registration > .hype-wrapper > .hype > h3,.account-registration > .hype-wrapper > .hype > p.lede,.account-registration > .form-wrapper > .form{animation:account-registration-rise 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) both}.account-registration > .hype-wrapper > .hype > .hype-top{animation-delay:0.05s}.account-registration > .hype-wrapper > .hype > h1{animation-delay:0.15s}.account-registration > .hype-wrapper > .hype > h3{animation-delay:0.25s}.account-registration > .hype-wrapper > .hype > p.lede{animation-delay:0.35s}.account-registration > .form-wrapper > .form{animation-delay:0.4s}

/*---- /../src/css/account/Account_Plan.scss ----*/
.account-plans .term-filters{margin-bottom:20px;text-align:center}.account-plans .term-filters .label{font-size:10px;text-transform:uppercase}.account-plans .term-filters .options > div{width:100px;padding:10px 20px;background:#666;display:inline-block;color:#fff;font-size:12px;cursor:pointer}.account-plans .term-filters .options > div:first-child{border-radius:15px 0 0 15px}.account-plans .term-filters .options > div:last-child{border-radius:0 15px 15px 0}.account-plans .plan-wrapper{min-width:min(100vw - 40px, 300px);max-width:min(100vw - 40px, 500px)}.account-plans .plan-wrapper > .plan-table{display:table;width:100%;margin-left:auto;margin-right:auto;margin-bottom:30px;overflow:hidden;border-radius:5px;font-size:14px;background:var(--bg-secondary);border:1px solid var(--brand-secondary);max-width:500px}.account-plans .plan-wrapper > .plan-table .header-row,.account-plans .plan-wrapper > .plan-table .row{display:table-row;padding:5px;flex-grow:0;flex-shrink:0;text-align:center}.account-plans .plan-wrapper > .plan-table .header-row > div,.account-plans .plan-wrapper > .plan-table .row > div{display:table-cell;flex-grow:0;flex-shrink:0}.account-plans .plan-wrapper > .plan-table .header-row.row{background:var(--bg-tertiary);border-bottom:1px var(--border-color) solid}.account-plans .plan-wrapper > .plan-table .header-row.row > .cell{padding:20px 0;border-top-width:0}.account-plans .plan-wrapper > .plan-table .header-row.row > .cell *{font-size:12px}.account-plans .plan-wrapper > .plan-table .header-row.row > .cell .title{margin:0 0 10px 0;font-size:22px}.account-plans .plan-wrapper > .plan-table .header-row.row > .cell h4{margin:0;font-size:18px}.account-plans .plan-wrapper > .plan-table .row{padding:10px 20px}.account-plans .plan-wrapper > .plan-table .row > .cell{position:relative;border-top:1px rgba(0, 0, 0, 0.05) solid;font-size:12px;padding:14px}.account-plans .plan-wrapper > .plan-table .row > .cell > *{position:relative;z-index:2}.account-plans .plan-wrapper > .plan-table .row > .cell > span:first-child{color:var(--brand-secondary);padding-right:5px;font-weight:bold}body.mobile .account-plans .plan-wrapper > .plan-table .row > .cell{font-size:12px;padding:5px 2px}.account-plans .plan-wrapper > .plan-table .row > .cell:not(:first-child){min-width:120px;cursor:pointer}.account-plans .plan-wrapper > .plan-table .row > .cell:first-child{max-width:200px;padding-right:10px;padding-left:10px;line-height:150%}.account-plans .plan-wrapper > .plan-table .footer-row div{padding:1.5rem 0 !important}.account-plans[data-count="1"] .plan-wrapper{width:95%}.account-plans.month .term-filters > .options > .month,.account-plans.quarter .term-filters > .options > .quarter,.account-plans.annual .term-filters > .options > .annual,.account-plans.free .term-filters > .options > .free{background:var(--brand-secondary);font-weight:bold}.account-plans:not(.annual) .plan-table .annual,.account-plans:not(.month) .plan-table .month,.account-plans:not(.quarter) .plan-table .quarter,.account-plans:not(.free) .plan-table .free{display:none}.account-plans:not(.annual) .plan-wrapper.annual,.account-plans:not(.month) .plan-wrapper.month,.account-plans:not(.quarter) .plan-wrapper.quarter,.account-plans:not(.free) .plan-wrapper.free{display:none}.account-plans .plan-wrapper:hover .header-row.row > .cell{background:var(--brand-secondary);color:#fff}.account-plans .plan-wrapper.is-selected .header-row.row > .cell{background:var(--brand-secondary);color:#fff}

