@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary-color: #3182CE;--background-color: #F7FAFC;--text-color: #1A202C;--border-color: #E2E8F0;--shadow-color: rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background-color);color:var(--text-color);min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:600;line-height:1.2}p{margin-bottom:1rem}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}.transition{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.text-center{text-align:center}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}:focus{outline:2px solid var(--primary-color);outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.min-h-screen{min-height:100vh}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-3{padding:.75rem}.p-2{padding:.5rem}.pt-2{padding-top:.5rem}.mb-8{margin-bottom:2rem}.mb-6{margin-bottom:1.5rem}.mb-3{margin-bottom:.75rem}.mb-1{margin-bottom:.25rem}.mt-3{margin-top:.75rem}.mt-2{margin-top:.5rem}.gap-3{gap:.75rem}.gap-1{gap:.25rem}.space-y-4>*+*{margin-top:1rem}.space-y-2>*+*{margin-top:.5rem}.w-full{width:100%}.max-w-4xl{max-width:56rem}.max-w-2xl{max-width:42rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.italic{font-style:italic}.bg-gray-50{background-color:#f9fafb}.bg-white{background-color:#fff}.bg-blue-50{background-color:#ebf5ff}.text-red-500{color:#ef4444}.text-gray-700{color:#374151}.text-gray-600{color:#4b5563}.text-blue-600{color:#2563eb}.border{border:1px solid #E5E7EB}.border-t{border-top:1px solid #E5E7EB}.rounded-lg{border-radius:.5rem}.rounded{border-radius:.25rem}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-sm{box-shadow:0 1px 2px #0000000d}.overflow-hidden{overflow:hidden}.cursor-pointer{cursor:pointer}.opacity-90{opacity:.9}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.hover\:shadow-sm:hover{box-shadow:0 1px 2px #0000000d}.hover\:bg-blue-50:hover{background-color:#ebf5ff}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.emotion-transition{transition:all .3s ease}.emotion-enter{opacity:0;max-height:0}.emotion-enter-active,.emotion-exit{opacity:1;max-height:1000px}.emotion-exit-active{opacity:0;max-height:0}.selected-emotion{border-left:4px solid var(--primary-color)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loading-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}
