@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{margin:0;padding:0;box-sizing:border-box}html{font-family:Source Han Sans SC,Noto Sans SC,PingFang SC,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:linear-gradient(135deg,#0a0e17,#1a0b2e);color:#f9fafb;min-height:100vh;overflow-x:hidden}#root{min-h-screen}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff0d}::-webkit-scrollbar-thumb{background:#ffd7004d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffd70080}}@layer utilities{.text-balance{text-wrap:balance}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.glass-effect{@apply backdrop-blur-md bg-white/5 border border-white/10;}.card-hover{@apply transition-all duration-300 hover:shadow-gold hover:-translate-y-1;}.text-gradient-gold{@apply bg-gradient-to-r from-celestial-gold to-yellow-300 bg-clip-text text-transparent;}.vertical-text{writing-mode:vertical-rl;text-orientation:upright}.ink-border{border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 0 20px #ffffff05,0 0 20px #0000004d}.gold-glow{box-shadow:0 0 20px #ffd7004d}.ink-gradient{background:linear-gradient(135deg,#2c2436cc,#1a0b2e99,#0a0e17e6)}}@layer components{.deity-card{@apply relative bg-ink-wash/80 rounded-xl overflow-hidden ink-border transition-all duration-300;}.deity-card:hover{@apply shadow-gold transform -translate-y-1;border-color:#ffd7004d}.btn-primary{@apply px-6 py-3 bg-celestial-gold text-deep-space font-semibold rounded-lg transition-all duration-200 hover:shadow-gold hover:scale-105 focus:outline-none focus:ring-2 focus:ring-celestial-gold/50 disabled:opacity-50 disabled:cursor-not-allowed disabled:hover:scale-100;}.btn-secondary{@apply px-6 py-3 bg-white/10 text-text-primary font-medium rounded-lg border border-white/20 transition-all duration-200 hover:bg-white/20 hover:border-celestial-gold/50 focus:outline-none focus:ring-2 focus:ring-white/20;}.btn-ghost{@apply px-4 py-2 text-text-secondary font-medium transition-all duration-200 hover:text-celestial-gold focus:outline-none;}.tag{@apply inline-flex items-center px-3 py-1 rounded-full text-sm font-medium;}.tag-gold{@apply tag bg-celestial-gold/20 text-celestial-gold border border-celestial-gold/30;}.tag-blue{@apply tag bg-azure-dragon/20 text-azure-dragon border border-azure-dragon/30;}.tag-pink{@apply tag bg-phoenix-pink/20 text-phoenix-pink border border-phoenix-pink/30;}.tag-red{@apply tag bg-crimson-jade/20 text-crimson-jade border border-crimson-jade/30;}.tag-gray{@apply tag bg-bloodline-gray/20 text-bloodline-gray border border-bloodline-gray/30;}.input-mythology{@apply w-full px-4 py-3 bg-white/5 border border-white/20 rounded-lg text-text-primary placeholder-text-tertiary transition-all duration-200 focus:outline-none focus:border-celestial-gold/50 focus:shadow-gold hover:border-white/30;}.nav-link{@apply relative px-4 py-2 text-text-secondary font-medium transition-all duration-200 hover:text-celestial-gold;}.nav-link.active{@apply text-celestial-gold;}.nav-link.active:after{content:"";@apply absolute bottom-0 left-0 right-0 h-0.5 bg-celestial-gold rounded-full;}.classic-quote{@apply p-6 bg-gradient-to-br from-ink-wash/60 to-nebula-purple/40 rounded-xl border border-white/10 font-serif;}.classic-quote .source{@apply mt-4 text-sm text-text-tertiary italic;}.relation-line-enemy{stroke:#dc143c}.relation-line-mentor{stroke:#4169e1}.relation-line-family{stroke:#ff69b4}.relation-line-bloodline{stroke:#6b7280}.page-container{@apply min-h-screen px-4 sm:px-6 lg:px-8 py-8;background:linear-gradient(135deg,#0a0e17,#1a0b2e)}.section-title{@apply text-2xl md:text-3xl font-serif font-bold text-gradient-gold mb-6;}.stat-card{@apply p-6 bg-ink-wash/60 rounded-xl border border-white/10 text-center transition-all duration-300 hover:border-celestial-gold/30 hover:shadow-gold;}.stat-card .number{@apply text-3xl md:text-4xl font-bold text-celestial-gold;}.stat-card .label{@apply mt-2 text-sm text-text-secondary;}}@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}}
