*,*:before,*:after{box-sizing:border-box}:root{--line-green: #06C755;--line-bg: #8CABD9}body{font-family:Noto Sans TC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#1a1c23;margin:0;padding:0;overflow:hidden;height:100vh;width:100vw}#root{height:100%}::-webkit-scrollbar{width:0px;background:transparent}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.animate-slide-up{animation:slide-up .3s ease-out forwards}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1 1 0%}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{top:0;right:0;bottom:0;left:0}.w-full{width:100%}.h-full{height:100%}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.p-4{padding:1rem}.m-0{margin:0}.grid{display:grid}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gap-1{gap:.25rem}.bg-white{background-color:#fff}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.font-bold{font-weight:700}.text-sm{fontSize:.875rem}.text-xs{fontSize:.75rem}.text-slate-800{color:#1e293b}.text-slate-400{color:#94a3b8}.border-t{border-top:1px solid #e2e8f0}.line-chat-bg{background-color:var(--line-bg)}
