@tailwind base;@tailwind components;@tailwind utilities;html{font-size:13.6px;line-height:1.5}#root{width:100%}body{margin:0;padding:0;overflow:auto}@layer base{body{@apply bg-main text-text-main transition-colors duration-300;}}@layer utilities{.text-theme-emphasis{color:var(--theme-emphasis)}.text-theme-emphasis-foreground{color:var(--theme-emphasis-foreground)}.bg-theme-emphasis{background-color:var(--theme-emphasis)}.border-theme-emphasis{border-color:var(--theme-emphasis)}.focus-ring-theme-emphasis:focus,.focus-ring-theme-emphasis:focus-visible{outline:none;box-shadow:0 0 0 1px color-mix(in srgb,var(--theme-emphasis) 80%,transparent)}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.animate-fade-in{animation:fadeIn .6s cubic-bezier(.16,1,.3,1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--brand-500)}.writing-vertical{writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:.1em}
