@media (min-width:768px){.bag-item__progress-bar-container{width:100%}}@media (max-width:767px){.bag-item{padding:.85rem}.bag-item__content{gap:.75rem}.bag-item__content,.bag-item__info{flex-direction:column;align-items:flex-start;width:100%}.bag-item__info{gap:.35rem}.bag-item__name{font-size:1rem;flex:none;text-align:left}.bag-item__price{font-size:.875rem;flex:none;text-align:left}.bag-item__progress-bar-container{width:100%}.bag-item__timer-label{font-size:.75rem}}.bag-item__name,.bag-item__price{word-break:break-word;line-height:1.25}.bag-remember-msg{color:#0369a1;font-size:14px;margin:6px 0 10px;text-align:center;font-weight:500;opacity:.85}.bag-remember-bold{font-weight:600}@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");:root{--color-text:#1f2937;--color-text-light:#6b7280;--color-border:#e5e7eb;--color-background:#fff;--color-hover:#f9fafb;--color-black:#000;--color-black-hover:#1f2937;--spacing-xs:0.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2rem;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1);--transition:all 0.2s cubic-bezier(0.4,0,0.2,1);--font-family:"Poppins",sans-serif}.modal_bag{font-family:var(--font-family);position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.75);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(8px);overflow-y:auto;padding:0 1rem}.modal-content_bag{background:var(--color-background);width:100%;padding:1rem;height:auto;max-height:90vh;display:flex;flex-direction:column;position:relative;animation:slideUp .3s cubic-bezier(.4,0,.2,1);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);margin:auto;overflow:hidden}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.close-icon{top:1.5rem;right:1.5rem;font-size:1.5rem;color:var(--color-text-light);transition:var(--transition);width:36px;height:36px;background:var(--color-hover)}.close-icon:hover{color:var(--color-text);background:var(--color-hover);transform:rotate(90deg)}.modal-content_bag h2{color:var(--color-text);font-size:1.75rem;font-weight:700;margin-bottom:.5rem;text-align:center;letter-spacing:-.025em}.bag-modal__header{margin-bottom:.25rem}.bag-modal__body{flex:1;min-height:0;overflow-y:auto}.bag-modal__footer{position:relative;padding-top:.5rem}.subtitle{color:var(--color-text-light);font-size:1rem;text-align:center;font-weight:400}.bag-items{list-style:none;margin:0;display:flex;flex-direction:column;gap:1rem;overflow:visible;max-height:none;padding:.2rem 0 .2rem .2rem;-ms-overflow-style:none;scrollbar-width:none;scroll-snap-type:y proximity}.bag-items::-webkit-scrollbar{display:none}.bag-item{position:relative;display:flex;align-items:stretch;gap:1rem;padding:1rem;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(148,163,184,.25);border-radius:var(--radius-lg);cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;box-shadow:0 12px 26px -15px rgba(15,23,42,.45);scroll-snap-align:start}.bag-item img{object-fit:contain}.bag-item:hover{transform:translateY(-4px);box-shadow:0 20px 32px -16px rgba(15,23,42,.35)}.bag-item--selected{border-color:rgba(0,0,0,.35);box-shadow:0 0 0 3px rgba(0,0,0,.15),0 24px 38px -20px rgba(0,0,0,.35);transform:translateY(-4px)}.bag-item--selected:hover{border-color:rgba(0,0,0,.45);box-shadow:0 0 0 3px rgba(0,0,0,.22),0 26px 40px -20px rgba(0,0,0,.4)}.bag-item-image{width:110px;height:110px;display:flex;justify-content:center;align-items:center;border-radius:18px;overflow:hidden;transition:transform .25s ease;flex-shrink:0;min-width:110px}.bag-item:hover .bag-item-image{transform:scale(1.04)}.bag-item__content{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:.75rem;min-width:0}.bag-item__info{display:flex;align-items:flex-start;gap:.75rem}.bag-item__name{font-size:1.05rem;flex:1 1 80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bag-item__name,.bag-item__price{color:var(--color-text);font-weight:600;margin:0}.bag-item__price{font-size:.95rem;flex:0 0 20%;text-align:right}.bag-item__progress-bar-container{width:100%;display:flex;flex-direction:column;gap:.4rem;margin-top:.25rem}.bag-item__progress-bar-bg{width:100%;height:.5rem;background:rgba(148,163,184,.25);border-radius:999px;overflow:hidden}.bag-item__progress-bar-fill{height:100%;border-radius:999px;transition:width .4s ease}.bag-item__timer-label{font-size:.8rem;font-weight:500;letter-spacing:.01em;text-align:center}.bag-item__timer-label--active,.bag-item__timer-label--expired{color:var(--color-text-light)}.action-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.action-buttons__button{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;border-radius:14px;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease;font-weight:600;font-size:.85rem;letter-spacing:.01em;border:none;text-align:center}.action-buttons__button:hover{transform:translateY(-3px)}.action-buttons__button:disabled{opacity:.6;cursor:not-allowed;transform:none}.action-buttons__button--sell{background:#000;color:#fff;box-shadow:0 14px 36px -16px rgba(15,23,42,.65)}.action-buttons__button--order{background-color:transparent;border:1px solid #000;color:#000}.action-buttons__button-label{font-size:1rem;line-height:1.3}.action-buttons__button-caption{font-size:.7rem;opacity:.8}.bag-empty{text-align:center;padding:3rem 2rem;color:var(--color-text-light);font-size:1.125rem}@media (min-width:768px){.modal-content_bag{width:90%;max-width:900px;max-height:85vh;margin:2rem auto;padding:1rem}.bag-items{display:grid;grid-template-columns:1fr;gap:1.25rem;max-height:calc(85vh - 250px);padding-right:.5rem}.bag-item{flex-direction:column;align-items:center;padding:1rem}.bag-item-image{width:130px;height:130px}.bag-item__content{width:100%;align-items:stretch;gap:1rem}.bag-item__info{align-items:flex-start}.action-buttons{grid-template-columns:repeat(2,minmax(160px,1fr))}}@media (min-width:1024px){.modal-content_bag{width:78%;max-width:820px;height:auto}.bag-items{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.bag-item{flex-direction:column}.bag-item-image{width:120px;height:120px}.action-buttons{gap:.5rem}.action-buttons__button{border-radius:12px}.action-buttons__button-label{font-size:.9rem}.action-buttons__button-caption{font-size:.65rem;line-height:1.2}}@media (max-width:768px){.modal-content_bag{height:100dvh;max-height:none;border-radius:0;margin:0;padding:1.25rem 1rem}.modal_bag{padding:0;align-items:flex-start}.action-buttons{grid-template-columns:1fr 1fr}.bag-item__name{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;overflow-wrap:anywhere}.bag-items{max-height:none;overflow:visible;padding-right:0}.bag-modal__footer{margin-top:auto;position:sticky;bottom:0;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 28%)}}.bag-loading{display:none;height:100%;width:100%}.bag-items.loading{min-height:200px}.bag-items.loading,.modal_store{display:flex;justify-content:center;align-items:center}.modal_store{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.75);backdrop-filter:blur(8px);z-index:2000;pointer-events:none;animation:fadeIn .3s cubic-bezier(.4,0,.2,1)}@keyframes fadeIn{0%{opacity:0;backdrop-filter:blur(0)}to{opacity:1;backdrop-filter:blur(8px)}}.modal-content_store{background:#fff;border-radius:18px;box-shadow:0 8px 32px rgba(0,0,0,.18);min-height:320px;padding:1.2rem 1rem;position:relative;display:flex;flex-direction:column;animation:slideUpStore .3s cubic-bezier(.4,0,.2,1);pointer-events:auto}.modal-content_store,.modal-content_store.full-height{width:100vw;max-width:100vw;height:100vh;max-height:100vh}@keyframes slideUpStore{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.modal_store.closing .modal-content_store{animation:slideDownStore .3s cubic-bezier(.4,0,.2,1) forwards}@keyframes slideDownStore{0%{transform:translateY(0);opacity:1}to{transform:translateY(40px);opacity:0}}.modal-handle{display:none}.store-modal-header.simple{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem;margin-bottom:1.2rem}.refresh-btn,.user-points{display:flex;align-items:center;gap:.4rem}.refresh-btn{background:#2196f3;color:#fff;border:none;border-radius:8px;padding:.35rem .7rem;font-size:1rem;cursor:pointer;margin-left:0;transition:background .2s,color .2s;width:auto;max-width:160px;font-weight:500;box-shadow:none}.refresh-btn:active{background:#1976d2}.refresh-btn:disabled{opacity:.7;background:#90caf9;color:#fff}.close-icon{position:absolute;top:.5rem;right:.5rem;font-size:1.6rem;color:#888;cursor:pointer;background:#f3f3f3;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s,transform .2s;z-index:10}.close-icon:active{background:#e0e0e0;color:#222;transform:rotate(90deg)}.transacciones-list{margin-top:1.2rem;flex:1 1 auto;overflow-y:auto;min-height:0;scrollbar-width:none}.transacciones-list::-webkit-scrollbar{display:none}.transacciones-list h3{font-size:1.05rem;color:#222;margin-bottom:.7rem}.transacciones-list ul{list-style:none;padding:0;margin:0}.transaccion-item{display:flex;flex-direction:column;align-items:flex-start;background:#fafafa;border-radius:8px;padding:.7rem;font-size:1rem;color:#333;margin-bottom:.5rem;gap:.2rem}.transaccion-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;gap:.5rem}.transaccion-item .desc{font-size:.98rem;font-weight:500;margin-bottom:0}.transaccion-item .monto{font-size:1.1rem;font-weight:700;color:#222;margin-bottom:0;text-align:right}.transaccion-item .monto.positivo{color:#222}.transaccion-item .monto.negativo{color:#e1306c}.transaccion-item .fecha{font-size:.93rem;color:#888}.sin-transacciones{color:#888;text-align:center;margin-top:1rem}.info-transacciones{color:#888;font-size:.97rem;margin-top:1.1rem;text-align:center}@media (min-width:600px){.modal-content_store{min-height:320px;border-radius:18px;padding:2rem 1.5rem}.modal-content_store,.modal-content_store.full-height{width:400px;max-width:400px;height:420px;max-height:90vh}}