@tailwind base;@tailwind components;@tailwind utilities;.theme-transition *{transition:background-color .3s ease,border-color .3s ease,color .3s ease}:root{--bg-primary: #FDF6E3;--bg-secondary: #F5E8C8;--bg-elevated: #FFFDF5;--text-primary: #2C2C2C;--text-secondary: #666666;--text-muted: #999999;--border-light: rgba(0, 0, 0, .1);--border-medium: rgba(0, 0, 0, .2);--border-strong: rgba(0, 0, 0, .3);--accent-primary: #C41E3A;--accent-gold: #D4AF37}.dark{--bg-primary: #1a1a2e;--bg-secondary: #16213e;--bg-elevated: #0f3460;--text-primary: #eaeaea;--text-secondary: #a0a0a0;--text-muted: #666666;--border-light: rgba(255, 255, 255, .1);--border-medium: rgba(255, 255, 255, .2);--border-strong: rgba(255, 255, 255, .3);--accent-primary: #e53935;--accent-gold: #d4af37}@layer base{*{margin:0;padding:0;box-sizing:border-box}html{font-family:Noto Sans SC,Source Han Sans CN,PingFang SC,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--bg-primary);color:var(--text-primary);min-height:100vh;overflow-x:hidden;position:relative}body:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23d4af37' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");opacity:.3;z-index:-1;pointer-events:none}.dark body:before{opacity:.1;filter:invert(1) brightness(.5)}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}::-webkit-scrollbar-thumb{background:#d4af374d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#d4af3780}.dark ::-webkit-scrollbar-track{background:#ffffff0d}.dark ::-webkit-scrollbar-thumb{background:#d4af3766}.dark ::-webkit-scrollbar-thumb:hover{background:#d4af3799}}@layer utilities{.text-balance{text-wrap:balance}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.rice-paper-effect{@apply bg-rice-paper border border-gold border-opacity-20 shadow-lg;background-image:linear-gradient(to bottom,#fdf6e3e6,#f5e8c8e6)}.card-hover{@apply transition-all duration-300 hover:shadow-xl hover:-translate-y-1 hover:border-chinese-gold/50;}.text-gradient-red{@apply bg-gradient-to-r from-chinese-red to-chinese-red-light bg-clip-text text-transparent;}.text-gradient-gold{@apply bg-gradient-to-r from-chinese-gold to-chinese-gold-light bg-clip-text text-transparent;}.vertical-text{writing-mode:vertical-rl;text-orientation:upright}.seal-border{border:2px solid #C41E3A;box-shadow:inset 0 0 10px #c41e3a1a,0 0 15px #c41e3a33;position:relative}.seal-border:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border:1px solid #D4AF37;pointer-events:none}.gold-glow{box-shadow:0 0 20px #d4af374d}.red-glow{box-shadow:0 0 20px #c41e3a4d}.rice-paper-gradient{background:linear-gradient(135deg,#fdf6e3f2,#f5e8c8e6,#fffdf5f2)}.ink-blur{filter:blur(2px);opacity:.7}.scroll-effect{@apply relative;background:linear-gradient(to bottom,#fdf6e3,#f5e8c8);border-left:8px solid #C41E3A;border-right:8px solid #C41E3A}.scroll-effect:before,.scroll-effect:after{content:"";position:absolute;top:0;bottom:0;width:20px;background:linear-gradient(to right,#d4af37,#b7950b);z-index:1}.scroll-effect:before{left:-8px}.scroll-effect:after{right:-8px}}@layer components{.deity-card{@apply relative bg-white dark:bg-dark-bg-elevated rounded-xl overflow-hidden border border-gray-200 dark:border-dark-border-medium shadow-md dark:shadow-dark-md transition-all duration-300 card-hover;}.deity-card:hover{@apply shadow-xl dark:shadow-dark-lg transform -translate-y-1;border-color:#d4af37}.btn-primary{@apply px-8 py-4 bg-chinese-red dark:bg-chinese-red-light text-white font-semibold rounded-lg transition-all duration-300 hover:bg-chinese-red-light dark:hover:bg-chinese-red hover:shadow-xl dark:hover:shadow-dark-lg hover:scale-105 focus:outline-none focus:ring-2 focus:ring-chinese-red/50 dark:focus:ring-chinese-red-light/50 focus:ring-offset-2 dark:focus:ring-offset-dark-bg-secondary disabled:opacity-50 disabled:cursor-not-allowed disabled:hover:scale-100;}.btn-secondary{@apply px-8 py-4 bg-chinese-gold dark:bg-chinese-gold-light text-ink-black dark:text-dark-text-primary font-semibold rounded-lg border border-chinese-gold dark:border-chinese-gold-light transition-all duration-300 hover:bg-chinese-gold-light dark:hover:bg-chinese-gold hover:shadow-xl dark:hover:shadow-dark-lg hover:scale-105 focus:outline-none focus:ring-2 focus:ring-chinese-gold/50 dark:focus:ring-chinese-gold-light/50 focus:ring-offset-2 dark:focus:ring-offset-dark-bg-secondary;}.btn-ghost{@apply px-6 py-3 text-text-secondary dark:text-dark-text-secondary font-medium transition-all duration-200 hover:text-chinese-red dark:hover:text-chinese-red-light hover:bg-gray-100 dark:hover:bg-dark-bg-secondary rounded-lg focus:outline-none;}.tag{@apply inline-flex items-center px-4 py-2 rounded-full text-sm font-semibold;}.tag-red{@apply tag bg-chinese-red/10 dark:bg-chinese-red-light/10 text-chinese-red dark:text-chinese-red-light border border-chinese-red/20 dark:border-chinese-red-light/20;}.tag-gold{@apply tag bg-chinese-gold/10 dark:bg-chinese-gold-light/10 text-chinese-gold-dark dark:text-chinese-gold-light border border-chinese-gold/20 dark:border-chinese-gold-light/20;}.tag-blue{@apply tag bg-azure-dragon/10 dark:bg-azure-dragon/20 text-azure-dragon dark:text-blue-300 border border-azure-dragon/20 dark:border-blue-300/20;}.tag-pink{@apply tag bg-phoenix-pink/10 dark:bg-phoenix-pink/20 text-phoenix-pink dark:text-pink-300 border border-phoenix-pink/20 dark:border-pink-300/20;}.tag-gray{@apply tag bg-bloodline-gray/10 dark:bg-gray-700 text-bloodline-gray dark:text-gray-300 border border-bloodline-gray/20 dark:border-gray-600;}.input-mythology{@apply w-full px-6 py-4 bg-white dark:bg-dark-bg-elevated border border-gray-300 dark:border-dark-border-medium rounded-lg text-text-primary dark:text-dark-text-primary placeholder-text-tertiary dark:placeholder-dark-text-muted transition-all duration-300 focus:outline-none focus:border-chinese-red dark:focus:border-chinese-red-light focus:ring-2 focus:ring-chinese-red/20 dark:focus:ring-chinese-red-light/20 hover:border-gray-400 dark:hover:border-dark-border-strong;}.nav-link{@apply relative px-6 py-3 text-text-secondary dark:text-dark-text-secondary font-medium transition-all duration-300 hover:text-chinese-red dark:hover:text-chinese-red-light hover:bg-gray-50 dark:hover:bg-dark-bg-secondary rounded-lg;}.nav-link.active{@apply text-chinese-red dark:text-chinese-red-light bg-red-50 dark:bg-chinese-red-light/10;}.nav-link.active:after{content:"";@apply absolute bottom-0 left-1/4 right-1/4 h-1 bg-chinese-red dark:bg-chinese-red-light rounded-full;}.classic-quote{@apply p-8 bg-white dark:bg-dark-bg-elevated rounded-xl border border-gray-200 dark:border-dark-border-medium shadow-md dark:shadow-dark-md font-serif text-lg;position:relative}.classic-quote:before{content:"「";@apply absolute -top-4 -left-4 text-4xl text-chinese-red dark:text-chinese-red-light font-bold;}.classic-quote:after{content:"」";@apply absolute -bottom-4 -right-4 text-4xl text-chinese-red dark:text-chinese-red-light font-bold;}.classic-quote .source{@apply mt-6 text-sm text-text-tertiary dark:text-dark-text-muted italic border-t border-gray-200 dark:border-dark-border-medium pt-4;}.relation-line-enemy{stroke:#c41e3a}.dark .relation-line-enemy{stroke:#e53935}.relation-line-mentor{stroke:#4169e1}.dark .relation-line-mentor{stroke:#60a5fa}.relation-line-family{stroke:#ff69b4}.dark .relation-line-family{stroke:#f472b6}.relation-line-bloodline{stroke:#6b7280}.dark .relation-line-bloodline{stroke:#9ca3af}.page-container{@apply min-h-screen px-4 sm:px-6 lg:px-8 py-8;background:var(--bg-primary)}.section-title{@apply text-3xl md:text-4xl font-serif font-bold text-gradient-red mb-8 relative inline-block;}.section-title:after{content:"";@apply absolute -bottom-2 left-0 right-0 h-1 bg-gradient-to-r from-chinese-red to-chinese-gold rounded-full;}.stat-card{@apply p-8 bg-white dark:bg-dark-bg-elevated rounded-xl border border-gray-200 dark:border-dark-border-medium shadow-lg dark:shadow-dark-lg text-center transition-all duration-300 hover:border-chinese-gold dark:hover:border-chinese-gold-light hover:shadow-xl dark:hover:shadow-dark-xl hover:-translate-y-1;}.stat-card .number{@apply text-4xl md:text-5xl font-bold text-chinese-red dark:text-chinese-red-light;}.stat-card .label{@apply mt-3 text-lg text-text-secondary dark:text-dark-text-secondary;}.hero-section{@apply relative py-24 md:py-32 overflow-hidden;background:linear-gradient(135deg,#fdf6e3f2,#f5e8c8e6)}.dark .hero-section{background:linear-gradient(135deg,#1a1a2ef2,#16213ee6)}.category-card{@apply relative p-8 bg-white dark:bg-dark-bg-elevated rounded-xl border border-gray-200 dark:border-dark-border-medium shadow-lg dark:shadow-dark-lg overflow-hidden transition-all duration-500 hover:shadow-2xl dark:hover:shadow-dark-2xl hover:-translate-y-2;}.category-card:hover{border-color:#d4af37}.featured-card{@apply relative bg-white dark:bg-dark-bg-elevated rounded-xl overflow-hidden border border-gray-200 dark:border-dark-border-medium shadow-lg dark:shadow-dark-lg transition-all duration-500 hover:shadow-2xl dark:hover:shadow-dark-2xl hover:-translate-y-2;}.featured-card:hover{border-color:#c41e3a}}@media (max-width: 768px){.vertical-text{writing-mode:horizontal-tb}.deity-card{@apply rounded-lg;}.classic-quote{@apply p-4;}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--color-primary: #e94560;--color-primary-dark: #c73e54;--color-primary-light: #ff6b6b;--color-bg-dark: #1a1a2e;--color-bg-card: #16213e;--color-bg-elevated: #1f2937;--color-text-primary: #f5f5f5;--color-text-secondary: #a0a0a0;--color-text-muted: #6b7280;--color-deity: #722ed1;--color-creature: #13c2c2;--color-relation: #f5222d;--color-story: #fa8c16;--border-color: rgba(233, 69, 96, .2);--shadow-card: 0 4px 20px rgba(0, 0, 0, .4);--shadow-glow: 0 0 20px rgba(233, 69, 96, .3);--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-xxl: 48px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--font-title: "Noto Serif SC", "Source Han Serif CN", serif;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--transition-fast: .2s ease;--transition-normal: .3s ease;--transition-slow: .5s ease}body{background:linear-gradient(135deg,var(--color-bg-dark) 0%,#0f0f1e 100%);color:var(--color-text-primary);font-family:var(--font-body);min-height:100vh}.myth-card{background:var(--color-bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:var(--transition-normal)}.myth-card:hover{box-shadow:var(--shadow-glow);border-color:#e9456066;transform:translateY(-2px)}.myth-btn-primary{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);border:none;color:#fff;padding:12px 24px;border-radius:var(--radius-md);font-weight:500;transition:var(--transition-fast)}.myth-btn-primary:hover{box-shadow:var(--shadow-glow);transform:scale(1.02)}.myth-tag{display:inline-flex;align-items:center;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500}.myth-tag-deity{background:#722ed133;color:#b37feb;border:1px solid rgba(114,46,209,.3)}.myth-tag-creature{background:#13c2c233;color:#5cdbd3;border:1px solid rgba(19,194,194,.3)}.myth-title{font-family:var(--font-title);font-weight:700;background:linear-gradient(135deg,#fff 0%,var(--color-primary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.graph-container{background:var(--color-bg-card);border-radius:var(--radius-xl);border:1px solid var(--border-color)}.graph-node{cursor:pointer;transition:var(--transition-fast)}.graph-node:hover{filter:drop-shadow(0 0 8px var(--color-primary))}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glow{0%,to{box-shadow:0 0 20px #e945604d}50%{box-shadow:0 0 40px #e9456099}}.animate-float{animation:float 3s ease-in-out infinite}.animate-glow{animation:glow 2s ease-in-out infinite}@media (max-width: 768px){:root{--space-lg: 16px;--space-xl: 24px}}.search-input-mythology .ant-input{background:#ffffff0d;border:1px solid rgba(255,255,255,.2);color:var(--text-primary);border-radius:12px;padding:12px 16px;font-size:16px;transition:all .3s ease}.search-input-mythology .ant-input:hover{border-color:var(--chinese-red);background:#ffffff14}.search-input-mythology .ant-input:focus{border-color:var(--chinese-red);box-shadow:0 0 0 2px #c41e3a33;background:#ffffff1a}.search-input-mythology .ant-input::placeholder{color:var(--text-tertiary)}.search-input-mythology .ant-input-group-addon{background:transparent;border:none}.search-input-mythology .ant-input-search-button{background:var(--chinese-red);border-color:var(--chinese-red);border-radius:0 12px 12px 0;height:100%}.search-input-mythology .ant-input-search-button:hover{background:var(--chinese-red-light);border-color:var(--chinese-red-light)}.input-mythology{background:#ffffff0d;border:1px solid rgba(255,255,255,.2);color:var(--text-primary);border-radius:12px;padding:12px 16px;font-size:16px;transition:all .3s ease}.input-mythology:hover{border-color:var(--chinese-red);background:#ffffff14}.input-mythology:focus{border-color:var(--chinese-red);box-shadow:0 0 0 2px #c41e3a33;background:#ffffff1a}.input-mythology::placeholder{color:var(--text-tertiary)}.pagination-mythology .ant-pagination-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:8px;min-width:36px;height:36px}.pagination-mythology .ant-pagination-item a{color:var(--text-primary)}.pagination-mythology .ant-pagination-item:hover{border-color:var(--chinese-red);background:#ffffff1a}.pagination-mythology .ant-pagination-item:hover a{color:var(--chinese-red)}.pagination-mythology .ant-pagination-item-active{background:var(--chinese-red);border-color:var(--chinese-red)}.pagination-mythology .ant-pagination-item-active a{color:#fff}.pagination-mythology .ant-pagination-item-active:hover{background:var(--chinese-red-light);border-color:var(--chinese-red-light)}.pagination-mythology .ant-pagination-prev,.pagination-mythology .ant-pagination-next{background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:8px;min-width:36px;height:36px}.pagination-mythology .ant-pagination-prev:hover,.pagination-mythology .ant-pagination-next:hover{border-color:var(--chinese-red);background:#ffffff1a}.pagination-mythology .ant-pagination-prev:hover .ant-pagination-item-link,.pagination-mythology .ant-pagination-next:hover .ant-pagination-item-link{color:var(--chinese-red)}.pagination-mythology .ant-pagination-disabled{opacity:.5;cursor:not-allowed}.pagination-mythology .ant-pagination-disabled:hover{border-color:#fff3;background:#ffffff0d}.ant-dropdown-menu{background:var(--ink-dark);border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 8px 32px #0000004d;padding:8px}.ant-dropdown-menu-item{color:var(--text-primary);border-radius:8px;padding:10px 12px;margin:2px 0;transition:all .2s ease}.ant-dropdown-menu-item:hover{background:#ffffff1a;color:var(--celestial-gold)}.ant-dropdown-menu-item-selected{background:#c41e3a33;color:var(--chinese-red)}.ant-tag{border-radius:6px;padding:2px 8px;font-size:12px;transition:all .2s ease}.ant-tag:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.ant-select:not(.ant-select-customize-input) .ant-select-selector{background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:var(--text-primary);transition:all .3s ease}.ant-select:not(.ant-select-customize-input) .ant-select-selector:hover{border-color:var(--chinese-red);background:#ffffff14}.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector{border-color:var(--chinese-red);box-shadow:0 0 0 2px #c41e3a33;background:#ffffff1a}.ant-select-dropdown{background:var(--ink-dark);border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 8px 32px #0000004d}.ant-select-item{color:var(--text-primary);border-radius:8px;padding:10px 12px;margin:2px;transition:all .2s ease}.ant-select-item:hover{background:#ffffff1a;color:var(--celestial-gold)}.ant-select-item-option-selected{background:#c41e3a33;color:var(--chinese-red)}.ant-radio-wrapper{color:var(--text-primary)}.ant-radio-inner{background:#ffffff0d;border-color:#ffffff4d}.ant-radio-checked .ant-radio-inner{background:var(--chinese-red);border-color:var(--chinese-red)}.ant-radio-wrapper:hover .ant-radio-inner{border-color:var(--chinese-red)}.ant-btn{border-radius:8px;font-weight:500;transition:all .3s ease}.ant-btn-primary{background:var(--chinese-red);border-color:var(--chinese-red)}.ant-btn-primary:hover{background:var(--chinese-red-light);border-color:var(--chinese-red-light);transform:translateY(-1px);box-shadow:0 4px 12px #c41e3a4d}.ant-btn-default{background:#ffffff0d;border-color:#fff3;color:var(--text-primary)}.ant-btn-default:hover{background:#ffffff1a;border-color:var(--chinese-red);color:var(--chinese-red);transform:translateY(-1px)}@keyframes pulse-glow{0%,to{opacity:1}50%{opacity:.5}}.loading-pulse{animation:pulse-glow 2s ease-in-out infinite}@media (max-width: 768px){.search-input-mythology .ant-input,.input-mythology{padding:10px 14px;font-size:14px}.pagination-mythology .ant-pagination-item{min-width:32px;height:32px;font-size:12px}.ant-tag{padding:1px 6px;font-size:11px}}.text-gradient-gold{background:linear-gradient(135deg,#d4af37,#f7ef8a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-red{background:linear-gradient(135deg,#c41e3a,#e53935);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
