@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap);*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}@media (min-width:900px){html{font-size:18.5px}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#dbe3fc,#fbe2c9);background-attachment:fixed;color:#1a1a2e;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}:root{--color-trust:#4361ee;--color-trust-bg:#eef1fd;--color-betray:#f08c44;--color-betray-bg:#fdf3ec;--color-cooperate:#4361ee;--color-defect:#f08c44;--color-primary:#1a1a2e;--color-secondary:#6b7280;--color-border:#e3e3ec;--color-bg-light:#fafafa;--color-bg-white:#fff;--color-success:#4caf50;--gradient-bg:linear-gradient(135deg,#dbe3fc,#fbe2c9)}button{cursor:pointer;font-family:inherit;text-transform:lowercase;transition:all .2s ease}button:hover:not(:disabled){box-shadow:0 2px 8px #00000026;transform:translateY(-1px)}button:active:not(:disabled){transform:translateY(0)}button:disabled{cursor:not-allowed;opacity:.5}input,textarea{border:1px solid #e3e3ec;border:1px solid var(--color-border);border-radius:6px;font-family:inherit;font-size:14px;padding:10px 12px;transition:border-color .2s}input:focus,textarea:focus{border-color:#4361ee;border-color:var(--color-cooperate);outline:none}.card{background:#fff;background:var(--color-bg-white);border:1px solid #e3e3ec;border:1px solid var(--color-border);border-radius:12px;box-shadow:0 1px 3px #0000000d;padding:20px}.text-center{text-align:center}.text-cooperate{color:#4361ee;color:var(--color-cooperate)}.text-defect{color:#f08c44;color:var(--color-defect)}.text-secondary{color:#6b7280;color:var(--color-secondary)}.text-muted{color:#999}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#999}.profile-img{border:2px solid #e3e3ec;border:2px solid var(--color-border);border-radius:50%;object-fit:cover}.profile-img-sm{height:32px;width:32px}.profile-img-md{height:48px;width:48px}.profile-img-lg{height:64px;width:64px}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#1a1a2e;border-top:4px solid var(--color-primary);height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;padding:4px 10px}.badge-cooperate{background:#eef1fd;background:var(--color-trust-bg);color:#4361ee;color:var(--color-trust)}.badge-defect{background:#fdf3ec;background:var(--color-betray-bg);color:#f08c44;color:var(--color-betray)}.typing-dots{align-items:center;display:inline-flex;gap:4px}.typing-dots span{animation:typing-bounce 1.2s ease-in-out infinite;background:#f08c44;background:var(--color-betray);border-radius:50%;height:7px;width:7px}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}@keyframes typing-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@keyframes reveal-pop{0%{opacity:0;transform:scale(.5)}60%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){body{font-size:14px}.card{padding:15px}}
/*# sourceMappingURL=main.776abd0f.css.map*/