:root{--bg-color: #0f172a;--card-bg: rgba(30, 41, 59, .7);--primary-gold: #fbbf24;--accent-purple: #7c3aed;--text-main: #f8fafc;--text-muted: #94a3b8;--border-color: rgba(251, 191, 36, .3);--hp-color: #ef4444;--mp-color: #3b82f6;--gauge-color: #10b981}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-color);background-image:linear-gradient(rgba(15,23,42,.8),rgba(15,23,42,.8)),url(/assets/bg-d6778026.png);background-size:cover;background-position:center;background-attachment:fixed;color:var(--text-main);overflow:hidden;height:100vh;width:100vw}#root{height:100%;display:flex;flex-direction:column}.glass{background:var(--card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:12px}.btn{background:linear-gradient(135deg,var(--accent-purple),#4c1d95);color:#fff;border:none;padding:8px 16px;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .1s,opacity .2s;box-shadow:0 4px 6px -1px #0000001a}.btn:active{transform:scale(.95)}.progress-container{width:100%;height:6px;background:rgba(0,0,0,.3);border-radius:3px;overflow:hidden;margin:4px 0}.progress-bar{height:100%;transition:width .1s linear}.app-container{flex:1;display:flex;flex-direction:column;padding:12px 12px 80px;gap:12px;overflow-y:auto}@media (max-width: 768px){.app-container{padding:8px}}@keyframes slideDown{0%{transform:translateY(-30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes resultScale{0%{transform:scale(.5);opacity:0}70%{transform:scale(1.1);opacity:1}to{transform:scale(1);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-slide-down{animation:slideDown .4s ease-out forwards}.animate-result-scale{animation:resultScale .5s cubic-bezier(.34,1.56,.64,1) forwards}.animate-fade-in{animation:fadeIn .3s ease-in forwards}.talent-node{cursor:pointer;transition:filter .3s,transform .2s}.talent-node:hover{filter:brightness(1.3);transform:scale(1.1)}.talent-node-start{fill:#3b82f6;stroke:#fff;stroke-width:2px}.talent-node-minor{fill:#475569;stroke:#fff3}.talent-node-notable{fill:#92400e;stroke:var(--primary-gold);stroke-width:2px}.talent-node-keystone{fill:#7c3aed;stroke:#fff;stroke-width:3px}.talent-node-allocated{fill:var(--primary-gold)!important;stroke:#fff!important;filter:drop-shadow(0 0 8px var(--primary-gold))}.talent-node-reachable{stroke:var(--primary-gold);stroke-width:2px;animation:pulse-border 1.5s infinite}@keyframes pulse-border{0%{stroke-opacity:.3;stroke-width:1px}50%{stroke-opacity:1;stroke-width:3px}to{stroke-opacity:.3;stroke-width:1px}}.talent-line{stroke:#1e293b;stroke-width:2;transition:stroke .5s}.talent-line-active{stroke:var(--primary-gold);stroke-width:3;filter:drop-shadow(0 0 4px var(--primary-gold));stroke-dasharray:1000;stroke-dashoffset:1000;animation:draw-line 1s forwards}@keyframes draw-line{to{stroke-dashoffset:0}}.talent-starfield{background:radial-gradient(circle at center,#1e293b 0%,#0f172a 100%);position:relative;overflow:hidden}.talent-starfield:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(1px 1px at 20px 30px,#eee,rgba(0,0,0,0)),radial-gradient(1px 1px at 40px 70px,#fff,rgba(0,0,0,0)),radial-gradient(1px 1px at 50px 160px,#ddd,rgba(0,0,0,0)),radial-gradient(1px 1px at 90px 40px,#fff,rgba(0,0,0,0)),radial-gradient(1px 1px at 130px 80px,#fff,rgba(0,0,0,0)),radial-gradient(1px 1px at 160px 120px,#eee,rgba(0,0,0,0));background-repeat:repeat;background-size:200px 200px;opacity:.3;pointer-events:none}
