body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}body,html{background-color:#fff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.page-auth{align-items:center;box-sizing:border-box;height:100vh;justify-content:center;margin:0;max-height:100vh;min-height:100vh;overflow-y:hidden;padding:24px}.auth-card,.page-auth{background:#fff;display:flex}.auth-card{align-items:flex-start;border:4px solid #afd6ff;border-radius:16px;gap:20px;max-width:560px;padding:40px;width:100%}.auth-left{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:8px;justify-content:center}.auth-logo{align-self:center;color:#2563eb;font-size:22px;font-weight:600}.auth-avatar{align-items:center;color:#64748b;display:flex;font-size:15px;height:140px;justify-content:center;width:auto}.auth-welcome{background:#fff;border:2px solid #afd6ff;border-radius:20px;color:#1e293b;font-size:14px;padding:10px 24px}.auth-right{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:0}.auth-title{color:#1e293b;font-size:16px;margin-bottom:20px;margin-top:10px;text-align:center;width:100%}.auth-form{display:flex;flex-direction:column;gap:0;width:100%}.auth-form input{background:#fff;border:1px solid #0ea5e9;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:14px;margin-bottom:0;padding:0 16px;width:100%}.auth-form input::placeholder{color:#94a3b8}.link-bottom-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px;margin-top:-8px}.auth-switch-bottom{display:flex;justify-content:flex-start}.switch-link-bottom{color:#2563eb;font-size:13px;padding:0}.switch-link-bottom:hover{color:#1d4ed8}.auth-form .btn-submit{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;padding:10px 28px;width:100%}.auth-form .btn-submit:hover{background:#1d4ed8}@media (max-width:600px){.auth-card{flex-direction:column}.auth-card,.auth-left{align-items:center}.auth-logo{align-self:center}}.forgot-password-modal .ant-modal-body{padding:24px}.forgot-password-form{margin-top:16px}.forgot-password-form .ant-form-item{margin-bottom:20px}.forgot-password-form .ant-form-item-label>label{color:#1e293b;font-weight:500}.layout{background-color:#fff!important;border-radius:8px;max-width:100%;min-height:100vh;width:100%}.header{background-color:#fff;color:#000;height:auto!important;line-height:64px;padding-inline:10px;text-align:center}.top-container{display:flex;justify-content:space-between;margin:0 20px}.middle-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:60px auto;max-width:900px;padding:40px 20px;text-align:center;width:calc(100% - 80px)}.middle-container .main-title{-webkit-text-fill-color:#000;-webkit-background-clip:text;background-clip:text;font-size:2.8rem!important;font-weight:700!important;letter-spacing:-.5px;line-height:1.3!important;margin-bottom:32px!important}.middle-container .sub-title{color:#666!important;font-size:1.15rem!important;font-weight:400!important;letter-spacing:.3px;line-height:1.9!important;margin:0 auto!important;max-width:800px}@media (max-width:1200px){.content,.middle-container{max-width:850px;padding:35px 20px;width:calc(100% - 60px)}.middle-container{margin:50px auto}.middle-container .main-title{font-size:2.4rem!important}.middle-container .sub-title{font-size:1.1rem!important}}@media (max-width:768px){.content,.middle-container{padding:30px 16px;width:calc(100% - 40px)}.middle-container{margin:40px auto}.middle-container .main-title{font-size:2rem!important;line-height:1.4!important;margin-bottom:24px!important}.middle-container .sub-title{font-size:1rem!important;line-height:1.8!important}}@media (max-width:480px){.content,.middle-container{padding:24px 12px;width:calc(100% - 32px)}.middle-container{margin:30px auto}.middle-container .main-title{font-size:1.6rem!important;margin-bottom:20px!important}.middle-container .sub-title{font-size:.95rem!important;line-height:1.7!important}}.content{align-items:center;background-color:#fff;color:#000;display:flex;flex:1 1;flex-direction:column;height:auto!important;margin:0 auto;max-width:900px;min-height:300px;padding:40px 20px;text-align:center;width:calc(100% - 80px)}.content>div{max-width:100%;width:100%}.footer{background-color:#fff;color:#fff;flex-shrink:0;line-height:64px;text-align:center}.footer-container{align-items:center;display:flex;flex-direction:column;gap:0;height:100%;justify-content:center;margin:0;padding:0;width:100%}.cardContainer{background-color:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000f;margin-bottom:32px;padding:50px 40px;transition:box-shadow .3s ease,transform .3s ease;width:100%}.cardContainer:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.text-Container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-left:0;padding:0 20px}@media (max-width:1200px){.cardContainer{margin-bottom:28px;padding:45px 35px}.text-Container{padding:0 15px}}@media (max-width:768px){.cardContainer{margin-bottom:24px;padding:35px 24px}.text-Container{align-items:center;margin-left:0;padding:0;text-align:center}}@media (max-width:480px){.cardContainer{margin-bottom:20px;padding:28px 20px}.text-Container{padding:0}}.user-ranking-item-container{align-items:center;background-color:#b0d4ff;display:flex;flex-direction:column;font-weight:700;height:100%;justify-content:center;margin-top:0;width:100%}.nav-user-card{align-items:center;color:#64748b;display:flex;font-size:14px;gap:10px}.account-information-content{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:20px 30px}.IP-avatar{height:100px;width:100px}.User-Basic-Information{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:0 10px;min-height:40px;width:100%}.User-Basic-Information .ant-typography{align-items:center;display:flex;margin:0!important}.Person-Ranking-List,.User-Basic-Information .ant-btn{align-items:center;display:flex}.Person-Ranking-List{flex-direction:row;justify-content:space-between;margin:0;width:100%}.Person-Ranking-Title{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin:0 10px;width:100%}.Person-Ranking-Title .ant-typography{font-size:14px;font-weight:200;margin:0!important}.chat-float-button{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:50%;bottom:24px;box-shadow:0 8px 15px rgba(42,138,255,.074);color:#111827;cursor:pointer;display:flex;font-size:22px;font-weight:600;height:60px;justify-content:center;position:fixed;right:24px;transition:transform .2s ease,box-shadow .2s ease;width:60px;z-index:1001}.chat-float-button:hover{box-shadow:0 12px 22px #0f172a1f;transform:translateY(-2px)}.chat-panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;bottom:90px;box-shadow:0 12px 30px #0f172a1f;display:flex;flex-direction:column;height:70vh;max-height:640px;max-height:85vh;max-width:90vw;min-height:400px;min-width:320px;opacity:0;overflow:hidden;pointer-events:none;position:fixed;resize:both;right:24px;transform:translateY(10px);transition:all .2s ease;width:420px;z-index:1000}.chat-panel.open{opacity:1;pointer-events:auto;transform:translateY(0)}.chat-panel-header{align-items:center;background:#fff;color:#111827;display:flex;font-weight:600;justify-content:space-between;padding:10px 14px}.chat-panel-title{align-items:flex-start;display:flex;flex-direction:column;gap:2px}.chat-panel-title-text{font-size:14px;font-weight:600}.chat-panel-subtitle{color:#6b7280;font-size:10px;font-weight:400}.chat-panel-close{background:#0000;border:none;border-radius:6px;color:#111827;cursor:pointer;font-size:18px;line-height:1;padding:2px 6px;transition:color .2s ease,background .2s ease}.chat-panel-close:hover{background:#f3f4f6;color:#111827}.chat-panel-messages{background:#fff;display:flex;flex:1 1;flex-direction:column;gap:16px;overflow-y:auto;padding:14px}.chat-typing{align-items:center;display:flex;gap:4px;height:40px;min-width:48px;padding:12px 16px!important;width:-webkit-fit-content;width:fit-content}.chat-typing .dot{animation:typing 1.4s ease-in-out infinite both;background-color:#9ca3af;border-radius:50%;height:6px;width:6px}.chat-typing .dot:first-child{animation-delay:-.32s}.chat-typing .dot:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.chat-row{align-items:flex-end;display:flex;gap:8px}.chat-row-user{justify-content:flex-end}.chat-row-ai{justify-content:flex-start}.chat-bubble{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 6px 14px #0f172a0f;color:#111827;font-size:14px;line-height:1.5;max-width:70%;padding:8px 12px;text-align:left;white-space:pre-wrap}.chat-panel-input{background:#fff;border-top:1px solid #e5e7eb;display:flex;gap:8px;padding:10px 12px}.chat-input{flex:1 1}.chat-send-button{background:#2a8aff;border-color:#2a8aff;border-radius:8px}.chat-input .ant-input{background:#fff;border-color:#e5e7eb}.chat-input .ant-input-focused,.chat-input .ant-input:focus{border-color:#111827;box-shadow:0 0 0 2px #1118271f}@media (max-width:480px){.chat-panel{bottom:88px;height:70vh;left:12px;max-height:none;right:12px;width:auto}}
/*# sourceMappingURL=main.bbf4e69c.css.map*/