@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--font-sans: "Inter", sans-serif;--bg-page: #f6f6f8;--text-main: #2d2d2d;--text-muted: #6b6666;--card: #ffffff;--border: #e5e7eb;--shadow: 0 10px 30px rgba(20, 25, 37, .06);--radius-lg: 24px;--radius-xl: 20px;--radius-md: 16px;--radius-sm: 10px;--accent-1: #cb11ab;--accent-2: #d63dc0;--bubble-game-gradient: linear-gradient(42deg, #cb11ab 0%, #9a3bb2 100%);--game-avatar: #ffdfc7;--game-avatar-text: #c24b00;--btn-dark: #111827;--btn-light: #f3f4f6}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);background:var(--bg-page);color:var(--text-main);-webkit-font-smoothing:antialiased;scrollbar-width:none}::-webkit-scrollbar{display:none}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input{font:inherit;border:0;padding:0;background:transparent}.app-shell{padding-bottom:calc(68px + env(safe-area-inset-bottom))}.chat-page{min-height:100vh;color:var(--text-main)}.chat-container{max-width:640px;margin:0 auto;padding:24px 24px 32px 16px;display:flex;flex-direction:column;gap:24px;overflow-x:hidden}.chat-header{display:flex;justify-content:space-between;align-items:center;background:var(--card);border-radius:var(--radius-lg);padding:12px 16px;box-shadow:var(--shadow);margin:12px 16px 0;position:relative;z-index:2}.chat-user{display:flex;align-items:center;gap:12px}.chat-avatar{width:48px;height:48px;border-radius:50%;background:#fae8f7;font-weight:700;display:flex;align-items:center;justify-content:center}.chat-avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.chat-avatar-text{font-size:24px;font-weight:700;background:var(--bubble-game-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.chat-user p{margin:0;line-height:1.4}.chat-user .name{font-weight:700}.chat-user .login{color:var(--text-muted);font-size:13px}.chat-actions{display:flex;align-items:center;gap:8px}.info-button{padding:14px;background:#cb11ab10;border-radius:8px;border:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.info-button__icon{width:16px;height:16px}.info-menu{margin:0 16px;background:var(--card);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:16px}.info-menu__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.info-menu__title{margin:0;font-weight:700}.info-menu__close{border:none;background:transparent;color:var(--text-main);cursor:pointer;padding:4px;line-height:1}.btn{border:none;cursor:pointer;border-radius:999px;padding:8px 12px;font-weight:600;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.btn:active{transform:translateY(1px)}.btn-light{background:var(--btn-light);color:var(--text-muted)}.btn-dark{background:var(--btn-dark);color:#fff}.chat-main{display:flex;flex-direction:column;gap:18px;flex:1}.chat-thread{display:flex;flex-direction:column;gap:18px}.chat-row{display:flex;gap:12px;align-items:flex-start}.chat-row--user{flex-direction:row-reverse;text-align:left}.chat-row--game{align-items:flex-end}.chat-row .game-avatar{width:32px;height:32px;border-radius:50%;background:var(--game-avatar);color:var(--game-avatar-text);font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.game-avatar-image{width:100%;height:100%;object-fit:cover;display:block}.chat-bubble{display:flex;flex-direction:column;gap:6px}.chat-bubble:nth-child(2n){flex:1}.chat-label{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:700;color:#9ca3af}.bubble{border-radius:20px 20px 20px 0;padding:20px;box-shadow:var(--shadow);position:relative}.bubble-heart{position:absolute;top:-45px;right:-46px;width:132.77px;height:132.77px;object-fit:contain;z-index:1;transform:rotate(22.46deg)}.game-custom-list{list-style-type:"✔ ";margin-left:12px}.bubble--game{background:var(--bubble-game-gradient);color:#fff}.bubble--game:after{content:"";position:absolute;bottom:-.5px;left:-7.5px;width:8px;height:8px;background:var(--bubble-game-gradient);clip-path:polygon(100% 0,100% 100%,0 100%)}.bubble--game-secondary{border-radius:16px 16px 16px 0;padding:12px 16px;background:#e9e9eb;color:var(--text-main)}.bubble--game-secondary:after{content:"";position:absolute;bottom:0;left:-10px;width:14px;height:14px;background:#e9e9eb;clip-path:polygon(100% 0,100% 100%,0 100%)}.bubble--user{background:#a83afd;border-radius:16px 16px 0;color:#fff;padding:12px 16px;font-weight:500;position:relative}.bubble--user:after{content:"";position:absolute;bottom:-.5px;right:-7.5px;width:8px;height:8px;background:#a83afd;clip-path:polygon(0 0,100% 100%,0 100%)}.bubble-title{margin:0 0 12px;font-weight:600;font-size:20px;line-height:28px}.subtitle{color:#cb11ab;font-size:14px;line-height:24px;font-weight:800}.bubble-text{margin:0;line-height:20px;white-space:pre-line;font-size:12px}.bubble-tag{display:inline-flex;margin-top:8px;padding:6px 10px;border-radius:999px;background:#000c;color:#fff;font-weight:700;font-size:12px}.chat-form{margin-top:auto;background:#fff;border-radius:var(--radius-lg);padding:16px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px}.chat-form h3{margin:0;font-size:14px;color:var(--text-main)}.chat-form-grid{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.chat-input{width:100%;border:1px solid var(--border);background:#f9fafb;border-radius:14px;padding:10px 12px;font-size:14px;outline:none;transition:border .12s ease,box-shadow .12s ease}.chat-input:focus{border-color:var(--accent-1);box-shadow:0 0 0 4px #6a4ff71f}.role-options{display:flex;align-items:center;gap:12px}.role-option{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted)}.role-option input{width:16px;height:16px}.btn-primary{background:var(--bubble-game-gradient);color:#fff;padding:10px 14px;border:none;border-radius:999px;font-weight:700;box-shadow:0 10px 20px #6a4ff747;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.btn-primary:hover{box-shadow:0 10px 24px #6a4ff752}.btn-primary:active{transform:translateY(1px)}.app-shell{min-height:100vh;background:var(--bg-page);display:flex;flex-direction:column}.page-slide{max-width:640px;background:var(--bg-page);display:flex;flex-direction:column;gap:4px;flex:1}.page-slide__header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:15px 12px;border-top:.5px solid #cecece;border-bottom:.5px solid #cecece;background-color:#fff;position:sticky;top:0;left:0;width:100%;z-index:2}.page-slide__back{width:28px;height:28px;display:grid;place-items:center;cursor:pointer}.page-slide__back-icon{width:100%;height:100%;object-fit:contain}.page-slide__titles{display:flex;flex-direction:column;gap:2px;align-items:center;justify-content:center}.page-slide__subtitle{margin:0;font-size:12px;color:var(--text-muted)}.page-slide__title{margin:0;font-weight:500;font-size:17px;line-height:22px;text-align:center}.page-slide__spacer{width:28px;height:28px}.page-slide__body{display:flex;flex-direction:column;gap:14px;padding:16px;flex:1}.card-block{background:#fff;border-radius:var(--radius-md);padding:14px;display:flex;flex-direction:column;gap:24px;box-shadow:var(--shadow)}.card-block--row{flex-direction:row;gap:12px}.card-block--row>div{flex:1}.card-block__label{margin:0 0 8px;font-size:14px;line-height:20px;color:var(--text-muted)}.card-block__value{margin:0;font-size:14px;font-weight:500;line-height:20px;color:var(--text-main)}.card-block__value--mono{font-family:Inter,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;letter-spacing:.02em}.slide-page-enter-from,.slide-page-leave-to{transform:translate(100%)}.slide-page-enter-active,.slide-page-leave-active{transition:transform .26s cubic-bezier(.22,1,.36,1)}.slide-page-enter-to,.slide-page-leave-from{transform:translate(0)}.profile-card{background:#fff;border-radius:var(--radius-lg);padding:70px 0 24px;display:flex;flex-direction:column;align-items:center;gap:8px;box-shadow:var(--shadow);text-align:center;margin-top:25px;position:relative}.profile-avatar{width:88px;height:88px;border-radius:50%;overflow:hidden;background:#fae8f7;display:flex;align-items:center;justify-content:center;position:absolute;top:-30px;left:50%;transform:translate(-50%)}.profile-avatar-text{color:transparent;background:var(--bubble-game-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:32px;font-weight:700}.profile-greeting{margin:0;font-size:14px;font-weight:600;color:var(--text-main)}.profile-name{margin:0;font-size:16px;font-weight:600;color:var(--text-main)}.profile-description{margin:0;font-size:12px;line-height:20px;color:var(--text-muted)}.info-badge{background:#c2a1dd;border-radius:var(--radius-lg);padding:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:var(--shadow)}.info-badge__content{display:flex;align-items:center;gap:12px;flex:1}.info-badge__icon{width:48px;height:48px;border-radius:50%;background:#ffffff4d;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-badge__icon svg{width:24px;height:24px}.info-badge__text{display:flex;flex-direction:column;gap:2px}.info-badge__label{margin:0;font-size:12px;color:#fffc}.info-badge__value{margin:0;font-size:16px;font-weight:600;color:#fff;letter-spacing:.05em}.info-badge__action{width:40px;height:40px;border-radius:50%;background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .12s ease;flex-shrink:0;border:1px solid #fff}.info-badge__action svg{width:20px;height:20px}.menu-list{background:#fff;border-radius:var(--radius-xl);padding:16px;display:flex;flex-direction:column;box-shadow:var(--shadow);gap:8px}.menu-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;cursor:pointer;transition:background .12s ease;text-decoration:none;box-shadow:0 33px 143px #00000004,0 13.79px 59.74px #00000003,0 7.37px 31.94px #00000005,0 4.13px 17.91px #00000004,0 2.19px 9.51px #00000003,0 .91px 3.96px #00000002}.menu-item__icon{width:24px;height:24px;background:transparent;display:flex;align-items:center;justify-content:center;flex-shrink:0}.menu-item__icon svg,.menu-item__icon img{width:24px;height:24px;object-fit:contain}.menu-item__text{flex:1;font-size:12px;font-weight:500;color:var(--text-main)}.action-button{background:#98d2ed;border-radius:var(--radius-md);padding:16px;display:flex;align-items:center;gap:12px;border:none;cursor:pointer;text-decoration:none}.action-button__icon{width:48px;height:48px;border-radius:50%;background:#ffffff4d;display:flex;align-items:center;justify-content:center;flex-shrink:0}.action-button__icon svg{width:24px;height:24px}.action-button__text{flex:1;text-align:left}.action-button__title{margin:0;font-size:14px;font-weight:600;color:#fff;line-height:24px}.action-button__subtitle{margin:0;font-size:12px;color:#fff;line-height:24px}.card-block-information-content{font-size:12px;line-height:20px}.card-block-information-content ul{margin-left:16px}.page{min-height:100vh;color:var(--text-main)}.page-header{background:var(--card);padding:16px 24px;box-shadow:var(--shadow);margin-bottom:24px}.page-title{font-size:24px;font-weight:700;margin:0}.page-container{max-width:640px;margin:0 auto;padding:0 24px}.page-content{background:var(--card);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow)}
