@tailwind base;@tailwind components;@tailwind utilities;@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}body{@apply bg-gray-50 text-gray-900 min-h-screen;}.chat-container{@apply max-w-3xl mx-auto p-4 flex flex-col;}.chat-messages-container{@apply flex flex-col space-y-3 pb-4;}.chat-message{@apply mb-2 p-3 rounded-2xl max-w-[80%] relative;word-break:break-word}.chat-message-bot{@apply bg-blue-500 text-white self-end rounded-br-none;box-shadow:0 1px 2px #0000001a}.chat-message-user{@apply bg-gray-100 text-gray-800 self-start rounded-bl-none;box-shadow:0 1px 2px #0000001a}.chat-input-container{@apply mt-auto bg-white rounded-full border border-gray-300 flex items-center p-1;box-shadow:0 2px 8px #0000000d}.position-card{@apply bg-white rounded-lg shadow-md p-4 mb-3 border border-gray-200;}.savings-highlight{@apply text-green-600 font-medium;}.suggested-question{position:relative}.suggested-question:before{content:"Suggested";position:absolute;top:-12px;left:10px;background-color:#f3f4f6;color:#4b5563;font-size:.65rem;padding:1px 6px;border-radius:4px;font-weight:500;opacity:.8}.suggested-questions-container{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;z-index:10;position:relative}.suggested-question-btn{padding:8px 16px;background-color:#fff;color:#1f2937;border-radius:9999px;font-size:.875rem;font-weight:500;transition:all .2s ease;cursor:pointer;border:1px solid #e5e7eb;outline:none;z-index:20;position:relative;box-shadow:0 1px 2px #0000000d}.loading-animation-container{margin:.75rem 0;text-align:center}.loading-animation-label{margin-bottom:.375rem;font-size:.75rem;color:#4b5563;display:flex;justify-content:center;align-items:center}.loading-dots{width:20px;display:inline-block;text-align:left}.loading-animation-pulse{width:50%;height:6px;background-color:#e5e7eb;border-radius:9999px;overflow:hidden;position:relative;margin:0 auto}.loading-animation-pulse-inner{position:absolute;height:100%;width:30%;background-color:#308428;border-radius:9999px;animation:pulse 1.5s infinite ease-in-out}@keyframes pulse{0%{left:-30%}50%{left:100%}to{left:-30%}}.chat-container{max-width:48rem;margin:0 auto;padding:.75rem;display:flex;flex-direction:column;height:100vh;background-color:#f5f5f7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.chat-header{background-color:#fff;border-radius:.75rem;box-shadow:0 1px 3px #00000014;padding:.875rem;margin-bottom:.75rem}.chat-header-title{font-size:1.25rem;font-weight:600;color:#000;margin-bottom:.25rem}.chat-header-subtitle{color:#6b7280;font-size:.75rem}.chat-messages-wrapper{background-color:#fff;border-radius:.75rem;box-shadow:0 1px 3px #00000014;padding:.875rem;margin-bottom:.75rem;flex-grow:1;overflow-y:auto}.chat-messages-container{display:flex;flex-direction:column;gap:.625rem}.chat-message{margin-bottom:.375rem;padding:.625rem;border-radius:.875rem;max-width:80%;position:relative;word-break:break-word;font-size:.875rem}.chat-message-bot{background-color:#daf7e4;color:#1f2937;align-self:flex-start;border-bottom-left-radius:.25rem;box-shadow:0 1px 2px #0000001a}.chat-message-user{background-color:#d2f0f4;color:#1f2937;align-self:flex-end;border-bottom-right-radius:.25rem;box-shadow:0 1px 2px #0000001a;border:1px solid #e5e7eb}.positions-overview{margin-top:.75rem;background-color:#ffffff80;border-radius:.625rem;padding:.625rem;border:1px solid rgba(0,0,0,.05)}.overview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.375rem;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:.25rem}.overview-title{font-size:.875rem;font-weight:600;margin:0;color:#1f2937}.global-warning{display:flex;align-items:center;font-size:.6875rem;color:#f59e0b}.global-warning .warning-icon{margin-right:.25rem}.global-warning-text{font-weight:500}.overview-table{display:flex;flex-direction:column;gap:.375rem}.overview-row{display:flex;justify-content:space-between;padding:.25rem 0;border-bottom:1px solid rgba(0,0,0,.05);font-size:.8125rem;color:#1f2937}.overview-label{font-weight:500;color:#4b5563}.overview-value{font-weight:400;color:#1f2937}.chat-input-container{margin-top:auto;background-color:#fff;border-radius:1.5rem;border:1px solid #e5e7eb;display:flex;align-items:center;padding:.25rem;box-shadow:0 2px 6px #0000000a}.chat-input{flex-grow:1;padding:.625rem .75rem;border-radius:1.5rem;background-color:transparent;color:#1f2937;border:none;font-size:.875rem}.chat-input:focus{outline:none}.chat-send-button{background-color:#308428;color:#fff;padding:.375rem;border-radius:9999px;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s;border:none;cursor:pointer}.chat-send-button:hover{background-color:#49a441}.chat-send-button:focus{outline:none}.chat-send-button:disabled{background-color:#d1d5db;cursor:not-allowed}.modern-line{border:0;height:1px;background-image:linear-gradient(to right,#0000,#000000bf,#0000);margin:2em 0}.warning-icon-container{display:inline-block;position:relative;margin-left:.5rem;vertical-align:middle}.warning-icon{color:#f59e0b;width:1rem;height:1rem;cursor:pointer}.warning-icon-svg{width:100%;height:100%}.warning-tooltip{position:absolute;z-index:10;bottom:calc(100% + 5px);left:50%;transform:translate(-50%);width:280px;background-color:#fff;border-radius:.375rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:.75rem;font-size:.75rem;color:#4b5563}.warning-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:5px;border-style:solid;border-color:white transparent transparent transparent}.warning-tooltip-header{font-weight:600;margin-bottom:.5rem;color:#f59e0b}.warning-tooltip-list{margin:0;padding-left:1rem}.warning-tooltip-item{font-size:.75rem;margin-bottom:.25rem}.global-warnings-container{display:flex;align-items:flex-start;background-color:#ffc1071a;border-radius:.5rem;padding:.75rem;margin-top:.5rem}.global-warnings-content{margin-left:.75rem;flex:1}.global-warnings-list{margin-top:.5rem;padding-left:1.25rem;list-style-type:disc}.global-warning-item{font-size:.875rem;margin-bottom:.25rem;color:#d97706}.position-warning-container{display:flex;align-items:center}.warning-badge{display:inline-flex;margin-left:.5rem;position:relative}.warning-badge .warning-icon{width:1rem;height:1rem;color:#f59e0b;cursor:pointer}.warning-tooltip-item{margin-bottom:.25rem}.warning-tooltip-item:last-child{margin-bottom:0}.warning-badge{display:inline-flex;align-items:center;margin-left:.25rem}.warning-message{background-color:#fbbf241a;border-left:3px solid #f59e0b;padding:.75rem;border-radius:.375rem;margin-bottom:.5rem}.warning-message-content{display:flex;align-items:center}.warning-message-text{margin-left:.75rem;color:#92400e;font-weight:500}.warning-message .warning-icon{color:#f59e0b;width:1.25rem;height:1.25rem}.warning-message-tooltip{width:320px;bottom:calc(100% + 10px)}.demo-button-container{display:flex;flex-direction:column;gap:.375rem;margin-bottom:.75rem}.demo-button{background-color:#308428;color:#fff;padding:.5rem 1rem;border-radius:1.5rem;border:none;cursor:pointer;transition:background-color .2s;font-size:.875rem;font-weight:500}.demo-button:hover{background-color:#49a441}.demo-divider{text-align:center;color:#6b7280;font-size:.75rem;margin:.25rem 0}.chat-input-wrapper{padding:.375rem .75rem .75rem}.suggested-questions-container{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px;z-index:10;position:relative}.suggested-question-btn{padding:6px 12px;background-color:#fff;color:#1f2937;border-radius:1.25rem;font-size:.75rem;font-weight:500;transition:all .2s ease;cursor:pointer;border:1px solid #e5e7eb;outline:none;z-index:20;position:relative;box-shadow:0 1px 2px #0000000d}.suggested-question-btn:hover{background-color:#f9fafb;border-color:#d1d5db}.suggested-question-btn:active{background-color:#f3f4f6;transform:translateY(1px)}.suggested-question-btn:focus{outline:2px solid #d1d5db;outline-offset:2px}.grid-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1;background-size:32px 32px;background-image:linear-gradient(to right,rgba(200,200,200,.1) 1px,transparent 1px),linear-gradient(to bottom,rgba(200,200,200,.1) 1px,transparent 1px);pointer-events:none}.grid-background:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#fff6,#f5f5f7cc);z-index:-1}.suggested-questions-wrapper{margin:.5rem 0 1rem;padding:.5rem;background-color:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d}.suggested-questions-label{font-size:.85rem;color:#6b7280;margin-bottom:.5rem;font-weight:500}.suggested-questions-container{display:flex;flex-wrap:wrap;gap:8px;z-index:10;position:relative}.frame-splash{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background-color:#f5f5f7;color:#1f2937;text-align:center;padding:2rem}.frame-splash-logo{margin-bottom:1.5rem}.frame-splash-logo img{width:180px;height:auto;margin-bottom:1rem}.frame-splash h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#111827}.frame-splash p{font-size:1.25rem;color:#4b5563;margin-bottom:2rem}.frame-splash-loading{width:100%;max-width:200px}.frame-container .suggested-questions-wrapper{margin:0 1rem .5rem}.frame-container .suggested-question-btn{background-color:#f5f5f7;border:1px solid #e5e7eb;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;color:#1f2937;cursor:pointer;transition:background-color .2s,border-color .2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.frame-container .suggested-question-btn:hover{background-color:#e5e7eb;border-color:#d1d5db}.frame-container{max-width:100%;margin:0 auto;padding:1rem;display:flex;flex-direction:column;height:100%;min-height:100vh;background-color:#f5f5f7}.frame-header{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;padding:1rem;margin-bottom:1rem}.frame-header h1{font-size:1.5rem;font-weight:700;color:#2563eb;margin-bottom:.25rem}.frame-header-subtitle{color:#4b5563;font-size:.875rem}.frame-content{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;padding:1rem;margin-bottom:1rem;flex-grow:1;overflow-y:auto}.frame-messages{display:flex;flex-direction:column;gap:.75rem}.frame-loading{margin:1rem 0;text-align:center}.frame-input-area{padding:.5rem 1rem 1rem}.frame-input-container{background-color:#fff;border-radius:9999px;border:1px solid #d1d5db;display:flex;align-items:center;padding:.25rem;box-shadow:0 2px 8px #0000000d}.frame-input{flex-grow:1;padding:.75rem;border-radius:9999px;background-color:transparent;color:#1f2937;border:none}.frame-input:focus{outline:none}.frame-button{background-color:#308428;color:#fff;padding:.5rem 1rem;border-radius:9999px;border:none;cursor:pointer;transition:all .2s ease;font-weight:500;min-width:70px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a}.frame-button:hover{background-color:#49a441;transform:translateY(-1px);box-shadow:0 3px 5px #00000026}.frame-button:disabled{background-color:#d1d5db;cursor:not-allowed;box-shadow:none;transform:none}.frame-demo-button{background-color:#308428;color:#fff;padding:.5rem 1rem;border-radius:9999px;border:none;cursor:pointer;transition:all .2s ease;margin-bottom:.5rem;width:100%;font-weight:500;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a}.frame-demo-button:hover{background-color:#49a441;transform:translateY(-1px);box-shadow:0 3px 5px #00000026}.frame-footer{text-align:center;color:#6b7280;font-size:.75rem;padding:1rem 0}.frame-container{display:flex;flex-direction:column;min-height:100vh;position:relative;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.frame-header{text-align:center;margin-bottom:1rem}.frame-header h1{font-size:1.5rem;font-weight:700;color:#000;margin:0}.frame-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.frame-wallet-input{width:100%;text-align:center}.frame-wallet-input h2{font-size:1.25rem;margin-bottom:1rem;color:#111827}.frame-input-container{display:flex;margin-bottom:1rem;width:100%}.frame-input{flex:1;padding:.5rem;border:none;font-size:.875rem}.frame-button{background-color:#308428;color:#fff;border:none;padding:.5rem 1rem;border-radius:0 1rem 1rem 0;font-size:.875rem;cursor:pointer}.frame-demo-button{background-color:#308428;color:#fff;border:1px solid #308428;padding:.5rem 1rem;border-radius:.25rem;font-size:.875rem;cursor:pointer;width:100%}.frame-positions{width:100%;text-align:center}.frame-positions h2{font-size:1.25rem;margin-bottom:.5rem;color:#111827}.frame-positions p{margin-bottom:.5rem;color:#4b5563}.frame-positions-empty{width:100%;text-align:center}.frame-positions-empty h2{font-size:1.25rem;margin-bottom:.5rem;color:#111827}.frame-warnings{margin:.5rem 0;padding:.5rem;background-color:#fef2f2;border:1px solid #fee2e2;border-radius:.25rem;color:#b91c1c}.frame-cta{margin-top:1rem;font-weight:500;color:#308428}.frame-loading{display:flex;justify-content:center;align-items:center;width:100%;text-align:center}.frame-footer{text-align:center;margin-top:1rem;font-size:.75rem;color:#6b7280}
