/*
Theme Name: Nexus-V Master
Theme URI: https://example.com
Author: Nexus Team
Description: Casino Brand Defense SEO Theme (High Performance SPA)
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: nexus-v
*/

/* Tailwind CSS 기반이므로 별도 CSS 불필요. 스크롤바 숨김 처리 */
body { -webkit-font-smoothing: antialiased; }
.scrollbar-hide::-webkit-scrollbar { display: none; }
.scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; }
.spa-view { transition: opacity 0.3s ease-in-out; }