.sidebar-content{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.sidebar-header{width:100%;display:flex;flex-direction:column;gap:1rem}.sidebar-header-button{border:none;background:none;border-radius:10px;height:32px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:600;line-height:14.52px;letter-spacing:.005em;gap:10px}.sidebar-header-button img{width:auto!important;height:25px!important}.sidebar-header img{width:100%;height:auto;cursor:pointer}.sidebar-bottom{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;width:100%;gap:8px}.sidebar-bottom-divider{width:100%;height:1px;background:#536599}.sidebar-add-credit{display:flex;align-items:center;justify-content:center;width:100%}.sidebar-add-credit button{border:1px solid #aeb9e1;background:#002e62;border-radius:10px;height:32px;width:80%;color:#fff;font-size:12px;font-weight:600;line-height:14.52px;letter-spacing:.005em;text-align:center;cursor:pointer}.sidebar-bottom-credit{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:6px}.sidebar-bottom-credit svg{width:18px;height:auto;color:#aeb9e1}.sidebar-bottom-credit-text{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:2px;font-size:12px;font-weight:500;line-height:14.52px;letter-spacing:.005em;text-align:left;color:#e6ebfb}.sidebar-bottom-credit-text p{color:#516681;font-size:12px;font-weight:700;line-height:14.52px;letter-spacing:.005em;text-align:right}.wallet-btn{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:6px}.wallet-btn svg{width:18px;height:auto;color:#aeb9e1}.wallet-btn span{font-size:12px;font-weight:500;line-height:14.52px;letter-spacing:.005em;text-align:left;color:#e6ebfb}.sidebar-disclaimer{width:100%;height:auto;border:1px solid #536599;border-radius:10px;background:#0b1739;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:4px}.sidebar-disclaimer span:first-child{font-size:12px;font-weight:600;color:#aeb9e1;width:100%;padding:4px 0;display:flex;align-items:center;justify-content:center;background:#002e62a6;border-top-left-radius:10px;border-top-right-radius:10px}.sidebar-disclaimer span:last-child{font-size:10px;font-weight:500;text-align:justify;color:#aeb9e1;padding:4px}.sidebar-disclaimer span:last-child::-webkit-scrollbar{width:0px}.ant-select-selector{background:#002e62!important;border:1px solid #aeb9e1!important}.ant-select-arrow{color:#fff!important}.ant-select-dropdown{background:#002e62!important;border:1px solid #aeb9e1!important}.ant-select-item-option-selected .sidebar-header-button{color:#000}.ant-select-item-option-selected .deepseek-button{filter:invert(0)!important}.ant-select-item-option-selected .sidebar-header-button img{filter:invert(1)}.ant-select-item-option-selected .deepseek-button img{filter:invert(0)}.header-right{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:8px}.homepage{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.homepage-input-area{width:95%;max-width:622px;height:auto;margin-bottom:1rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:10px}.homepage-input-info{width:100%;display:flex;align-items:center;justify-content:center}.homepage-input-info span{color:#b8b8c6;font-size:10px;font-weight:400;line-height:12.1px;letter-spacing:.005em;text-align:center}.homepage-input{width:100%;background:#fff;border:1px solid #0b64e4;box-shadow:0 0 5px #0b64e4;border-radius:10px;height:37px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 8px}.homepage-input button{width:16px;color:#8e8fa0;cursor:pointer;transition:color .3s}.homepage-input button:disabled{cursor:not-allowed;opacity:.5}.homepage-input button svg{width:16px;height:16px}.homepage-input button:hover{color:#0b64e4}.homepage-input input{width:calc(100% - 24px);outline:none;background:none;border:none;font-size:12px;font-weight:500;line-height:14.52px;letter-spacing:.005em;text-align:left}.homepage-content-area{width:100%;height:auto;max-height:calc(100vh - 92px);overflow-y:auto}.homepage-content-area-top{width:100%;height:30px;background:#d2dced}.homepage-content-area-message{width:100%;height:auto;padding:1rem 0;display:flex;align-items:center;justify-content:center}.message-content{width:95%;max-width:622px;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:1rem}.message-content svg{color:#d2dced;width:20px;height:20px}.message-content span{width:calc(100% - 20px);font-size:14px;font-weight:500;text-align:left;color:#3c3d48}.message-user{display:flex;flex-direction:row!important}.message-user span{font-weight:700}.message-bot span{text-align:right}.message-content{display:flex;flex-direction:column;width:100%}.message-content span{text-align:justify!important}.message-content-sub{align-items:flex-start;width:100%}.message-content-sub h3{width:inherit}.message-content-sub span{text-align:left!important}.loader{width:14px;height:14px;border:3px solid #3c3d48;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}.loading-wrapper{width:100%;height:auto;display:flex;align-items:center;justify-content:center;background:#d2dced;padding:.5rem 0}.loading{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;height:auto;max-width:622px;width:100%;height:24px}.typing-dots:after{content:"";animation:typing 1.5s infinite}@keyframes typing{0%{content:"."}33%{content:".."}66%{content:"..."}to{content:""}}.loading span:nth-child(1){font-size:12px;font-weight:500;color:#3c3d48}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media only screen and (max-width: 900px){.homepage-content-area{max-height:calc(100vh - 152px)}.homepage-content-area-message{padding:1rem}}.header-content{width:100%;max-width:95%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.header-content img{height:40px;width:auto}.header-content svg{color:#fff;cursor:pointer;transition:color .3s;width:24px;height:auto}.sidebar-mobile-disclaimer-btn{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;width:100%}.sidebar-mobile-disclaimer-btn button{border:1px solid #002e62;background:#aeb9e1;border-radius:10px;height:32px;width:100%;color:#002e62;font-size:12px;font-weight:600;line-height:14.52px;letter-spacing:.005em;text-align:center;cursor:pointer}@media only screen and (max-width: 900px){.sidebar-bottom-credit svg{color:#000}.sidebar-bottom-credit-text{color:#000}.wallet-btn svg{color:#000}.wallet-btn span{color:#000}.ant-select-arrow{display:none!important}}.ant-modal{width:450px!important}.ant-modal .ant-modal-content{background:#0b1739;border:1px solid #aeb9e1bf;border-radius:20px;padding:0;overflow:hidden}.credit-modal{width:100%;height:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.credit-modal-header{width:100%;height:70px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #aeb9e1bf;background:#002e62}.credit-modal-header span{font-size:24px;font-weight:600;line-height:29.05px;letter-spacing:.005em;text-align:center;color:#fcfdff}.credit-modal-body{width:100%;height:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;padding:24px}.credit-modal-select-items{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.credit-modal-select-item{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;cursor:pointer}.credit-modal-select-item-box{background:#0b1739;border:.5px solid #aeb9e1;width:100%;height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:8px;gap:8px;transition:background .3s}.credit-modal-select-item:hover .credit-modal-select-item-box{background:#4a587e}.credit-modal-select-item.active .credit-modal-select-item-box{background:#d9e3ff;border:1px solid #5c8af0}.credit-modal-select-item-box span{font-size:32px;font-weight:700;line-height:38.73px;letter-spacing:.005em;text-align:center;color:#d9e3ff}.credit-modal-select-item.active .credit-modal-select-item-box span{color:#0b1739}.credit-modal-select-item-values{background:#0b1739;border:.5px solid #aeb9e1;height:24px;width:100%;border-radius:8px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 10px}.credit-modal-select-item:hover .credit-modal-select-item-values{background:#4a587e}.credit-modal-select-item.active .credit-modal-select-item-values{background:#d9e3ff;border:1px solid #5c8af0}.credit-modal-select-item-values-border{background:#0b1739;border:3px solid #aeb9e1;width:12px;height:12px;border-radius:50%}.credit-modal-select-item.active .credit-modal-select-item-values-border{background:#d9e3ff;border:3px solid #2563eb}.credit-modal-select-item-values-text span{font-size:12px;font-weight:500;line-height:24px;letter-spacing:.005em;text-align:right;color:#fcfdff}.credit-modal-select-item.active .credit-modal-select-item-values-text span{color:#0b1739}.credit-modal-input{width:100%;height:48px;background:#d9e3ff;border:1px solid #5c8af0;border-radius:10px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 10px}.credit-modal-input-label{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.credit-modal-input-label span:first-child{color:#aeb9e1;font-size:12px;font-weight:500;line-height:14.52px;letter-spacing:.005em;text-align:left}.credit-modal-input-label span:last-child{font-size:14px;font-weight:500;line-height:16.94px;letter-spacing:.005em;text-align:left;color:#0b1739}.credit-modal-input-buttons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px}.credit-modal-input-buttons button{border:1px solid #aeb9e1;background:#ffffff;box-shadow:0 1px 2px #0000000d;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center}.credit-modal-input-buttons button svg{color:#1f2937}.credit-modal-summary{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;border-radius:10px;height:auto;background:#d9e3ff;border:1px solid #5c8af0;overflow:hidden}.credit-modal-summary-item{width:100%;height:36px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 10px;border-bottom:1px solid #aeb9e1}.credit-modal-summary-item:last-child{border-bottom:none;background:#002e62}.credit-modal-summary-item span:first-child{font-size:12px;font-weight:500;line-height:24px;letter-spacing:.005em;text-align:left;color:#0b1739}.credit-modal-summary-item span:last-child{font-size:14px;font-weight:500;line-height:24px;letter-spacing:.005em;text-align:right;color:#0b1739}.credit-modal-summary-item:last-child span{color:#fcfdff}.credit-modal-button{display:flex;align-items:center;justify-content:center;width:100%}.credit-modal-button button{background:#0e793c;border:1px solid #17c964;border-radius:10px;width:121px;height:32px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:600;line-height:14.52px;letter-spacing:.005em;text-align:center;transition:opacity .3s}.credit-modal-button button:hover{opacity:.75}.credit-modal-button button:disabled{cursor:not-allowed;opacity:.5}.layout{width:100%;min-height:100vh;height:auto;display:grid;grid-template-columns:210px 1fr;grid-template-rows:1fr}.sidebar{background:#0b1739;width:210px;height:100vh;position:sticky;top:0;padding:24px;display:flex;align-items:flex-start;justify-content:flex-start}.outlet{width:100%;height:100vh;display:flex;align-items:flex-start;justify-content:center}.header{background:#0e367b;display:flex;width:100%;height:100%;align-items:center;justify-content:center}@media only screen and (max-width: 900px){.layout{grid-template-columns:1fr;grid-template-rows:60px 1fr}.sidebar{display:none}.outlet{width:100%;height:calc(100vh - 60px)}}body{background:#fff;color:#3c3d48;padding:0;margin:0;font-family:Inter,sans-serif}*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;padding:0}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{text-decoration:none;color:inherit}button{background:none;border:none;cursor:pointer}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
