.chat-box{display:flex;flex-direction:column;background:var(--bg-secondary);border-radius:.75rem;padding:1.5rem;box-shadow:var(--shadow-lg);height:100%}.chat-header{margin-bottom:1.5rem}.chat-header h2{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.chat-subtitle{font-size:.875rem;color:var(--text-secondary)}.chat-messages{flex:1;overflow-y:auto;margin-bottom:1.5rem;padding-right:.5rem;display:flex;flex-direction:column;gap:1rem;min-height:200px}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:var(--bg-tertiary);border-radius:3px}.chat-messages::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.chat-empty-state{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-secondary);font-size:.9375rem}.chat-history-section{width:100%;padding:1rem 0}.chat-history-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;text-align:right}.chat-history-list{display:flex;flex-direction:column;gap:.75rem}.chat-history-item{padding:.75rem 1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:.5rem;color:var(--text-primary);font-size:.875rem;text-align:right;cursor:pointer;transition:all .2s ease;font-family:inherit;width:100%}.chat-history-item:hover:not(:disabled){background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translate(-4px)}.chat-history-item:disabled{opacity:.6;cursor:not-allowed}.chat-common-questions{width:100%;padding:1rem 0}.chat-common-questions-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;text-align:right}.chat-common-questions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.chat-common-question-item{padding:1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:.5rem;color:var(--text-primary);font-size:.9375rem;font-weight:500;text-align:center;cursor:pointer;transition:all .2s ease;font-family:inherit;min-height:60px;display:flex;align-items:center;justify-content:center}.chat-common-question-item:hover:not(:disabled){background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translateY(-2px);box-shadow:var(--shadow)}.chat-common-question-item:disabled{opacity:.6;cursor:not-allowed}.chat-loading-state{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;color:var(--text-secondary);font-size:.9375rem;margin-top:1rem}.chat-loading-state .spinner-small{margin-left:0}.chat-loading-state p{margin:0}.chat-message{display:flex;flex-direction:column;gap:.5rem;animation:fadeIn .3s ease-in}.chat-message-user{align-items:flex-end}.chat-message-assistant{align-items:flex-start}.chat-message-content{max-width:85%;padding:.875rem 1rem;border-radius:.75rem;font-size:.9375rem;line-height:1.6;word-wrap:break-word;white-space:pre-wrap}.chat-message-user .chat-message-content{background:var(--primary-color);color:#fff;border-bottom-right-radius:.25rem}.chat-message-assistant .chat-message-content{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color);border-bottom-left-radius:.25rem}.chat-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:.5rem;padding:.875rem 1rem;color:#ef4444;font-size:.875rem;margin-top:.5rem}.chat-error p{margin:0}.chat-input-container{display:flex;flex-direction:column;gap:1rem;flex-shrink:0}.chat-input{width:100%;padding:1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:.5rem;color:var(--text-primary);font-size:.9375rem;font-family:inherit;resize:none;outline:none;transition:all .2s ease}.chat-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #ec630433}.chat-input:disabled{opacity:.6;cursor:not-allowed}.chat-input::placeholder{color:var(--text-secondary);opacity:.7}.chat-submit-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:var(--primary-color);color:#fff;border:none;border-radius:.5rem;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.chat-submit-button:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-1px);box-shadow:var(--shadow)}.chat-submit-button:active:not(:disabled){transform:translateY(0)}.chat-submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.chat-submit-button svg{flex-shrink:0}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.spinner-small{display:inline-block;width:14px;height:14px;border:2px solid rgba(0,0,0,.2);border-top-color:currentColor;border-radius:50%;animation:spin .6s linear infinite;margin-left:.5rem;vertical-align:middle}.app{height:100vh;width:100vw;display:flex;flex-direction:column;background:var(--text-primary)}.app-header{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:var(--text-primary);border-bottom:2px solid var(--primary-color);box-shadow:var(--shadow);direction:rtl}.app-logo{height:50px;width:auto;object-fit:contain}.app-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0;direction:rtl}.app-container{display:flex;height:calc(100vh - 82px);gap:1rem;padding:1rem}.chat-section{flex:0 0 400px;min-width:350px;display:flex;flex-direction:column}.render-section{flex:1;min-width:0;display:flex;flex-direction:column;background:var(--bg-secondary);border-radius:.75rem;overflow:hidden;box-shadow:var(--shadow-lg)}@media(max-width:768px){.app-container{flex-direction:column;padding:.5rem}.chat-section{flex:0 0 auto;width:100%;min-width:unset}.render-section{flex:1;min-height:400px}}.render-frame-container{display:flex;flex-direction:column;height:100%;background:var(--bg-secondary)}.render-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);background:var(--bg-secondary)}.render-header h3{font-size:1.125rem;font-weight:600;color:var(--text-primary)}.render-status{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-secondary)}.status-dot{width:8px;height:8px;background:var(--success-color);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.render-content{flex:1;position:relative;background:#fff;overflow:hidden;min-height:400px}.render-iframe{width:100%;height:100%;border:none;background:#fff}.render-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--text-secondary);gap:.75rem}.render-placeholder svg{opacity:.5}.render-placeholder p{font-size:1.125rem;font-weight:500;color:var(--text-secondary)}.placeholder-subtitle{font-size:.875rem!important;font-weight:400!important;opacity:.7}.render-error{color:var(--error-color, #dc2626)}.render-error svg{opacity:.8}.render-overlay{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;min-height:400px;background:#fffffffa;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.render-overlay-content{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--error-color, #dc2626);gap:.75rem;padding:2rem;text-align:center;max-width:90%}.render-overlay-content svg{opacity:.8}.render-overlay-content p{font-size:1.125rem;font-weight:500;color:var(--error-color, #dc2626);margin:0}.render-overlay-content .placeholder-subtitle{font-size:.875rem!important;font-weight:400!important;opacity:.8;color:var(--text-secondary, #666);margin-top:.25rem}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #ec6304;--primary-dark: #d45a03;--primary-light: #ff7a1a;--gray-dark: #393939;--gray-medium: #666666;--gray-light: #999999;--bg-primary: #000000;--bg-secondary: #393939;--bg-tertiary: #1a1a1a;--text-primary: #ffffff;--text-secondary: #cccccc;--border-color: #555555;--success-color: #10b981;--error-color: #ef4444;--shadow: 0 4px 6px -1px rgb(0 0 0 / .3), 0 2px 4px -2px rgb(0 0 0 / .2);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .4), 0 4px 6px -4px rgb(0 0 0 / .3)}body{font-family:IRANSans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-primary);color:var(--text-primary);height:100vh;overflow:hidden;direction:rtl}#root{height:100vh;width:100vw}
