.igelkott-collection-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:16px;opacity:0;transition:opacity .2s var(--igelkott-ease, cubic-bezier(.4, 0, .2, 1));pointer-events:none}.igelkott-collection-popup[hidden]{display:none}.igelkott-collection-popup[data-state=open]{opacity:1;pointer-events:auto}.igelkott-collection-popup__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b8;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.igelkott-collection-popup__panel{position:relative;width:100%;max-width:420px;max-height:80vh;display:flex;flex-direction:column;background:#14181e;color:#e8ecf2;border-radius:16px;box-shadow:0 20px 60px #0000008c;overflow:hidden;transform:translateY(8px) scale(.98);transition:transform .22s var(--igelkott-ease, cubic-bezier(.4, 0, .2, 1))}.igelkott-collection-popup[data-state=open] .igelkott-collection-popup__panel{transform:translateY(0) scale(1)}.igelkott-collection-popup__header{display:flex;align-items:center;justify-content:space-between;padding:20px 22px 14px;border-bottom:1px solid rgba(255,255,255,.06)}.igelkott-collection-popup__title{margin:0;font-size:18px;font-weight:600;letter-spacing:-.01em}.igelkott-collection-popup__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:0;border-radius:8px;color:#ffffffb3;cursor:pointer;transition:background .12s ease,color .12s ease}.igelkott-collection-popup__close:hover{background:#ffffff0f;color:#fff}.igelkott-collection-popup__plate-info{display:flex;align-items:center;gap:8px;padding:12px 22px;background:#00bcdb0f;border-bottom:1px solid rgba(0,188,219,.15);font-size:13px}.igelkott-collection-popup__plate-label{color:#ffffff8c;text-transform:uppercase;font-size:11px;letter-spacing:.06em;font-weight:600}.igelkott-collection-popup__plate-handle{font-family:var(--igelkott-mono, ui-monospace, SFMono-Regular, monospace);color:var(--igelkott-cyan, #00BCDB);font-size:12px}.igelkott-collection-popup__list{list-style:none;margin:0;padding:8px 0;overflow-y:auto;flex:1;min-height:0;max-height:280px}.igelkott-collection-popup__list:empty{display:none}.igelkott-collection-popup__item{display:flex;align-items:center;gap:12px;padding:12px 22px;cursor:pointer;transition:background .1s ease;border:0;width:100%;background:transparent;color:inherit;font:inherit;text-align:left}.igelkott-collection-popup__item:hover,.igelkott-collection-popup__item:focus-visible{background:#ffffff0a;outline:none}.igelkott-collection-popup__item-checkbox{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:1.5px solid rgba(255,255,255,.25);border-radius:4px;flex-shrink:0;transition:border-color .1s ease,background .1s ease}.igelkott-collection-popup__item[aria-checked=true] .igelkott-collection-popup__item-checkbox{background:var(--igelkott-cyan, #00BCDB);border-color:var(--igelkott-cyan, #00BCDB);color:#0e1014}.igelkott-collection-popup__item-checkbox svg{opacity:0;transition:opacity .1s ease}.igelkott-collection-popup__item[aria-checked=true] .igelkott-collection-popup__item-checkbox svg{opacity:1}.igelkott-collection-popup__item-name{flex:1;font-size:14px;font-weight:500}.igelkott-collection-popup__item-meta{font-size:11px;color:#ffffff73}.igelkott-collection-popup__empty{padding:22px 22px 8px;text-align:center;font-size:13px;color:#ffffff8c}.igelkott-collection-popup__create{padding:14px 22px 22px;border-top:1px solid rgba(255,255,255,.06)}.igelkott-collection-popup__create-trigger{display:flex;align-items:center;gap:8px;width:100%;padding:12px 14px;background:#00bcdb14;border:1px dashed rgba(0,188,219,.35);border-radius:10px;color:var(--igelkott-cyan, #00BCDB);font-size:14px;font-weight:500;cursor:pointer;transition:background .12s ease,border-color .12s ease}.igelkott-collection-popup__create-trigger:hover{background:#00bcdb24;border-color:#00bcdb8c}.igelkott-collection-popup__create-form{margin-top:12px;display:flex;flex-direction:column;gap:8px}.igelkott-collection-popup [hidden]{display:none}.igelkott-collection-popup__create-label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:600;color:#ffffff8c}.igelkott-collection-popup__create-input{padding:10px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#fff;font-size:14px;font-family:inherit;outline:none;transition:border-color .12s ease}.igelkott-collection-popup__create-input:focus{border-color:var(--igelkott-cyan, #00BCDB)}.igelkott-collection-popup__create-meta{text-align:right;font-size:11px;color:#fff6}.igelkott-collection-popup__create-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:4px}.igelkott-collection-popup__btn{padding:9px 16px;border-radius:8px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;border:0;transition:background .12s ease,opacity .12s ease}.igelkott-collection-popup__btn--ghost{background:transparent;color:#ffffffb3}.igelkott-collection-popup__btn--ghost:hover{background:#ffffff0f;color:#fff}.igelkott-collection-popup__btn--primary{background:var(--igelkott-cyan, #00BCDB);color:#0e1014}.igelkott-collection-popup__btn--primary:hover:not(:disabled){background:#1ed5f0}.igelkott-collection-popup__btn--primary:disabled{opacity:.4;cursor:not-allowed}.igelkott-collection-popup__footer{padding:0 22px 16px}.igelkott-collection-popup__status{margin:0;font-size:12px;padding:8px 12px;border-radius:6px}.igelkott-collection-popup__status[data-tone=ok]{background:#22c55e14;color:#4ade80}.igelkott-collection-popup__status[data-tone=err]{background:#ef44441a;color:#fca5a5}@media(max-width:480px){.igelkott-collection-popup__panel{max-width:100%;max-height:90vh;border-radius:14px 14px 0 0;margin-bottom:0;align-self:flex-end}.igelkott-collection-popup{align-items:flex-end;padding:0}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/igelkott-collections.css.map */
