.mail-panel{padding:0;background:#1a1a1a;color:#ccc;min-height:300px}.mail-panel__tabs{display:flex;border-bottom:1px solid #333;background:#222}.mail-panel__tab{flex:1;padding:10px 16px;background:transparent;border:none;color:#999;font-size:.85rem;font-weight:600;cursor:pointer;transition:color .2s,border-bottom .2s;border-bottom:2px solid transparent;text-align:center}.mail-panel__tab:hover{color:#edc988}.mail-panel__tab--active{color:#edc988;border-bottom-color:#edc988}.mail-panel__content{padding:12px;min-height:300px;display:flex;flex-direction:column;background:linear-gradient(#1a1a1ad9,#1a1a1ad9),url(/static/images/background/bg_mail.jpg) center / cover no-repeat}.mail-send{display:flex;flex-direction:column;gap:12px}.mail-send__field{display:flex;flex-direction:column;gap:4px}.mail-send__label{font-size:.75rem;color:#999;text-transform:uppercase;letter-spacing:.5px}.mail-send__balance{font-size:.72rem;color:#888;margin-top:1px}.mail-send__dc-hint{margin-left:8px;color:#666;font-style:italic}.mail-send__input{background:#2a2a2a;border:1px solid #444;color:#eee;padding:6px 10px;border-radius:4px;font-size:.85rem;outline:none;transition:border-color .2s}.mail-send__input:focus{border-color:#edc988}.mail-send__input::placeholder{color:#666}.mail-send__autocomplete{position:relative}.mail-send__autocomplete-list{position:absolute;top:100%;left:0;right:0;background:#2a2a2a;border:1px solid #444;border-top:none;border-radius:0 0 4px 4px;z-index:10;max-height:180px;overflow-y:auto}.mail-send__autocomplete-item{padding:6px 10px;cursor:pointer;font-size:.85rem;color:#ccc;display:flex;justify-content:space-between;align-items:center}.mail-send__autocomplete-item:hover{background:#333;color:#edc988}.mail-send__autocomplete-level{font-size:.7rem;color:#777}.mail-send__slots-label{font-size:.75rem;color:#999;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.mail-send__slots{display:flex;flex-wrap:wrap;gap:6px;min-height:60px;justify-content:center;align-content:flex-start}.mail-send__slot{width:52px;height:52px;background:linear-gradient(135deg,#1e1e1e,#121212);border:1px solid #444;border-radius:4px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:border-color .15s}.mail-send__slot:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/static/images/imagens/slots/bg_slots.png);background-size:cover;background-position:center;opacity:.15;pointer-events:none;z-index:0}.mail-send__slot:hover{border-color:#edc988}.mail-send__slot--empty{cursor:default;opacity:.4}.mail-send__slot--empty:hover{border-color:#444}.mail-send__slot img{width:36px;height:36px;object-fit:contain;position:relative;z-index:1}.mail-send__slot-qty{position:absolute;bottom:1px;right:1px;font-size:8px;color:#f8f9fa;background:#343a40;padding:0 4px;border-radius:.25rem;line-height:1.3;min-width:10px;min-height:10px;display:flex;justify-content:center;align-items:center;z-index:2}.mail-send__slot-remove{position:absolute;top:-4px;right:-4px;width:16px;height:16px;background:#c62828;color:#fff;border:none;border-radius:50%;font-size:.55rem;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .15s;z-index:3;padding:0;line-height:1}.mail-send__slot:hover .mail-send__slot-remove{opacity:1}.mail-send__slot--forged{border-color:#7c4dff;box-shadow:0 0 6px #7c4dff4d}.mail-send__resources{display:flex;gap:12px}.mail-send__resources .mail-send__field{flex:1}.mail-send__inventory-header{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.mail-send__inventory-search{background:#2a2a2a;border:1px solid #444;color:#eee;padding:4px 8px;border-radius:4px;font-size:.8rem;width:180px;outline:none}.mail-send__inventory-search:focus{border-color:#edc988}.mail-send__inventory-grid{display:flex;flex-wrap:wrap;gap:6px;max-height:180px;overflow-y:auto;margin-top:8px;padding:8px;justify-content:center;align-content:flex-start}.mail-send__inv-slot{width:52px;height:52px;background:linear-gradient(135deg,#1e1e1e,#121212);border:1px solid #444;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:border-color .15s}.mail-send__inv-slot:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/static/images/imagens/slots/bg_slots.png);background-size:cover;background-position:center;opacity:.15;pointer-events:none;z-index:0}.mail-send__inv-slot:hover{border-color:#edc988}.mail-send__inv-slot--disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.mail-send__inv-slot--disabled:hover{border-color:#444}.mail-send__inv-slot--forged{border-color:#7c4dff;box-shadow:0 0 6px #7c4dff4d}.mail-send__inv-slot img{width:36px;height:36px;object-fit:contain;position:relative;z-index:1}.mail-send__inv-slot-qty{position:absolute;bottom:1px;right:1px;font-size:8px;color:#f8f9fa;background:#343a40;padding:0 4px;border-radius:.25rem;line-height:1.3;min-width:10px;min-height:10px;display:flex;justify-content:center;align-items:center;z-index:1}.mail-send__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.mail-send__btn{padding:8px 20px;border:none;border-radius:4px;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .2s}.mail-send__btn:disabled{opacity:.5;cursor:not-allowed}.mail-send__btn--primary{background:#edc988;color:#1a1a1a}.mail-send__btn--primary:hover:not(:disabled){background:#d4b06e}.mail-inbox__empty{text-align:center;padding:40px 20px;color:#666;font-size:.9rem}.mail-inbox__list{display:flex;flex-direction:column;gap:10px}.mail-inbox__item{background:#222;border:1px solid #333;border-radius:6px;padding:10px 12px}.mail-inbox__item--redeemed{opacity:.5}.mail-inbox__item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.mail-inbox__sender{font-size:.85rem;color:#edc988;font-weight:600}.mail-inbox__date{font-size:.7rem;color:#777}.mail-inbox__resources{display:flex;gap:12px;margin-bottom:8px;font-size:.8rem}.mail-inbox__resource{display:flex;align-items:center;gap:4px}.mail-inbox__resource--gold{color:gold}.mail-inbox__resource--dc{color:#7c4dff}.mail-inbox__items-grid{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.mail-inbox__slot{width:52px;height:52px;background:linear-gradient(135deg,#1e1e1e,#121212);border:1px solid #444;border-radius:4px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:border-color .15s}.mail-inbox__slot:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/static/images/imagens/slots/bg_slots.png);background-size:cover;background-position:center;opacity:.15;pointer-events:none;z-index:0}.mail-inbox__slot:hover{border-color:#edc988}.mail-inbox__slot--redeemed{opacity:.4;cursor:default}.mail-inbox__slot--redeemed:hover{border-color:#444}.mail-inbox__slot img{width:36px;height:36px;object-fit:contain;position:relative;z-index:1}.mail-inbox__slot-qty{position:absolute;bottom:1px;right:1px;font-size:8px;color:#f8f9fa;background:#343a40;padding:0 4px;border-radius:.25rem;line-height:1.3;min-width:10px;min-height:10px;display:flex;justify-content:center;align-items:center;z-index:1}.mail-inbox__item-actions{display:flex;justify-content:flex-end;gap:8px}.mail-qty-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:10050;display:flex;align-items:center;justify-content:center}.mail-qty-box{background:#2a2a2a;border:1px solid #555;border-radius:6px;padding:16px;width:min(320px,92vw);box-sizing:border-box;color:#eee}.mail-qty-box h6{margin:0 0 10px;font-size:.85rem;color:#edc988;overflow-wrap:anywhere}.mail-qty-box input{width:100%;box-sizing:border-box;background:#1a1a1a;border:1px solid #555;color:#eee;padding:6px 10px;border-radius:4px;font-size:.85rem;margin-bottom:10px}.mail-qty-box__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.mail-qty-box__actions .mail-send__btn{padding:6px 12px;font-size:.8rem;white-space:nowrap;flex:0 1 auto}@media (max-width: 360px){.mail-qty-box{padding:12px;width:92vw}.mail-qty-box__actions{gap:6px}.mail-qty-box__actions .mail-send__btn{flex:1 1 100%;padding:8px 10px;font-size:.78rem}}.mail-panel__feedback{padding:8px 12px;border-radius:4px;font-size:.8rem;margin-bottom:10px}.mail-panel__feedback--success{background:#4caf5033;color:#81c784;border:1px solid rgba(76,175,80,.3)}.mail-panel__feedback--error{background:#c6282833;color:#ef9a9a;border:1px solid rgba(198,40,40,.3)}.mail-panel__loading{text-align:center;padding:30px;color:#777}.mail-confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;z-index:10060;display:flex;align-items:center;justify-content:center}.mail-confirm-box{background:#2a2a2a;border:1px solid #555;border-radius:8px;padding:20px;max-width:380px;width:90%;color:#eee;text-align:center}.mail-confirm-box h6{margin:0 0 12px;font-size:.95rem;color:#edc988}.mail-confirm-box p{font-size:.85rem;color:#bbb;margin-bottom:16px;line-height:1.5}.mail-confirm-box__actions{display:flex;gap:10px;justify-content:center}@media (max-width: 768px){.mail-send__resources{flex-direction:column;gap:8px}.mail-send__slot{width:46px;height:46px}.mail-send__slot img{width:32px;height:32px}.mail-send__inv-slot{width:46px;height:46px}.mail-send__inv-slot img{width:32px;height:32px}.mail-send__inventory-search{width:140px}.mail-send__inventory-grid{max-height:140px}.mail-inbox__slot{width:46px;height:46px}.mail-inbox__slot img{width:32px;height:32px}}.mail-send__textarea{background:#2a2a2a;border:1px solid #444;color:#eee;padding:6px 10px;border-radius:4px;font-size:.85rem;outline:none;transition:border-color .2s;width:100%;resize:vertical;min-height:40px;max-height:80px;font-family:inherit}.mail-send__textarea:focus{border-color:#edc988}.mail-send__textarea::placeholder{color:#666}.mail-inbox__message{background:#252525;border-left:3px solid #edc988;padding:6px 10px;margin-bottom:8px;border-radius:0 4px 4px 0;font-size:.8rem;color:#ddd;font-style:italic;word-break:break-word}.outfit-unlock-panel{display:flex;flex-direction:column;gap:.75rem}.outfit-unlock-toolbar{display:flex;gap:.5rem;align-items:center}.outfit-unlock-search{flex:1;min-width:0;background:#ffffff0d;border-color:#ffffff26;color:#e0e0e0}.outfit-unlock-search::placeholder{color:#888}.outfit-unlock-filter{width:auto;min-width:130px;background:#ffffff0d;border-color:#ffffff26;color:#e0e0e0}.outfit-unlock-filter option{background:#1a1a2e;color:#e0e0e0}.outfit-unlock-layout{display:flex;gap:1rem;min-height:300px}.outfit-unlock-list{flex:0 0 200px;display:flex;flex-direction:column;gap:.35rem}.outfit-unlock-thumb{width:64px;height:64px;flex-shrink:0;image-rendering:pixelated;image-rendering:crisp-edges}.outfit-card{display:flex;flex-direction:column;align-items:flex-start;padding:.4rem .5rem;border:1px solid rgba(255,255,255,.1);border-radius:.375rem;background:#ffffff08;cursor:pointer;transition:border-color .15s,background .15s;width:100%;text-align:left;color:#e0e0e0}.outfit-card:hover{background:#ffffff12;border-color:#ffffff40}.outfit-card.selected{border-color:#0dcaf0;background:#0dcaf014}.outfit-card__top{display:flex;align-items:center;gap:.4rem;width:100%}.outfit-card__top .outfit-unlock-thumb{width:60px;height:60px}.outfit-card__info{flex:1;min-width:0}.outfit-card__name{font-size:.8rem;font-weight:600;line-height:1.2;margin-bottom:.1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.outfit-card__status{font-size:.65rem;font-weight:500;border-radius:3px;padding:0 .3rem;display:inline-block}.outfit-card__status--locked{color:#888;background:#ffffff0d}.outfit-card__status--available{color:#ffc107;background:#ffc1071a}.outfit-card__status--unlocked{color:#28a745;background:#28a7451a}.outfit-card__status--partial{color:#17a2b8;background:#17a2b81a}.outfit-card__status--complete{color:#28a745;background:#28a74526}.outfit-card__addons{display:flex;gap:.25rem;margin-top:.2rem}.outfit-card__addon{font-size:.6rem;font-weight:700;padding:.05rem .3rem;border-radius:3px;background:#ffffff14;color:#888}.outfit-card__addon.unlocked{background:#28a74526;color:#28a745}.outfit-unlock-pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}.outfit-unlock-page-info{font-size:.8rem}.outfit-unlock-detail{flex:1;min-width:0;padding:.75rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:.5rem}.outfit-unlock-detail__title{font-size:1rem;font-weight:600;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1);color:#e0e0e0}.outfit-unlock-detail__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:200px}.outfit-unlock-section{margin-bottom:.75rem;padding:.6rem;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:.375rem}.outfit-unlock-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.4rem}.outfit-unlock-section__header .outfit-unlock-thumb{width:64px;height:64px}.outfit-unlock-section__title{font-size:.85rem;font-weight:600;color:#ccc}.outfit-unlock-section__date{font-size:.65rem;color:#888;margin-top:.15rem}.outfit-unlock-section__reqs{display:flex;flex-direction:column;gap:.3rem}.outfit-unlock-req{display:flex;align-items:center;gap:.5rem;padding:.3rem .5rem;background:#ffffff08;border-radius:.25rem;font-size:.8rem}.outfit-unlock-req.fulfilled{border-left:2px solid #28a745}.outfit-unlock-req.missing{border-left:2px solid #dc3545}.outfit-unlock-req__icon{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.outfit-unlock-req__img{width:24px;height:24px;object-fit:contain}.outfit-unlock-req__name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#ddd}.outfit-unlock-req__qty{font-weight:600;white-space:nowrap;font-size:.8rem}.outfit-unlock-req__check{flex-shrink:0;font-size:.75rem}.outfit-unlock-btn{font-size:.8rem;font-weight:600}@media (max-width: 575.98px){.outfit-unlock-layout{flex-direction:column}.outfit-unlock-list{flex:none;flex-direction:row;flex-wrap:wrap;gap:.3rem}.outfit-card{flex:0 0 calc(50% - .15rem)}.outfit-card__top .outfit-unlock-thumb{width:52px;height:52px}.outfit-unlock-detail{min-height:auto}.outfit-unlock-toolbar{flex-direction:column}.outfit-unlock-filter{width:100%}}
