.theme--light.v-expansion-panels .v-expansion-panel{background-color:#fff;color:rgba(0,0,0,.87)}.theme--light.v-expansion-panels .v-expansion-panel--disabled{color:rgba(0,0,0,.38)}.theme--light.v-expansion-panels .v-expansion-panel:not(:first-child):after{border-color:rgba(0,0,0,.12)}.theme--light.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon{color:rgba(0,0,0,.54)}.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:hover:before{opacity:.04}.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:before,.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:hover:before,.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:focus:before{opacity:.12}.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus:before{opacity:.16}.theme--light.v-expansion-panels.v-expansion-panels--hover>.v-expansion-panel>.v-expansion-panel-header:hover:before{opacity:.04}.theme--dark.v-expansion-panels .v-expansion-panel{background-color:#1e1e1e;color:#fff}.theme--dark.v-expansion-panels .v-expansion-panel--disabled{color:hsla(0,0%,100%,.5)}.theme--dark.v-expansion-panels .v-expansion-panel:not(:first-child):after{border-color:hsla(0,0%,100%,.12)}.theme--dark.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon{color:#fff}.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:hover:before{opacity:.08}.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:before,.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:hover:before,.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:focus:before{opacity:.24}.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus:before{opacity:.32}.theme--dark.v-expansion-panels.v-expansion-panels--hover>.v-expansion-panel>.v-expansion-panel-header:hover:before{opacity:.08}.v-expansion-panels{border-radius:4px;display:flex;flex-wrap:wrap;justify-content:center;list-style-type:none;padding:0;width:100%;z-index:1}.v-expansion-panels>*{cursor:auto}.v-expansion-panels>:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.v-expansion-panels>:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--active{border-radius:4px}.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--active+.v-expansion-panel{border-top-left-radius:4px;border-top-right-radius:4px}.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--next-active{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--next-active .v-expansion-panel-header{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.v-expansion-panel{flex:1 0 100%;max-width:100%;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-expansion-panel:before{border-radius:inherit;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1;transition:box-shadow .28s cubic-bezier(.4,0,.2,1);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-expansion-panel:not(:first-child):after{border-top:thin solid;content:"";left:0;position:absolute;right:0;top:0;transition:border-color .2s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1)}.v-expansion-panel--disabled .v-expansion-panel-header{pointer-events:none}.v-expansion-panel--active+.v-expansion-panel,.v-expansion-panel--active:not(:first-child){margin-top:16px}.v-expansion-panel--active+.v-expansion-panel:after,.v-expansion-panel--active:not(:first-child):after{opacity:0}.v-expansion-panel--active>.v-expansion-panel-header{min-height:64px}.v-expansion-panel--active>.v-expansion-panel-header--active .v-expansion-panel-header__icon:not(.v-expansion-panel-header__icon--disable-rotate) .v-icon{transform:rotate(-180deg)}.v-expansion-panel-header__icon{display:inline-flex;margin-bottom:-4px;margin-top:-4px;user-select:none}.v-application--is-ltr .v-expansion-panel-header__icon{margin-left:auto}.v-application--is-rtl .v-expansion-panel-header__icon{margin-right:auto}.v-expansion-panel-header{align-items:center;border-top-left-radius:inherit;border-top-right-radius:inherit;display:flex;font-size:.9375rem;line-height:1;min-height:48px;outline:none;padding:16px 24px;position:relative;transition:min-height .3s cubic-bezier(.25,.8,.5,1);width:100%}.v-application--is-ltr .v-expansion-panel-header{text-align:left}.v-application--is-rtl .v-expansion-panel-header{text-align:right}.v-expansion-panel-header:not(.v-expansion-panel-header--mousedown):focus:before{opacity:.12}.v-expansion-panel-header:before{background-color:currentColor;border-radius:inherit;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s cubic-bezier(.25,.8,.5,1)}.v-expansion-panel-header>:not(.v-expansion-panel-header__icon){flex:1 1 auto}.v-expansion-panel-content{display:flex}.v-expansion-panel-content__wrap{padding:0 24px 16px;flex:1 1 auto;max-width:100%}.v-expansion-panels--accordion>.v-expansion-panel{margin-top:0}.v-expansion-panels--accordion>.v-expansion-panel:after{opacity:1}.v-expansion-panels--popout>.v-expansion-panel{max-width:calc(100% - 32px)}.v-expansion-panels--popout>.v-expansion-panel--active{max-width:calc(100% + 16px)}.v-expansion-panels--inset>.v-expansion-panel{max-width:100%}.v-expansion-panels--inset>.v-expansion-panel--active{max-width:calc(100% - 32px)}.v-expansion-panels--flat>.v-expansion-panel:after{border-top:none}.v-expansion-panels--flat>.v-expansion-panel:before{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.v-expansion-panels--tile,.v-expansion-panels--tile>.v-expansion-panel:before{border-radius:0}.borderRadius[data-v-cc64dc7e]{border-radius:10px!important}.ios-install-card[data-v-cc64dc7e]{background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb)!important;border-radius:16px!important;color:#fff;overflow:hidden;position:relative}.ios-install-card[data-v-cc64dc7e]:before{content:"";position:absolute;top:-40px;right:-40px;width:160px;height:160px;background:hsla(0,0%,100%,.12);border-radius:50%;pointer-events:none}.ios-install-emoji[data-v-cc64dc7e]{font-size:38px;line-height:1}.ios-install-title[data-v-cc64dc7e]{font-size:18px;font-weight:700;letter-spacing:.2px}.ios-install-body[data-v-cc64dc7e]{font-size:14px;line-height:1.45;opacity:.95}.ios-install-steps[data-v-cc64dc7e]{font-size:13.5px;line-height:1.55;padding-left:18px}.ios-install-steps li[data-v-cc64dc7e]{margin-bottom:6px}.android-notif-card[data-v-cc64dc7e]{background:linear-gradient(135deg,#11998e,#38ef7d)!important;border-radius:16px!important;color:#fff;overflow:hidden;position:relative}.android-notif-card[data-v-cc64dc7e]:before{content:"";position:absolute;top:-50px;left:-50px;width:180px;height:180px;background:hsla(0,0%,100%,.12);border-radius:50%;pointer-events:none}.android-notif-emoji[data-v-cc64dc7e]{font-size:38px;line-height:1}.android-notif-title[data-v-cc64dc7e]{font-size:18px;font-weight:700;letter-spacing:.2px}.android-notif-body[data-v-cc64dc7e]{font-size:14px;line-height:1.45;opacity:.95}.android-notif-list[data-v-cc64dc7e]{font-size:13.5px;line-height:1.7;padding-left:4px;list-style:none}.android-notif-list li[data-v-cc64dc7e]{margin-bottom:4px}.android-notif-hint[data-v-cc64dc7e]{font-size:13px;line-height:1.5;background:hsla(0,0%,100%,.12);padding:10px 12px;border-radius:8px}.android-notif-cta[data-v-cc64dc7e]{font-weight:700!important;letter-spacing:.3px!important}.android-notif-warn[data-v-cc64dc7e]{font-size:13px;line-height:1.5;background:rgba(0,0,0,.2);padding:10px 12px;border-radius:8px}.android-notif-ok[data-v-cc64dc7e]{font-size:13px;line-height:1.5;background:hsla(0,0%,100%,.18);padding:10px 12px;border-radius:8px;font-weight:600}.notif-status-card[data-v-cc64dc7e]{border-radius:14px!important;overflow:hidden}.text-success[data-v-cc64dc7e]{color:#2e7d32!important}.text-warning[data-v-cc64dc7e]{color:#ef6c00!important}.text-error[data-v-cc64dc7e]{color:#c62828!important}.notif-hero[data-v-cc64dc7e]{display:flex;align-items:center;gap:14px;padding:18px 20px;color:#fff}.notif-hero--ok[data-v-cc64dc7e]{background:linear-gradient(135deg,#11998e,#38ef7d)}.notif-hero--warn[data-v-cc64dc7e]{background:linear-gradient(135deg,#f7b733,#fc4a1a)}.notif-hero--bad[data-v-cc64dc7e]{background:linear-gradient(135deg,#cb2d3e,#ef473a)}.notif-hero__icon[data-v-cc64dc7e]{font-size:38px;line-height:1;flex-shrink:0}.notif-hero__title[data-v-cc64dc7e]{font-size:17px;font-weight:700;line-height:1.2;margin-bottom:2px}.notif-hero__sub[data-v-cc64dc7e]{font-size:13px;opacity:.92;line-height:1.3}.notif-message[data-v-cc64dc7e]{font-size:14.5px;line-height:1.55;color:rgba(0,0,0,.82);margin:0}.notif-steps[data-v-cc64dc7e]{background:#fff8e1;border:1px solid #ffe082;border-radius:10px;padding:12px 14px 12px 14px;color:#5d4037;font-size:13.5px;line-height:1.55}.notif-steps__title[data-v-cc64dc7e]{font-weight:700;margin-bottom:6px}.notif-steps ol[data-v-cc64dc7e]{margin:0;padding-left:22px}.notif-steps li[data-v-cc64dc7e]{margin-bottom:5px}.notif-actions[data-v-cc64dc7e]{margin-top:6px}.notif-btn-primary[data-v-cc64dc7e]{font-weight:700!important;letter-spacing:.2px!important;text-transform:none!important;font-size:14.5px!important}.notif-progress[data-v-cc64dc7e]{border-radius:10px;padding:10px 12px;font-size:13.5px;line-height:1.4}.notif-progress--info[data-v-cc64dc7e]{background:#e3f2fd;color:#0d47a1;border:1px solid #90caf9}.notif-progress--ok[data-v-cc64dc7e]{background:#e8f5e9;color:#1b5e20;border:1px solid #a5d6a7}.notif-progress--bad[data-v-cc64dc7e]{background:#ffebee;color:#b71c1c;border:1px solid #ef9a9a}.notif-progress__row[data-v-cc64dc7e]{display:flex;align-items:flex-start;gap:10px}.notif-progress__text[data-v-cc64dc7e]{flex:1;min-width:0}.notif-progress__msg[data-v-cc64dc7e]{font-weight:600}.notif-progress__sub[data-v-cc64dc7e]{font-size:12px;opacity:.8;margin-top:2px}.notif-help-links[data-v-cc64dc7e]{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.notif-help-links .v-btn[data-v-cc64dc7e]{text-transform:none!important}.notif-unblock-help[data-v-cc64dc7e]{background:#fff3e0;border:1px solid #ffcc80;border-radius:10px;padding:12px 14px;color:#5d4037;font-size:13.5px;line-height:1.55}.notif-unblock-help__title[data-v-cc64dc7e]{font-weight:700;margin-bottom:6px;display:flex;align-items:center}.notif-unblock-help ol[data-v-cc64dc7e]{margin:0;padding-left:22px}.notif-unblock-help li[data-v-cc64dc7e]{margin-bottom:5px}.notif-checks__title[data-v-cc64dc7e]{font-size:13px;font-weight:700;color:rgba(0,0,0,.7);margin-bottom:8px}.notif-check[data-v-cc64dc7e]{display:flex;align-items:flex-start;gap:10px;padding:8px 10px;border-radius:8px;margin-bottom:6px;background:#f5f7fa}.notif-check--ok[data-v-cc64dc7e]{background:#e8f5e9}.notif-check--warn[data-v-cc64dc7e]{background:#fff8e1}.notif-check--bad[data-v-cc64dc7e]{background:#ffebee}.notif-check__body[data-v-cc64dc7e]{flex:1;min-width:0}.notif-check__label[data-v-cc64dc7e]{font-size:13.5px;font-weight:600;color:rgba(0,0,0,.85);line-height:1.3}.notif-check__detail[data-v-cc64dc7e]{font-size:12.5px;color:rgba(0,0,0,.65);line-height:1.4;margin-top:2px}.notif-tech-panel[data-v-cc64dc7e]{background:transparent!important}.notif-tech-panel[data-v-cc64dc7e] .v-expansion-panel{background:#fafafa!important;border:1px dashed #cfd8dc;border-radius:8px!important}.notif-tech-panel__header[data-v-cc64dc7e]{min-height:36px!important;color:rgba(0,0,0,.55)}.notif-tech-panel__content[data-v-cc64dc7e]{font-size:12px;line-height:1.55;color:#455a64;word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.notif-tech-panel__error[data-v-cc64dc7e]{margin-top:6px;padding-top:6px;border-top:1px dashed #ffcc80;color:#c62828}