@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";.element-orb{position:relative;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;-webkit-user-select:none;user-select:none}.orb-inner{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.orb-icon{display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 0 5px currentColor)}.element-orb.sm .orb-inner{width:60px;height:60px}.element-orb.md .orb-inner{width:100px;height:100px}.element-orb.lg .orb-inner{width:140px;height:140px}.selection-ring{position:absolute;width:120%;height:120%;border-radius:50%;top:-10%;left:-10%}.element-orb:hover .orb-inner{filter:brightness(1.2)}.element-orb.selected{z-index:100}@media (max-width: 768px){.element-orb.md{width:80px!important;height:80px!important}.element-orb.md .orb-inner{width:80px;height:80px}.element-orb.lg{width:100px!important;height:100px!important}.element-orb.lg .orb-inner{width:100px;height:100px}}.creation-cycle-container{width:100%;max-width:600px;margin:0 auto;position:relative;display:flex;flex-direction:column;align-items:center}.cycle-graphics-wrapper{position:relative;width:400px;height:400px;max-width:100%;display:flex;justify-content:center}.cycle-diagram{width:400px;height:400px;max-width:100%;position:relative}.orbs-container{position:absolute;top:0;width:400px;height:400px;max-width:100%}.cycle-legend{display:flex;gap:2rem;margin-top:1rem;flex-wrap:wrap;justify-content:center}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-secondary)}.legend-line{width:30px;height:2px;border-radius:1px}.legend-line.generation-line{background:linear-gradient(90deg,rgba(16,185,129,.5),transparent);border:1px dashed rgba(16,185,129,.3)}.legend-line.control-line{background:linear-gradient(90deg,rgba(239,68,68,.3),transparent);border:1px dashed rgba(239,68,68,.2)}.flow-fast{stroke-dasharray:10,5;animation:sheng-flow .5s linear infinite}.flow-slow{stroke-dasharray:10,5;animation:sheng-flow 3s linear infinite}@keyframes sheng-flow{0%{stroke-dashoffset:20}to{stroke-dashoffset:0}}.flow-group.active line{filter:drop-shadow(0 0 5px currentColor)}.orb-wrapper{position:absolute;width:100px;height:100px;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.creation-cycle-container{max-width:90vw}.cycle-diagram,.cycle-graphics-wrapper,.orbs-container{width:300px;height:300px}.orb-wrapper{width:80px;height:80px}.cycle-legend{gap:1rem}}@media (max-width: 480px){.cycle-diagram,.cycle-graphics-wrapper,.orbs-container{width:250px;height:250px}.orb-wrapper{width:60px;height:60px}}.element-detail{width:100%;position:relative;padding:1rem 0}.back-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;margin-bottom:2rem;background:var(--bg-tertiary);border:1px solid var(--metal-dark);color:var(--text-primary);border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;font-size:.95rem}.back-button:hover{background:var(--bg-secondary);border-color:var(--metal-primary);transform:translate(-4px)}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.detail-column{display:flex;flex-direction:column;gap:1.5rem}.profile-card{background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left:4px solid;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.profile-header{padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.element-emoji{font-size:3rem;text-shadow:0 0 20px currentColor}.profile-name{font-size:1.75rem;font-weight:700;margin:0}.profile-content{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.profile-section{display:flex;flex-direction:column;gap:.5rem}.profile-section h3{font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin:0}.organs-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:.5rem}.organs-grid>div{background:rgba(255,255,255,.03);padding:.75rem;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.05)}.organs-grid .label{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;margin:0}.organs-grid .value{font-size:.95rem;font-weight:500;margin:.25rem 0 0}.meridian-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem;margin:0}.meridian-list li{padding:.5rem;background:rgba(255,255,255,.03);border-radius:var(--radius-sm);border-left:2px solid currentColor;font-size:.9rem}.emotions-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:.5rem}.emotion{padding:1rem;border-radius:var(--radius-md);border:1px solid;display:flex;flex-direction:column;gap:.5rem}.emotion.balanced{background:rgba(16,185,129,.1);border-color:#10b9814d}.emotion.imbalanced{background:rgba(239,68,68,.1);border-color:#ef44444d}.emotion-state{font-size:.75rem;text-transform:uppercase;color:var(--text-secondary);margin:0}.emotion-value{font-size:.9rem;font-weight:500;margin:0}.text-secondary{color:var(--text-secondary);font-size:.9rem;margin:0;line-height:1.5}.therapy-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:.5rem}.therapy-grid>div{background:rgba(255,255,255,.03);padding:.75rem;border-radius:var(--radius-md)}.value{font-size:.95rem;font-weight:500;margin:.25rem 0 0;color:var(--text-primary)}.meridian-section,.toolkit-section{background:rgba(255,255,255,.05)!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-md)}.section-title{font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.section-description{font-size:.9rem;color:var(--text-secondary);margin:0 0 1.5rem;line-height:1.5}@media (max-width: 1024px){.detail-grid{grid-template-columns:1fr}.profile-name{font-size:1.5rem}}@media (max-width: 768px){.element-emoji{font-size:2.5rem}.organs-grid,.therapy-grid{grid-template-columns:1fr}.meridian-list{gap:.25rem}.meridian-list li{padding:.5rem;font-size:.85rem}}.game-screen{width:100%;min-height:100vh;display:flex;flex-direction:column;padding:2rem}.game-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;width:100%}.game-title{font-size:2rem;font-weight:700;margin:0}.game-content{flex:1;display:flex;align-items:center;justify-content:center;width:100%}.selection-container{width:100%;max-width:800px;display:flex;flex-direction:column;align-items:center}.selection-container h2{font-size:1.75rem;margin-bottom:2rem;text-align:center}@media (max-width: 1024px){.game-screen{padding:1.5rem}.game-title{font-size:1.5rem}.selection-container h2{font-size:1.5rem;margin-bottom:1.5rem}}@media (max-width: 768px){.game-screen{padding:1rem}.game-header{flex-direction:column;gap:1rem;margin-bottom:1.5rem}.game-title{font-size:1.25rem}.selection-container h2{font-size:1.25rem;margin-bottom:1rem}}.app-root{width:100%;min-height:100vh;overflow-x:hidden;position:relative}.splash-screen{width:100%;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;position:relative;overflow-x:hidden}.splash-content{text-align:center;z-index:10;position:relative;width:100%;padding-top:100px;padding-bottom:60px}@media (max-width: 600px){.splash-content{padding-top:90px;padding-bottom:max(40px,env(safe-area-inset-bottom))}}.splash-title{font-size:4rem;font-weight:700;margin-bottom:1rem;line-height:1.2;letter-spacing:-.02em}.splash-subtitle{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2rem;font-weight:300;letter-spacing:.05em}.btn-large{padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;margin:1rem auto;display:inline-block;min-width:200px}.splash-footer{margin-top:2rem;opacity:.8}.splash-footer p{font-size:.875rem;margin:0}.background-orbs{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;overflow:hidden}.orb{position:absolute;width:300px;height:300px;border-radius:50%;opacity:.15;filter:blur(50px)}.orb:nth-child(1){background:linear-gradient(135deg,#667eea,#764ba2);top:-50px;right:-50px}.orb:nth-child(2){background:linear-gradient(135deg,#f093fb,#f5576c);bottom:-50px;left:-50px}.orb:nth-child(3){background:linear-gradient(135deg,#4facfe,#00f2fe);top:50%;right:-100px}.game-screen{width:100%;min-height:100vh;padding:2rem;display:flex;flex-direction:column}.game-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.game-title{font-size:1.5rem;font-weight:600}.exit-button{padding:.5rem 1rem;font-size:.875rem;background:var(--bg-tertiary);border:1px solid var(--metal-dark);color:var(--text-primary);border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease}.exit-button:hover{background:var(--bg-secondary);border-color:var(--metal-primary)}:root{--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-top: env(safe-area-inset-top, 0px)}@media (max-width: 600px){button,a[role=button]{min-height:44px}input,textarea,select{font-size:1rem!important}}@media (max-width: 768px){.splash-title{font-size:2.5rem}.splash-subtitle{font-size:1rem}.game-header{flex-direction:column;gap:1rem}}@media (max-width: 600px){.splash-title{font-size:2rem}.splash-subtitle{font-size:.9rem}.game-screen{padding:1rem}}@media (max-width: 480px){.splash-title{font-size:1.75rem}}:root{--wood-color: #10b981;--fire-color: #ef4444;--earth-color: #f59e0b;--metal-color: #94a3b8;--water-color: #3b82f6;--wood-glow: rgba(16, 185, 129, .4);--fire-glow: rgba(239, 68, 68, .4);--earth-glow: rgba(245, 158, 11, .4);--metal-glow: rgba(148, 163, 184, .4);--water-glow: rgba(59, 130, 246, .4);--bg-dark: #0f111a;--glass-bg: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .08);--text-primary: #f8fafc;--text-secondary: #94a3b8}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;font-family:Outfit,sans-serif;background-color:var(--bg-dark);color:var(--text-primary);overflow-x:hidden;overflow-y:auto;background-image:radial-gradient(circle at 15% 50%,rgba(59,130,246,.03),transparent 25%),radial-gradient(circle at 85% 30%,rgba(16,185,129,.03),transparent 25%);min-height:100vh;width:100vw;display:flex;justify-content:center;align-items:flex-start}.glass-panel{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:16px;box-shadow:0 4px 30px #0000001a}.gradient-text{background:linear-gradient(135deg,#f8fafc 0%,#cbd5e1 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
