.header-actions{display:flex;align-items:center;gap:12px}.cart-button{display:flex;align-items:center;gap:9px;padding:10px 16px;border:1px solid rgba(45,180,232,.2);border-radius:9px;background:rgba(255,255,255,.04);color:#cfe4f0;cursor:pointer;font:600 15px Rajdhani}.cart-button:hover{border-color:rgba(45,180,232,.5);color:#fff}.cart-button>i,.cart-head i{color:#2db4e8}.cart-button span{display:grid;place-items:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#2db4e8;color:#04121b;font-size:12px;font-weight:700}.cart-overlay{position:fixed;inset:0;z-index:60;display:flex;justify-content:flex-end;background:rgba(4,8,14,.72);backdrop-filter:blur(5px)}.cart-overlay[hidden]{display:none}.cart-drawer{display:flex;flex-direction:column;width:min(440px,100%);height:100%;border-left:1px solid rgba(45,180,232,.24);background:linear-gradient(200deg,#10202efd,#09121bfd);box-shadow:-30px 0 90px #0009;animation:cart-in .25s ease both}.cart-head{display:flex;align-items:center;justify-content:space-between;padding:22px 26px;border-bottom:1px solid rgba(45,180,232,.14)}.cart-head h2{color:#fff;font:700 23px Rajdhani;text-transform:uppercase}.cart-head button,.cart-remove{display:grid;place-items:center;width:36px;height:36px;border:1px solid rgba(45,180,232,.18);border-radius:9px;background:rgba(255,255,255,.05);cursor:pointer}.cart-content{display:flex;flex:1;flex-direction:column;gap:14px;overflow:auto;padding:20px 26px}.cart-empty{display:grid;place-items:center;align-content:center;flex:1;gap:15px;text-align:center;color:#7f97a7}.cart-empty i{display:grid;place-items:center;width:72px;height:72px;border-radius:50%;background:rgba(45,180,232,.08);color:#3a5a70;font-size:28px}.cart-empty strong{color:#cfe4f0;font:600 19px Rajdhani}.cart-item{display:flex;align-items:center;gap:14px;padding:14px;border:1px solid rgba(45,180,232,.13);border-radius:12px;background:rgba(255,255,255,.03)}.cart-item-icon{display:grid;place-items:center;flex:none;width:48px;height:48px;border-radius:10px;color:#fff;font-size:20px}.cart-item-copy{flex:1;min-width:0}.cart-item-copy strong{display:block;overflow:hidden;color:#fff;font:700 17px Rajdhani;text-overflow:ellipsis;white-space:nowrap}.cart-item-copy small{color:#7fc9ec}.cart-remove{width:32px;height:32px;border-color:rgba(232,76,76,.25);background:rgba(232,76,76,.1);color:#ffa0a0}.cart-footer{padding:22px 26px;border-top:1px solid rgba(45,180,232,.14);background:rgba(6,12,20,.5)}.cart-footer>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.cart-footer>div span{color:#8fa6b6;font:600 15px Rajdhani;text-transform:uppercase}.cart-footer>div strong{color:#fff;font:700 21px Rajdhani}.cart-footer>a{display:flex;align-items:center;justify-content:center;gap:10px;padding:15px;border-radius:11px;background:linear-gradient(135deg,#2db4e8,#1487b8);color:#fff;font:600 17px Rajdhani}.cart-footer>small{display:block;margin-top:11px;color:#5f7789;text-align:center}@keyframes cart-in{from{transform:translateX(100%)}}@media(max-width:620px){.header-actions{gap:7px}.cart-button{padding:10px 11px}.cart-button{font-size:0}.cart-button i,.cart-button span{font-size:14px}.header-actions .discord{padding:10px 11px;font-size:0}.header-actions .discord i{font-size:17px}}
