.landing-page{--landing-ink:#232629;--landing-muted:#555b60;color:var(--landing-ink);background:#ebebeb}.landing-hero{background:#efefef;border-bottom:1px solid #d0d0d0;grid-template-columns:1.12fr 1fr;align-items:center;gap:28px;padding:62px 42px 58px;display:grid}.landing-intro h1{letter-spacing:-.06em;margin:24px 0;font-size:clamp(3rem,6.2vw,5.3rem);font-weight:400;line-height:.94}.landing-lede{max-width:400px;color:var(--landing-muted);font-size:1rem;line-height:1.8}.landing-actions{flex-direction:column;align-items:flex-start;gap:17px;margin-top:27px;display:flex}.landing-button{color:#fff;background:#577ba8;border:1px solid #577ba8;border-radius:0;justify-content:space-between;align-items:center;gap:30px;min-height:52px;padding:14px 23px;font-size:.87rem;font-weight:700;text-decoration:none;transition:background .15s,transform .15s;display:inline-flex;box-shadow:0 3px #3f638e}.landing-button:hover{background:#6e8eb5;transform:translateY(-2px)}.landing-button>span{font-size:1.3rem;line-height:1}.landing-text-link{color:#3f6088;font-size:.8rem;text-decoration-color:#8d9cad}.landing-preview{background-color:#e3e3e3;border:1px solid #c8c8c8;border-radius:0;min-width:0;padding:20px 22px 15px;position:relative}.landing-preview-top{letter-spacing:.15em;justify-content:space-between;align-items:center;font-size:.58rem;font-weight:700;display:flex}.landing-avatar-stage{background-color:#dcebf1;background-image:linear-gradient(#577ba81a 1px,#0000 1px),linear-gradient(90deg,#577ba81a 1px,#0000 1px);background-size:30px 30px;border:1px solid #c8c8c8;place-items:center;height:310px;margin:16px 0;display:grid;position:relative}.landing-avatar{aspect-ratio:1;filter:drop-shadow(3px 9px #577ba812);width:min(100%,310px);transition:transform .22s;position:relative}.landing-preview:hover .landing-avatar{transform:translateY(-5px)rotate(-1deg)}.landing-avatar img{object-fit:contain;width:100%;height:100%;display:block}.landing-avatar .landing-avatar-hat{position:absolute;inset:0}.landing-look-caption{background:#efefef;border:1px solid #c8c8c8;border-radius:0;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex}.landing-preview-label{letter-spacing:.08em;color:#6c7072;font-size:.52rem;font-weight:700;display:block}.landing-look-caption p{margin:2px 0 0;font-size:.87rem;font-weight:700}.landing-features{padding:54px 40px 56px}.landing-section-heading{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:28px;display:flex}.landing-section-heading h2{letter-spacing:-.045em;margin:12px 0 0;font-size:clamp(1.8rem,3vw,2.45rem);font-weight:400;line-height:1.13}.landing-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;display:grid}.landing-feature{background:#efefef;border:1px solid #cfcfcf;border-radius:0;overflow:hidden}.landing-feature-art{border-bottom:1px solid #cfcfcf;height:170px;position:relative;overflow:hidden}.landing-character-lineup{background:#dcebf1;justify-content:center;align-items:center;display:flex}.landing-character-lineup img{flex-shrink:0;width:46%;height:auto;margin:0 -8%}.landing-character-lineup img:nth-child(2){z-index:1;width:55%;margin:0 -7%;position:relative;transform:translateY(-4px)}.landing-item-display{background:#e3e3e3;justify-content:center;align-items:center;gap:10px;display:flex}.landing-item-tile{background:#f2f2f2;border:1px solid #c8c8c8;border-radius:0;width:94px;height:96px;overflow:hidden}.landing-item-tile img{object-fit:contain;width:100%;height:100%;display:block;transform:translate(34%,82%)scale(2.2)}.landing-chat-preview{background:#dcebf1;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;padding:15px 20px;display:flex}.landing-chat-bubble{background:#efefef;border:1px solid #c8c8c8;border-radius:0;padding:8px 14px;font-size:.78rem}.landing-chat-bubble>span{color:#577ba8;margin-left:15px}.landing-chat-bubble:nth-child(2){color:#fff;background:#577ba8;border-radius:0;align-self:flex-end}.landing-feature-copy{padding:23px 22px 25px}.landing-feature-copy h3{letter-spacing:-.025em;margin:10px 0;font-size:1.1rem;line-height:1.3}.landing-feature-copy>p{color:var(--landing-muted);margin:0 0 20px;font-size:.81rem;line-height:1.75}.landing-feature-copy>a{color:#456c9a;justify-content:space-between;gap:8px;font-size:.76rem;font-weight:700;text-decoration:none;display:flex}.landing-feature-copy>a:hover{text-decoration:underline}@media (width<=900px){.landing-hero{gap:20px;padding:40px 28px}.landing-preview{padding-inline:15px}.landing-avatar-stage{height:280px}.landing-features{padding-inline:28px}.landing-feature-copy{padding:20px 16px}}@media (width<=720px){.landing-hero{grid-template-columns:1fr;gap:35px;padding:36px 26px 42px}.landing-intro h1{font-size:clamp(3rem,14vw,4.5rem)}.landing-lede{max-width:480px;font-size:.94rem}.landing-preview{justify-self:center;width:min(100%,410px)}.landing-avatar-stage{height:290px}.landing-section-heading{flex-direction:column;align-items:flex-start;gap:15px}.landing-features{padding:38px 22px}.landing-feature-grid{grid-template-columns:1fr;gap:20px}.landing-feature-art{height:185px}.landing-character-lineup img{max-width:165px}.landing-character-lineup img:nth-child(2){max-width:190px}.landing-feature-copy{padding:23px}.landing-feature-copy h3{font-size:1.25rem}.landing-feature-copy>p{font-size:.9rem}.landing-feature-copy>a{font-size:.85rem}.landing-chat-preview{padding-inline:35px}.landing-chat-bubble{font-size:.92rem}}@media (prefers-reduced-motion:reduce){.landing-button,.landing-avatar{transition:none}.landing-button:hover,.landing-preview:hover .landing-avatar{transform:none}}.policy-content [data-custom-class=body],.policy-content [data-custom-class=body] *{background:0 0!important}.policy-content [data-custom-class=title],.policy-content [data-custom-class=title] *{color:#000!important;font-family:Arial!important;font-size:26px!important}.policy-content [data-custom-class=subtitle],.policy-content [data-custom-class=subtitle] *{color:#595959!important;font-family:Arial!important;font-size:14px!important}.policy-content [data-custom-class=heading_1],.policy-content [data-custom-class=heading_1] *{color:#000!important;font-family:Arial!important;font-size:19px!important}.policy-content [data-custom-class=heading_2],.policy-content [data-custom-class=heading_2] *{color:#000!important;font-family:Arial!important;font-size:17px!important}.policy-content [data-custom-class=body_text],.policy-content [data-custom-class=body_text] *{color:#595959!important;font-family:Arial!important;font-size:14px!important}.policy-content [data-custom-class=link],.policy-content [data-custom-class=link] *{color:#3030f1!important;word-break:break-word!important;font-family:Arial!important;font-size:14px!important}.policy-content ul{list-style-type:square}.policy-content ul>li>ul{list-style-type:circle}.policy-content ul>li>ul>li>ul{list-style-type:square}.policy-content ol li{font-family:Arial}.policy-content{color:#595959;overflow-wrap:anywhere;background:#fff;border-radius:12px;padding:clamp(16px,4vw,32px)}.policy-content [id]{scroll-margin-top:100px}.policy-content table{table-layout:fixed;width:100%!important}.policy-content td,.policy-content th{overflow-wrap:anywhere}.policy-content a{text-decoration:underline}.policy-content a:focus-visible{outline-offset:3px;outline:2px solid #3030f1}
