.lorcana-page{background:linear-gradient(135deg,#0f172a,#1e1b4b 50%,#312e81);min-height:100vh}.card-glow{box-shadow:0 10px 40px rgba(245,178,2,.15),0 0 0 1px rgba(255,255,255,.1)}.card-glow:hover{box-shadow:0 20px 60px rgba(245,178,2,.25),0 0 0 1px rgba(255,255,255,.15);transform:translateY(-2px);transition:all .3s ease}.gradient-text{background:linear-gradient(90deg,#f5b202,#0189c4,#81377b);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.lorcana-select{appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%239CA3AF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.lorcana-select:focus{outline:none;ring:1px;ring-color:rgba(245,178,2,.5);border-color:rgba(245,178,2,.5);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23F5B202' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e")}.bar-chart{display:grid;grid-template-columns:repeat(11,1fr);gap:2px;align-items:end;padding:6px 0;min-height:80px}@media (min-width:640px){.bar-chart{gap:4px}}.bar-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.bar,.bar-item{position:relative}.bar{width:100%;border-radius:8px 8px 4px 4px;transition:all .3s ease;min-height:20px;box-shadow:0 4px 12px rgba(0,0,0,.3)}.bar:hover{transform:scaleY(1.05);filter:brightness(1.2)}.bar-value{position:absolute;top:-20px;left:0;right:0;text-align:center;font-size:9px;font-weight:600;color:#e2e8f0}@media (min-width:640px){.bar-value{font-size:11px;top:-24px}}.bar-label{margin-top:6px;font-size:10px;color:#94a3b8;font-weight:500}@media (min-width:640px){.bar-label{font-size:12px;margin-top:8px}}.ink-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:9999px;font-size:13px;font-weight:600;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.loading-shimmer{background:linear-gradient(90deg,transparent,rgba(245,178,2,.1),transparent);background-size:1000px 100%;animation:shimmer 2s infinite}