.shortcut-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 1.25rem;background:var(--bs-card-bg, #ffffff);border:1px solid var(--bs-border-color, #dee2e6);border-radius:.5rem;text-decoration:none;color:inherit;transition:all .3s ease;flex:0 1 auto;min-width:120px;max-width:160px;position:relative;overflow:hidden}.shortcut-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--shortcut-color, #0d6efd),transparent);transform:scaleX(0);transition:transform .3s ease}.shortcut-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:var(--shortcut-color, #0d6efd);text-decoration:none;color:inherit}.shortcut-card:hover:before{transform:scaleX(1)}.shortcut-icon{width:48px;height:48px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;font-size:1.4rem;transition:all .3s ease;position:relative;flex-shrink:0}.shortcut-card:hover .shortcut-icon{transform:scale(1.1) rotate(5deg)}.shortcut-icon i{position:relative;z-index:1}.shortcut-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.shortcut-danger{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.shortcut-success{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.shortcut-warning{background:linear-gradient(135deg,#fa709a,#fee140);color:#fff}.shortcut-info{background:linear-gradient(135deg,#30cfd0,#330867);color:#fff}.shortcut-purple{background:linear-gradient(135deg,#a8edea,#fed6e3);color:#333}.shortcut-teal{background:linear-gradient(135deg,#89f7fe,#66a6ff);color:#fff}.shortcut-label{font-size:.85rem;font-weight:600;text-align:center;color:var(--bs-body-color, #212529);line-height:1.25;width:100%;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.shortcut-card:hover .shortcut-label{color:var(--shortcut-color, #0d6efd)}[data-bs-theme=dark] .shortcut-card{background:var(--bs-card-bg, #2b3035);border-color:#ffffff1a}[data-bs-theme=dark] .shortcut-label{color:var(--bs-body-color, #e9ecef)}[data-bs-theme=dark] .shortcut-card:hover{border-color:var(--shortcut-color, #66b2ff);box-shadow:0 8px 24px #0006}[data-bs-theme=dark] .shortcut-card:hover .shortcut-label{color:var(--shortcut-color, #66b2ff)}@media (max-width: 1400px){.shortcut-card{padding:.9rem 1rem;min-width:110px;max-width:150px}.shortcut-icon{width:44px;height:44px;font-size:1.3rem}.shortcut-label{font-size:.8rem}}@media (max-width: 1200px){.shortcut-card{padding:.85rem .9rem;min-width:105px;max-width:140px}.shortcut-icon{width:42px;height:42px;font-size:1.25rem}.shortcut-label{font-size:.75rem}}@media (max-width: 992px){.shortcut-card{padding:.8rem .85rem;min-width:100px;max-width:130px}.shortcut-icon{width:40px;height:40px;font-size:1.2rem;margin-bottom:.4rem}.shortcut-label{font-size:.7rem}}@media (max-width: 768px){.shortcut-card{padding:.75rem .8rem;min-width:95px;max-width:120px}.shortcut-icon{width:38px;height:38px;font-size:1.1rem}.shortcut-label{font-size:.65rem}}@media (max-width: 576px){.shortcut-card{padding:.7rem .75rem;min-width:90px;max-width:110px}.shortcut-icon{width:36px;height:36px;font-size:1rem}.shortcut-label{font-size:.6rem}}.product-box{display:flex;flex-direction:row;gap:.75rem;padding:.75rem 1rem;background:var(--bs-card-bg, #ffffff);border:1px solid var(--bs-border-color, #dee2e6);border-radius:.5rem;transition:all .3s ease;flex:0 1 auto;min-width:200px;max-width:240px;position:relative;overflow:hidden}.product-box:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#30cfd0,transparent);transform:scaleX(0);transition:transform .3s ease}.product-box:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#30cfd0}.product-box:hover:before{transform:scaleX(1)}.product-box-item{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;text-decoration:none;color:inherit;transition:all .3s ease}.product-box-item:hover{text-decoration:none;color:inherit}.product-box-icon{width:40px;height:40px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;font-size:1.2rem;transition:all .3s ease;position:relative;flex-shrink:0}.product-box-item:hover .product-box-icon{transform:scale(1.1) rotate(5deg)}.product-box-icon i{position:relative;z-index:1}.product-box-label{font-size:.7rem;font-weight:600;text-align:center;color:var(--bs-body-color, #212529);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.product-box-item:hover .product-box-label{color:#30cfd0}.product-box-divider{width:1px;background:var(--bs-border-color, #dee2e6);margin:.5rem 0;align-self:stretch}[data-bs-theme=dark] .product-box{background:var(--bs-card-bg, #2b3035);border-color:#ffffff1a}[data-bs-theme=dark] .product-box-label{color:var(--bs-body-color, #e9ecef)}[data-bs-theme=dark] .product-box:hover{border-color:#30cfd0;box-shadow:0 8px 24px #0006}[data-bs-theme=dark] .product-box-item:hover .product-box-label{color:#30cfd0}[data-bs-theme=dark] .product-box-divider{background:#ffffff1a}@media (max-width: 1400px){.product-box{padding:.7rem .9rem;min-width:180px;max-width:220px}.product-box-icon{width:36px;height:36px;font-size:1.1rem}.product-box-label{font-size:.65rem}}@media (max-width: 1200px){.product-box{padding:.65rem .8rem;min-width:170px;max-width:200px}.product-box-icon{width:34px;height:34px;font-size:1rem}.product-box-label{font-size:.6rem}}@media (max-width: 992px){.product-box{padding:.6rem .7rem;min-width:160px;max-width:190px}.product-box-icon{width:32px;height:32px;font-size:.95rem;margin-bottom:.4rem}.product-box-label{font-size:.6rem}}@media (max-width: 768px){.product-box{padding:.55rem .6rem;min-width:150px;max-width:180px}.product-box-icon{width:30px;height:30px;font-size:.9rem}.product-box-label{font-size:.55rem}}@media (max-width: 576px){.product-box{padding:.5rem;min-width:140px;max-width:170px}.product-box-icon{width:28px;height:28px;font-size:.85rem}.product-box-label{font-size:.5rem}}.dashboard-shortcuts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(122px,1fr));gap:.5rem;align-items:start}.dashboard-shortcuts-grid>.dashboard-shortcut-span-2{grid-column:span 2;min-width:0;max-width:none;width:100%}.dashboard-shortcuts-grid>.shortcut-card,.dashboard-shortcuts-grid>.quick-select-icon-card{width:100%;min-width:0;max-width:none}@media (max-width: 400px){.dashboard-shortcuts-grid{grid-template-columns:repeat(auto-fill,minmax(108px,1fr))}.dashboard-shortcuts-grid>.dashboard-shortcut-span-2{grid-column:span 2}}.dashboard-shortcuts-section{overflow:visible}.dashboard-shortcuts-section .dashboard-shortcuts-grid:has(.quick-select-icon-card.active){position:relative;z-index:200}.quick-select-icon-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 1.25rem;background:var(--bs-card-bg, #ffffff);border:1px solid var(--bs-border-color, #dee2e6);border-radius:.5rem;text-decoration:none;color:inherit;transition:all .3s ease;flex:0 1 auto;min-width:120px;max-width:160px;position:relative;overflow:visible;cursor:pointer;z-index:1}.quick-select-icon-card.active{z-index:210}.quick-select-icon-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--shortcut-color, #0d6efd),transparent);transform:scaleX(0);transition:transform .3s ease}.quick-select-icon-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:var(--shortcut-color, #0d6efd);text-decoration:none;color:inherit}.quick-select-icon-card:hover:before{transform:scaleX(1)}.quick-select-icon{width:48px;height:48px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;font-size:1.4rem;transition:all .3s ease;position:relative;flex-shrink:0}.quick-select-icon-card:hover .quick-select-icon{transform:scale(1.1) rotate(5deg)}.quick-select-icon i{position:relative;z-index:1}.quick-select-label{font-size:.85rem;font-weight:600;text-align:center;color:var(--bs-body-color, #212529);line-height:1.25;width:100%;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.quick-select-icon-card:hover .quick-select-label{color:var(--shortcut-color, #0d6efd)}.quick-select-dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:var(--bs-card-bg, #ffffff);border:1px solid var(--bs-border-color, #dee2e6);border-radius:.5rem;box-shadow:0 8px 24px #00000026;max-height:300px;overflow-y:auto;z-index:220;display:none;min-width:250px}.quick-select-icon-card.active .quick-select-dropdown-menu{display:block}.quick-select-dropdown-item{padding:.75rem 1rem;font-size:.875rem;color:var(--bs-body-color, #212529);text-decoration:none;display:block;transition:all .2s ease;border-bottom:1px solid var(--bs-border-color, #dee2e6);cursor:pointer}.quick-select-dropdown-item:last-child{border-bottom:none}.quick-select-dropdown-item:hover{background-color:var(--bs-primary-bg-subtle, #e7f1ff);color:var(--bs-primary, #0d6efd)}[data-bs-theme=dark] .quick-select-icon-card{background:var(--bs-card-bg, #2b3035);border-color:#ffffff1a}[data-bs-theme=dark] .quick-select-label{color:var(--bs-body-color, #e9ecef)}[data-bs-theme=dark] .quick-select-icon-card:hover{border-color:var(--shortcut-color, #66b2ff);box-shadow:0 8px 24px #0006}[data-bs-theme=dark] .quick-select-icon-card:hover .quick-select-label{color:var(--shortcut-color, #66b2ff)}[data-bs-theme=dark] .quick-select-dropdown-menu{background:var(--bs-card-bg, #2b3035);border-color:#ffffff1a;box-shadow:0 8px 24px #0006}[data-bs-theme=dark] .quick-select-dropdown-item{color:var(--bs-body-color, #e9ecef);border-bottom-color:#ffffff1a}[data-bs-theme=dark] .quick-select-dropdown-item:hover{background-color:#66b2ff26;color:#66b2ff}.quick-select-dropdown-menu::-webkit-scrollbar{width:6px}.quick-select-dropdown-menu::-webkit-scrollbar-track{background:transparent}.quick-select-dropdown-menu::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}[data-bs-theme=dark] .quick-select-dropdown-menu::-webkit-scrollbar-thumb{background:#fff3}@media (max-width: 1400px){.quick-select-icon-card{padding:.9rem 1rem;min-width:110px;max-width:150px}.quick-select-icon{width:44px;height:44px;font-size:1.3rem}.quick-select-label{font-size:.8rem}}@media (max-width: 1200px){.quick-select-icon-card{padding:.85rem .9rem;min-width:105px;max-width:140px}.quick-select-icon{width:42px;height:42px;font-size:1.25rem}.quick-select-label{font-size:.75rem}}@media (max-width: 992px){.quick-select-icon-card{padding:.8rem .85rem;min-width:100px;max-width:130px}.quick-select-icon{width:40px;height:40px;font-size:1.2rem;margin-bottom:.4rem}.quick-select-label{font-size:.7rem}}@media (max-width: 768px){.quick-select-icon-card{padding:.75rem .8rem;min-width:95px;max-width:120px}.quick-select-icon{width:38px;height:38px;font-size:1.1rem}.quick-select-label{font-size:.65rem}}@media (max-width: 576px){.quick-select-icon-card{padding:.7rem .75rem;min-width:90px;max-width:110px}.quick-select-icon{width:36px;height:36px;font-size:1rem}.quick-select-label{font-size:.6rem}}.navbar-dashboard-shortcuts-panel{min-inline-size:min(100vw - 2rem,26rem);max-inline-size:min(100vw - 2rem,28rem)}.navbar-shortcuts-scroll{overflow-x:hidden;overflow-y:auto;max-block-size:min(70vh,28rem)}.navbar-shortcuts-scroll:has(.quick-select-icon-card.active){position:relative;z-index:6}.navbar-shortcuts-dropdown-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.45rem}.navbar-shortcuts-dropdown-grid .shortcut-card,.navbar-shortcuts-dropdown-grid .quick-select-icon-card,.navbar-shortcuts-dropdown-grid .product-box{width:100%;min-width:0;max-width:none}
