*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}a{text-decoration:none;color:inherit}button{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#444}.top-navbar{display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:64px;background-color:#0d0d0d;border-bottom:1px solid #1a1a1a;position:fixed;top:0;left:0;right:0;z-index:1000}.navbar-left{display:flex;align-items:center}.logo{display:flex;align-items:center;gap:8px;text-decoration:none;color:#fff}.logo-icon{width:32px;height:32px;color:#a855f7}.logo-text{font-size:20px;font-weight:700;color:#fff}.promo-banner{display:flex;align-items:center;gap:12px;background:linear-gradient(90deg,#1a1a2e,#16213e);padding:8px 16px;border-radius:24px}.promo-text{color:#a78bfa;font-size:13px;font-weight:500;letter-spacing:.5px}.promo-discount{color:#f472b6;font-size:14px;font-weight:700}.countdown{display:flex;align-items:center;gap:4px}.time-unit{background:#1f1f1f;color:#fff;padding:4px 8px;border-radius:4px;font-size:14px;font-weight:600;min-width:28px;text-align:center}.time-separator{color:#fff;font-weight:600}.close-promo{background:none;border:none;color:#666;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.close-promo:hover{color:#fff}.navbar-right{display:flex;align-items:center;gap:12px}.btn{padding:10px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-outline{background:transparent;border:1px solid #333;color:#fff}.btn-outline:hover{background:#1a1a1a;border-color:#444}.btn-primary{background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#6d28d9,#9333ea)}.side-navbar{position:fixed;top:64px;left:0;bottom:0;width:260px;background-color:#0d0d0d;border-right:1px solid #1a1a1a;display:flex;flex-direction:column;justify-content:space-between;padding:16px 0;overflow-y:auto;z-index:900}.side-nav-menu{flex:1}.menu-list{list-style:none;padding:0;margin:0}.menu-item{display:flex;align-items:center;gap:12px;padding:12px 20px;color:#888;text-decoration:none;transition:all .2s ease;cursor:pointer}.menu-item:hover{color:#fff;background-color:#1a1a1a}.menu-item.active{color:#fff;background-color:#1f1f1f}.menu-item span{flex:1;font-size:14px;font-weight:500}.menu-item .chevron{color:#444;opacity:0;transition:opacity .2s ease}.menu-item:hover .chevron{opacity:1}.badge{background:#333;color:#888;font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px}.side-nav-bottom{padding-top:16px;border-top:1px solid #1a1a1a;margin-top:16px}.premium-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:calc(100% - 32px);margin:0 16px 16px;padding:14px 20px;background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;border-radius:12px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.premium-btn:hover{background:linear-gradient(135deg,#6d28d9,#9333ea);transform:translateY(-1px)}.bottom-menu{margin-top:8px}.app-layout{min-height:100vh;background-color:#0a0a0a}.main-content{margin-left:260px;margin-top:64px;padding:24px;min-height:calc(100vh - 64px)}.homepage{max-width:1400px;margin:0 auto}.category-tabs{display:flex;gap:8px;margin-bottom:24px}.category-tab{padding:10px 24px;border-radius:24px;border:1px solid #2a2a2a;background:transparent;color:#888;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.category-tab:hover{color:#fff;border-color:#444}.category-tab.active{background:linear-gradient(135deg,#7c3aed,#a855f7);border-color:transparent;color:#fff}.characters-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:1400px){.characters-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1100px){.characters-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.characters-grid{grid-template-columns:1fr}}.character-card{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:3/4;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.character-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #a855f733}.character-image{width:100%;height:100%;object-fit:cover}.character-overlay{position:absolute;bottom:0;left:0;right:0;padding:60px 16px 16px;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,transparent 100%)}.character-name{color:#fff;font-size:18px;font-weight:600;margin:0 0 8px}.character-tags{display:flex;flex-wrap:wrap;gap:6px}.tag{padding:4px 10px;background:#ffffff26;border-radius:12px;color:#fff;font-size:12px;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.tag:first-child{background:linear-gradient(135deg,#7c3aed,#a855f7)}.create-card{background:linear-gradient(135deg,#1a1a2e,#16213e,#1a1a2e);border:2px solid #2a2a4a;display:flex;align-items:center;justify-content:center}.create-card:hover{border-color:#7c3aed}.create-card-content{text-align:center;color:#fff}.sparkle-icon{color:#a855f7;margin-bottom:12px}.create-card-content h3{font-size:18px;font-weight:400;margin:0;color:#888}.create-card-content h2{font-size:24px;font-weight:700;margin:4px 0 0;background:linear-gradient(135deg,#fff,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a0a0a,#1a1a2e,#0a0a0a);padding:24px}.auth-container{width:100%;max-width:420px;background:#111;border-radius:20px;padding:40px;border:1px solid #222}.auth-header{text-align:center;margin-bottom:32px}.auth-logo{display:inline-block;margin-bottom:24px;text-decoration:none}.auth-logo .logo-text{font-size:28px;font-weight:700;background:linear-gradient(135deg,#a855f7,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-header h1{font-size:24px;font-weight:600;color:#fff;margin:0 0 8px}.auth-header p{color:#888;font-size:14px;margin:0}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:500;color:#ccc}.form-group input{padding:14px 16px;background:#1a1a1a;border:1px solid #333;border-radius:10px;color:#fff;font-size:14px;transition:border-color .2s ease}.form-group input:focus{outline:none;border-color:#7c3aed}.form-group input::placeholder{color:#666}.password-input{position:relative}.password-input input{width:100%;padding-right:48px}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#666;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.password-toggle:hover{color:#fff}.form-options{display:flex;justify-content:space-between;align-items:center}.checkbox-label{display:flex;align-items:center;gap:8px;color:#888;font-size:14px;cursor:pointer}.checkbox-label input{width:16px;height:16px;accent-color:#7c3aed}.checkbox-label.terms{margin-top:4px}.checkbox-label.terms a{color:#a855f7;text-decoration:none}.checkbox-label.terms a:hover{text-decoration:underline}.forgot-link{color:#a855f7;font-size:14px;text-decoration:none}.forgot-link:hover{text-decoration:underline}.auth-submit-btn{padding:14px 24px;background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;border-radius:10px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s ease;margin-top:8px}.auth-submit-btn:hover{opacity:.9}.auth-divider{display:flex;align-items:center;gap:16px;margin:24px 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#333}.auth-divider span{color:#666;font-size:14px}.social-auth{display:flex;flex-direction:column;gap:12px}.social-btn{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 24px;background:#1a1a1a;border:1px solid #333;border-radius:10px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.social-btn:hover{background:#222;border-color:#444}.auth-footer{text-align:center;margin-top:24px;color:#888;font-size:14px}.auth-footer a{color:#a855f7;text-decoration:none;font-weight:500}.auth-footer a:hover{text-decoration:underline}.auth-error{background:#ef44441a;border:1px solid #ef4444;border-radius:8px;padding:12px 16px;color:#ef4444;font-size:14px;margin-bottom:8px}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.profile-page{max-width:1000px;margin:0 auto}.profile-header{position:relative;margin-bottom:24px}.profile-cover{height:160px;background:linear-gradient(135deg,#7c3aed,#a855f7,#ec4899);border-radius:16px}.profile-info{display:flex;align-items:flex-end;gap:20px;padding:0 24px;margin-top:-50px;position:relative}.avatar-container{position:relative}.profile-avatar{width:120px;height:120px;border-radius:50%;border:4px solid #0a0a0a;object-fit:cover}.avatar-edit-btn{position:absolute;bottom:4px;right:4px;width:32px;height:32px;background:#7c3aed;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.avatar-edit-btn:hover{background:#6d28d9}.profile-details{flex:1;padding-bottom:12px}.profile-name-row{display:flex;align-items:center;gap:12px}.profile-name-row h1{font-size:28px;font-weight:700;color:#fff;margin:0}.premium-badge{display:flex;align-items:center;gap:4px;padding:4px 10px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:12px;color:#fff;font-size:12px;font-weight:600}.profile-email{color:#888;font-size:14px;margin:4px 0}.profile-joined{color:#666;font-size:13px;margin:0}.edit-profile-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#1a1a1a;border:1px solid #333;border-radius:10px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:12px}.edit-profile-btn:hover{background:#222;border-color:#444}.profile-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.stat-card{display:flex;align-items:center;gap:16px;padding:20px;background:#111;border:1px solid #222;border-radius:12px}.stat-card svg{color:#7c3aed}.stat-info{display:flex;flex-direction:column}.stat-value{font-size:24px;font-weight:700;color:#fff}.stat-label{font-size:13px;color:#888}.profile-tabs{display:flex;gap:8px;margin-bottom:24px;border-bottom:1px solid #222;padding-bottom:8px}.profile-tab{padding:10px 20px;background:none;border:none;border-radius:8px;color:#888;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.profile-tab:hover{color:#fff;background:#1a1a1a}.profile-tab.active{color:#fff;background:#7c3aed}.profile-content{min-height:300px}.overview-section,.settings-section,.subscription-section{display:flex;flex-direction:column;gap:20px}.section-card{background:#111;border:1px solid #222;border-radius:12px;padding:24px}.section-card h3{font-size:18px;font-weight:600;color:#fff;margin:0 0 16px}.empty-state{text-align:center;padding:32px;color:#666}.empty-state p{margin:0 0 16px}.create-btn{padding:10px 20px;background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:500;cursor:pointer}.settings-form{display:flex;flex-direction:column;gap:16px}.settings-form .form-group{display:flex;flex-direction:column;gap:8px}.settings-form label{font-size:14px;font-weight:500;color:#ccc}.settings-form input{padding:12px 16px;background:#1a1a1a;border:1px solid #333;border-radius:8px;color:#fff;font-size:14px}.settings-form input:focus{outline:none;border-color:#7c3aed}.save-btn{padding:12px 24px;background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;align-self:flex-start;margin-top:8px}.danger-zone{border-color:#7f1d1d}.danger-zone h3{color:#ef4444}.danger-zone p{color:#888;font-size:14px;margin:0 0 16px}.delete-btn{padding:10px 20px;background:#7f1d1d;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease}.delete-btn:hover{background:#991b1b}.current-plan{display:flex;align-items:center;gap:12px;margin-bottom:8px}.plan-name{font-size:20px;font-weight:600;color:#fff}.plan-status{padding:4px 10px;background:#166534;border-radius:12px;color:#fff;font-size:12px;font-weight:500}.plan-description{color:#888;font-size:14px;margin:0}.premium-card{background:linear-gradient(135deg,#1a1a2e,#16213e);border-color:#7c3aed}.premium-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.premium-header svg{color:#f59e0b}.premium-header h3{margin:0}.premium-features{list-style:none;padding:0;margin:0 0 20px}.premium-features li{color:#ccc;font-size:14px;position:relative;padding:8px 0 8px 24px}.premium-features li:before{content:"✓";position:absolute;left:0;color:#a855f7}.upgrade-btn{width:100%;padding:14px 24px;background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;border-radius:10px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s ease}.upgrade-btn:hover{opacity:.9}.profile-loading,.profile-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#888;font-size:16px;gap:20px}.profile-error .auth-submit-btn{padding:12px 24px;background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;border-radius:10px;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.logout-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#1a1a1a;border:1px solid #333;border-radius:10px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:12px}.logout-btn:hover{background:#222;border-color:#ef4444;color:#ef4444}.settings-error{background:#ef44441a;border:1px solid #ef4444;border-radius:8px;padding:12px 16px;color:#ef4444;font-size:14px;margin-bottom:16px}.settings-success{background:#22c55e1a;border:1px solid #22c55e;border-radius:8px;padding:12px 16px;color:#22c55e;font-size:14px;margin-bottom:16px}.save-btn:disabled{opacity:.6;cursor:not-allowed}.delete-confirm{display:flex;flex-direction:column;gap:12px}.delete-warning{color:#ef4444;font-size:14px;font-weight:500;margin:0}.delete-actions{display:flex;gap:12px}.cancel-btn{padding:10px 20px;background:#1a1a1a;border:1px solid #333;border-radius:8px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.cancel-btn:hover{background:#222;border-color:#444}@media(max-width:768px){.profile-info{flex-direction:column;align-items:center;text-align:center}.profile-name-row{justify-content:center}.profile-stats{grid-template-columns:repeat(2,1fr)}}.base-chat{display:flex;height:100vh;background-color:#0a0a0a;overflow:hidden}.chat-side-nav{width:60px;background-color:#0d0d0d;border-right:1px solid #1a1a1a;display:flex;flex-direction:column;justify-content:space-between;padding:16px 0}.nav-items{display:flex;flex-direction:column;align-items:center;gap:8px}.nav-item{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#666;border-radius:10px;transition:all .2s ease}.nav-item:hover{color:#fff;background-color:#1a1a1a}.nav-item.active{color:#fff;background-color:#7c3aed}.nav-bottom{display:flex;flex-direction:column;align-items:center;gap:8px}.premium-icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;border-radius:10px;color:#fff;cursor:pointer;margin-bottom:8px}.recent-chats-sidebar{width:280px;background-color:#0d0d0d;border-right:1px solid #1a1a1a;display:flex;flex-direction:column;padding:20px 16px}.recent-chats-sidebar h2{font-size:14px;font-weight:500;color:#888;margin:0 0 16px}.search-box{display:flex;align-items:center;gap:10px;padding:12px 14px;background-color:#1a1a1a;border-radius:12px;margin-bottom:16px}.search-box svg{color:#666}.search-box input{flex:1;background:none;border:none;color:#fff;font-size:14px;outline:none}.search-box input::placeholder{color:#666}.chat-list{flex:1;overflow-y:auto}.chat-item{display:flex;gap:12px;padding:12px;border-radius:12px;cursor:pointer;transition:background-color .2s ease;text-decoration:none}.chat-item:hover{background-color:#1a1a1a}.chat-item.active{background-color:#1f1f1f}.chat-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.chat-info{flex:1;min-width:0}.chat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.chat-name{font-size:14px;font-weight:600;color:#fff}.chat-time{font-size:12px;color:#666}.chat-preview{font-size:13px;color:#888;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-main{flex:1;display:flex;flex-direction:column;background-color:#111;min-width:0}.chat-header-bar{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #1a1a1a}.chat-header-left{display:flex;align-items:center;gap:12px}.header-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.header-name{font-size:16px;font-weight:600;color:#fff}.more-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:1px solid #333;border-radius:8px;color:#888;cursor:pointer;transition:all .2s ease}.more-btn:hover{color:#fff;border-color:#444}.chat-messages{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:20px}.message{display:flex;gap:12px;max-width:70%}.message.character{align-self:flex-start}.message.user{align-self:flex-end;flex-direction:row-reverse}.message.user .message-bubble{background-color:#7c3aed;border-top-left-radius:16px;border-top-right-radius:4px}.message-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.message-content{display:flex;flex-direction:column;gap:4px}.message-name{font-size:14px;font-weight:600;color:#fff;display:flex;align-items:center;gap:8px}.play-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background-color:#1a1a1a;border:1px solid #333;border-radius:50%;color:#888;cursor:pointer}.play-btn:hover{color:#fff;border-color:#7c3aed}.message-bubble{background-color:#1a1a1a;border-radius:4px 16px 16px;padding:14px 18px}.message-bubble p{margin:0;font-size:14px;line-height:1.6;color:#fff}.narration{color:#888;font-style:italic}.dialogue{color:#fff;font-weight:500}.message-image{max-width:280px;border-radius:16px;overflow:hidden;margin-top:8px}.message-image img{width:100%;height:auto;display:block}.chat-input-area{display:flex;gap:12px;padding:16px 24px;border-top:1px solid #1a1a1a;background-color:#0d0d0d}.image-btn{display:flex;align-items:center;gap:8px;padding:12px 16px;background-color:#1a1a1a;border:1px solid #333;border-radius:12px;color:#888;font-size:14px;cursor:pointer;transition:all .2s ease}.image-btn:hover{color:#fff;border-color:#444}.input-wrapper{flex:1;display:flex;align-items:center;background-color:#1a1a1a;border:1px solid #333;border-radius:12px;padding:0 16px}.input-wrapper input{flex:1;background:none;border:none;color:#fff;font-size:14px;padding:14px 0;outline:none}.input-wrapper input::placeholder{color:#666}.send-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;border-radius:10px;color:#fff;cursor:pointer;transition:opacity .2s ease}.send-btn:hover{opacity:.9}.chat-login-prompt{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;padding:16px 24px;border-top:1px solid #1a1a1a;background-color:#0d0d0d}.chat-login-prompt p{width:100%;text-align:center;color:#888;margin:0 0 8px;font-size:14px}.login-prompt-btn,.signup-prompt-btn{padding:8px 16px;border-radius:8px;font-size:14px;text-decoration:none;transition:all .2s ease}.login-prompt-btn{background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff}.login-prompt-btn:hover{opacity:.9}.signup-prompt-btn{background-color:#1a1a1a;border:1px solid #333;color:#fff}.signup-prompt-btn:hover{border-color:#7c3aed}.login-prompt-divider{color:#666;font-size:14px}.character-profile-sidebar{width:300px;min-width:300px;max-width:300px;background-color:#0d0d0d;border-left:1px solid #1a1a1a;display:block;position:relative;overflow-y:auto;overflow-x:hidden;flex-shrink:0}.character-profile-sidebar:not(.open){width:0;min-width:0;max-width:0;border-left:none;overflow:hidden}.profile-image-container{position:relative;width:100%;height:420px;overflow:hidden;display:block}.profile-image-container img{width:100%;height:100%;object-fit:cover;object-position:top}.nav-arrow{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:background-color .2s ease}.nav-arrow:hover{background-color:#000000b3}.nav-arrow.left{left:12px}.nav-arrow.right{right:12px}.character-profile-sidebar .profile-info{padding:20px;width:100%;box-sizing:border-box;display:block;margin-top:0}.character-profile-sidebar .profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;width:100%}.character-profile-sidebar .profile-header h2{font-size:24px;font-weight:700;color:#fff;margin:0}.view-profile-link{display:flex;align-items:center;gap:4px;color:#888;font-size:13px;text-decoration:none;transition:color .2s ease;white-space:nowrap}.view-profile-link:hover{color:#fff}.profile-tags{display:flex;flex-flow:row wrap;gap:8px;margin-bottom:20px}.profile-tag{padding:6px 12px;background-color:#1a1a1a;border:1px solid #333;border-radius:20px;color:#ccc;font-size:13px}.profile-tag:first-child{background:linear-gradient(135deg,#7c3aed,#a855f7);border-color:transparent;color:#fff}.generate-images-btn{width:100%;padding:14px 24px;background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;border-radius:12px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;margin-bottom:16px;transition:opacity .2s ease}.generate-images-btn:hover{opacity:.9}.profile-description{font-size:14px;line-height:1.6;color:#888;margin:0}.chat-messages::-webkit-scrollbar,.chat-list::-webkit-scrollbar,.profile-info::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track,.chat-list::-webkit-scrollbar-track,.profile-info::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb,.chat-list::-webkit-scrollbar-thumb,.profile-info::-webkit-scrollbar-thumb{background:#333;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover,.chat-list::-webkit-scrollbar-thumb:hover,.profile-info::-webkit-scrollbar-thumb:hover{background:#444}@media(max-width:1200px){.character-profile-sidebar{position:absolute;right:0;top:0;bottom:0;z-index:100;box-shadow:-4px 0 20px #00000080;width:300px;min-width:300px;max-width:300px}.character-profile-sidebar:not(.open){width:0;min-width:0;max-width:0}}@media(max-width:768px){.recent-chats-sidebar{display:none}}
