*,*:before,*:after{box-sizing:border-box}body.auth-shell{min-height:100svh;margin:0;display:flex;flex-direction:column;overflow-x:hidden;background:#fff;color:#202124;font-family:Inter,sans-serif}.mk-container{width:min(1120px,100vw - 32px);margin:0 auto}.mk-header{background:#fff;border-bottom:1px solid #eef2f7}.mk-header-row{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.mk-brand{display:inline-flex;align-items:center;gap:3px;color:#18162a;text-decoration:none}.mk-brand-mark{width:43px;height:43px;display:inline-flex;align-items:center;justify-content:center;color:#18162a;transform:translateY(-2px)}.mk-brand-mark svg{width:43px;height:43px}.mk-brand-copy{display:inline-flex;align-items:center;gap:3px;line-height:1}.mk-brand-word{display:inline-block;font-family:Rubik,Georgia,serif;font-weight:400;font-size:2.214rem;letter-spacing:.02em;text-transform:uppercase;vertical-align:middle;color:#18162a;line-height:1}.mk-brand-reg{display:inline-block;font-family:Rubik,Georgia,serif;font-size:.664rem;font-weight:400;line-height:1;color:#18162a;transform:translateY(0)}.mk-actions{display:flex;align-items:center;gap:12px}.mk-mobile-menu{display:none;position:relative;flex:0 0 auto}.mk-mobile-menu summary{width:40px;height:40px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#18162a;cursor:pointer;list-style:none;box-shadow:0 8px 22px -18px #0f172a59;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.mk-mobile-menu summary::-webkit-details-marker{display:none}.mk-mobile-menu summary span{width:16px;height:2px;border-radius:999px;background:currentColor}.mk-mobile-menu[open] summary,.mk-mobile-menu summary:hover,.mk-mobile-menu summary:focus{border-color:#cbd5e1;background:#f8fafc;box-shadow:0 14px 30px -20px #0f172a73}.mk-mobile-menu-panel{position:absolute;top:calc(100% + 10px);right:0;z-index:40;width:min(232px,100vw - 28px);display:grid;gap:8px;padding:10px;border:1px solid rgba(226,232,240,.96);border-radius:16px;background:#fffffffa;box-shadow:0 22px 46px #0f172a24}.mk-mobile-menu-link{display:flex;align-items:center;justify-content:center;min-height:40px;border-radius:999px;color:#202124;font-size:14px;font-weight:500;text-decoration:none}.mk-mobile-menu-link:hover,.mk-mobile-menu-link:focus{background:#f3f4f6}.mk-mobile-menu-link-primary{background:#1a73e8;color:#fff}.mk-mobile-menu-link-primary:hover,.mk-mobile-menu-link-primary:focus{background:#1765cc}.mk-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:999px;border:1px solid transparent;font-size:14px;font-weight:400;letter-spacing:.005em;text-decoration:none;transform:none!important;transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}.mk-btn-ghost{padding:0 10px;border-color:transparent;background:transparent;color:#202124}.mk-btn-primary{background:#1a73e8;color:#fff;border-color:#1a73e8c7;box-shadow:0 10px 24px -20px #1a73e88c}.mk-btn-ghost:hover,.mk-btn-ghost:focus{background:#f3f4f6;color:#202124;transform:none!important}.mk-btn-primary:hover,.mk-btn-primary:focus{background:#1765cc;color:#fff;border-color:#1765cce0;box-shadow:0 10px 24px -20px #1765cc8c;transform:none!important}.mk-site-footer{border-top:1px solid #eef2f7;background:#fff;margin-top:clamp(2rem,3vw,3rem)}.mk-site-footer-inner{min-height:88px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:20px}.mk-site-footer-copy,.mk-site-footer-links a,.mk-site-footer-menu summary{font-size:14px;color:#9ca3af;font-weight:300;letter-spacing:.01em;text-decoration:none}.mk-site-footer-media{display:flex;align-items:center;justify-content:center}.mk-site-footer-media img{display:block;width:auto;height:30px;max-width:100%}.mk-site-footer-credit--dark,html[data-color-scheme=dark] .mk-site-footer-credit--light{display:none!important}html[data-color-scheme=dark] .mk-site-footer-credit--dark{display:block!important}.mk-site-footer-links{display:flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:flex-end}.mk-site-footer-menu{position:relative}.mk-site-footer-menu summary{display:inline-flex;align-items:center;gap:7px;list-style:none;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .15s ease}.mk-site-footer-menu summary::-webkit-details-marker{display:none}.mk-site-footer-menu summary:after{content:"";width:7px;height:7px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:translateY(-2px) rotate(45deg)}.mk-site-footer-menu:hover summary,.mk-site-footer-menu:focus-within summary,.mk-site-footer-menu[open] summary,.mk-site-footer-links a:hover,.mk-site-footer-links a:focus{color:#4b5563}.mk-site-footer-submenu{position:absolute;right:0;bottom:calc(100% + 12px);z-index:30;display:grid;min-width:220px;padding:8px;border:1px solid rgba(226,232,240,.96);border-radius:14px;background:#fffffffa;box-shadow:0 18px 38px #0f172a1f;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.mk-site-footer-menu:hover .mk-site-footer-submenu,.mk-site-footer-menu:focus-within .mk-site-footer-submenu,.mk-site-footer-menu[open] .mk-site-footer-submenu{opacity:1;visibility:visible;transform:translateY(0)}.mk-site-footer-submenu a{display:block;padding:9px 10px;border-radius:10px;color:#6b7280;font-size:13px;line-height:1.2;white-space:nowrap}.mk-site-footer-submenu a:hover,.mk-site-footer-submenu a:focus{background:#1877f212;color:#1877f2}.auth-nav,.auth-footer-inner,.auth-stage{width:min(100% - 48px,1400px);margin:0 auto}.auth-nav-wrap{border-bottom:1px solid #eef2f7;background:#fff}.auth-nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:16px}.auth-brand{display:inline-flex;align-items:center;gap:5px;color:#202124;text-decoration:none}.auth-brand-mark{width:40px;height:40px;flex:0 0 40px;display:inline-flex;align-items:center;justify-content:center;color:#19172b}.auth-brand-copy{display:inline-flex;align-items:center;gap:3px;color:#19172b;line-height:1}.auth-brand-word{display:inline-block;font-family:Rubik,Georgia,serif;font-weight:400;font-size:2.25rem;letter-spacing:.03em;text-transform:uppercase;vertical-align:top}.auth-brand-reg{display:inline-block;font-family:Rubik,Georgia,serif;font-weight:400;font-size:.9rem;line-height:1;vertical-align:middle;margin-top:0}.auth-nav-actions{display:inline-flex;align-items:center;gap:14px}.auth-nav-link,.auth-nav-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;min-width:108px;padding:0 18px;border-radius:999px;border:1px solid transparent;text-decoration:none;font-size:14px;font-weight:400;letter-spacing:.005em;transform:none!important;transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}.auth-nav-link{color:#202124;background:transparent}.auth-nav-link:hover,.auth-nav-link.is-active{color:#202124;background:#f3f4f6;transform:none!important}.auth-nav-cta{background:#1a73e8;color:#fff;border-color:#1a73e8c7;box-shadow:0 10px 24px -20px #1a73e88c}.auth-nav-cta:hover,.auth-nav-cta.is-active{background:#1765cc;border-color:#1765cce0;color:#fff;transform:none!important}.auth-stage{flex:1 0 auto;display:flex;align-items:center;justify-content:center;padding:0}.auth-wrap{width:100%;display:flex;flex:1 0 auto;min-height:100%;align-items:center;justify-content:center;padding:24px 0}.auth-card{width:min(100%,464px);margin:0 auto;padding:32px;border-radius:24px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 1px 2px #0f172a0f}.auth-kicker{display:none}.auth-title{width:88%;max-width:27rem;font-size:30px;line-height:1.08;letter-spacing:-.03em;font-weight:600;color:#111827;margin:0 auto 12px}.auth-copy{width:88%;max-width:31rem;color:#6b7280;font-size:14px;line-height:1.5;margin:0 auto}.auth-status{width:88%;margin:18px auto 16px;padding:12px 14px;border-radius:14px;border:1px solid #dbe6f8;background:linear-gradient(180deg,#f8fbff,#eef4ff);color:#4f5f78;font-size:13px;line-height:1.5}.auth-form{margin-top:0;display:grid;gap:14px;width:88%;margin-left:auto;margin-right:auto}.auth-form--register{gap:18px}.auth-form--code{width:100%;gap:0}.auth-form--password{gap:14px;width:100%}.auth-social{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:28px;width:88%;margin-left:auto;margin-right:auto}.auth-social-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:46px;padding:0 14px;border-radius:14px;border:1px solid rgba(229,231,235,.9);background:#fff;color:#111827;font-size:14px;font-weight:500;letter-spacing:0;text-decoration:none;box-shadow:0 8px 20px -22px #0f172a33;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease;text-align:center}.auth-social-btn-content{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin:0 auto}.auth-social-btn:hover{border-color:#d1d5db;background:#f9fafb;color:#111827}.auth-social-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 20px}.auth-social-btn-label{display:inline-flex;align-items:center;justify-content:center;line-height:1;font-size:14px;font-weight:500;letter-spacing:0;color:inherit;text-align:center}.auth-social-btn-icon svg,.auth-social-btn-icon img{display:block;width:20px;height:20px;object-fit:contain}.auth-social-btn-icon--apple{width:20px;height:20px;flex:0 0 20px;margin-right:0;display:inline-flex;align-items:center;justify-content:center}.auth-social-btn-icon--apple img{width:20px;height:20px;object-fit:contain}.auth-social-btn--apple{align-items:center}.auth-divider{position:relative;display:flex;align-items:center;justify-content:center;width:88%;margin:16px auto 12px}.auth-divider:before{content:"";position:absolute;inset:50% 0 auto;border-top:1px solid #e5e7eb}.auth-divider span{position:relative;z-index:1;padding:0 12px;background:#fff;color:#9ca3af;font-size:13px;font-weight:500;letter-spacing:-.01em}.auth-alt{width:88%;margin:22px auto 0}.auth-toggle{width:100%;display:inline-flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border-radius:16px;border:1px solid #e5e7eb;background:#fff;color:#4b5563;font:inherit;font-size:13px;line-height:1.4;cursor:pointer;transition:border-color .16s ease,background-color .16s ease}.auth-toggle:hover{border-color:#d1d5db;background:#f9fafb}.auth-toggle-copy{display:grid;gap:2px;text-align:left}.auth-toggle-title{color:#374151;font-size:13px;font-weight:500}.auth-toggle-note{color:#9ca3af;font-size:12px;font-weight:400}.auth-toggle-switch{position:relative;width:38px;height:22px;flex:0 0 38px;border-radius:999px;background:#dbe4f0;transition:background-color .16s ease}.auth-toggle-switch:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0f172a2e;transition:transform .16s ease}.auth-toggle[aria-expanded=true] .auth-toggle-switch{background:#1a73e8}.auth-toggle[aria-expanded=true] .auth-toggle-switch:after{transform:translate(16px)}.auth-alt-divider{position:relative;display:flex;align-items:center;justify-content:center;margin-top:12px;margin-bottom:14px}.auth-alt-divider:before{content:"";position:absolute;inset:50% 0 auto;border-top:1px solid #e5e7eb}.auth-alt-divider span{position:relative;z-index:1;padding:0 12px;background:#fff;color:#9ca3af;font-size:12px;font-weight:500;letter-spacing:.01em}.auth-field{display:grid;gap:8px}.auth-field label{display:none}.auth-field input{width:100%;height:48px;padding:0 16px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;color:#1f2937;font-family:inherit;font-size:14px;line-height:1;letter-spacing:.01em;font-weight:400}.auth-field input::placeholder{color:#64748b57;font-family:inherit;font-size:14px;font-weight:500;letter-spacing:.01em;opacity:1}.auth-field input:focus{outline:none;border-color:#6393faf2;box-shadow:0 0 0 4px #4f84f814}.auth-field-help{color:#6b7280;font-size:13px;line-height:1.2;font-weight:400;text-decoration:none;margin-top:8px}.auth-field-help:hover{color:#4b5563}.auth-checkbox{display:inline-flex;align-items:center;gap:10px;font-size:13px;color:#6b7280}.auth-checkbox input{width:18px;height:18px;accent-color:#1a73e8}.auth-submit{width:100%;min-height:48px;border:0;border-radius:999px;background:#1a73e8;color:#fff;font:inherit;font-size:14px;font-weight:500;letter-spacing:-.01em;cursor:pointer;box-shadow:0 1px 2px #1a73e838}.auth-submit--secondary{background:#fff;color:#1a73e8;border:1px solid #dbe6f8;box-shadow:none}.auth-submit:hover{background:#1765cc;color:#fff}.auth-submit--secondary:hover{background:#f8fbff;color:#1765cc;border-color:#cfdcf3}.auth-submit:disabled{opacity:.58;cursor:not-allowed}.auth-card-footer,.auth-card-note{margin-top:18px;width:88%;margin-left:auto;margin-right:auto;color:#6b7280;font-size:14px;line-height:1.6}.auth-card-footer a,.auth-card-note a{color:#1a73e8;font-weight:600;text-decoration:none}.auth-alert{margin-top:16px;padding:12px 14px;border-radius:12px;border:1px solid #e5e7eb;background:#f9fafb;color:#4b5563;font-size:14px;line-height:1.65}.auth-error{color:#b42318;font-size:13px;line-height:1.45}.auth-code-panel{width:88%;margin:22px auto 0}.auth-code-panel-inner{width:100%;padding:18px 18px 16px;border-radius:20px;border:1px solid #e4edf8;background:linear-gradient(180deg,#fbfdff,#f6f9ff);box-shadow:inset 0 1px #ffffffe6}.auth-code-meta{text-align:center;margin-bottom:14px}.auth-code-kicker{color:#7b8ec7;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.auth-code-email{margin-top:5px;color:#8b97ab;font-size:12px;line-height:1.4}.auth-code-dots{display:grid;grid-template-columns:repeat(6,36px);justify-content:center;gap:8px;margin-bottom:14px}.auth-code-dot{min-height:36px;border-radius:12px;border:1px solid #e4e9f2;background:linear-gradient(180deg,#fff,#f9fbff);display:flex;align-items:center;justify-content:center;color:#1f2937;font-size:18px;line-height:1;box-shadow:0 6px 14px -18px #0f172a59}.auth-code-entry{width:100%;height:46px;padding:0 16px;border-radius:12px;border:1px solid #9cc0ff;background:#fff;color:#1f2937;font-family:inherit;font-size:20px;font-weight:500;letter-spacing:.34em;text-align:left;outline:none;box-shadow:0 0 0 3px #1a73e814;caret-color:#1a73e8}.auth-code-entry::placeholder{color:#64748b57;letter-spacing:.34em;opacity:1}.auth-code-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:12px}.auth-code-panel .auth-submit{margin-top:10px}.auth-code-link{color:#8b97ab;font-size:12px;text-decoration:none}.auth-code-link--primary{color:#1a73e8;font-weight:500}.auth-code-foot{width:88%;margin:12px auto 0;padding:10px 12px;border-radius:12px;border:1px solid #e5e7eb;background:#f8fafc;color:#8b97ab;font-size:12px;line-height:1.45}@media (max-width: 640px){.mk-container{width:100%;padding-left:14px;padding-right:14px}.mk-header-row{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0}.mk-brand{max-width:100%;min-width:0;justify-content:flex-start}.mk-brand-mark{width:32px;height:32px;flex:0 0 32px;transform:translateY(-1px)}.mk-brand-mark svg{width:32px;height:32px}.mk-brand-word{font-size:clamp(1.36rem,6.6vw,1.72rem);letter-spacing:.01em}.mk-brand-reg{font-size:clamp(.5rem,2vw,.62rem)}.mk-actions{display:none}.mk-mobile-menu{display:block}.auth-stage{width:100%;padding-left:14px;padding-right:14px}.auth-wrap{min-height:100%;padding:16px 0}.auth-card{width:100%;padding:24px;border-radius:20px}.auth-title{font-size:2rem;line-height:1.08}.auth-copy{font-size:14px}.auth-field input,.auth-field input::placeholder{font-size:16px}.auth-social{grid-template-columns:1fr}.auth-code-actions{flex-direction:column;align-items:stretch;text-align:center}.auth-code-dots{gap:6px}.auth-brand-mark{width:32px;height:32px;flex-basis:32px}.auth-brand-word{font-size:1.72rem}.auth-brand-reg{font-size:.72rem}.mk-site-footer-inner{grid-template-columns:1fr;justify-items:center;text-align:center;position:relative}.mk-site-footer-links{justify-content:center;flex-wrap:wrap}.mk-site-footer-menu{position:static}.mk-site-footer-submenu{left:50%;right:auto;bottom:calc(100% + 10px);width:min(220px,100vw - 32px);min-width:0;transform:translate(-50%,4px)}.mk-site-footer-menu:hover .mk-site-footer-submenu,.mk-site-footer-menu:focus-within .mk-site-footer-submenu,.mk-site-footer-menu[open] .mk-site-footer-submenu{transform:translate(-50%)}}.mk-header .mk-header-row{display:flex;align-items:center;justify-content:space-between;gap:clamp(22px,4vw,56px)}.mk-header .mk-container{width:var(--mk-header-width, min(1360px, 100vw - 48px))}.mk-header .mk-brand{flex:0 0 auto;min-width:max-content}.mk-header .mk-actions{flex:0 0 auto;margin-left:auto}.mk-header .mk-nav{margin-left:0}.mk-header .mk-mobile-menu{margin-left:auto}.mk-header .mk-mobile-menu-panel{text-align:left}.mk-mobile-menu-section{display:grid;gap:8px}.mk-mobile-menu-section+.mk-mobile-menu-section{padding-top:10px;border-top:1px solid rgba(226,232,240,.92)}.mk-mobile-menu-label{padding:0 10px;color:#94a3b8;font-size:11px;font-weight:750;letter-spacing:.12em;line-height:1;text-transform:uppercase}.mk-mobile-menu-link{gap:10px}.mk-mobile-menu-dot{width:8px;height:8px;border-radius:999px;background:#1a73e8;box-shadow:0 0 0 5px #1a73e81a}html[data-browser=safari] .mk-header{background:#fffffff5!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;transition-duration:.01ms!important}html[data-browser=safari] .mk-header.is-scrolled{background:#fffffffa!important;box-shadow:0 10px 28px -28px #0f172a42!important}@media (max-width: 900px){.mk-header .mk-nav{display:none!important}.mk-header .mk-mobile-menu{display:block!important;flex:0 0 auto}.mk-mobile-menu summary{min-width:44px;min-height:44px}}@media (max-width: 640px){*,*:before,*:after{box-sizing:border-box}html,body,.mk-shell{width:100%;max-width:100%;overflow-x:hidden}body{margin:0}body.mk-mobile-menu-open{overflow:hidden}.mk-header .mk-container{width:100%;max-width:100vw;margin-left:auto;margin-right:auto;padding-left:14px;padding-right:14px}.mk-header .mk-header-row{gap:16px}.mk-header .mk-brand{min-width:0}.mk-header .mk-actions,.mk-header .mk-nav{display:none!important}.mk-header .mk-mobile-menu{display:block!important;flex:0 0 auto}.mk-mobile-menu summary{width:44px;height:44px;border:0;border-radius:0;background:transparent;box-shadow:none}.mk-mobile-menu[open] summary,.mk-mobile-menu summary:hover,.mk-mobile-menu summary:focus{border-color:transparent;background:transparent;box-shadow:none}.mk-mobile-menu[open]:before{content:"";position:fixed;inset:64px 0 0;z-index:39;background:#0f172a24;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}html[data-browser=safari] .mk-mobile-menu[open]:before{background:#0f172a2e;-webkit-backdrop-filter:none;backdrop-filter:none}.mk-mobile-menu .mk-mobile-menu-panel{position:fixed;top:74px;left:12px;right:12px;z-index:40;width:auto;max-height:min(72vh,520px);overflow-y:auto;gap:12px;padding:14px;border-radius:22px;background:#fffffffa;box-shadow:0 30px 90px #0f172a2e}html[data-browser=safari] .mk-mobile-menu .mk-mobile-menu-panel{box-shadow:0 18px 44px #0f172a24}.mk-mobile-menu .mk-mobile-menu-link{justify-content:center;min-height:48px;padding:0 14px;border:1px solid rgba(226,232,240,.92);border-radius:16px;background:#fff;color:#0f172a;font-size:15px;font-weight:720}.mk-mobile-menu .mk-mobile-menu-link-primary{justify-content:center;border-color:#1a73e8eb;background:#1a73e8;color:#fff}}.mk-site-footer-copy{display:inline-flex;align-items:center;gap:6px;max-width:100%;flex-wrap:nowrap;white-space:nowrap}.mk-dixjuin-brand{display:inline-flex;align-items:center;gap:7px;color:inherit;text-decoration:none;white-space:nowrap}.mk-dixjuin-brand:hover,.mk-dixjuin-brand:focus-visible,.mk-dixjuin-brand.is-animating{color:#7808a8;text-decoration:none}.mk-dixjuin-brand img{width:18px;height:18px;object-fit:contain;flex:0 0 auto;transition:transform .45s ease}.mk-dixjuin-brand-text{display:inline-block;max-width:0;overflow:hidden;opacity:0;color:#7808a8;white-space:nowrap;transition:max-width .35s ease,opacity .25s ease}.mk-dixjuin-brand:hover img,.mk-dixjuin-brand:focus-visible img,.mk-dixjuin-brand.is-animating img{transform:rotate(360deg)}.mk-dixjuin-brand:hover .mk-dixjuin-brand-text,.mk-dixjuin-brand:focus-visible .mk-dixjuin-brand-text,.mk-dixjuin-brand.is-animating .mk-dixjuin-brand-text{max-width:320px;opacity:1}@media (prefers-reduced-motion: reduce){.mk-dixjuin-brand img,.mk-dixjuin-brand-text{transition:none}.mk-dixjuin-brand:hover img,.mk-dixjuin-brand:focus-visible img,.mk-dixjuin-brand.is-animating img{transform:none}}@media (max-width: 640px){.mk-site-footer-copy{justify-content:center;overflow:visible}.mk-site-footer-copy>span{max-width:180px;overflow:hidden;transition:max-width .22s ease,opacity .18s ease}.mk-site-footer-copy:has(.mk-dixjuin-brand.is-animating)>span,.mk-site-footer-copy:has(.mk-dixjuin-brand:focus-visible)>span{max-width:0;opacity:0}.mk-dixjuin-brand{min-width:18px}.mk-dixjuin-brand-text{font-size:12px}.mk-dixjuin-brand.is-animating .mk-dixjuin-brand-text,.mk-dixjuin-brand:focus-visible .mk-dixjuin-brand-text{max-width:calc(100vw - 72px)}.mk-site-footer-menu{position:relative}.mk-site-footer-submenu{left:auto;right:0;width:min(220px,100vw - 32px);min-width:0;transform:translateY(4px)}.mk-site-footer-menu:hover .mk-site-footer-submenu,.mk-site-footer-menu:focus-within .mk-site-footer-submenu,.mk-site-footer-menu[open] .mk-site-footer-submenu{transform:translateY(0)}.mk-site-footer-links .mk-site-footer-menu:first-of-type .mk-site-footer-submenu{left:0;right:auto}}.mk-cookie-consent{position:fixed;left:50%;bottom:18px;z-index:1040;width:min(960px,100vw - 32px);transform:translate(-50%);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:16px;border:1px solid rgba(226,232,240,.76);border-radius:20px;background:linear-gradient(140deg,#ffffffe6,#f8fcffb8),#ffffffc7;color:#111827;box-shadow:inset 0 1px #ffffffe6,0 20px 56px #0f172a24;backdrop-filter:blur(24px) saturate(155%);-webkit-backdrop-filter:blur(24px) saturate(155%)}.mk-cookie-consent[hidden],.mk-cookie-consent__preferences[hidden]{display:none}.mk-cookie-consent__copy{display:grid;gap:5px;min-width:0}.mk-cookie-consent__copy strong{color:#111827;font-size:15px;line-height:1.2;font-weight:850}.mk-cookie-consent__copy p{margin:0;color:#667085;font-size:13px;line-height:1.48}.mk-cookie-consent a{color:#2368d9;font-weight:800;text-decoration:none}.mk-cookie-consent a:hover{text-decoration:underline}.mk-cookie-consent__actions,.mk-cookie-consent__preferences{display:flex;gap:8px;align-items:center;justify-content:flex-end}.mk-cookie-consent__actions{flex-wrap:nowrap}.mk-cookie-consent__preferences{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:10px;align-items:stretch;margin-top:2px;padding-top:12px;border-top:1px solid rgba(226,232,240,.78)}.mk-cookie-consent__choice{display:grid;grid-template-columns:18px minmax(0,1fr);gap:10px;align-items:start;margin:0;padding:10px 12px;border:1px solid rgba(226,232,240,.88);border-radius:14px;background:#ffffff85}.mk-cookie-consent__choice--locked{background:#f8fafc9e}.mk-cookie-consent__choice input{width:16px;height:16px;margin-top:2px;accent-color:#2368d9}.mk-cookie-consent__choice span{display:grid;gap:2px;min-width:0}.mk-cookie-consent__choice strong{color:#1f2937;font-size:12.5px;font-weight:850;line-height:1.25}.mk-cookie-consent__choice small{color:#667085;font-size:11.5px;line-height:1.35}.mk-cookie-consent button{min-height:40px;min-width:128px;padding:0 16px;border-radius:12px;border:1px solid rgba(203,213,225,.9);background:#ffffffa8;color:#233044;font:inherit;font-size:12.5px;font-weight:800;cursor:pointer;white-space:nowrap;box-shadow:inset 0 1px #ffffffd1;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease}.mk-cookie-consent button[data-cookie-consent-preferences]{white-space:normal}.mk-cookie-consent button:hover,.mk-cookie-consent button:focus-visible{border-color:#2368d957;background:#ffffffe6;box-shadow:inset 0 1px #fffffff0,0 8px 22px #0f172a14;outline:0}.mk-cookie-consent button[data-cookie-consent-accept]{border-color:#2368d95c;background:#eff6ffd1;color:#174ea6}.mk-cookie-consent button[data-cookie-consent-save]{border-color:#2368d95c;background:#eff6ffd1;color:#174ea6;min-width:150px;align-self:stretch}@media (max-width: 940px){.mk-cookie-consent{grid-template-columns:1fr;gap:14px}.mk-cookie-consent__actions{justify-content:stretch}.mk-cookie-consent button{width:100%;min-width:0}.mk-cookie-consent__preferences{grid-template-columns:1fr}}@media (max-width: 640px){html.mk-cookie-consent-visible body[data-theme-scope=auth] .auth-stage{padding-bottom:156px!important}html.mk-cookie-consent-visible.mk-cookie-consent-preferences-open body[data-theme-scope=auth] .auth-stage{padding-bottom:284px!important}.mk-cookie-consent{bottom:max(8px,env(safe-area-inset-bottom));width:min(100vw - 16px,420px);max-height:min(30vh,228px);gap:7px;padding:8px;overflow:auto;border-radius:16px;overscroll-behavior:contain;backdrop-filter:blur(16px) saturate(145%);-webkit-backdrop-filter:blur(16px) saturate(145%)}html.mk-cookie-consent-visible body[data-theme-scope=auth] .mk-cookie-consent{max-height:min(24vh,72px);gap:5px;padding:6px}.mk-cookie-consent__copy{gap:2px}html.mk-cookie-consent-visible body[data-theme-scope=auth] .mk-cookie-consent__copy{gap:0}.mk-cookie-consent__copy strong{font-size:12.5px}html.mk-cookie-consent-visible body[data-theme-scope=auth] .mk-cookie-consent__copy strong{font-size:12px}.mk-cookie-consent__copy p{display:-webkit-box;overflow:hidden;font-size:11px;line-height:1.28;-webkit-box-orient:vertical;-webkit-line-clamp:1}html.mk-cookie-consent-visible body[data-theme-scope=auth] .mk-cookie-consent__copy p{display:none}.mk-cookie-consent__actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.mk-cookie-consent button{min-height:34px;padding:0 7px;border-radius:10px;font-size:11px;line-height:1.12;white-space:normal}html.mk-cookie-consent-visible body[data-theme-scope=auth] .mk-cookie-consent button{min-height:30px;padding:0 5px;font-size:10.5px}.mk-cookie-consent__preferences{gap:8px;padding-top:8px}.mk-cookie-consent__choice{gap:8px;padding:8px 9px;border-radius:12px}.mk-cookie-consent__choice strong{font-size:11.5px}.mk-cookie-consent__choice small{font-size:10.5px;line-height:1.25}}@media (max-width: 991.98px){:where(input:not([type=button]):not([type=checkbox]):not([type=color]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=range]):not([type=reset]):not([type=submit]),textarea,select,.form-control,.form-select,.find-form input,.selectize-input,.selectize-input>input,.mz-date-display,.mz-date-time select,[contenteditable=true]){font-size:16px!important}}.auth-onboarding-form{margin-top:22px}.auth-token-error{width:88%;margin:18px auto 0}.auth-field-help--error{color:#b42318}.auth-badge--info{background:#eef4ff;color:#1d4ed8}.auth-brand-inline-icon{margin-top:.1rem;vertical-align:text-top}.auth-legal-consent{display:grid;gap:10px;margin:14px 0 4px;color:#475569;font-size:12.5px;line-height:1.5}.auth-legal-consent label{display:grid;grid-template-columns:18px minmax(0,1fr);gap:10px;align-items:start;margin:0}.auth-legal-consent input{width:16px;height:16px;margin-top:2px;accent-color:#1a73e8}.auth-legal-consent a{color:#1a73e8;font-weight:700;text-decoration:none}.auth-legal-consent a:hover{text-decoration:underline}.auth-code-resend-form{display:none;margin:0}button.auth-code-resend-button{-webkit-appearance:none!important;appearance:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:0 13px!important;border:1px solid rgba(59,130,246,.16)!important;border-radius:999px!important;background:#eef4ffeb!important;color:#1a73e8!important;font:inherit!important;font-size:12px!important;font-weight:700!important;line-height:1!important;text-decoration:none!important;box-shadow:none!important;cursor:pointer!important;transition:background-color .16s ease,border-color .16s ease,color .16s ease!important}button.auth-code-resend-button:hover,button.auth-code-resend-button:focus{border-color:#1a73e847!important;background:#dbeafef5!important;color:#1765cc!important;outline:none!important}:root{--auth-bg: #f8fafc;--auth-soft: #f8fafc;--auth-line: rgba(203, 213, 225, .9);--auth-text: #202124;--auth-muted: #5f6368;--auth-accent: #4285f4}*{box-sizing:border-box}body{margin:0;font-family:Manrope,sans-serif;color:var(--auth-text);background:radial-gradient(circle at top left,rgba(59,130,246,.11),transparent 26%),radial-gradient(circle at top right,rgba(16,185,129,.08),transparent 24%),radial-gradient(circle at 50% 12%,rgba(139,92,246,.07),transparent 22%),linear-gradient(180deg,#f8fafc 0% 44%,#fff)}a{color:inherit}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(320px,460px) minmax(0,1fr)}.auth-panel{padding:32px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid rgba(17,24,39,.05);background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-home{display:inline-flex;align-items:center;gap:12px;text-decoration:none;font-weight:700;letter-spacing:-.04em}.auth-home-mark{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(145deg,#fffffffa,#eff6ffeb);color:var(--auth-accent);box-shadow:0 12px 26px -22px #3b82f62e}.auth-home-mark svg{width:20px;height:20px}.auth-home-copy{display:flex;flex-direction:column;gap:2px}.auth-home-copy strong{font-size:15px;line-height:1}.auth-home-copy span{color:var(--auth-muted);font-size:12px;font-weight:600}.auth-card{max-width:360px;margin:40px 0}.auth-kicker{display:inline-flex;min-height:30px;align-items:center;padding:0 12px;border-radius:999px;border:1px solid rgba(191,219,254,.9);background:linear-gradient(145deg,#fffffffa,#eff6ffeb);color:var(--auth-accent);font-size:12px;font-weight:800}.auth-title{margin:18px 0 12px;font-size:40px;line-height:1.05;letter-spacing:-.07em;font-weight:700}.auth-copy,.auth-meta,.auth-field-help{color:var(--auth-muted);line-height:1.7}.auth-form{margin-top:28px}.auth-field{margin-bottom:18px}.auth-field label{display:block;margin-bottom:8px;font-size:14px;font-weight:700}.auth-field input{width:100%;height:52px;padding:0 16px;border:1px solid var(--auth-line);border-radius:16px;background:#fff;font:inherit}.auth-field input:focus{outline:none;border-color:#bfd4ff;box-shadow:0 0 0 4px #4285f414}.auth-field-help{display:inline-block;margin-top:8px;font-size:13px;text-decoration:none}.auth-checkbox{display:inline-flex;align-items:center;gap:10px;font-size:14px;color:var(--auth-muted)}.auth-checkbox input{width:18px;height:18px}.auth-submit{width:100%;height:52px;border:0;border-radius:999px;background:var(--auth-accent);color:#fff;font:inherit;font-weight:700;cursor:pointer;box-shadow:0 8px 20px -22px #0f172a33}.auth-footer{margin-top:22px;font-size:14px;color:var(--auth-muted)}.auth-footer a{color:var(--auth-text);font-weight:700;text-decoration:none}.auth-stage{padding:32px;display:flex;align-items:center;justify-content:center}.auth-stage-panel{width:min(720px,100%);border:1px solid var(--auth-line);border-radius:32px;overflow:hidden;background:#fffffff5;box-shadow:0 18px 40px -30px #0f172a24}.auth-stage-head{padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#f8fafcf5;border-bottom:1px solid var(--auth-line)}.auth-stage-head strong{display:block;font-size:16px;letter-spacing:-.03em}.auth-stage-head span{color:var(--auth-muted);font-size:13px}.auth-stage-body{padding:24px}.auth-stage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px}.auth-stat{padding:18px;border:1px solid var(--auth-line);border-radius:20px;background:#fff}.auth-stat strong{display:block;font-size:28px;letter-spacing:-.06em}.auth-stat span{color:var(--auth-muted);font-size:13px}.auth-list{border-top:1px solid var(--auth-line)}.auth-list-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--auth-line)}.auth-list-row:last-child{border-bottom:0}.auth-list-row strong{display:block;font-size:14px}.auth-list-row span{color:var(--auth-muted);font-size:12px}.auth-badge{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 10px;border-radius:999px;background:#fef3f2;color:#b42318;font-size:12px;font-weight:800}@media (max-width: 960px){.auth-shell{grid-template-columns:1fr}.auth-panel{border-right:0;border-bottom:1px solid rgba(17,24,39,.05)}}@media (max-width: 640px){.auth-panel,.auth-stage{padding:20px}.auth-title{font-size:34px}.auth-stage-grid{grid-template-columns:1fr}}.campaign-unsubscribe-page{font-family:Arial,sans-serif;background:#f6f8fb;color:#172033;margin:0;display:flex;min-height:100vh;align-items:center;justify-content:center;padding:24px}.campaign-unsubscribe-card{max-width:560px;background:#fff;border:1px solid #e5eaf2;border-radius:8px;padding:32px;box-shadow:0 16px 40px #0f172a14}.campaign-unsubscribe-card h1{font-size:28px;margin:0 0 12px}.campaign-unsubscribe-card p{line-height:1.6;color:#475467}.campaign-unsubscribe-action{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:6px;background:#172033;color:#fff;padding:12px 18px;text-decoration:none;cursor:pointer}.legal-shell{width:100%;display:flex;justify-content:center;padding:36px 0 64px}.legal-card{width:min(100%,980px);padding:40px 44px;border:1px solid #e8edf5;border-radius:28px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 20px 60px -52px #0f172a38}.legal-kicker{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 16px;border-radius:999px;border:1px solid rgba(224,242,254,.9);background:linear-gradient(145deg,#fffffffa,#eff6ffeb);color:#374151;font-size:12px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;box-shadow:0 12px 26px -22px #3b82f62e;margin:0 auto}.legal-head{display:flex;flex-direction:column;align-items:center}.legal-title{max-width:760px;color:#111827;font-size:clamp(2rem,3vw,2.85rem);line-height:1.08;letter-spacing:-.045em;font-weight:600;text-align:center;margin:18px auto 10px}.legal-date{margin:0 0 28px;color:#8a94a8;font-size:14px;line-height:1.6;text-align:center}.legal-body{color:#4b5563;font-size:16px;line-height:1.95;letter-spacing:-.01em;text-align:justify;text-justify:inter-word}.legal-body b,.legal-body strong{color:#1f2937;font-weight:600}.legal-body a{color:#1a73e8;text-decoration:none}.legal-body a:hover{text-decoration:underline}@media (max-width: 768px){.legal-shell{padding:18px 0 40px}.legal-card{padding:28px 22px;border-radius:22px}.legal-date{margin-bottom:22px}.legal-body{font-size:15px;line-height:1.85}}
