.rpg-tools-menu{margin:2rem 0;padding:2rem;position:relative}.rpg-tools-empty{text-align:center;padding:3rem;background:#f5f5f5;border-radius:8px;color:#666}.rpg-tools-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));position:relative;z-index:1}.rpg-tools-grid.rpg-tools-cols-2{grid-template-columns:repeat(2,1fr)}.rpg-tools-grid.rpg-tools-cols-3{grid-template-columns:repeat(3,1fr)}.rpg-tools-grid.rpg-tools-cols-4{grid-template-columns:repeat(4,1fr)}.rpg-tools-list{display:flex;flex-direction:column;gap:1rem;position:relative;z-index:1}.rpg-tools-list .rpg-tool-item{width:100%}.rpg-tools-cards{display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));position:relative;z-index:1}.rpg-tools-cards.rpg-tools-cols-2{grid-template-columns:repeat(2,1fr)}.rpg-tools-cards.rpg-tools-cols-3{grid-template-columns:repeat(3,1fr)}.rpg-tools-cards.rpg-tools-cols-4{grid-template-columns:repeat(4,1fr)}.rpg-tool-item{position:relative;background:rgba(255,255,255,.15);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.1);transition:all .3s ease;overflow:hidden}.rpg-tool-item:hover{background:rgba(255,255,255,.25);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);box-shadow:0 8px 32px rgba(0,0,0,.2);transform:translateY(-8px)}.rpg-tool-item:before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--tool-color,#007cba);transition:height .3s ease}.rpg-tool-item:hover:before{height:6px}.rpg-tool-link{display:flex;align-items:center;padding:1.5rem;text-decoration:none;color:inherit;gap:1rem}.rpg-tool-icon{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:var(--tool-color,#007cba);border-radius:12px;color:#fff;transition:transform .3s ease}.rpg-tool-item:hover .rpg-tool-icon{transform:scale(1.1) rotate(5deg)}.rpg-tool-icon .dashicons{font-size:32px;width:32px;height:32px}.rpg-tool-icon img{max-width:40px;max-height:40px;object-fit:contain}.rpg-tool-content{flex:1;min-width:0}.rpg-tool-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#1a1a1a;line-height:1.3}.rpg-tool-description{margin:0;font-size:.95rem;color:#666;line-height:1.5}.rpg-tool-arrow{flex-shrink:0;opacity:.5;transition:all .3s ease}.rpg-tool-arrow .dashicons{font-size:24px;width:24px;height:24px;color:var(--tool-color,#007cba)}.rpg-tool-item:hover .rpg-tool-arrow{opacity:1;transform:translateX(4px)}.rpg-tools-cards .rpg-tool-link{flex-direction:column;text-align:center;padding:2rem}.rpg-tools-cards .rpg-tool-icon{width:80px;height:80px;margin-bottom:1rem}.rpg-tools-cards .rpg-tool-icon .dashicons{font-size:40px;width:40px;height:40px}.rpg-tools-cards .rpg-tool-icon img{max-width:50px;max-height:50px}.rpg-tools-cards .rpg-tool-arrow{position:absolute;bottom:1rem;right:1rem}.rpg-tools-list .rpg-tool-item{border-left:4px solid var(--tool-color,#007cba);border-radius:4px}.rpg-tools-list .rpg-tool-item:before{display:none}.rpg-tools-list .rpg-tool-link{padding:1.25rem 1.5rem}.rpg-tools-list .rpg-tool-icon{width:50px;height:50px}.rpg-tools-list .rpg-tool-icon .dashicons{font-size:28px;width:28px;height:28px}@media (max-width:768px){.rpg-tools-grid.rpg-tools-cols-2,.rpg-tools-grid.rpg-tools-cols-3,.rpg-tools-grid.rpg-tools-cols-4{grid-template-columns:1fr}.rpg-tools-cards.rpg-tools-cols-2,.rpg-tools-cards.rpg-tools-cols-3,.rpg-tools-cards.rpg-tools-cols-4{grid-template-columns:1fr}.rpg-tool-link{padding:1.25rem}.rpg-tool-title{font-size:1.1rem}.rpg-tool-description{font-size:.9rem}}@media (max-width:480px){.rpg-tool-icon{width:50px !important;height:50px !important}.rpg-tool-icon .dashicons{font-size:24px !important;width:24px !important;height:24px !important}.rpg-tool-link{padding:1rem;gap:.75rem}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.8}}.rpg-tool-item:active{transform:translateY(-2px)}