.mpd-collection-gallery-builder{--mpd-gallery-line:rgba(18, 22, 31, 0.12);--mpd-gallery-surface:#ffffff;--mpd-gallery-soft:#f5f7fb;--mpd-gallery-selected-bg:#fff6fb;--mpd-gallery-text:#171b24;--mpd-gallery-muted:#626a78;--mpd-gallery-accent:#ec0f70;--mpd-gallery-card-action-size:3.3rem;--mpd-gallery-card-action-font-size:1.38rem;--mpd-gallery-card-remove-font-size:2.05rem;--mpd-gallery-card-action-offset:0.45rem;display:grid;gap:var(--mpd-space-md,1rem);width:var(--mpd-wide);margin:0 auto;padding:0 0 calc(var(--mpd-catalog-section-gap, 4rem) + 3rem)}.mpd-collection-gallery-head{display:grid;justify-items:center;gap:.45rem;text-align:center}.mpd-collection-gallery-head p{max-width:52rem;margin:0;color:var(--mpd-gallery-muted);font-size:1.02rem;line-height:1.5}.mpd-collection-gallery-head .mpd-collection-gallery-summary{color:var(--mpd-gallery-text);font-weight:700}.mpd-collection-gallery-head .mpd-collection-gallery-instruction{max-width:48rem}.mpd-collection-gallery-sequence{display:flex;min-height:2rem;align-items:center;justify-content:center;gap:.25rem;color:var(--mpd-gallery-text);font-weight:800}.mpd-collection-gallery-sequence span{display:grid;min-width:1.6rem;height:1.6rem;place-items:center;border:1px solid var(--mpd-gallery-line);border-radius:999px;background:var(--mpd-gallery-soft);font-size:.9rem}.mpd-collection-gallery-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.9rem}.mpd-collection-gallery-card{--mpd-ui-button-background:var(--mpd-gallery-surface);--mpd-ui-button-border-color:var(--mpd-gallery-line);--mpd-ui-button-color:var(--mpd-gallery-text);--mpd-ui-button-shadow:0 10px 26px rgba(19, 25, 36, 0.08);--mpd-ui-button-hover-background:var(--mpd-gallery-selected-bg);--mpd-ui-button-hover-border-color:var(--mpd-gallery-accent);--mpd-ui-button-hover-color:var(--mpd-gallery-text);--mpd-ui-button-hover-shadow:0 10px 24px rgba(39, 39, 47, 0.12);--mpd-ui-button-hover-transform:translateY(-1px);--mpd-ui-button-active-transform:scale(0.985);position:relative;display:block;min-width:0;min-height:0;padding:0;border:1px solid var(--mpd-ui-button-border-color);border-radius:8px;background:var(--mpd-ui-button-background);color:var(--mpd-ui-button-color);box-shadow:var(--mpd-ui-button-shadow);cursor:pointer;overflow:hidden;text-align:left;text-transform:none;transition:var(--mpd-button-transition)}.mpd-collection-gallery-card:hover,.mpd-collection-gallery-card:focus-visible{border-color:var(--mpd-ui-button-hover-border-color);background:var(--mpd-ui-button-hover-background);box-shadow:var(--mpd-ui-button-hover-shadow);color:var(--mpd-ui-button-hover-color);outline:none;transform:var(--mpd-ui-button-hover-transform)}.mpd-collection-gallery-card-media{position:relative;display:block;aspect-ratio:3 / 4;background:#fff0;overflow:hidden}.mpd-collection-gallery-card-media img{display:block;width:100%;height:100%;object-fit:contain}.mpd-collection-gallery-card-title{position:absolute;right:0;bottom:0;left:0;z-index:2;display:grid;gap:.2rem;min-height:3.4rem;align-items:end;justify-items:center;padding:1.55rem .25rem .38rem;background:linear-gradient(to top,rgb(255 255 255 / .98) 0%,rgb(255 255 255 / .86) 42%,#fff0 100%);line-height:1.25;pointer-events:none;text-align:center}.mpd-collection-gallery-card-key{display:none;color:var(--mpd-gallery-accent);font-size:.78rem;font-weight:900;letter-spacing:0;line-height:1}.mpd-collection-gallery-card-label{color:var(--mpd-gallery-text);max-width:100%;overflow:hidden;font-size:.82rem;font-weight:400;line-height:1;text-overflow:ellipsis;white-space:nowrap}.mpd-collection-gallery-card-count{position:absolute;top:var(--mpd-gallery-card-action-offset);left:var(--mpd-gallery-card-action-offset);z-index:3;display:grid;width:var(--mpd-gallery-card-action-size);min-width:var(--mpd-gallery-card-action-size);height:var(--mpd-gallery-card-action-size);place-items:center;border:1px solid rgb(255 255 255 / .86);border-radius:999px;background:rgb(236 15 112 / .58);color:#fff;font-size:var(--mpd-gallery-card-action-font-size);font-weight:400;line-height:1;box-shadow:0 3px 10px rgb(236 15 112 / .18)}.mpd-collection-gallery-card-remove{position:absolute;top:var(--mpd-gallery-card-action-offset);right:var(--mpd-gallery-card-action-offset);z-index:3;display:flex;align-items:center;justify-content:center;width:var(--mpd-gallery-card-action-size);min-width:var(--mpd-gallery-card-action-size);height:var(--mpd-gallery-card-action-size);padding:0;border:1px solid rgb(255 255 255 / .86);border-radius:999px;background:var(--mpd-gallery-accent);color:#fff;font-family:Arial,sans-serif;font-size:var(--mpd-gallery-card-remove-font-size);font-weight:900;line-height:1;box-shadow:0 5px 16px rgb(236 15 112 / .25)}.mpd-collection-gallery-card-remove[hidden]{display:none}.mpd-collection-gallery-card.is-selected{border-color:var(--mpd-gallery-accent);background:var(--mpd-gallery-selected-bg);box-shadow:inset 0 0 0 2px rgb(227 0 124 / .18),0 12px 30px rgb(236 15 112 / .16)}.mpd-collection-gallery-card.is-selected .mpd-collection-gallery-card-count{background:var(--mpd-gallery-accent);box-shadow:0 5px 16px rgb(236 15 112 / .25)}.mpd-collection-gallery-page .mpd-collection-content{padding-bottom:var(--mpd-space-xl,3rem);font-size:1.02rem;line-height:1.8}.mpd-collection-gallery-page .mpd-collection-content h2{margin:1.9em 0 .55em;color:var(--mpd-catalog-heading);font-size:clamp(1.55rem, 2.5vw, 2.15rem);line-height:1.12}.mpd-collection-gallery-page .mpd-collection-content h2:first-child{margin-top:0}.mpd-collection-gallery-page .mpd-collection-content h3{margin:1.35em 0 .45em;color:var(--mpd-catalog-heading);font-size:clamp(1.18rem, 1.7vw, 1.45rem);line-height:1.2}.mpd-collection-gallery-page .mpd-collection-content p{margin:0 0 1rem}.mpd-collection-gallery-tray{position:fixed;right:max(0.5rem, env(safe-area-inset-right));bottom:max(0.5rem, env(safe-area-inset-bottom));left:max(0.5rem, env(safe-area-inset-left));z-index:97;display:flex;min-height:58px;align-items:center;gap:.55rem;padding:.4rem;border:1px solid rgb(18 22 31 / .12);border-radius:999px;background:rgb(255 255 255 / .9);box-shadow:0 18px 44px rgb(18 22 31 / .18);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:0;pointer-events:none;transform:translateY(calc(100% + 1rem));transition:opacity 0.18s ease,transform 0.18s ease}.mpd-collection-gallery-tray.has-selection{opacity:1;pointer-events:auto;transform:translateY(0)}body.mpd-request-modal-open .mpd-collection-gallery-tray{opacity:0!important;pointer-events:none!important;transform:translateY(calc(100% + 1rem))!important}.mpd-collection-gallery-selected-list{display:flex;min-width:0;flex:1 1 auto;align-items:center;gap:.35rem;overflow-x:auto;overscroll-behavior-x:contain;padding-top:5px;scrollbar-width:none}.mpd-collection-gallery-selected-list::-webkit-scrollbar{display:none}.mpd-collection-gallery-chip{position:relative;display:grid;width:42px;min-width:42px;height:42px;place-items:center;border:1px solid rgb(236 15 112 / .5);border-radius:50%;background:#fff;box-shadow:0 4px 14px rgb(18 22 31 / .14),0 0 0 1px rgb(255 255 255 / .82);overflow:visible}.mpd-collection-gallery-chip img{display:block;width:100%;height:100%;border-radius:50%;object-fit:contain}.mpd-collection-gallery-chip strong{position:absolute;inset:auto 0 -1.25rem;color:var(--mpd-gallery-text,#171b24);font-size:.7rem;line-height:1;text-align:center}.mpd-collection-gallery-chip-remove{position:absolute;top:-4px;right:-4px;display:grid;width:18px;height:18px;place-items:center;border:2px solid #fff;border-radius:50%;background:var(--mpd-gallery-accent,#ec0f70);color:#fff;font-size:13px;font-weight:900;line-height:1;box-shadow:0 3px 10px rgb(236 15 112 / .32);cursor:pointer}.mpd-collection-gallery-page .mpd-collection-gallery-selected-list .mpd-collection-gallery-chip-remove{-webkit-appearance:none;appearance:none;display:grid!important;place-items:center;width:20px;min-width:20px;height:20px;padding:0;border:2px solid #fff!important;border-radius:50%;background:#ec0f70!important;background-color:#ec0f70!important;color:#fff!important;font-family:Arial,sans-serif;font-size:14px;font-weight:900;line-height:1;opacity:1;box-shadow:0 3px 10px rgb(236 15 112 / .36)}.mpd-collection-gallery-page .mpd-request-modal .mpd-service-colors-block,.mpd-collection-gallery-page .mpd-request-summary--compact .mpd-collection-gallery-budget-row{display:none!important}.mpd-collection-gallery-page .mpd-request-dialog .mpd-form-control{--mpd-field-background:var(--mpd-color-light-pure, #fff);--mpd-field-border:1px solid rgba(227, 0, 124, 0.42);--mpd-field-color:var(--mpd-color-dark-ink, #27272f);--mpd-field-placeholder-color:rgba(39, 39, 47, 0.58);background-color:var(--mpd-field-background);color:var(--mpd-field-color)}.mpd-collection-gallery-page .mpd-request-dialog .mpd-form-control::placeholder{color:var(--mpd-field-placeholder-color)}.mpd-collection-gallery-page .mpd-request-dialog .mpd-date-trigger [data-mpd-date-label]{color:var(--mpd-field-color)}.mpd-collection-gallery-page .mpd-request-dialog .mpd-form-control:focus,.mpd-collection-gallery-page .mpd-request-dialog .mpd-date-trigger:focus-visible{border-color:var(--mpd-color-primary,#e3007c)}.mpd-collection-gallery-page .mpd-request-modal .mpd-quote-selected-row{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;max-height:min(44vh, 360px);overflow-x:visible;overflow-y:auto;padding-right:4px;scrollbar-width:thin}.mpd-collection-gallery-page .mpd-request-modal .mpd-quote-selected-row .mpd-idea-selected-chip{position:relative;cursor:pointer}.mpd-collection-gallery-page .mpd-request-modal .mpd-quote-selected-row .mpd-idea-selected-chip--modal{width:100%;min-width:0;max-width:none}.mpd-collection-gallery-tray-request.mpd-ui-button--s{--mpd-ui-button-height:44px;--mpd-ui-button-padding:0 1rem;flex:0 0 auto;min-width:min(42vw, 150px);gap:.4rem;white-space:nowrap}.mpd-collection-gallery-tray-request [data-mpd-gallery-total]{display:grid;min-width:1.35rem;height:1.35rem;place-items:center;border-radius:50%;background:rgb(255 255 255 / .22);font-size:.75rem;line-height:1}@media (max-width:699px){.mpd-collection-gallery-builder{--mpd-gallery-card-action-size:2.7rem;--mpd-gallery-card-action-font-size:1.12rem;--mpd-gallery-card-remove-font-size:1.7rem;--mpd-gallery-card-action-offset:0.2rem;width:calc(100vw - 24px);gap:.65rem;padding:0 0 4.8rem}.mpd-collection-gallery-head{gap:.32rem}.mpd-collection-gallery-head p{font-size:.86rem;line-height:1.28}.mpd-collection-gallery-sequence{min-height:1.45rem}.mpd-collection-gallery-sequence span{min-width:1.35rem;height:1.35rem;font-size:.76rem}.mpd-collection-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.mpd-collection-gallery-card{gap:.2rem;min-height:0;border-radius:8px}.mpd-collection-gallery-card-media{width:100%;height:auto;min-height:0;aspect-ratio:3 / 4}.mpd-collection-gallery-card-title{min-height:2.65rem;align-items:end;justify-items:center;padding:1.22rem .16rem .3rem;text-align:center}.mpd-collection-gallery-card-key{font-size:.84rem}.mpd-collection-gallery-card-label{display:block;font-size:.68rem}.mpd-collection-gallery-card-count{top:var(--mpd-gallery-card-action-offset);left:var(--mpd-gallery-card-action-offset);right:auto;width:var(--mpd-gallery-card-action-size);min-width:var(--mpd-gallery-card-action-size);height:var(--mpd-gallery-card-action-size);font-size:var(--mpd-gallery-card-action-font-size)}.mpd-collection-gallery-card-remove{top:var(--mpd-gallery-card-action-offset);right:var(--mpd-gallery-card-action-offset);width:var(--mpd-gallery-card-action-size);min-width:var(--mpd-gallery-card-action-size);height:var(--mpd-gallery-card-action-size);font-size:var(--mpd-gallery-card-remove-font-size)}}