.card-detail-container{max-width:1100px;margin:0 auto;padding:1.5rem 1rem 3rem}.card-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem}.card-breadcrumb a{color:#60a5fa;text-decoration:none;transition:color .2s}.card-breadcrumb a:hover{color:#93c5fd}.card-breadcrumb .breadcrumb-sep{color:#4b5563}.card-breadcrumb .breadcrumb-current{color:#94a3b8}.card-detail-layout{display:grid;grid-template-columns:320px 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:start}.card-card-panel{position:-webkit-sticky;position:sticky;top:80px}.card-card{background:rgba(15,23,42,.7);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center}.card-card-image-wrap{width:220px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.card-card-image{width:100%;height:auto;border-radius:10px;filter:drop-shadow(0 4px 16px rgba(0,0,0,.5))}.card-card-name{font-size:1.4rem;font-weight:700;color:#f1f5f9;margin:0 0 .75rem}.card-card-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1rem}.card-card-badges .badge{display:inline-block;padding:.25rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600;color:#fff}.card-card-cost{display:flex;align-items:center;gap:.4rem;font-size:1rem;color:#e2e8f0;font-weight:600;margin-bottom:1rem}.cost-icon{font-size:1.1rem}.card-upgrade-toggle{margin-top:.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.06);width:100%;display:flex;justify-content:center}.card-info-panel{display:flex;flex-direction:column;gap:1.25rem}.card-section{background:rgba(15,23,42,.7);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.5rem}.card-section.upgraded{border-color:rgba(34,197,94,.3);background:rgba(34,197,94,.04)}.card-section-title{font-size:1.2rem;font-weight:700;color:#f1f5f9;margin:0 0 1rem}.card-description-content{line-height:1.7;color:#cbd5e1;font-size:1.05rem}.card-description-content p{margin:0 0 .5rem}.card-description-content p:last-child{margin-bottom:0}.keyword-tooltip-wrap{position:relative;display:inline}.keyword-highlight{color:#fbbf24;font-weight:600;cursor:help;border-bottom:1px dashed #fbbf24}.keyword-tooltip{display:none;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translateX(-50%);background:#1e293b;border:1px solid #475569;border-radius:8px;padding:.5rem .75rem;font-size:.8rem;color:#e2e8f0;white-space:normal;width:max-content;max-width:250px;z-index:100;box-shadow:0 4px 12px rgba(0,0,0,.4);line-height:1.4}.keyword-tooltip-wrap:hover .keyword-tooltip{display:block}.card-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:.75rem;gap:.75rem}.card-stat-item{display:flex;align-items:center;gap:.75rem;background:rgba(26,26,56,.6);border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:.75rem 1rem}.card-stat-icon{font-size:1.2rem;flex-shrink:0}.card-stat-info{display:flex;flex-direction:column;gap:.15rem}.card-stat-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.card-stat-value{font-size:1.1rem;font-weight:700;color:#e2e8f0}.card-keywords-grid{display:flex;flex-wrap:wrap;gap:.5rem}.card-keyword-chip{display:inline-block;padding:.35rem .9rem;border-radius:6px;font-size:.85rem;font-weight:500;background:rgba(168,85,247,.12);color:#c4b5fd;border:1px solid rgba(168,85,247,.25)}.card-meta-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:.75rem;gap:.75rem}.card-meta-item{display:flex;flex-direction:column;gap:.2rem}.card-meta-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.card-meta-value{font-size:.95rem;font-weight:600;color:#e2e8f0}.card-detail-error{text-align:center;padding:4rem 1rem}.card-detail-error h1{color:#f1f5f9;margin-bottom:.5rem}.card-detail-error p{color:#94a3b8;margin-bottom:1.5rem}.back-link{display:inline-block;color:#60a5fa;text-decoration:none;font-size:.95rem;transition:color .2s}.back-link:hover{color:#93c5fd}.card-related-section{margin-top:2rem}.card-related-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem}@media (max-width:860px){.card-detail-layout{grid-template-columns:1fr}.card-card-panel{position:static}.card-related-grid{grid-template-columns:repeat(2,1fr)}.card-card{max-width:100%;flex-direction:row;align-items:center;text-align:left;gap:1.25rem;padding:1.25rem}.card-card-image-wrap{width:140px;margin-bottom:0;flex-shrink:0}.card-card-name{font-size:1.2rem;margin-bottom:.5rem}.card-card-badges{justify-content:flex-start;margin-bottom:.5rem}.card-card-cost{font-size:.9rem;margin-bottom:.5rem}.card-upgrade-toggle{border-top:none;padding-top:0;margin-top:.25rem;justify-content:flex-start}.card-section{border-radius:12px}.card-section-title{font-size:1.1rem;margin-bottom:.75rem}}@media (max-width:480px){.card-detail-container{padding:1rem .75rem 2rem}.card-breadcrumb{font-size:.8rem;gap:.35rem;margin-bottom:1rem;flex-wrap:wrap}.card-card{flex-direction:column;text-align:center;padding:1.25rem 1rem}.card-card-image-wrap{width:160px;margin-bottom:1rem}.card-card-badges,.card-upgrade-toggle{justify-content:center}.card-section{padding:1rem .85rem;border-radius:10px}.card-section-title{font-size:1rem}.card-stats-grid{grid-template-columns:1fr}.card-meta-grid,.card-related-grid{grid-template-columns:repeat(2,1fr)}.card-detail-error{padding:2.5rem 1rem}}