@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh;margin:0;padding:0}.public-header{position:fixed;top:0;left:0;right:0;width:100%;background-color:#fff;border-bottom:1px solid #e5e7eb;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:32px}.header-logo{display:flex;align-items:center;gap:8px;text-decoration:none;cursor:pointer}.header-logo img{height:32px;width:auto}.header-nav{display:flex;align-items:center;gap:32px;flex:1;justify-content:center}.nav-link{font-size:.9rem;font-weight:500;color:#374151;text-decoration:none;transition:color .2s ease;white-space:nowrap}.nav-link:hover{color:#111827}.header-cta{display:flex;align-items:center}.cta-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.9rem;font-weight:600;text-decoration:none;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap}.cta-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.cta-button:active{transform:translateY(0)}.header-language-dropdown{position:relative;display:flex;align-items:center}.header-lang-trigger{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#ffffffe6;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.header-lang-trigger:hover{background:#fff;box-shadow:0 2px 8px #0000001a}.header-lang-flag{font-size:16px}.header-lang-label{color:#374151}.header-dropdown-arrow{font-size:10px;color:#9ca3af}.header-lang-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:160px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 16px #00000026;overflow:hidden;z-index:1001}.header-lang-option{width:100%;display:flex;align-items:center;gap:12px;padding:10px 16px;background:#fff;border:none;cursor:pointer;font-size:14px;text-align:left;transition:background .2s}.header-lang-option:hover{background:#f3f4f6}.header-lang-option.active{background:#eef2ff;color:#6366f1}.public-content{margin-top:64px;width:100%;flex:1;display:flex;flex-direction:column}.public-footer{width:100%;padding:20px 32px;z-index:10;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#6b7280}.copyright{color:#6b7280}.footer-links{display:flex;gap:24px}.footer-links a{color:#6b7280;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#374151;text-decoration:underline}@media(max-width:768px){.header-container{padding:0 16px}.header-nav{gap:20px}.nav-link{font-size:.85rem}.cta-button{padding:8px 16px;font-size:.85rem}.footer-container{flex-direction:column;gap:12px;text-align:center}.footer-links{gap:16px}}@media(max-width:640px){.header-nav{display:none}.header-container{justify-content:space-between}.public-footer{padding:20px}}.auth-layout-container{position:fixed;inset:0;width:100vw;height:100vh;margin:0;padding:0;display:flex;flex-direction:column;background:url(/bg.png) center/cover no-repeat;overflow:auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.login-page-content{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 124px);position:relative}.login-card{position:relative;background:#fff;border-radius:20px;padding:48px 40px;width:100%;max-width:460px;box-shadow:0 8px 32px #00000014;text-align:center;z-index:1}.welcome-title{font-size:28px;font-weight:700;color:#111827;margin:0 0 8px}.welcome-subtitle{font-size:15px;color:#6b7280;margin:0 0 32px}.google-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:14px 24px;background:#fff;border:1.5px solid #d1d5db;border-radius:12px;font-size:15px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease}.google-btn:hover{background:#f9fafb;border-color:#9ca3af;box-shadow:0 4px 12px #00000014}.google-icon{width:20px;height:20px}.terms-text{font-size:12px;color:#6b7280;margin:24px 0 0;line-height:1.6}.terms-text a{color:#4f46e5;text-decoration:none;transition:color .2s}.terms-text a:hover{color:#4338ca;text-decoration:underline}@media(max-width:640px){.language-dropdown{right:20px;top:20px}.login-card{padding:36px 28px;margin:20px;max-width:calc(100% - 40px)}.welcome-title{font-size:24px}.welcome-subtitle{font-size:14px}.google-btn{padding:12px 20px;font-size:14px}}.auth-success-card{background:#fff;border-radius:20px;padding:64px 48px;width:100%;max-width:460px;box-shadow:0 8px 32px #00000014;text-align:center;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-callback-content{display:flex;align-items:center;justify-content:center;flex:1;width:100%}.success-icon{width:64px;height:64px;margin:0 auto 24px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:scaleIn .5s ease-out .2s both}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-icon svg{width:32px;height:32px;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;fill:none}.success-title{font-size:28px;font-weight:700;color:#111827;margin:0 0 12px}.success-message{font-size:15px;color:#6b7280;margin:0}.loading-dots{display:inline-block;margin-left:4px}.loading-dots span{animation:blink 1.4s infinite;animation-fill-mode:both}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:0}40%{opacity:1}}@media(max-width:640px){.auth-success-card{padding:48px 32px;margin:20px;max-width:calc(100% - 40px)}.success-title{font-size:24px}.success-message{font-size:14px}.success-icon{width:56px;height:56px}.success-icon svg{width:28px;height:28px}}.modal-overlay{position:fixed;inset:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease-out}.modal-content{background:#fff;border-radius:16px;width:90%;max-width:500px;box-shadow:0 10px 25px #0003;animation:slideUp .3s ease-out;display:flex;flex-direction:column;max-height:90vh}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;font-size:20px;color:#1f2937;font-weight:600}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#9ca3af;padding:0;line-height:1;transition:color .2s}.modal-close:hover{color:#4b5563}.modal-body{padding:24px;flex:1;overflow:hidden;display:flex;flex-direction:column}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.wizard-container{width:100%;flex:1;min-height:0;display:flex;flex-direction:column}.wizard-progress{margin-bottom:32px;text-align:center;flex-shrink:0}.step-indicator{display:block;font-size:14px;color:#6b7280;margin-bottom:8px;font-weight:500}.progress-bar{width:100%;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:3px;transition:width .3s ease}.wizard-step{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.wizard-step h3{text-align:center;margin-bottom:24px;color:#1f2937;flex-shrink:0}.type-selection{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:32px}.type-card{border:2px solid #e5e7eb;border-radius:12px;padding:24px;cursor:pointer;transition:all .2s ease;text-align:center}.type-card:hover{border-color:#667eea;background:#f9fafb;transform:translateY(-2px)}.type-card.selected{border-color:#667eea;background:#eff6ff;box-shadow:0 4px 12px #667eea26}.card-icon{font-size:32px;margin-bottom:12px}.type-card h4{margin:0 0 8px;color:#1f2937;font-size:18px}.type-card p{margin:0;color:#6b7280;font-size:14px;line-height:1.5}.category-filter{margin-bottom:20px;flex-shrink:0}.category-filter label{display:block;margin-bottom:8px;font-weight:500;color:#4b5563}.category-filter select{width:100%;padding:10px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;background-color:#fff}.topics-list{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:12px;margin-bottom:24px;padding-right:4px;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.topics-list::-webkit-scrollbar{width:6px}.topics-list::-webkit-scrollbar-track{background:transparent}.topics-list::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}.topic-item{border:1px solid #e5e7eb;border-radius:8px;padding:16px;cursor:pointer;transition:all .2s;flex-shrink:0}.topic-item:hover{background:#f9fafb;border-color:#cbd5e1}.topic-item.selected{border-color:#667eea;background:#eff6ff;box-shadow:0 2px 4px #0000000d}.topic-item h4{margin:0 0 4px;color:#1f2937;font-size:16px}.topic-item p{margin:0;color:#6b7280;font-size:14px}.wizard-actions{display:flex;justify-content:space-between;margin-top:auto;padding-top:16px;border-top:1px solid #f3f4f6;flex-shrink:0}.wizard-btn-primary,.wizard-btn-secondary{padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;font-size:15px}.wizard-btn-primary{background:#667eea;color:#fff;border:none}.wizard-btn-primary:hover:not(:disabled){background:#5a67d8}.wizard-btn-primary:disabled{background:#d1d5db;cursor:not-allowed}.wizard-btn-secondary{background:transparent;border:1px solid #d1d5db;color:#4b5563}.wizard-btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.spinner.small{width:24px;height:24px;border-width:2px;margin:20px auto}.topic-context{background:#f3f4f6;padding:16px;border-radius:8px;margin-bottom:24px;border-left:4px solid #667eea}.topic-context h4{margin:0 0 8px;color:#1f2937;font-size:16px}.topic-context p{margin:0;color:#4b5563;font-size:14px}.stance-selection{display:grid;grid-template-columns:1fr 1fr;gap:16px;flex:1}.stance-card{border:2px solid #e5e7eb;border-radius:12px;padding:24px;cursor:pointer;transition:all .2s ease;text-align:center;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.stance-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000000d}.stance-card.affirmative:hover{border-color:#10b981;background:#ecfdf5}.stance-card.negative:hover{border-color:#ef4444;background:#fef2f2}.stance-card.affirmative.selected{border-color:#10b981;background:#d1fae5;box-shadow:0 4px 12px #10b98126}.stance-card.negative.selected{border-color:#ef4444;background:#fee2e2;box-shadow:0 4px 12px #ef444426}.stance-card h4{margin:0 0 12px;font-size:18px;color:#1f2937}.stance-card p{margin:0;font-size:15px;color:#4b5563;line-height:1.5;font-weight:500}.archetypes-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;flex:1;overflow-y:auto;padding-right:4px;padding-bottom:4px;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.archetypes-list::-webkit-scrollbar{width:6px}.archetypes-list::-webkit-scrollbar-track{background:transparent}.archetypes-list::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}.archetype-card{border:2px solid #e5e7eb;border-radius:12px;padding:20px;cursor:pointer;transition:all .2s ease;background:#fff;display:flex;flex-direction:column;height:100%}.archetype-card:hover{border-color:#667eea;background:#f9fafb;transform:translateY(-2px);box-shadow:0 4px 6px #0000000d}.archetype-card.selected{border-color:#667eea;background:#eff6ff;box-shadow:0 4px 12px #667eea26}.archetype-card h4{margin:0 0 8px;color:#1f2937;font-size:16px;font-weight:600}.archetype-card p{margin:0;color:#4b5563;font-size:14px;line-height:1.5}.difficulty-description{text-align:center;color:#6b7280;margin-bottom:20px;font-size:14px}.difficulty-selection{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:20px}.difficulty-card{border:2px solid #e5e7eb;border-radius:12px;padding:20px;cursor:pointer;transition:all .2s ease;background:#fff;text-align:center}.difficulty-card:hover{border-color:#667eea;background:#f9fafb;transform:translateY(-2px);box-shadow:0 4px 6px #0000000d}.difficulty-card.selected{border-color:#667eea;background:#eff6ff;box-shadow:0 4px 12px #667eea26}.difficulty-card h4{margin:0 0 8px;color:#1f2937;font-size:16px;font-weight:600}.difficulty-card p{margin:0;color:#6b7280;font-size:14px;line-height:1.5}.dashboard{min-height:100vh;background:#f9fafb}.navbar{background:#fff;border-bottom:1px solid #e5e7eb;padding:16px 0;box-shadow:0 1px 3px #0000000d}.nav-content{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}.nav-brand{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-actions{display:flex;align-items:center;gap:24px}.avatar-menu{position:relative}.avatar-menu-button{width:40px;height:40px;border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:0;cursor:pointer;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;transition:box-shadow .15s ease,border-color .15s ease}.avatar-menu-button:hover{border-color:#cbd5e1;box-shadow:0 1px 3px #00000014}.avatar-menu-image{width:100%;height:100%;object-fit:cover}.avatar-menu-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e0e7ff;color:#3730a3;font-weight:700}.avatar-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:280px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 12px 28px #00000024;padding:10px;z-index:1000}.avatar-dropdown-header{display:flex;gap:12px;align-items:center;padding:8px}.avatar-dropdown-image,.avatar-dropdown-fallback{width:44px;height:44px;border-radius:999px;flex:0 0 auto}.avatar-dropdown-image{object-fit:cover}.avatar-dropdown-fallback{display:flex;align-items:center;justify-content:center;background:#e0e7ff;color:#3730a3;font-weight:800}.avatar-dropdown-user{min-width:0}.avatar-dropdown-name{font-weight:700;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.avatar-dropdown-email{font-size:.85rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.avatar-dropdown-section{padding:8px}.avatar-dropdown-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin-bottom:8px}.avatar-dropdown-languages{display:flex;flex-wrap:wrap;gap:8px}.avatar-lang-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid #e5e7eb;background:#fff;border-radius:10px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.avatar-lang-btn:hover{background:#f9fafb;border-color:#cbd5e1}.avatar-lang-btn.active{background:#eef2ff;border-color:#6366f1}.avatar-lang-flag{font-size:1rem}.avatar-lang-code{font-weight:700;font-size:.85rem;color:#111827}.avatar-dropdown-separator{height:1px;background:#eef2f7;margin:6px 0}.avatar-dropdown-item{width:100%;text-align:left;border:none;background:transparent;padding:10px 12px;border-radius:10px;cursor:pointer;font-weight:600;color:#111827}.avatar-dropdown-item:hover{background:#f3f4f6}.dashboard-content{max-width:1200px;margin:0 auto;padding:48px 24px}.content-header{margin-bottom:32px}.content-header h1{font-size:32px;font-weight:700;color:#1f2937;margin:0 0 8px}.content-header p{font-size:16px;color:#6b7280;margin:0}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 0;color:#6b7280}.spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{text-align:center;padding:48px;background:#fee2e2;border-radius:12px;color:#991b1b}.error-message button{margin-top:16px;padding:8px 16px;background:#dc2626;color:#fff;border:none;border-radius:8px;cursor:pointer}.chats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.chat-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;transition:all .3s;cursor:pointer}.chat-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #667eea26}.chat-icon{font-size:32px;margin-bottom:12px}.chat-card h3{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 8px}.chat-card p{font-size:14px;color:#6b7280;margin:0 0 16px;line-height:1.5}.chat-meta{display:flex;justify-content:space-between;font-size:12px;color:#9ca3af}.empty-state{grid-column:1 / -1;text-align:center;padding:64px 24px;color:#6b7280}.empty-state svg{margin-bottom:16px;color:#d1d5db}.empty-state h3{font-size:20px;font-weight:600;color:#374151;margin:0 0 8px}.empty-state p{font-size:14px;margin:0}@media(max-width:768px){.user-info span{display:none}.chats-grid{grid-template-columns:1fr}}.content-header-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.content-header{margin-bottom:0}.new-chat-btn{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #667eea4d}.new-chat-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.new-chat-btn:active{transform:translateY(0)}.plus-icon{font-size:20px;font-weight:400}.chat-layout{display:flex;height:100vh;background-color:#f9f9f9;overflow:hidden}.chat-sidebar{width:280px;background-color:#fff;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;height:100%}.sidebar-header{padding:16px}.new-chat-btn-small{width:100%;padding:10px 16px;background-color:#fff;color:#374151;border:1px solid #e5e7eb;border-radius:20px;cursor:pointer;font-weight:500;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:8px;transition:background-color .2s,border-color .2s}.new-chat-btn-small:hover{background-color:#f9fafb;border-color:#d1d5db}.chat-list{flex:1;overflow-y:auto;padding:8px;list-style:none;margin:0}.chat-list:empty{display:none}.chat-list-item{height:42px;padding:0 12px;margin-bottom:4px;border-radius:8px;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;gap:10px}.chat-list-item:hover{background-color:#f3f4f6}.chat-list-item.active{background-color:#f0f1f5}.chat-item-icon{font-size:1.2rem}.chat-item-info{flex:1;overflow:hidden}.chat-item-title{font-size:.95rem;font-weight:500;color:#333;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-item-date{font-size:.75rem;color:#888}.chat-window{flex:1;display:flex;flex-direction:column;background-image:url(/bg_chat.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.chat-header{padding:20px 16px;border-bottom:1px solid #e0e0e0;background-color:#fff;z-index:10}.chat-header-content{text-align:center;display:flex;flex-direction:column;gap:4px}.chat-topic-line{font-size:.95rem;color:#374151;line-height:1.5}.chat-category{font-weight:700}.chat-scenario{font-style:italic;margin-left:4px}.chat-positions-line{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.85rem;color:#6b7280}.position-label{color:#374151}.position-separator{color:#9ca3af}.position-value{display:inline-block;padding:2px 8px;border-radius:12px;border:1px solid transparent;font-weight:500}.position-value.pro{background-color:#d4edda;color:#2d5016;border-color:#a5d6a7}.position-value.con{background-color:#fadbd8;color:#c0392b;border-color:#f1948a}.chat-topic-title,.chat-sides-badges,.side-badge,.badge-label,.chat-header-top,.chat-header-left,.chat-header-center,.chat-header-right,.chat-topic-description,.persuasion-meter,.persuasion-meter-fill,.chat-sides-info,.chat-side-row{display:none}.messages-container{flex:1;overflow-y:auto;padding:20px 80px;display:flex;flex-direction:column;gap:16px}.message{display:flex;gap:10px;max-width:75%;margin-bottom:16px}.message.user{align-self:flex-end;flex-direction:row-reverse}.message.assistant{align-self:flex-start}.message-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.message-avatar.user{background-color:#1f2937;color:#fff;overflow:hidden}.message-avatar.user .avatar-img{width:100%;height:100%;object-fit:cover}.message-avatar.user .avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem}.message-avatar.assistant{background-color:#e0f2fe;color:#0c4a6e}.message-bubble{display:flex;flex-direction:column;gap:4px;min-width:0;position:relative}.message-content{padding:10px 14px;border-radius:22px;font-size:.95rem;line-height:1.5;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:12px}.message-text{white-space:pre-wrap;word-wrap:break-word;flex:1}.message.user .message-content{background-color:#1f2937;color:#fff}.message.assistant .message-content{background-color:#f3f4f6;color:#374151}.message-time{font-size:.7rem;color:#9ca3af;white-space:nowrap;flex-shrink:0;align-self:flex-end}.message.user .message-time{color:#ffffffb3}.message-time-inline{display:none}.input-area{height:108px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:transparent;border-top:none;gap:8px}.ai-disclaimer{font-size:.75rem;color:#9ca3af;text-align:center;padding:0 16px}.message-input-form{display:flex;gap:8px;max-width:900px;width:100%;align-items:center}.message-input-wrapper{position:relative;flex:1;display:flex;align-items:center;background-color:#fff;border-radius:22px;box-shadow:0 2px 8px #0000001a}.attachment-btn{width:40px;height:40px;border-radius:8px;border:1px solid #d1d5db;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:background .2s,border-color .2s;flex-shrink:0}.attachment-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.attachment-btn:disabled{opacity:.4;cursor:not-allowed}.message-input{flex:1;width:100%;height:48px;padding:14px 80px 14px 40px;border:none;border-radius:22px;resize:none;font-family:inherit;font-size:.95rem;outline:none;background-color:transparent;overflow-y:auto;line-height:20px}.message-input:focus{border-color:#6366f1}.send-btn-icon{position:absolute;right:4px;width:32px;height:32px;background:transparent;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;transition:opacity .2s}.send-btn-icon img{width:32px;height:32px;display:block}.send-btn-icon:hover:not(:disabled){opacity:.8}.send-btn-icon:disabled{opacity:.4;cursor:not-allowed}.voice-btn-icon{position:absolute;right:40px;width:32px;height:32px;background:transparent;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;transition:opacity .2s;-webkit-user-select:none;user-select:none;touch-action:none}.voice-btn-icon img{width:32px;height:32px;display:block}.voice-btn-icon:hover:not(:disabled){opacity:.8}.voice-btn-icon:disabled{opacity:.4;cursor:not-allowed}.voice-btn-icon.recording{opacity:1}.bulb-btn-icon{position:absolute;left:4px;width:32px;height:32px;background:transparent;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;transition:all .3s ease}.bulb-btn-icon.active{background:#fef3c7;box-shadow:0 0 12px #fbbf2480}.bulb-btn-icon img{width:32px;height:32px;display:block;transition:filter .3s ease}.bulb-btn-icon.active img{filter:brightness(0) saturate(100%) invert(74%) sepia(71%) saturate(463%) hue-rotate(359deg) brightness(98%) contrast(96%)}.bulb-btn-icon:hover:not(:disabled){opacity:.8;background:#fef3c7}.bulb-btn-icon:disabled{opacity:.4;cursor:not-allowed}.hints-backdrop{position:fixed;inset:0;background:#0000004d;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:99;animation:fadeIn .2s ease}.hints-balloon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:800px;width:90%;background:#fffef7;border:1px solid #f5e6a3;border-radius:16px;padding:24px;box-shadow:0 4px 16px #0000001a,inset 0 0 40px #ffec8b4d,0 0 30px #ffec8b66;z-index:100;animation:fadeInUp .3s ease}.hints-close{position:absolute;top:12px;right:12px;background:transparent;border:none;font-size:24px;color:#9ca3af;cursor:pointer;padding:4px 8px;line-height:1;transition:color .2s}.hints-close:hover{color:#374151}.hints-section{margin-bottom:20px}.hints-section:last-child{margin-bottom:0}.hints-section h4{font-size:.9rem;font-weight:600;color:#92400e;margin:0 0 8px}.hints-section p{font-size:.9rem;color:#374151;line-height:1.6;margin:0}.stance-indicator{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f9fafb;border-radius:12px;margin-top:8px}.stance-ball{font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center}.stance-label{font-size:1rem;font-weight:600;color:#374151}.stance-hostile .stance-label{color:#dc2626}.stance-doubting .stance-label{color:#ea580c}.stance-open .stance-label{color:#ca8a04}.stance-agreed .stance-label{color:#16a34a}.example-message{font-style:italic;background:#f9fafb;padding:12px;border-radius:8px;border-left:3px solid #fbbf24}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.voice-btn{width:40px;height:40px;border-radius:8px;border:1px solid #d1d5db;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.05rem;transition:border-color .2s,background-color .2s,transform .05s;-webkit-user-select:none;user-select:none;touch-action:none;flex-shrink:0}.voice-btn:hover{border-color:#6366f1}.voice-btn:active{transform:scale(.98)}.voice-btn.recording{border-color:#ef4444;background:#fef2f2;color:#b91c1c}.voice-btn:disabled{opacity:.6;cursor:not-allowed}.voice-error{max-width:800px;margin:10px auto 0;color:#b91c1c;font-size:.9rem}.empty-chat-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6b7280;text-align:center;padding:20px}.empty-chat-state svg{margin-bottom:16px;color:#d1d5db}.empty-chat-state h3{margin-bottom:8px;color:#374151}.chat-item-menu-trigger{background:none;border:none;color:#6b7280;font-size:1.1rem;cursor:pointer;padding:4px 6px;opacity:0;transition:opacity .2s,color .2s,background .2s;line-height:normal;z-index:10;border-radius:6px}.chat-list-item:hover .chat-item-menu-trigger{opacity:1}.chat-item-menu-trigger:hover{color:#111827;background:#1118270f}.chat-context-menu{position:fixed;min-width:180px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 10px 25px #0000001f;padding:6px;z-index:1000}.chat-context-menu-item{width:100%;text-align:left;background:transparent;border:none;padding:10px;border-radius:8px;cursor:pointer;color:#111827;font-size:.95rem}.chat-context-menu-item:hover{background:#f3f4f6}.chat-context-menu-item.danger{color:#dc2626}.chat-context-menu-item.danger:hover{background:#dc262614}.spinner.tiny{width:16px;height:16px;border-width:3px}.ai-thinking-indicator{display:flex;align-items:center;gap:10px}.sidebar-logo{padding:16px;display:flex;align-items:center;gap:8px}.sidebar-logo img{height:32px;width:auto}.sidebar-beta-badge{font-size:9px;font-weight:700;color:#6b7280;background:#0000000d;padding:2px 6px;border-radius:4px;letter-spacing:.5px}.chat-section{margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #DBDEF2}.chat-section:last-child{border-bottom:none}.chat-section-header{width:100%;padding:8px 12px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;text-align:left;transition:background .2s}.chat-section-header:hover{background:#f9fafb}.section-arrow{width:24px;height:24px;opacity:.6;transition:opacity .2s}.chat-section-header:hover .section-arrow{opacity:1}.chat-section-list{padding:0}.chat-item-date{display:none}.sidebar-user-profile{margin-top:auto;border-top:1px solid #e5e7eb;padding:12px;position:relative}.user-profile-trigger{width:100%;display:flex;align-items:center;gap:10px;background:transparent;border:none;padding:8px;border-radius:8px;cursor:pointer;transition:background .2s}.user-profile-trigger:hover{background:#f3f4f6}.user-avatar,.user-avatar-fallback{width:32px;height:32px;border-radius:50%;flex-shrink:0}.user-avatar{object-fit:cover}.user-avatar-fallback{display:flex;align-items:center;justify-content:center;background:#e0e7ff;color:#3730a3;font-weight:700;font-size:.9rem}.user-info{flex:1;text-align:left;min-width:0}.user-name{font-size:.9rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-menu-arrow{width:24px;height:24px;opacity:.6}.user-dropdown{position:absolute;bottom:calc(100% + 8px);left:12px;right:12px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #00000026;padding:8px;z-index:1000}.user-dropdown-section{padding:8px}.user-dropdown-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin-bottom:8px;font-weight:600}.user-lang-dropdown{width:100%;padding:10px 32px 10px 12px;border:1px solid #e5e7eb;background:#fff;background-image:url(/chevron-down.svg);background-repeat:no-repeat;background-position:right 8px center;background-size:20px 20px;border-radius:8px;font-size:.9rem;cursor:pointer;transition:border-color .15s ease;font-family:inherit;appearance:none;-webkit-appearance:none;-moz-appearance:none}.user-lang-dropdown:hover{border-color:#cbd5e1}.user-lang-dropdown:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.user-lang-dropdown option{padding:8px}.user-dropdown-separator{height:1px;background:#eef2f7;margin:6px 0}.user-dropdown-item{width:100%;text-align:left;border:none;background:transparent;padding:10px 12px;border-radius:8px;cursor:pointer;font-weight:600;color:#ef4444;font-size:.9rem}.user-dropdown-item:hover{background:#fef2f2}.hero-section{flex:1;display:flex;align-items:center;justify-content:center;padding:60px 24px}.hero-container{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-text{display:flex;flex-direction:column;gap:16px}.hero-title{font-size:3rem;font-weight:700;line-height:1.2;color:#111827;margin:0}.hero-subtitle{font-size:1.25rem;line-height:1.6;color:#6b7280;margin:0}.hero-image{width:100%;display:flex;align-items:center;justify-content:center}.hero-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 40px #0000001a}.trusted-by-section{padding:40px 24px;display:flex;flex-direction:column;align-items:center;gap:24px}.section-title{font-size:1.5rem;font-weight:600;color:#111827;margin:0;text-align:center}.trusted-by-icons{display:flex;justify-content:center;align-items:flex-start;gap:32px;flex-wrap:wrap}.icon-wrapper{display:flex;flex-direction:column;align-items:center;gap:8px}.icon-container{width:60px;height:60px;display:flex;align-items:center;justify-content:center}.icon-container img{width:36px;height:36px;opacity:.7;filter:brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(90%)}.icon-label{font-size:.75rem;font-weight:500;color:#6b7280;margin:0;text-align:center}.problem-solution-section{padding:60px 24px;display:flex;flex-direction:column;align-items:center;gap:40px}.problem-solution-items{display:flex;justify-content:center;align-items:flex-start;gap:48px;flex-wrap:wrap}.solution-item{display:flex;flex-direction:column;align-items:center;gap:16px;width:300px}.solution-item-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0;text-align:center}.solution-image{height:200px;width:auto;border-radius:12px;box-shadow:0 4px 12px #0000001a}@media(max-width:768px){.header-container{padding:0 16px}.header-nav{gap:20px}.nav-link{font-size:.85rem}.cta-button{padding:8px 16px;font-size:.85rem}.hero-container{grid-template-columns:1fr;gap:40px;text-align:center}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.1rem}}@media(max-width:640px){.header-nav{display:none}.header-container{justify-content:space-between}.hero-section{padding:40px 16px}.hero-title{font-size:1.875rem}.hero-subtitle{font-size:1rem}}#root,.app{margin:0;padding:0;width:100%;min-height:100vh}
