body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.auth-callback-container{display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-callback-message{background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 25px #0000001a;text-align:center;max-width:400px;width:100%}.auth-callback-message h2{color:#333;margin-bottom:15px;font-size:1.5rem}.auth-callback-message p{color:#666;margin:0}.loading-spinner{font-size:18px;color:#666;text-align:center;padding:20px}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(160deg,#a8c7ca,#0ec3d6);padding:20px}.login-box{background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 25px #0000001a;max-width:550px;width:100%;text-align:center}.login-box h1{color:#333;margin-bottom:10px;font-size:2rem;font-weight:600}.login-box p{color:#c51717;margin-bottom:30px;line-height:1.6}.login-button{background:linear-gradient(135deg,#a8c7ca,#0ec3d6);color:#fff;border:none;padding:15px 30px;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;width:100%;transition:transform .2s,box-shadow .2s}.login-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.login-button:active{transform:translateY(0)}.login-info{margin-top:30px;border-top:1px solid #eee}.login-info p{font-size:.95rem;color:#3b3939;margin-bottom:10px}html,body,#root{height:100%;margin:0;padding:0}.chat{display:flex;flex-direction:row;width:100%;height:100vh;overflow:hidden}.main-chat{flex:1;display:flex;flex-direction:column;height:100%;box-sizing:border-box}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#f8f9fa;border-bottom:1px solid #e9ecef;box-shadow:0 1px 3px #0000001a}.user-info{display:flex;align-items:center}.welcome-text{font-size:16px;color:#333;font-weight:500}.logout-button{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#dc3545;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s}.logout-button:hover{background:#c82333}.logout-button:focus{outline:none;box-shadow:0 0 0 3px #dc354540}.loading-container{display:flex;justify-content:center;align-items:center;height:100vh;background:#f8f9fa}.loading-spinner{font-size:18px;color:#666;text-align:center}.auth-callback-container{display:flex;justify-content:center;align-items:center;height:100vh;background:#f8f9fa}.auth-callback-message{text-align:center;background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 12px #0000001a}.auth-callback-message h2{color:#333;margin-bottom:10px}.auth-callback-message p{color:#666}.history{overflow-y:auto;flex:1;padding:20px;box-sizing:border-box}.welcome-message{text-align:center;font-size:24px;margin-top:160px}.history-wrapper{display:flex;flex-direction:column;margin:10px 40px}.history-wrapper.user .message-bubble-wrapper{align-self:flex-end}.history-wrapper.ai .message-bubble-wrapper{align-self:flex-start}.message-bubble-wrapper{display:flex;flex-direction:column;align-items:flex-start;position:relative;width:fit-content;max-width:60%}.user-history,.ai-history{width:auto;max-width:100%;padding:7px 10px;border-radius:15px;font-size:16px;white-space:pre-wrap;word-break:break-word;overflow-wrap:break-word;margin:1em 0 0}.user-history{color:#555;background:#b6d4fd}.ai-history{color:#555;background:#e6e7e7}.message-copy-button{font-size:16px;padding:2px 6px;border-radius:4px;cursor:pointer;opacity:0;align-self:flex-start;transition:opacity .2s;margin-left:10px;-webkit-user-select:none;user-select:none}.message-bubble-wrapper:hover .message-copy-button{opacity:1}.input-area{position:static;height:auto;bottom:0;left:0;width:100%;background-color:#fafafa;display:flex;justify-content:center;align-items:flex-end;padding:20px;box-sizing:border-box;flex-shrink:0}.input-container{display:flex;align-items:flex-end;gap:12px;width:100%;max-width:900px;margin:0 auto}.input-form{resize:none;flex:1;min-width:0;height:50px;min-height:50px;max-height:200px;padding:15px 20px;border:2px solid #e1e5e9;border-radius:25px;font-size:16px;line-height:1.4;outline:none;background-color:#e0fcff;box-shadow:0 2px 10px #00000014;transition:all .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-y:hidden;word-wrap:break-word}.input-form:focus{border-color:#007bff;box-shadow:0 4px 20px #007bff26,0 0 0 3px #007bff1a;transform:translateY(-1px)}.input-form::placeholder{color:#8e8e93;font-size:16px}.send-button{border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #007bff4d;flex-shrink:0}.send-button:hover:not(:disabled){transform:translateY(-2px) scale(1.05);box-shadow:0 6px 25px #007bff66}.send-button:active:not(:disabled){transform:translateY(0) scale(.95)}.send-button:disabled{background:#e0fcff;color:#6c757d;cursor:not-allowed;transform:none;box-shadow:0 2px 8px #0000001a}.menu-input{width:calc(100% - 40px);margin:6px 10px;padding:6px;font-size:14px}.markdown-body{line-height:1.6;word-wrap:break-word;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.markdown-body pre{background:#f6f8fa;padding:10px;overflow:auto}.markdown-body blockquote{border-left:4px solid #ddd;margin:1em 0;padding:.5em 1em;color:#555;background:#f9f9f9}.markdown-body del{text-decoration:line-through}.markdown-body h1{font-size:1.3rem;font-weight:700;margin-top:1.2em;margin-bottom:.6em;line-height:1.3;color:#333;border-bottom:2px solid #e1e4e8;padding-bottom:.3em}.markdown-body h2{font-size:1.1rem;font-weight:700;margin-top:1em;margin-bottom:.5em;line-height:1.3;color:#333;border-bottom:1px solid #e1e4e8;padding-bottom:.2em}.markdown-body h3{font-size:1rem;font-weight:700;margin-top:.8em;margin-bottom:.4em;line-height:1.3;color:#333}.markdown-body ul,.markdown-body ol{margin-top:.8em;margin-bottom:.8em;padding-left:1.5em;list-style-position:outside}.markdown-body ol{counter-reset:list-counter}.markdown-body ol>li{counter-increment:list-counter;display:list-item;list-style-type:decimal}.markdown-body ul>li{display:list-item;list-style-type:disc}.markdown-body ul ul,.markdown-body ol ol,.markdown-body ul ol,.markdown-body.ol ul{margin-bottom:.1em;margin-top:.1em}.markdown-body li{margin-top:.25em;margin-bottom:.25em;line-height:1.5}.markdown-body p{margin-top:.8em;margin-bottom:.8em;line-height:1.6}.markdown-body p:first-child{margin-top:0}.markdown-body p:last-child{margin-bottom:0}.markdown-body p+ul,.markdown-body p+ol{margin-top:.1em}.markdown-body ul+p,.markdown-body ol+p{margin-top:.3em}.typing-indicator{display:flex;align-items:center;gap:8px;color:#666;font-size:14px;padding:8px 0}.typing-indicator-text{margin-right:8px}.typing-dots{display:flex;gap:4px}.typing-dot{width:8px;height:8px;background-color:#888;border-radius:50%;animation:typing-bounce 1.4s infinite both}.typing-dot:nth-child(1){animation-delay:0s}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-8px)}}.typing-cursor{display:inline-block;animation:blink 1s infinite;font-weight:700;color:#007bff;margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.ai-streaming{position:relative}.ai-streaming .markdown-body{border-left:3px solid #007bff;padding-left:12px;background:linear-gradient(90deg,rgba(0,123,255,.05) 0%,transparent 100%)}.ai-streaming .markdown-body:after{content:"▋";color:#1bb8ce;animation:cursor-blink 1s infinite;font-weight:100}@keyframes cursor-blink{0%,50%{opacity:1}51%,to{opacity:0}}.error-message{color:#e74c3c;background-color:#fdf2f2;padding:10px;border-radius:8px;border-left:4px solid #e74c3c;margin:10px 0}.loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.input-area{padding:15px}.input-container{max-width:none;gap:8px}.input-form{font-size:16px;padding:12px 16px;border-radius:20px}.send-button{width:45px;height:45px}}@media (max-width: 480px){.input-area{padding:12px}.input-container{gap:6px}.input-form{padding:10px 14px;border-radius:18px;min-height:44px}.send-button{width:42px;height:42px}}@media (min-width: 1200px){.input-container{max-width:1000px}.input-form{padding:16px 24px}.send-button{width:55px;height:55px}}@media (min-width: 769px) and (max-width: 1199px){.input-container{max-width:800px}}.tool-execution-panel-inline{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin:0 0 12px;font-size:14px;box-shadow:0 2px 4px #0000001a;width:100%;max-width:60%}.tool-execution-panel{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin:16px 20px;font-size:14px;box-shadow:0 2px 4px #0000001a}.tool-panel-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;cursor:pointer;background:#f1f3f4;border-radius:8px 8px 0 0;border-bottom:1px solid #e9ecef;-webkit-user-select:none;user-select:none}.tool-panel-header:hover{background:#e8eaed}.tool-panel-title{font-weight:700;color:#495057}.tool-panel-count{color:#6c757d;font-size:12px;margin-left:8px}.tool-panel-toggle{color:#6c757d;font-size:12px;margin-left:auto}.tool-panel-content{padding:12px 16px;border-radius:0 0 8px 8px}.tool-panel-logs{background:#fff;border:1px solid #e9ecef;border-radius:4px;padding:8px;max-height:300px;overflow-y:auto;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px}.tool-panel-log{padding:2px 0;color:#495057;line-height:1.4;border-bottom:1px solid #f8f9fa}.tool-panel-log:last-child{border-bottom:none}.tool-panel-log:contains("🔧"){color:#06c}.tool-panel-log:contains("⏳"){color:#ff8c00}.tool-panel-log:contains("✅"){color:#28a745}.tool-panel-log:contains("❌"){color:#dc3545}.tool-panel-log:contains("📋"){color:#6f42c1}.tool-panel-log:contains("🚀"){color:#007bff}.side-bar{width:250px;background-color:#cff1f5;border-right:1px solid #ddd;padding:10px;height:100vh;display:flex;flex-direction:column}.new-chat-button-area{text-align:end;flex-shrink:0;padding:10px}.new-chat-button{margin:10px 10px 30px;padding:5px;border-radius:5px;border:1px solid #b2b2b2}.new-chat-button:hover{background-color:#c4c4c4;border:1px solid #555}.new-chat-button:active{background-color:#a7a7a7}.session-list{flex-grow:1;flex:1;overflow-y:auto;max-height:calc(100vh - 60px);padding:10px}.session-item{position:relative}.session-name{overflow:hidden;text-overflow:ellipsis;flex:1;white-space:nowrap}.session-title{display:flex;border-radius:10px;padding:5px}.session-title:hover{background-color:#cecece;cursor:pointer}.session-title.active{background-color:#cecece}.session-title:hover .menu-trigger{background:transparent;display:block;float:right;border:none;cursor:pointer}.menu-trigger{display:none}.session-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 2px 8px #00000026;width:140px;z-index:100}.menu-item{padding:10px;cursor:pointer;font-size:14px}.menu-item:hover{background-color:#f0f0f0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.rename-modal,.delete-modal{background:#fff;border-radius:12px;padding:0;max-width:400px;width:90%;max-height:90vh;overflow:hidden;box-shadow:0 10px 30px #0000004d;display:flex;flex-direction:column}.modal-header{background:#f8f9fa;padding:1.5rem 2rem;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0;color:#333;font-size:1.2rem}.modal-content{padding:1rem;padding-top:0;overflow-y:auto;flex:1}.input-section{margin-bottom:1.5rem}.input-label{display:block;font-weight:600;color:#555;margin-bottom:.5rem;font-size:.9rem}.modal-input{width:100%;padding:.75rem;border:2px solid #e9ecef;border-radius:6px;font-size:1rem;transition:border-color .2s ease;box-sizing:border-box}.modal-input:focus{outline:none;border-color:#007bff}.confirmation-message{text-align:center;margin-bottom:1.5rem}.confirmation-message p{margin:.5rem 0;color:#333;font-size:large}.warning-text{color:#dc3545;font-size:.9rem;font-weight:500}.modal-actions{display:flex;gap:1rem;justify-content:center}.modal-primary-button{padding:.75rem 1.5rem;border:none;background:#007bff;color:#fff;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .2s ease;font-weight:500}.modal-primary-button:hover:not(:disabled){background:#0056b3}.modal-primary-button:disabled{background:#ccc;cursor:not-allowed}.modal-danger-button{padding:.75rem 1.5rem;border:none;background:#dc3545;color:#fff;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .2s ease;font-weight:500}.modal-danger-button:hover:not(:disabled){background:#c82333}.modal-danger-button:disabled{background:#ccc;cursor:not-allowed}.modal-secondary-button{padding:.75rem 1.5rem;border:2px solid #6c757d;background:#fff;color:#6c757d;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s ease;font-weight:500}.modal-secondary-button:hover:not(:disabled){background:#6c757d;color:#fff}.modal-secondary-button:disabled{border-color:#ccc;color:#ccc;cursor:not-allowed}@media (max-width: 768px){.rename-modal,.delete-modal{margin:1rem;max-height:95vh}.modal-header{padding:1rem 1.5rem}.modal-content{padding:.5rem}.modal-actions{flex-direction:column}.modal-primary-button,.modal-danger-button,.modal-secondary-button{width:100%}}.user-menu-container{position:relative;margin-top:auto;flex-shrink:0;border-top:1px solid #ddd;padding-top:10px}.user-menu-trigger{display:flex;align-items:center;justify-content:space-between;padding:12px;cursor:pointer;border-radius:8px;transition:background-color .2s}.user-menu-trigger:hover{background-color:#e0e0e0}.user-info{display:flex;align-items:center;gap:8px;flex:1}.user-icon{color:#666;font-size:16px}.user-name{font-size:14px;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chevron{color:#666;font-size:12px;transition:transform .2s}.chevron.open{transform:rotate(180deg)}.user-menu-dropdown{position:absolute;bottom:100%;left:0;right:0;background:#d8f3f6;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #00000026;margin-bottom:8px;z-index:1000}.user-menu-item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:background-color .2s;font-size:14px}.user-menu-item:hover{background-color:#e0e0e0}.user-menu-item:first-child{border-radius:8px 8px 0 0}.user-menu-item:last-child{border-radius:0 0 8px 8px}.user-menu-item.logout{color:#dc3545;border-top:1px solid #eee}.user-menu-item.logout:hover{background-color:#e0e0e0}.user-menu-item svg{width:16px;height:16px}.username{display:flex;flex-direction:row;gap:.75rem}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}.user-settings-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.user-settings-modal{background:#fff;border-radius:12px;padding:0;max-width:600px;width:90%;max-height:90vh;overflow:hidden;box-shadow:0 10px 30px #0000004d;display:flex;flex-direction:column}.user-settings-header{background:#f8f9fa;padding:1.5rem 2rem;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center}.user-settings-header h2{margin:0;color:#333;font-size:1.5rem}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6c757d;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.close-button:hover{background-color:#e9ecef;color:#333}.user-settings-content{padding:2rem;overflow-y:auto;flex:1}.settings-section{margin-bottom:2rem}.settings-section:last-child{margin-bottom:0}.settings-section h3{margin-top:0;margin-bottom:1rem;color:#333;font-size:1.2rem;border-bottom:2px solid #007bff;padding-bottom:.5rem}.user-info{display:flex;flex-direction:column;align-items:baseline;gap:.75rem}.info-row{display:flex;align-items:center;padding:.5rem 0}.info-label{font-weight:600;color:#555;min-width:120px;margin-right:1rem}.info-value{color:#333;flex:1}.loading-message{text-align:center;color:#6c757d;padding:2rem 0}.token-info{display:flex;flex-direction:column;gap:1rem}.token-status{display:flex;align-items:center;padding:.5rem 0}.status-label{font-weight:600;color:#555;min-width:100px;margin-right:1rem}.status-value{font-weight:600;padding:.25rem .75rem;border-radius:20px;font-size:.9rem}.status-value.active{color:#155724;background-color:#d4edda}.status-value.inactive{color:#721c24;background-color:#f8d7da}.token-expiry{display:flex;align-items:center;padding:.5rem 0}.expiry-label{font-weight:600;color:#555;min-width:100px;margin-right:1rem}.expiry-value{color:#333;font-family:monospace}.token-actions{display:flex;gap:1rem;margin:1rem 0}.setup-token-button{padding:.75rem 1.5rem;border:none;background:#007bff;color:#fff;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .2s ease}.setup-token-button:hover:not(:disabled){background:#0056b3}.setup-token-button:disabled{background:#ccc;cursor:not-allowed}.delete-token-button{padding:.75rem 1.5rem;border:2px solid #dc3545;background:#fff;color:#dc3545;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.delete-token-button:hover:not(:disabled){background:#dc3545;color:#fff}.delete-token-button:disabled{border-color:#ccc;color:#ccc;cursor:not-allowed}.token-description{font-size:.85rem;color:#6c757d;line-height:1.4;margin:0;padding:.75rem;background:#f8f9fa;border-radius:6px;border-left:4px solid #17a2b8}@media (max-width: 768px){.user-settings-modal{margin:1rem;max-height:95vh}.user-settings-header{padding:1rem 1.5rem}.user-settings-content{padding:1.5rem}.info-row,.token-status,.token-expiry{flex-direction:column;align-items:flex-start;gap:.25rem}.info-label,.status-label,.expiry-label{min-width:auto;margin-right:0}.token-actions{flex-direction:column}.setup-token-button,.delete-token-button{width:100%}}.token-setup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.token-setup-modal{background:#fff;border-radius:12px;padding:2rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0000004d;transition:max-width .3s ease,width .3s ease}.token-setup-modal.expanded{max-width:700px;width:95%}.token-setup-header{text-align:center;margin-bottom:2rem}.token-setup-header h2{color:#333;margin-bottom:.5rem;font-size:1.5rem}.token-setup-description{color:#666;font-size:.9rem;line-height:1.4}.token-setup-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-weight:600;color:#333;font-size:.9rem}.token-input{padding:.75rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.token-input:focus{outline:none;border-color:#007bff}.token-input:disabled{background-color:#f8f9fa;cursor:not-allowed}.error-message{background-color:#ffe6e6;color:#d8000c;padding:.75rem;border-radius:6px;font-size:.9rem;border-left:4px solid #d8000c}.form-actions{display:flex;flex-direction:column;gap:1rem}.help-button{background:none;border:none;color:#007bff;text-decoration:underline;cursor:pointer;font-size:.9rem;align-self:flex-start;padding:0}.help-button:hover{color:#0056b3}.action-buttons{display:flex;gap:1rem;justify-content:flex-end}.cancel-button{padding:.75rem 1.5rem;border:2px solid #6c757d;background:#fff;color:#6c757d;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.cancel-button:hover:not(:disabled){background:#6c757d;color:#fff}.submit-button{padding:.75rem 1.5rem;border:none;background:#007bff;color:#fff;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .2s ease}.submit-button:hover:not(:disabled){background:#0056b3}.submit-button:disabled{background:#ccc;cursor:not-allowed}.token-explanation{margin-top:1.5rem;padding:1.5rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #007bff;animation:slideInFromTop .3s ease-out}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.token-explanation h3{margin-top:0;margin-bottom:1.5rem;color:#333;font-size:1.1rem;display:flex;align-items:center;gap:.5rem}.step-container{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.step{display:flex;gap:1rem;align-items:flex-start}.step-number{background:#007bff;color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0;margin-top:.1rem}.step-content{flex:1}.step-content strong{display:block;color:#333;font-size:1rem;margin-bottom:.5rem}.step-content p{color:#666;font-size:.9rem;line-height:1.4;margin:0 0 .5rem}.sub-steps{margin-top:.75rem}.sub-step{color:#555;font-size:.85rem;line-height:1.5;margin-bottom:.3rem;padding-left:.5rem}.note-warning{background:#fff3cd;color:#856404;padding:.75rem;border-radius:6px;font-size:.85rem;line-height:1.4;margin-top:.75rem;border-left:3px solid #ffc107}.security-note{font-size:.9rem;color:#155724;background:#d4edda;padding:1rem;border-radius:6px;margin:0;border-left:3px solid #28a745;line-height:1.5}@media (max-width: 768px){.token-setup-modal{padding:1.5rem;margin:1rem;max-width:calc(100vw - 2rem);width:calc(100vw - 2rem)}.token-setup-modal.expanded{max-width:calc(100vw - 1rem);width:calc(100vw - 1rem);margin:.5rem}.action-buttons{flex-direction:column}.cancel-button,.submit-button{width:100%}.step{gap:.75rem}.step-number{width:1.8rem;height:1.8rem;font-size:.8rem}.step-content strong{font-size:.9rem}.step-content p{font-size:.85rem}.sub-step{font-size:.8rem}.token-explanation{padding:1rem}.step-container{gap:1.2rem}}@media (min-width: 769px) and (max-width: 1024px){.token-setup-modal.expanded{max-width:90%;width:90%}}
