@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;500;600;700&display=swap";:root{--mm-clr-background: #fcfeff;--mm-clr-background-variant: #f2f2f2;--mm-clr-background-secondary: #ededed;--mm-clr-background-fill: #933351;--mm-clr-shell-background: linear-gradient(135deg, color-mix(in srgb, var(--mm-clr-theme-maroon) 5%, transparent) 0%, color-mix(in srgb, var(--mm-clr-background) 10%, transparent) 100%);--mm-clr-inverse: #40121a;--mm-clr-shadow: rgba(0, 0, 0, .332);--mm-clr-assistant: #f2e2c4;--mm-clr-assistant-hover: #d9b991;--mm-clr-disabled: #afafaf;--mm-clr-text: #933351;--mm-clr-text-title: #933351;--mm-clr-text-sub: #40121a;--mm-clr-text-on-active: #f2f2f2;--mm-clr-text-selection: #e4e4e4;--mm-clr-text-hint: #8c3746;--mm-clr-chat-item1: #ededed;--mm-clr-chat-item2: #f7f7f8;--mm-clr-button-fill: #933351;--mm-clr-button-hover: #e4e4e4;--mm-clr-button-fill-hover: #5c1b2a;--mm-clr-button-fill-muted: #f2f2f2;--mm-clr-button-fill-muted-hover: #e0e0e0;--mm-clr-button-fill-danger: #d32f2f;--mm-clr-button-fill-danger-hover: #b71c1c;--mm-clr-icon: #933351;--mm-clr-voice-center-start: #f2f2f2;--mm-clr-voice-center-end: #933351;--mm-clr-voice-ring: rgba(147, 51, 81, .25);--mm-clr-voice-ring-rgb: rgba(147, 51, 81, 1);--mm-clr-scrollbar: #933351;--mm-clr-border: #40121a;--mm-clr-border-hint: #e0e0e0;--mm-clr-theme-maroon: #933351;--mm-clr-theme-maroon-light: #93335152;--mm-clr-theme-maroon-ultra-light: #b26673;--mm-clr-theme-maroon-dark: #40121a;--mm-clr-theme-orange: #f88228;--mm-clr-theme-yellow: #ffca1a;--mm-clr-tooltip: #283540;--mm-clr-success: #3ca64c;--mm-clr-error: #ec5246;--mm-clr-warning: #dda545;--mm-clr-info: #0798f2;--mm-clr-link: #0798f2;--mm-font-family: "Open Sans", sans-serif;--mm-font-micro: .625rem;--mm-font-body-small: .75rem;--mm-font-body-medium: .875rem;--mm-font-body: 1rem;--mm-font-display-small: 1.5rem;--mm-font-display-medium: 2rem;--mm-font-display-large: 2.5rem;--header-size: 4rem;--side-bar-size: 13rem;--side-bar-collapse-size: 3rem}.dark-theme{--mm-clr-background: #0f1219;--mm-clr-shadow: rgba(0, 0, 0, .55);--mm-clr-background-variant: #151c26;--mm-clr-background-fill: #d9d9d9;--mm-clr-inverse: #d9d9d9;--mm-clr-assistant: #354557;--mm-clr-disabled: #18222c;--mm-clr-background-secondary: #1e2a36;--mm-clr-assistant-hover: #2b3b4a;--mm-clr-chat-item1: #262626;--mm-clr-chat-item2: #475459;--mm-clr-text: #d9d9d9;--mm-clr-text-title: #f9f9f9;--mm-clr-text-sub: #c9c8c8;--mm-clr-text-on-active: #d9d9d9;--mm-clr-text-selection: #404040;--mm-clr-text-hint: #8d8d8d;--mm-clr-button-fill: #354657;--mm-clr-button-hover: #18222c;--mm-clr-button-fill-hover: #233241;--mm-clr-button-fill-muted: #1e2a36;--mm-clr-button-fill-muted-hover: #263241;--mm-clr-icon: #d9d9d9;--mm-clr-voice-center-start: #4e6382;--mm-clr-voice-center-end: #2d3f58;--mm-clr-voice-ring: rgba(147, 51, 81, .25);--mm-clr-voice-ring-rgb: rgba(147, 51, 81, 1);--mm-clr-scrollbar: #3b3f46;--mm-clr-border: #3b3f46;--mm-clr-border-hint: #2a2e35}html,body{touch-action:manipulation!important;overscroll-behavior:none;height:-webkit-fill-available;overflow:hidden;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);box-sizing:border-box}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;color:inherit}p{margin:0}body{font-family:var(--mm-font-family);font-size:var(--mm-font-body-medium);color:var(--mm-clr-text);font-weight:500;touch-action:pan-x pan-y;overflow:hidden;background-color:var(--mm-clr-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background-color:var(--mm-clr-text-selection);color:var(--mm-clr-text-title)}.button,.btn{user-select:none!important;-webkit-user-select:none!important}input,textarea{user-select:auto!important;-webkit-user-select:auto!important;cursor:text!important}::-webkit-scrollbar{width:.5rem;height:.5rem}::-webkit-scrollbar-thumb{background-color:var(--mm-clr-scrollbar);border-radius:50px}.disabled{opacity:.5;pointer-events:none}#root{width:100%;height:100dvh;overflow:hidden}.header{background-color:var(--mm-clr-background);border-bottom:1px solid var(--mm-clr-background-variant);padding:1rem 0;position:sticky;top:0;z-index:100}.header__container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.header__logo{display:flex;align-items:center;gap:.25rem}.header__hamburger{display:flex}.header__logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:opacity .2s}.header__logo-link:hover{opacity:.8}.header__logo-icon{width:40px;height:40px;flex-shrink:0}.header__logo-text{font-size:1.5rem;font-weight:700;color:var(--mm-clr-text)}.header__nav{display:flex;align-items:center;gap:1rem}.header__filter-actions{display:flex;align-items:center;gap:.25rem;margin-inline-end:.5rem}.header__character-counts{font-size:.8125rem;font-weight:500;color:var(--mm-clr-text-secondary, var(--mm-clr-text));opacity:.7;margin-inline-end:.5rem;white-space:nowrap}@media(max-width:768px){.header__container{padding:0 1.25rem}.header__logo-text{font-size:1.25rem}.header__nav{gap:.5rem}}@media(max-width:480px){.header__logo-text{display:none}}.header__container--compact{max-width:none;margin:0;padding-inline-start:0;padding-inline-end:1.5rem}.header__container--compact .header__logo{min-width:var(--side-bar-size, 13rem);padding-inline-start:1rem;box-sizing:border-box;flex-shrink:0}:host{padding-inline:3rem;display:flex;column-gap:2rem;position:relative;margin-inline:auto;justify-content:center}.talk-to-character{flex:1;padding-inline:1rem;padding-block:1rem;filter:drop-shadow(0 4px 4px var(--mm-clr-shadow));border-radius:8px;background-color:var(--mm-clr-background-variant);overflow:visible;height:auto;display:flex;flex-direction:column;width:100%;position:relative}@media only screen and (max-width:600px){.talk-to-character{padding-inline:1.25rem;margin-inline:1.25rem;width:calc(100% - 2.5rem)}}.talk-to-character__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;max-width:1200px;margin-left:auto;margin-right:auto;position:relative}.talk-to-character__header-text{display:flex;flex-direction:column;align-items:center;color:var(--mm-clr-text)}.talk-to-character__header-text-title{font-size:var(--mm-font-display-small);font-weight:700;text-align:center;color:var(--mm-clr-text)}.talk-to-character__header-text-caption{font-size:var(--mm-font-body-small);color:var(--mm-clr-text-hint);text-align:center;padding-inline:2rem}.talk-to-character-refresh-button{position:absolute;right:0;top:0}.talk-to-character__tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}@media only screen and (max-width:1024px){.talk-to-character__tiles{grid-template-columns:1fr}}@media only screen and (max-width:768px){.talk-to-character__tiles{gap:1rem}}@media only screen and (max-width:480px){.talk-to-character__tiles{grid-template-columns:1fr;gap:.75rem;padding-block-end:1.5rem}}.talk-to-character__loading{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.talk-to-character__spinner{width:2rem;height:2rem;border:3px solid var(--mm-clr-background);border-top-color:var(--mm-clr-theme-maroon);border-radius:50%;animation:talk-to-character__spin .8s linear infinite;margin-bottom:1rem}@keyframes talk-to-character__spin{to{transform:rotate(360deg)}}.talk-to-character__loading-text{text-align:center;color:var(--mm-clr-text);opacity:.6;font-size:1rem}.talk-to-character__error{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:1rem}.talk-to-character__error-text{text-align:center;color:var(--mm-clr-text);font-size:.95rem;margin:0}.talk-to-character__error-retry-btn{margin-top:.5rem}.talk-to-character__empty-text{grid-column:1/-1;text-align:center;color:var(--mm-clr-text);opacity:.6;font-size:1rem;margin:2rem 0}.talk-to-character__refresh-icon{width:1.2em;height:1.2em;fill:currentColor;transition:transform .3s ease}.talk-to-character__refresh-icon--spinning{animation:talk-to-character__spin 1s linear infinite}.talk-to-character__refresh-btn--loading{opacity:.7;cursor:not-allowed}.start-page{width:100vw;height:100vh;display:flex;flex-direction:column;overflow-y:overlay;height:max-content;overflow-x:hidden;background:var(--mm-clr-background);user-select:none}@media only screen and (max-width:600px){.start-page{height:auto;overflow-y:visible;width:100%;scrollbar-width:none}}.start-page__header{width:100%;flex-shrink:0}.start-page__cover{width:100%;height:35vh;margin-block-end:3rem;display:flex;flex-direction:column;justify-content:space-around;align-items:center;position:relative;z-index:1}@media only screen and (max-width:600px){.start-page__cover{margin-block-end:2rem;height:40vh}}.start-page__cover-content{display:flex;flex-direction:column;align-items:center;row-gap:1rem;position:relative;z-index:2}.start-page__cover-text{display:flex;flex-direction:column;align-items:center;line-height:1.5;text-align:center;color:var(--mm-clr-text-title);padding-inline:1.5rem}.start-page__cover-text-title{font-size:clamp(1.75rem,-.3125rem + 5vw,2.5rem);font-weight:700;color:var(--mm-clr-text)}.start-page__cover-text-caption{font-size:clamp(.875rem,4vw,1.125rem);font-weight:600}@media only screen and (max-width:600px){.start-page__cover-text-caption{text-wrap:wrap}}.start-page__cover-image-wrapper img{width:60%;max-width:65rem;object-fit:contain;margin-inline:auto}@media only screen and (max-width:1680px){.start-page__cover-image-wrapper img{object-fit:contain}}@media only screen and (max-width:980px){.start-page__cover-image-wrapper img{width:80%;height:100%;max-height:45vh;object-fit:contain}}@media only screen and (max-width:768px){.start-page__cover-image-wrapper img{width:100%;object-fit:contain;padding-inline:1.5rem}}@media only screen and (max-width:600px){.start-page__cover-image-wrapper{transform:translateY(0)!important}}.start-page__cover-image-wrapper{position:relative;z-index:0;display:flex}.start-page__cover-image{width:60%;max-width:65rem;height:auto;object-fit:contain;margin-inline:auto}@media only screen and (max-width:1680px){.start-page__cover-image{object-fit:contain}}@media only screen and (max-width:980px){.start-page__cover-image{width:80%;height:100%;max-height:45vh;object-fit:contain}.start-page__cover-image-wrapper{margin-block-start:auto}}@media only screen and (max-width:768px){.start-page__cover-image{width:100%;object-fit:contain;padding-inline:1.5rem}.start-page__cover-image-wrapper{margin-block-start:0rem;transform:translateY(-2.5rem)}.start-page__cover-content{margin-block-start:2rem}}@media only screen and (max-width:520px){.start-page__cover-image-wrapper{margin-block-start:auto}.start-page__cover-caption{font-size:.9rem}}.sp-button{width:100%;display:flex;align-items:center}.sp-button ashogu-button{width:100%;border-radius:.5rem;transition:background-color .15s ease}.sp-button ashogu-button::part(button){justify-content:flex-start}.sp-button--active ashogu-button{background-color:var(--mm-clr-background-variant)}.sp-button ashogu-icon{margin-inline-start:.5rem;margin-inline-end:.5rem}.sp-char-tile{position:relative;display:flex;align-items:center;gap:.25rem;border-radius:.5rem;transition:background-color .15s ease}.sp-char-tile:hover,.sp-char-tile--active{background-color:var(--mm-clr-background-variant)}.sp-char-tile__main{flex:1;min-width:0;display:flex;align-items:center;gap:.5rem;border:none;background:transparent;padding:.3rem .4rem;cursor:pointer;color:inherit;text-align:left}.sp-char-tile__avatar{width:1.75rem;height:1.75rem;border-radius:50%;object-fit:cover;flex-shrink:0}.sp-char-tile__name{font-size:.8125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--mm-clr-text)}.sp-char-tile__actions{position:absolute;top:50%;right:.25rem;transform:translateY(-50%);display:flex;align-items:center;gap:.25rem;opacity:0;transition:opacity .15s ease;pointer-events:none}.sp-char-tile:hover .sp-char-tile__actions,.sp-char-tile:focus-within .sp-char-tile__actions{opacity:1;pointer-events:auto}.sp-char-tile__preview{position:fixed;z-index:1000;width:18rem;pointer-events:none}.side-panel{flex-shrink:0;width:var(--side-bar-size, 13rem);height:100%;overflow:hidden;transition:width .25s ease;background-color:var(--mm-clr-background);border-right:1px solid var(--mm-clr-background-variant);display:flex;flex-direction:column}.side-panel__inner{width:13rem;height:100%;display:flex;flex-direction:column;padding:.75rem .5rem;gap:.25rem;overflow:hidden}.side-panel__top{display:flex;flex-direction:column;gap:.25rem;padding-bottom:.5rem;border-bottom:1px solid var(--mm-clr-background-variant);margin-bottom:.25rem}.side-panel__sections{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column;gap:.5rem}.side-panel__section{display:flex;flex-direction:column;flex-shrink:0}.side-panel__section--open{flex:1;min-height:0}.side-panel__section-header{display:flex;height:2rem;align-items:center;justify-content:space-between;gap:.5rem;padding:.4rem .5rem;border-radius:.5rem;border:none;background:transparent;cursor:pointer;width:100%;color:var(--mm-clr-text);transition:background-color .15s ease}.side-panel__section-header:hover{background-color:var(--mm-clr-background-variant)}.side-panel__section-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--mm-clr-text-secondary, var(--mm-clr-text));opacity:.6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;text-align:left}.side-panel__section-chevron{flex-shrink:0}.side-panel__section-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.125rem;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--mm-clr-background-variant) transparent}.side-panel__section-list::-webkit-scrollbar{width:4px}.side-panel__section-list::-webkit-scrollbar-thumb{background:var(--mm-clr-background-variant);border-radius:2px}.side-panel__section-empty{padding:.4rem .5rem;font-size:.75rem;color:var(--mm-clr-text-secondary, var(--mm-clr-text));opacity:.6}.side-panel__bottom{display:flex;flex-direction:column;gap:.25rem;padding-top:.5rem;border-top:1px solid var(--mm-clr-background-variant);margin-top:.25rem}.side-panel--closed .side-panel__section-header{justify-content:center}.side-panel--hidden{pointer-events:none}@media(max-width:768px){.side-panel{position:fixed;top:0;left:0;height:100dvh;z-index:250;box-shadow:4px 0 24px #00000026}.side-panel--hidden{box-shadow:none}}.auth-layout{display:grid;grid-template-columns:var(--side-bar-size, 13rem) 1fr;grid-template-rows:auto 1fr;height:100dvh;width:100%;overflow:hidden;position:relative;transition:grid-template-columns .25s ease}.auth-layout>.header{grid-column:1/-1;grid-row:1}.auth-layout>.side-panel{grid-row:2;grid-column:1}.auth-layout__backdrop{position:fixed;inset:0;background-color:#0006;z-index:200;backdrop-filter:blur(2px);animation:backdrop-in .2s ease}.auth-layout__main{grid-row:2;grid-column:2;min-width:0;overflow-y:auto;min-height:0;-webkit-overflow-scrolling:touch}@media(max-width:600px),(hover:none)and (pointer:coarse){.auth-layout__main{scrollbar-width:none;-ms-overflow-style:none}.auth-layout__main::-webkit-scrollbar,.auth-layout__main::-webkit-scrollbar-thumb{display:none;width:0;height:0;background:transparent}}@media(max-width:768px){.auth-layout{grid-template-columns:0 1fr}}@keyframes backdrop-in{0%{opacity:0}to{opacity:1}}.public-layout{display:flex;flex-direction:column;height:100dvh;width:100%}.public-layout__main{flex:1;width:100%;display:flex;flex-direction:column;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}@media(max-width:600px),(hover:none)and (pointer:coarse){.public-layout__main{scrollbar-width:none;-ms-overflow-style:none}.public-layout__main::-webkit-scrollbar,.public-layout__main::-webkit-scrollbar-thumb{display:none;width:0;height:0;background:transparent}}.shell-loading{flex:1;display:grid;place-items:center;padding:3rem 1rem;color:var(--mm-clr-text);font-size:var(--mm-font-body-medium)}
