.SearchBar-module-scss-module__S-RXTa__searchContainer{background:var(--color-white);box-sizing:border-box;border:1px solid #e6e6e3;border-radius:14px;flex:1;align-items:center;min-width:200px;max-width:300px;height:40px;padding:0;display:flex}.SearchBar-module-scss-module__S-RXTa__searchInput{box-sizing:border-box;border-radius:14px;align-items:center;gap:8px;width:100%;height:28px;padding:4px;display:flex}.SearchBar-module-scss-module__S-RXTa__searchIcon{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:24px;height:24px}.SearchBar-module-scss-module__S-RXTa__input{min-width:0;height:16px;font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-12);line-height:var(--line-height-135);letter-spacing:0%;color:#020617;box-sizing:border-box;background:0 0;border:none;outline:none;flex:1}.SearchBar-module-scss-module__S-RXTa__input::placeholder{color:#69778d}.SearchBar-module-scss-module__S-RXTa__input:focus-visible{outline:none}@media (max-width:1024px){.SearchBar-module-scss-module__S-RXTa__searchContainer{width:100%;max-width:100%}}@media (max-width:768px){.SearchBar-module-scss-module__S-RXTa__searchContainer{min-width:0;height:44px}.SearchBar-module-scss-module__S-RXTa__searchInput{gap:10px;height:36px;padding:6px 10px}.SearchBar-module-scss-module__S-RXTa__searchIcon{width:20px;height:20px}.SearchBar-module-scss-module__S-RXTa__input{height:20px;font-size:16px}}
.FilterDropdown-module-scss-module__aZUHBa__filterContainer{background:var(--color-white);box-sizing:border-box;border:1px solid #e6e6e3;border-radius:14px;flex-shrink:0;width:220px;min-width:180px;max-width:calc(100vw - 32px);height:40px;position:relative}.FilterDropdown-module-scss-module__aZUHBa__filterButton{cursor:pointer;background:0 0;border:none;border-radius:14px;justify-content:space-between;align-items:center;width:100%;height:100%;padding:4px;display:flex}.FilterDropdown-module-scss-module__aZUHBa__filterContent{justify-content:space-between;align-items:center;gap:8px;width:100%;height:28px;display:flex}.FilterDropdown-module-scss-module__aZUHBa__filterText{min-width:0;height:16px;font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-12);line-height:var(--line-height-135);letter-spacing:0%;color:#53627a;text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.FilterDropdown-module-scss-module__aZUHBa__chevronIcon{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:20px;height:20px;transition:transform .2s}.FilterDropdown-module-scss-module__aZUHBa__filterButton.FilterDropdown-module-scss-module__aZUHBa__open .FilterDropdown-module-scss-module__aZUHBa__chevronIcon{transform:rotate(180deg)}.FilterDropdown-module-scss-module__aZUHBa__dropdown{background:var(--color-white);z-index:1000;border:1px solid #e6e6e3;border-radius:16px;flex-direction:column;gap:2px;width:220px;min-width:220px;max-width:calc(100vw - 32px);max-height:320px;padding:2px 14px;display:flex;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 18px 38px #121f351f}.FilterDropdown-module-scss-module__aZUHBa__dropdownItems{flex-direction:column;gap:2px;width:100%;min-width:192px;max-height:300px;display:flex;overflow:hidden auto}.FilterDropdown-module-scss-module__aZUHBa__dropdownItems::-webkit-scrollbar{width:4px}.FilterDropdown-module-scss-module__aZUHBa__dropdownItems::-webkit-scrollbar-track{background:0 0}.FilterDropdown-module-scss-module__aZUHBa__dropdownItems::-webkit-scrollbar-thumb{background:var(--color-gray-light);border-radius:2px}.FilterDropdown-module-scss-module__aZUHBa__dropdownItems::-webkit-scrollbar-thumb:hover{background:var(--color-gray)}.FilterDropdown-module-scss-module__aZUHBa__dropdownItem{cursor:pointer;width:100%;min-width:192px;min-height:42px;font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-12);line-height:var(--line-height-135);letter-spacing:0%;color:var(--color-dark);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:10px 0;transition:color .2s,background .2s;display:flex;position:relative}.FilterDropdown-module-scss-module__aZUHBa__dropdownItem:hover,.FilterDropdown-module-scss-module__aZUHBa__dropdownItem:focus{color:#1684d4;background:#f3f8ff;outline:none}.FilterDropdown-module-scss-module__aZUHBa__dropdownItem:active{background:var(--color-bg-hover)}.FilterDropdown-module-scss-module__aZUHBa__dropdownItem:not(:last-child):after{content:"";border-bottom:1px solid var(--color-gray-light);height:0;position:absolute;bottom:0;left:0;right:0}.FilterDropdown-module-scss-module__aZUHBa__dropdownItem.FilterDropdown-module-scss-module__aZUHBa__active{color:#1684d4}.FilterDropdown-module-scss-module__aZUHBa__dropdownItem.FilterDropdown-module-scss-module__aZUHBa__focused{background:var(--color-bg-hover)}@media (max-width:1024px){.FilterDropdown-module-scss-module__aZUHBa__filterContainer{flex:1;min-width:0;max-width:100%}}@media (max-width:768px){.FilterDropdown-module-scss-module__aZUHBa__filterContainer{width:100%;min-width:0;max-width:100%;height:44px}.FilterDropdown-module-scss-module__aZUHBa__filterButton{padding:6px 10px}.FilterDropdown-module-scss-module__aZUHBa__filterContent{gap:10px;height:36px}.FilterDropdown-module-scss-module__aZUHBa__filterText{height:20px;font-size:var(--font-size-14)}.FilterDropdown-module-scss-module__aZUHBa__chevronIcon{width:24px;height:24px}.FilterDropdown-module-scss-module__aZUHBa__dropdown{max-width:calc(100vw - 32px);left:0;right:0}.FilterDropdown-module-scss-module__aZUHBa__dropdownItem{min-height:48px;font-size:var(--font-size-14)}.FilterDropdown-module-scss-module__aZUHBa__dropdownItemText{height:20px}}.FilterDropdown-module-scss-module__aZUHBa__dropdownItemText{text-overflow:ellipsis;white-space:nowrap;align-items:center;width:100%;min-width:0;height:18px;display:flex;overflow:hidden}
.Button-module-scss-module__pTLHlG__button{cursor:pointer;box-sizing:border-box;font-family:var(--font-family);border:none;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:inline-flex}.Button-module-scss-module__pTLHlG__button:disabled{cursor:not-allowed}.Button-module-scss-module__pTLHlG__primary{background:var(--button-primary-bg);color:var(--button-primary-text);border-radius:var(--radius-button);font-weight:var(--font-weight-medium);font-size:var(--font-size-14);line-height:var(--line-height-125);letter-spacing:0%;text-align:center}.Button-module-scss-module__pTLHlG__primary:hover:not(:disabled){background:var(--button-primary-bg-hover)}.Button-module-scss-module__pTLHlG__primary:active:not(:disabled){background:var(--button-primary-bg-active)}.Button-module-scss-module__pTLHlG__primary:disabled{background:var(--button-primary-disabled-bg);color:var(--button-primary-disabled-text);opacity:1}.Button-module-scss-module__pTLHlG__secondary{background:var(--button-secondary-bg);color:var(--button-secondary-text);border:1px solid var(--button-secondary-border);border-radius:var(--radius-md)}.Button-module-scss-module__pTLHlG__secondary:hover:not(:disabled){background:var(--button-secondary-bg-hover)}.Button-module-scss-module__pTLHlG__secondary:active:not(:disabled){border-color:var(--button-secondary-border-active)}.Button-module-scss-module__pTLHlG__outline{background:var(--button-outline-bg);color:var(--button-outline-text);border:1px solid var(--button-outline-border);border-radius:var(--radius-md)}.Button-module-scss-module__pTLHlG__outline:hover:not(:disabled){background:var(--button-outline-bg-hover)}.Button-module-scss-module__pTLHlG__outline:active:not(:disabled){border-color:var(--button-outline-border-active)}.Button-module-scss-module__pTLHlG__secondaryRed{color:#3b82f6;border-radius:var(--radius-button);background:0 0;border:1px solid #3b82f6}.Button-module-scss-module__pTLHlG__secondaryRed:hover:not(:disabled),.Button-module-scss-module__pTLHlG__secondaryRed:active:not(:disabled){color:#3b82f6;background:0 0;border-color:#3b82f6}.Button-module-scss-module__pTLHlG__secondaryRed:disabled{opacity:.5;cursor:not-allowed;color:#828282;background:0 0;border-color:#ececee}.Button-module-scss-module__pTLHlG__small{width:134px;height:32px;font-family:var(--font-family);font-weight:var(--font-weight-regular);letter-spacing:0%;text-align:center;border-radius:59px;gap:10px;padding:12px 20px 13px;font-size:12px;line-height:135%}.Button-module-scss-module__pTLHlG__medium{height:46px;font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:var(--font-size-14);line-height:var(--line-height-125);letter-spacing:0%;gap:10px;padding:12px 24px 13px}.Button-module-scss-module__pTLHlG__large{height:64px;font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:var(--font-size-16);line-height:var(--line-height-120);letter-spacing:0%;padding:16px 32px}.Button-module-scss-module__pTLHlG__fullWidth{width:100%}
.QRCodeEmptyState-module-scss-module__YZi32G__container{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;gap:24px;width:100%;max-width:700px;min-height:auto;padding:0 16px;display:flex}.QRCodeEmptyState-module-scss-module__YZi32G__message{width:100%;font-family:var(--font-family);font-weight:var(--font-weight-regular);letter-spacing:0%;text-align:center;color:#53627a;margin:0;font-size:14px;font-style:normal;line-height:125%}.QRCodeEmptyState-module-scss-module__YZi32G__mainContainer{box-sizing:border-box;background:#fff;border:1px solid #e6e6e3;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;max-width:700px;min-height:auto;padding:16px;display:flex;box-shadow:0 14px 34px #121f350d}.QRCodeEmptyState-module-scss-module__YZi32G__textContainer{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;gap:4px;width:100%;max-width:500px;min-height:auto;display:flex}.QRCodeEmptyState-module-scss-module__YZi32G__textContent{font-family:var(--font-family);font-weight:var(--font-weight-regular);letter-spacing:0%;color:#020617;flex-direction:row;align-items:center;gap:4px;font-size:14px;font-style:normal;line-height:125%;display:flex}.QRCodeEmptyState-module-scss-module__YZi32G__crownIcon{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:24px;height:24px}.QRCodeEmptyState-module-scss-module__YZi32G__textBold{font-family:var(--font-family);font-weight:var(--font-weight-medium);letter-spacing:0%;color:#1684d4;font-size:14px;font-style:normal;line-height:125%}.QRCodeEmptyState-module-scss-module__YZi32G__subscriptionText{font-family:var(--font-family);font-weight:var(--font-weight-regular);letter-spacing:0%;color:#53627a;white-space:nowrap;text-align:center;margin:0;font-size:14px;font-style:normal;line-height:125%}.QRCodeEmptyState-module-scss-module__YZi32G__activateButton{width:178px;height:32px;font-family:var(--font-family);font-weight:var(--font-weight-regular);letter-spacing:0%;text-align:center;color:#020617;cursor:pointer;background:linear-gradient(135deg,#dff2ff 0%,#efe8ff 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:12px 20px 13px;font-size:12px;font-style:normal;line-height:135%;transition:transform .2s,box-shadow .2s;display:flex}.QRCodeEmptyState-module-scss-module__YZi32G__activateButton:hover{transform:translateY(-1px);box-shadow:0 10px 22px #7c5cff1f}.QRCodeEmptyState-module-scss-module__YZi32G__activateButton:active{transform:translateY(1px)}.QRCodeEmptyState-module-scss-module__YZi32G__customButtonWrapper{justify-content:center;align-items:center;width:100%;display:flex}@media (max-width:900px){.QRCodeEmptyState-module-scss-module__YZi32G__container{padding:0 20px}}@media (max-width:768px){.QRCodeEmptyState-module-scss-module__YZi32G__container{padding:0 16px}.QRCodeEmptyState-module-scss-module__YZi32G__mainContainer{padding:16px}.QRCodeEmptyState-module-scss-module__YZi32G__textContent{text-align:center;flex-wrap:wrap;justify-content:center}.QRCodeEmptyState-module-scss-module__YZi32G__subscriptionText{white-space:normal}}@media (max-width:480px){.QRCodeEmptyState-module-scss-module__YZi32G__container{padding:0 12px}.QRCodeEmptyState-module-scss-module__YZi32G__mainContainer{padding:12px}.QRCodeEmptyState-module-scss-module__YZi32G__textContainer{gap:8px}}
.QRCodeMenu-module-scss-module__cmcUbG__overlay{z-index:999;background:0 0;position:fixed;inset:0}.QRCodeMenu-module-scss-module__cmcUbG__menu{z-index:1100;box-sizing:border-box;will-change:top,left;width:217px;position:fixed}.QRCodeMenu-module-scss-module__cmcUbG__menuItems{box-sizing:border-box;background:#fff;border:1px solid #e6e6e3;border-radius:16px;flex-direction:column;gap:0;width:217px;padding:2px 8px;display:flex;box-shadow:0 18px 38px #121f351f}.QRCodeMenu-module-scss-module__cmcUbG__menuItem{cursor:pointer;box-sizing:border-box;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:201px;height:34px;padding:8px 0;transition:background-color .2s;display:flex}.QRCodeMenu-module-scss-module__cmcUbG__menuItem:hover{background:#f3f8ff}.QRCodeMenu-module-scss-module__cmcUbG__menuItem:focus-visible{outline-offset:2px;border-radius:2px;outline:2px solid #1684d4}.QRCodeMenu-module-scss-module__cmcUbG__menuIcon{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:18px;height:18px}.QRCodeMenu-module-scss-module__cmcUbG__menuText{width:auto;min-height:16px;font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-12);line-height:var(--line-height-135);letter-spacing:0%;color:#020617;text-align:left;white-space:nowrap}.QRCodeMenu-module-scss-module__cmcUbG__divider{box-sizing:border-box;border-top:1px solid #e8eff7;width:201px;height:0;margin:0;padding:0}
.QRCodeCard-module-scss-module__4HB9yq__card{all:unset;width:100%;min-width:0;min-height:540px;color:inherit;box-sizing:border-box;background:#fff;border:1px solid #e6e6e3;border-radius:24px;flex-direction:column;font-family:Inter,Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;text-decoration:none;transition:box-shadow .18s,transform .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 34px #0f172a0a}.QRCodeCard-module-scss-module__4HB9yq__card:hover{transform:translateY(-2px);box-shadow:0 18px 42px #0f172a14}.QRCodeCard-module-scss-module__4HB9yq__menuOpen,.QRCodeCard-module-scss-module__4HB9yq__menuOpen:hover{transform:none;box-shadow:0 18px 42px #0f172a14}.QRCodeCard-module-scss-module__4HB9yq__card *{box-sizing:border-box;font-family:inherit}.QRCodeCard-module-scss-module__4HB9yq__inactive{opacity:.78}.QRCodeCard-module-scss-module__4HB9yq__dragHandle,.QRCodeCard-module-scss-module__4HB9yq__dragHandleGrip{display:none}.QRCodeCard-module-scss-module__4HB9yq__menuButton{z-index:6;cursor:pointer;opacity:1;background:#fffffff0;border:0;border-radius:12px;justify-content:center;align-items:center;width:34px;height:34px;transition:background-color .16s,box-shadow .16s,transform .16s;display:inline-flex;position:absolute;top:10px;right:10px;box-shadow:0 8px 18px #0f172a24,inset 0 0 0 1px #e2e8f0e6}.QRCodeCard-module-scss-module__4HB9yq__menuButton:hover{background:#fff;transform:translateY(-1px);box-shadow:0 10px 24px #0f172a2e,inset 0 0 0 1px #cfe0f2}.QRCodeCard-module-scss-module__4HB9yq__menuButton[aria-expanded=true]{background:linear-gradient(135deg,#dff2ff 0%,#efe8ff 100%);box-shadow:0 10px 24px #7c5cff29,inset 0 0 0 1px #7c5cff24}.QRCodeCard-module-scss-module__4HB9yq__menuButton img{filter:brightness(0)saturate()invert(8%)sepia(18%)saturate(1754%)hue-rotate(182deg)brightness(95%)contrast(95%)}.QRCodeCard-module-scss-module__4HB9yq__coverTop{width:100%;height:152px;position:relative}.QRCodeCard-module-scss-module__4HB9yq__coverOverlay{width:100%;height:170px;position:relative}.QRCodeCard-module-scss-module__4HB9yq__coverOverlayGradient{background:linear-gradient(#1118270d,#111827a8);position:absolute;inset:0}.QRCodeCard-module-scss-module__4HB9yq__coverOverlayTitle{color:#fff;-webkit-line-clamp:2;overflow-wrap:anywhere;word-break:break-word;-webkit-box-orient:vertical;margin:0;font-size:18px;font-weight:600;line-height:1.25;display:-webkit-box;position:absolute;bottom:14px;left:16px;right:16px;overflow:hidden}.QRCodeCard-module-scss-module__4HB9yq__coverImage{-o-object-fit:cover;object-fit:cover}.QRCodeCard-module-scss-module__4HB9yq__contentSurface{flex-direction:column;flex:1;min-width:0;display:flex}.QRCodeCard-module-scss-module__4HB9yq__body{flex-direction:column;flex:1;gap:12px;min-width:0;padding:20px 20px 14px;display:flex}.QRCodeCard-module-scss-module__4HB9yq__coverCircle{background:#ececf0;border:4px solid #1118271a;border-radius:999px;width:112px;height:112px;margin:0 auto;position:relative;overflow:hidden}.QRCodeCard-module-scss-module__4HB9yq__coverCirclePlaceholder{background:#ececf0;border-radius:999px;width:100%;height:100%}.QRCodeCard-module-scss-module__4HB9yq__coverMiddle{border-radius:16px;width:100%;height:128px;position:relative;overflow:hidden}.QRCodeCard-module-scss-module__4HB9yq__title{color:#020617;text-align:center;-webkit-line-clamp:2;overflow-wrap:anywhere;word-break:break-word;-webkit-box-orient:vertical;margin:0;font-size:20px;font-weight:800;line-height:1.24;display:-webkit-box;overflow:hidden}.QRCodeCard-module-scss-module__4HB9yq__description{color:#53627a;text-align:center;-webkit-line-clamp:4;overflow-wrap:anywhere;word-break:break-word;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.45;display:-webkit-box;overflow:hidden}.QRCodeCard-module-scss-module__4HB9yq__widgetPreview{flex-flow:wrap;flex:1;place-content:center;align-items:center;gap:12px 14px;padding:20px 16px;display:flex}.QRCodeCard-module-scss-module__4HB9yq__widgetChip{flex-direction:column;align-items:center;gap:6px;width:72px;display:flex}.QRCodeCard-module-scss-module__4HB9yq__widgetChipIcon{background:#f5f8ff;border:1px solid #e6edf9;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.QRCodeCard-module-scss-module__4HB9yq__widgetChipLabel{color:#172a4d;text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;font-weight:600;line-height:1.2;overflow:hidden}.QRCodeCard-module-scss-module__4HB9yq__meta{border-top:1px solid #e6e6e3;flex-direction:column;gap:8px;min-width:0;padding:14px 20px 12px;display:flex}.QRCodeCard-module-scss-module__4HB9yq__metaRow{justify-content:space-between;align-items:center;gap:10px;display:flex}.QRCodeCard-module-scss-module__4HB9yq__metaLabel{color:#69778d;align-items:center;gap:8px;font-size:12px;line-height:1.2;display:inline-flex}.QRCodeCard-module-scss-module__4HB9yq__metaValue{color:#020617;font-size:12px;font-weight:500;line-height:1.2}.QRCodeCard-module-scss-module__4HB9yq__actions{grid-template-columns:1fr 1fr;gap:8px;min-width:0;padding:0 20px 18px;display:grid}.QRCodeCard-module-scss-module__4HB9yq__actionsSingle{grid-template-columns:1fr}.QRCodeCard-module-scss-module__4HB9yq__actionButton{color:#020617;cursor:pointer;background:#f9f9f8;border:1px solid #e6e6e3;border-radius:12px;justify-content:center;align-items:center;gap:6px;min-width:0;height:36px;font-size:12px;line-height:1;display:inline-flex}.QRCodeCard-module-scss-module__4HB9yq__actionButton:hover{background:#eef7ff;border-color:#cfe9ff}.QRCodeCard-module-scss-module__4HB9yq__statusBar{padding:0 20px 16px;display:flex}.QRCodeCard-module-scss-module__4HB9yq__statusPill,.QRCodeCard-module-scss-module__4HB9yq__publishDraftButton,.QRCodeCard-module-scss-module__4HB9yq__renewButton{border-radius:999px;height:28px;padding:0 12px;font-size:11px}.QRCodeCard-module-scss-module__4HB9yq__statusPill{color:#69778d;background:#f3f6fb;border:0;align-items:center;display:inline-flex}.QRCodeCard-module-scss-module__4HB9yq__publishDraftButton{color:#0369a1;cursor:pointer;background:#e0f2fe;border:1px solid #bfdbfe;justify-content:center;align-items:center;gap:6px;font-weight:600;display:inline-flex}.QRCodeCard-module-scss-module__4HB9yq__publishDraftButton:hover{background:#dbeafe;border-color:#93c5fd}.QRCodeCard-module-scss-module__4HB9yq__renewButton{color:#1684d4;cursor:pointer;background:linear-gradient(135deg,#dff2ff 0%,#efe8ff 100%);border:0;justify-content:center;align-items:center;display:inline-flex}@media (max-width:768px){.QRCodeCard-module-scss-module__4HB9yq__card{min-height:auto}.QRCodeCard-module-scss-module__4HB9yq__coverTop{height:136px}.QRCodeCard-module-scss-module__4HB9yq__coverOverlay{height:152px}.QRCodeCard-module-scss-module__4HB9yq__coverOverlayTitle{white-space:normal;text-overflow:clip;font-size:16px;line-height:1.3;bottom:12px;left:14px;right:14px;overflow:visible}.QRCodeCard-module-scss-module__4HB9yq__body{gap:10px;padding:16px 16px 12px}.QRCodeCard-module-scss-module__4HB9yq__coverCircle{width:96px;height:96px}.QRCodeCard-module-scss-module__4HB9yq__coverMiddle{height:112px}.QRCodeCard-module-scss-module__4HB9yq__title{white-space:normal;text-overflow:clip;font-size:18px;overflow:visible}.QRCodeCard-module-scss-module__4HB9yq__description{-webkit-line-clamp:3;font-size:13px;line-height:1.4}.QRCodeCard-module-scss-module__4HB9yq__meta{padding:12px 16px 10px}.QRCodeCard-module-scss-module__4HB9yq__actions{gap:10px;padding:0 16px 14px}.QRCodeCard-module-scss-module__4HB9yq__actionButton{white-space:nowrap;height:38px;font-size:12px}.QRCodeCard-module-scss-module__4HB9yq__statusBar{padding:0 16px 14px}.QRCodeCard-module-scss-module__4HB9yq__statusPill,.QRCodeCard-module-scss-module__4HB9yq__publishDraftButton,.QRCodeCard-module-scss-module__4HB9yq__renewButton{padding:0 10px;font-size:10px}}@media (max-width:420px){.QRCodeCard-module-scss-module__4HB9yq__actions{grid-template-columns:1fr}}
.PublishedPageModal-module-scss-module__kmCoOa__overlay{z-index:10000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172a9e;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.PublishedPageModal-module-scss-module__kmCoOa__modal{z-index:1;color:#020617;isolation:isolate;background:#f9f9f8;border:1px solid #e2e8f0f2;border-radius:34px;width:100%;max-width:460px;padding:24px;position:relative;overflow:hidden;box-shadow:0 28px 90px #0f172a52}.PublishedPageModal-module-scss-module__kmCoOa__glowTop,.PublishedPageModal-module-scss-module__kmCoOa__glowBottom{pointer-events:none;z-index:-1;filter:blur(48px);border-radius:999px;width:176px;height:176px;position:absolute}.PublishedPageModal-module-scss-module__kmCoOa__glowTop{background:#3b82f62e;top:-96px;right:-80px}.PublishedPageModal-module-scss-module__kmCoOa__glowBottom{background:#bae6fd73;bottom:-96px;left:-64px}.PublishedPageModal-module-scss-module__kmCoOa__header{justify-content:space-between;align-items:center;gap:16px;display:flex;position:relative}.PublishedPageModal-module-scss-module__kmCoOa__title{color:#020617;margin:0;font-size:24px;font-weight:600;line-height:1.15}.PublishedPageModal-module-scss-module__kmCoOa__closeButton,.PublishedPageModal-module-scss-module__kmCoOa__copyButton{color:#334155;cursor:pointer;background:#ffffffeb;border:1px solid #e2e8f0e6;flex:none;justify-content:center;align-items:center;padding:0;transition:background .2s,box-shadow .2s,transform .2s;display:inline-flex;box-shadow:0 10px 24px #0f172a14}.PublishedPageModal-module-scss-module__kmCoOa__closeButton:hover,.PublishedPageModal-module-scss-module__kmCoOa__copyButton:hover{background:#fff;transform:translateY(-1px);box-shadow:0 16px 34px #0f172a1f}.PublishedPageModal-module-scss-module__kmCoOa__closeButton{border-radius:999px;width:40px;height:40px}.PublishedPageModal-module-scss-module__kmCoOa__closeIcon,.PublishedPageModal-module-scss-module__kmCoOa__copyIcon{width:16px;height:16px;display:block}.PublishedPageModal-module-scss-module__kmCoOa__description{color:#64748b;max-width:360px;margin:8px 0 0;font-size:13px;line-height:1.55;position:relative}.PublishedPageModal-module-scss-module__kmCoOa__previewCard{background:#fff;border:1px solid #e2e8f0e6;border-radius:24px;margin-top:16px;padding:16px;position:relative;box-shadow:inset 0 1px #fffffff2,0 18px 42px #0f172a14}.PublishedPageModal-module-scss-module__kmCoOa__previewBody{color:#64748b;text-align:center;justify-content:center;align-items:center;min-height:256px;font-size:14px;display:flex}.PublishedPageModal-module-scss-module__kmCoOa__qrImage{aspect-ratio:1;-o-object-fit:contain;object-fit:contain;width:min(256px,100%);height:auto}.PublishedPageModal-module-scss-module__kmCoOa__secondaryButton,.PublishedPageModal-module-scss-module__kmCoOa__downloadMain{border-radius:16px;height:48px;font-size:14px;font-weight:600}.PublishedPageModal-module-scss-module__kmCoOa__secondaryButton{color:#1e293b;background:#ffffffe6;border:1px solid #e2e8f0f2;width:100%;margin-top:12px;transition:background .2s,box-shadow .2s,transform .2s;position:relative;box-shadow:0 10px 24px #0f172a0f}.PublishedPageModal-module-scss-module__kmCoOa__secondaryButton:hover{background:#fff;transform:translateY(-1px);box-shadow:0 16px 34px #0f172a1a}.PublishedPageModal-module-scss-module__kmCoOa__downloadRow{margin-top:10px;position:relative}.PublishedPageModal-module-scss-module__kmCoOa__splitButton{border-radius:16px;display:flex;overflow:hidden;box-shadow:0 16px 34px #2563eb3d}.PublishedPageModal-module-scss-module__kmCoOa__downloadMain{color:#fff;cursor:pointer;background:#3b82f6;border:0;border-radius:0;flex:1;min-width:0;transition:background .2s,opacity .2s}.PublishedPageModal-module-scss-module__kmCoOa__downloadMain:hover:not(:disabled){background:#2563eb}.PublishedPageModal-module-scss-module__kmCoOa__downloadMain:disabled{opacity:.7;cursor:default}.PublishedPageModal-module-scss-module__kmCoOa__formatToggle{color:#fff;cursor:pointer;background:#3b82f6;border:0;border-left:1px solid #ffffff47;flex:none;justify-content:center;align-items:center;width:52px;transition:background .2s;display:inline-flex}.PublishedPageModal-module-scss-module__kmCoOa__formatToggle:hover{background:#2563eb}.PublishedPageModal-module-scss-module__kmCoOa__formatToggleIcon{width:18px;height:18px;transition:transform .2s}.PublishedPageModal-module-scss-module__kmCoOa__formatToggleIconOpen{transform:rotate(180deg)}.PublishedPageModal-module-scss-module__kmCoOa__formatMenu{z-index:10;background:#fff;border:1px solid #e2e8f0f2;border-radius:16px;min-width:240px;position:absolute;bottom:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 24px 54px #0f172a38}.PublishedPageModal-module-scss-module__kmCoOa__formatOption{color:#1e293b;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;width:100%;padding:12px 14px;transition:background .15s;display:flex}.PublishedPageModal-module-scss-module__kmCoOa__formatOption:hover{background:#f1f5f9}.PublishedPageModal-module-scss-module__kmCoOa__formatOption+.PublishedPageModal-module-scss-module__kmCoOa__formatOption{border-top:1px solid #e2e8f0b3}.PublishedPageModal-module-scss-module__kmCoOa__formatOptionName{flex:none;min-width:38px;font-size:14px;font-weight:700}.PublishedPageModal-module-scss-module__kmCoOa__formatOptionHint{color:#64748b;flex:1;min-width:0;font-size:12px}.PublishedPageModal-module-scss-module__kmCoOa__formatOptionCheck{color:#3b82f6;flex:none;width:16px;height:16px}.PublishedPageModal-module-scss-module__kmCoOa__linkSection{border-top:1px solid #e2e8f0e6;margin-top:16px;padding-top:14px;position:relative}.PublishedPageModal-module-scss-module__kmCoOa__linkLabel{color:#64748b;margin:0;font-size:14px;font-weight:500}.PublishedPageModal-module-scss-module__kmCoOa__linkRow{align-items:center;gap:8px;margin-top:8px;display:flex}.PublishedPageModal-module-scss-module__kmCoOa__linkValue{text-overflow:ellipsis;white-space:nowrap;color:#1e293b;background:#ffffffe6;border:1px solid #e2e8f0f2;border-radius:16px;flex:1;min-width:0;padding:12px 14px;font-size:14px;overflow:hidden;box-shadow:inset 0 1px #ffffffe6}.PublishedPageModal-module-scss-module__kmCoOa__copyButton{border-radius:16px;width:48px;height:48px;text-decoration:none}.PublishedPageModal-module-scss-module__kmCoOa__copiedText{color:#16a34a;margin:8px 0 0;font-size:12px}@media (max-width:480px){.PublishedPageModal-module-scss-module__kmCoOa__modal{border-radius:28px;padding:20px}.PublishedPageModal-module-scss-module__kmCoOa__title{font-size:22px}}
.QRSuccessActions-module-scss-module__thwDTG__container{box-sizing:border-box;flex-direction:column;gap:24px;width:256px;height:auto;min-height:130px;display:flex}@media (max-width:1400px){.QRSuccessActions-module-scss-module__thwDTG__container{width:100%;min-width:200px;max-width:240px;margin:0 auto}}@media (max-width:1200px){.QRSuccessActions-module-scss-module__thwDTG__container{gap:20px;width:100%;min-width:200px;max-width:220px;margin:0 auto}}@media (max-width:1024px){.QRSuccessActions-module-scss-module__thwDTG__container{gap:16px;width:100%;min-width:180px;max-width:200px;margin:0 auto}}@media (max-width:900px){.QRSuccessActions-module-scss-module__thwDTG__container{gap:14px;width:100%;min-width:160px;max-width:180px;margin:0 auto}}@media (max-width:768px){.QRSuccessActions-module-scss-module__thwDTG__container{gap:24px;width:256px;min-width:256px;max-width:256px;margin:0 auto}}.QRSuccessActions-module-scss-module__thwDTG__actionsContainer{box-sizing:border-box;flex-direction:column;gap:4px;width:256px;height:auto;display:flex}@media (max-width:1400px){.QRSuccessActions-module-scss-module__thwDTG__actionsContainer{width:100%;min-width:200px;max-width:240px;margin:0 auto}}@media (max-width:1200px){.QRSuccessActions-module-scss-module__thwDTG__actionsContainer{width:100%;min-width:200px;max-width:220px;margin:0 auto}}@media (max-width:1024px){.QRSuccessActions-module-scss-module__thwDTG__actionsContainer{width:100%;min-width:180px;max-width:200px;margin:0 auto}}@media (max-width:900px){.QRSuccessActions-module-scss-module__thwDTG__actionsContainer{width:100%;min-width:160px;max-width:180px;margin:0 auto}}@media (max-width:768px){.QRSuccessActions-module-scss-module__thwDTG__actionsContainer{display:none}}.QRSuccessActions-module-scss-module__thwDTG__actionButton{cursor:pointer;box-sizing:border-box;background:#fafafa;border:none;border-radius:8px;justify-content:center;align-items:center;gap:12px;width:256px;height:34px;padding:0 32px;transition:all .2s;display:flex}@media (max-width:1400px){.QRSuccessActions-module-scss-module__thwDTG__actionButton{width:100%;min-width:200px;max-width:240px;padding:0 28px;overflow:hidden}}@media (max-width:1200px){.QRSuccessActions-module-scss-module__thwDTG__actionButton{gap:10px;width:100%;min-width:200px;max-width:220px;padding:0 24px;overflow:hidden}}@media (max-width:1024px){.QRSuccessActions-module-scss-module__thwDTG__actionButton{gap:8px;width:100%;min-width:180px;max-width:200px;padding:0 20px;overflow:hidden}}@media (max-width:900px){.QRSuccessActions-module-scss-module__thwDTG__actionButton{gap:6px;width:100%;min-width:160px;max-width:180px;padding:0 16px;overflow:hidden}}@media (max-width:768px){.QRSuccessActions-module-scss-module__thwDTG__actionButton{gap:12px;width:256px;min-width:256px;max-width:256px;padding:0 32px;overflow:visible}}.QRSuccessActions-module-scss-module__thwDTG__actionButton:hover:not(:disabled){background:#f5f6f9}.QRSuccessActions-module-scss-module__thwDTG__actionButton:active:not(:disabled){background:#fafafa;border:1px solid #ececee}.QRSuccessActions-module-scss-module__thwDTG__actionButton:disabled{cursor:not-allowed;background:#fafafa}.QRSuccessActions-module-scss-module__thwDTG__actionButton:disabled .QRSuccessActions-module-scss-module__thwDTG__actionIcon{opacity:1;filter:brightness(0)saturate()invert(78%)sepia(0%)saturate(0%)hue-rotate()brightness(98%)contrast(95%)}.QRSuccessActions-module-scss-module__thwDTG__actionButton:disabled .QRSuccessActions-module-scss-module__thwDTG__actionText{color:#c3c1c1}.QRSuccessActions-module-scss-module__thwDTG__actionButtonContent{box-sizing:border-box;align-items:center;gap:12px;width:200px;height:34px;padding:8px 0;display:flex}@media (max-width:1400px){.QRSuccessActions-module-scss-module__thwDTG__actionButtonContent{width:100%;min-width:0;max-width:100%;overflow:hidden}}@media (max-width:1200px){.QRSuccessActions-module-scss-module__thwDTG__actionButtonContent{gap:10px}}@media (max-width:1024px){.QRSuccessActions-module-scss-module__thwDTG__actionButtonContent{gap:8px}}@media (max-width:900px){.QRSuccessActions-module-scss-module__thwDTG__actionButtonContent{gap:6px}}@media (max-width:768px){.QRSuccessActions-module-scss-module__thwDTG__actionButtonContent{gap:12px;width:200px;overflow:visible}}.QRSuccessActions-module-scss-module__thwDTG__actionIcon{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:18px;height:18px}.QRSuccessActions-module-scss-module__thwDTG__actionText{font-family:var(--font-family);letter-spacing:0%;color:#1e1e1e;white-space:nowrap;text-overflow:ellipsis;flex-shrink:1;min-width:0;font-size:12px;font-style:normal;font-weight:400;line-height:135%;overflow:hidden}@media (max-width:1200px){.QRSuccessActions-module-scss-module__thwDTG__actionText{font-size:11px}}@media (max-width:1024px){.QRSuccessActions-module-scss-module__thwDTG__actionText{font-size:10px}}@media (max-width:900px){.QRSuccessActions-module-scss-module__thwDTG__actionText{font-size:9px}}@media (max-width:768px){.QRSuccessActions-module-scss-module__thwDTG__actionText{text-overflow:clip;font-size:12px;overflow:visible}}.QRSuccessActions-module-scss-module__thwDTG__downloadContainer{box-sizing:border-box;align-items:center;gap:8px;width:256px;max-width:100%;height:34px;margin:0 auto;display:flex}@media (max-width:1400px){.QRSuccessActions-module-scss-module__thwDTG__downloadContainer{width:100%;max-width:240px;margin:0 auto}}@media (max-width:1200px){.QRSuccessActions-module-scss-module__thwDTG__downloadContainer{gap:6px;width:100%;max-width:220px;margin:0 auto}}@media (max-width:1024px){.QRSuccessActions-module-scss-module__thwDTG__downloadContainer{gap:4px;width:100%;max-width:200px;margin:0 auto}}@media (max-width:900px){.QRSuccessActions-module-scss-module__thwDTG__downloadContainer{gap:4px;width:100%;max-width:180px;margin:0 auto}}@media (max-width:768px){.QRSuccessActions-module-scss-module__thwDTG__downloadContainer{gap:8px;width:256px;max-width:256px;margin:0 auto}}.QRSuccessActions-module-scss-module__thwDTG__formatDropdownWrapper{box-sizing:border-box;flex-shrink:0;width:100px;max-width:100%;height:34px;position:relative}@media (max-width:1200px){.QRSuccessActions-module-scss-module__thwDTG__formatDropdownWrapper{width:90px}}@media (max-width:1024px){.QRSuccessActions-module-scss-module__thwDTG__formatDropdownWrapper{width:80px}}@media (max-width:900px){.QRSuccessActions-module-scss-module__thwDTG__formatDropdownWrapper{width:70px}}@media (max-width:768px){.QRSuccessActions-module-scss-module__thwDTG__formatDropdownWrapper{width:100px}}.QRSuccessActions-module-scss-module__thwDTG__formatButton{cursor:pointer;box-sizing:border-box;background:#fafafa;border:1px solid #fafafa;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:100%;height:34px;padding:6px 12px;display:flex}@media (max-width:1024px){.QRSuccessActions-module-scss-module__thwDTG__formatButton{gap:6px;padding:6px 10px}}@media (max-width:900px){.QRSuccessActions-module-scss-module__thwDTG__formatButton{gap:4px;padding:6px 8px}}@media (max-width:768px){.QRSuccessActions-module-scss-module__thwDTG__formatButton{gap:8px;padding:6px 12px}}.QRSuccessActions-module-scss-module__thwDTG__formatButtonContent{box-sizing:border-box;justify-content:space-between;align-items:center;gap:8px;width:100%;height:100%;display:flex}.QRSuccessActions-module-scss-module__thwDTG__formatText{font-family:var(--font-family);letter-spacing:0%;color:#1e1e1e;white-space:nowrap;font-size:14px;font-style:normal;font-weight:400;line-height:125%}@media (max-width:1024px){.QRSuccessActions-module-scss-module__thwDTG__formatText{font-size:13px}}@media (max-width:900px){.QRSuccessActions-module-scss-module__thwDTG__formatText{font-size:12px}}@media (max-width:768px){.QRSuccessActions-module-scss-module__thwDTG__formatText{font-size:14px}}.QRSuccessActions-module-scss-module__thwDTG__chevronIcon{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:20px;height:20px;transition:transform .2s}.QRSuccessActions-module-scss-module__thwDTG__chevronOpen{transform:rotate(180deg)}.QRSuccessActions-module-scss-module__thwDTG__formatDropdown{box-sizing:border-box;z-index:1202;background:#fff;border-radius:4px;flex-direction:column;gap:2px;width:100px;min-width:100px;padding:2px 14px;display:flex;position:fixed;overflow:hidden;box-shadow:0 4px 12px #02061614}@media (max-width:1200px){.QRSuccessActions-module-scss-module__thwDTG__formatDropdown{width:90px;min-width:90px;padding:2px 12px}}@media (max-width:1024px){.QRSuccessActions-module-scss-module__thwDTG__formatDropdown{width:80px;min-width:80px;padding:2px 10px}}@media (max-width:900px){.QRSuccessActions-module-scss-module__thwDTG__formatDropdown{width:70px;min-width:70px;padding:2px 8px}}@media (max-width:768px){.QRSuccessActions-module-scss-module__thwDTG__formatDropdown{width:100px;min-width:100px;padding:2px 14px}}.QRSuccessActions-module-scss-module__thwDTG__formatDropdownItems{flex-direction:column;gap:2px;width:100%;min-width:72px;max-height:200px;display:flex;overflow:hidden auto}.QRSuccessActions-module-scss-module__thwDTG__formatDropdownItems::-webkit-scrollbar{width:4px}.QRSuccessActions-module-scss-module__thwDTG__formatDropdownItems::-webkit-scrollbar-track{background:0 0}.QRSuccessActions-module-scss-module__thwDTG__formatDropdownItems::-webkit-scrollbar-thumb{background:#ececee;border-radius:2px}.QRSuccessActions-module-scss-module__thwDTG__formatDropdownItems::-webkit-scrollbar-thumb:hover{background:#c3c1c1}.QRSuccessActions-module-scss-module__thwDTG__formatDropdownItem{cursor:pointer;width:100%;min-width:72px;min-height:42px;font-family:var(--font-family);letter-spacing:0%;color:#1e1e1e;text-align:left;box-sizing:border-box;background:0 0;border:none;justify-content:space-between;align-items:center;padding:10px 0;font-size:12px;font-weight:400;line-height:135%;transition:color .2s,background .2s;display:flex;position:relative}.QRSuccessActions-module-scss-module__thwDTG__formatDropdownItem:hover,.QRSuccessActions-module-scss-module__thwDTG__formatDropdownItem:focus{color:#f56565;background:#f5f6f9;outline:none}.QRSuccessActions-module-scss-module__thwDTG__formatDropdownItem:active{background:#f5f6f9}.QRSuccessActions-module-scss-module__thwDTG__formatDropdownItem:not(:last-child):after{content:"";border-bottom:1px solid #ececee;height:0;position:absolute;bottom:0;left:0;right:0}.QRSuccessActions-module-scss-module__thwDTG__formatDropdownItem.QRSuccessActions-module-scss-module__thwDTG__formatDropdownItemActive{color:#f56565}.QRSuccessActions-module-scss-module__thwDTG__formatDropdownItemText{text-overflow:ellipsis;white-space:nowrap;align-items:center;width:100%;min-width:0;height:18px;display:flex;overflow:hidden}.QRSuccessActions-module-scss-module__thwDTG__downloadButton{cursor:pointer;box-sizing:border-box;background:#f56565;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:10px;width:148px;max-width:100%;height:34px;padding:12px 16px 13px;transition:all .2s;display:flex}@media (max-width:1200px){.QRSuccessActions-module-scss-module__thwDTG__downloadButton{gap:8px;width:100%;max-width:130px;padding:12px 14px 13px}}@media (max-width:1024px){.QRSuccessActions-module-scss-module__thwDTG__downloadButton{gap:6px;width:100%;max-width:120px;padding:12px 12px 13px}}@media (max-width:900px){.QRSuccessActions-module-scss-module__thwDTG__downloadButton{gap:4px;width:100%;max-width:110px;padding:12px 10px 13px}}@media (max-width:768px){.QRSuccessActions-module-scss-module__thwDTG__downloadButton{gap:10px;width:148px;max-width:148px;padding:12px 16px 13px}}.QRSuccessActions-module-scss-module__thwDTG__downloadButton:hover:not(:disabled){background:#e53e3e}.QRSuccessActions-module-scss-module__thwDTG__downloadButton:active:not(:disabled){background:#c53030}.QRSuccessActions-module-scss-module__thwDTG__downloadButton:disabled{cursor:not-allowed;opacity:.5;background:#ececee}.QRSuccessActions-module-scss-module__thwDTG__downloadButtonText{font-family:var(--font-family);letter-spacing:0%;text-align:center;color:#fff;white-space:nowrap;font-size:12px;font-style:normal;font-weight:400;line-height:135%}@media (max-width:1024px){.QRSuccessActions-module-scss-module__thwDTG__downloadButtonText{font-size:11px}}@media (max-width:900px){.QRSuccessActions-module-scss-module__thwDTG__downloadButtonText{font-size:10px}}@media (max-width:768px){.QRSuccessActions-module-scss-module__thwDTG__downloadButtonText{font-size:12px}}
.QRPreview-module-scss-module__PoBlea__container{box-sizing:border-box;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:256px;min-height:228px;margin:0 auto;padding-top:24px;display:flex}.QRPreview-module-scss-module__PoBlea__actionsWrapper{width:100%;margin-top:48px}.QRPreview-module-scss-module__PoBlea__container.QRPreview-module-scss-module__PoBlea__containerFrame2{height:285px;min-height:285px}.QRPreview-module-scss-module__PoBlea__container.QRPreview-module-scss-module__PoBlea__containerFrame3{min-height:548px}.QRPreview-module-scss-module__PoBlea__container.QRPreview-module-scss-module__PoBlea__containerFrame5{min-height:452px}.QRPreview-module-scss-module__PoBlea__container.QRPreview-module-scss-module__PoBlea__containerFrame6{min-height:400px}.QRPreview-module-scss-module__PoBlea__qrContainer{box-sizing:border-box;flex-shrink:0;justify-content:center;align-items:center;width:100%;max-width:256px;display:flex}.QRPreview-module-scss-module__PoBlea__frame1Container{aspect-ratio:1;box-sizing:border-box;background:#f5f6f9;border-radius:13.33px;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:200px;min-width:200px;max-width:200px;height:200px;min-height:200px;margin:0 auto;display:flex;position:relative}.QRPreview-module-scss-module__PoBlea__qrCodeWrapper{box-sizing:border-box;justify-content:center;align-self:center;align-items:center;width:100%;max-width:180px;min-height:180px;margin:0 auto;display:flex}.QRPreview-module-scss-module__PoBlea__qrCodeWrapper.QRPreview-module-scss-module__PoBlea__qrCodeWrapperSaved{height:auto;min-height:auto}.QRPreview-module-scss-module__PoBlea__qrCodeContainer{flex-shrink:0;width:max-content;margin:0 auto;position:relative}.QRPreview-module-scss-module__PoBlea__qrCodeContainer.QRPreview-module-scss-module__PoBlea__qrCodeContainerSaved{width:100%;max-width:100%}.QRPreview-module-scss-module__PoBlea__savedQRImage{-o-object-fit:contain;object-fit:contain;border-radius:13.33px;max-width:100%;margin:0 auto;display:block;overflow:hidden;width:100%!important;height:auto!important}.QRPreview-module-scss-module__PoBlea__container>.QRPreview-module-scss-module__PoBlea__savedQRImage{width:100%;max-width:256px}[data-context=success] .QRPreview-module-scss-module__PoBlea__savedQRImage{margin-left:12px;margin-right:12px;width:calc(100% - 24px)!important}.QRPreview-module-scss-module__PoBlea__savedQRImageLoading{opacity:0;transform:translateY(2px)}.QRPreview-module-scss-module__PoBlea__savedQRImageLoaded{opacity:1;transition:opacity .2s,transform .2s;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.QRPreview-module-scss-module__PoBlea__savedQRImageLoaded{transition:none}}.QRPreview-module-scss-module__PoBlea__qrNode{place-self:center;display:inline-flex;position:relative;flex:none!important;width:max-content!important;height:max-content!important}.QRPreview-module-scss-module__PoBlea__qrNode.QRPreview-module-scss-module__PoBlea__qrNodeSaved{width:100%!important;display:block!important}.QRPreview-module-scss-module__PoBlea__customNoFrameScale{transform-origin:50%;justify-content:center;align-items:center;display:inline-flex}.QRPreview-module-scss-module__PoBlea__qrNode>div{justify-content:center;align-items:center;flex:none!important;width:max-content!important;height:max-content!important;display:inline-flex!important}.QRPreview-module-scss-module__PoBlea__qrNode>svg{display:block;width:150px!important;max-width:none!important;height:150px!important;max-height:none!important}.QRPreview-module-scss-module__PoBlea__qrNode>canvas{display:block;width:150px!important;max-width:none!important;height:150px!important;max-height:none!important}.QRPreview-module-scss-module__PoBlea__qrNode>img{display:block;width:150px!important;max-width:none!important;height:150px!important;max-height:none!important}.QRPreview-module-scss-module__PoBlea__qrNode>div>svg{display:block;width:150px!important;max-width:none!important;height:150px!important;max-height:none!important}.QRPreview-module-scss-module__PoBlea__qrNode>div>canvas{display:block;width:150px!important;max-width:none!important;height:150px!important;max-height:none!important}.QRPreview-module-scss-module__PoBlea__container.QRPreview-module-scss-module__PoBlea__containerNoFrame .QRPreview-module-scss-module__PoBlea__qrNode>svg{width:180px!important;height:180px!important}.QRPreview-module-scss-module__PoBlea__container.QRPreview-module-scss-module__PoBlea__containerNoFrame .QRPreview-module-scss-module__PoBlea__qrNode>canvas{width:180px!important;height:180px!important}.QRPreview-module-scss-module__PoBlea__container.QRPreview-module-scss-module__PoBlea__containerNoFrame .QRPreview-module-scss-module__PoBlea__qrNode>img{width:180px!important;height:180px!important}.QRPreview-module-scss-module__PoBlea__container.QRPreview-module-scss-module__PoBlea__containerNoFrame .QRPreview-module-scss-module__PoBlea__qrNode>div>svg{width:180px!important;height:180px!important}.QRPreview-module-scss-module__PoBlea__container.QRPreview-module-scss-module__PoBlea__containerNoFrame .QRPreview-module-scss-module__PoBlea__qrNode>div>canvas{width:180px!important;height:180px!important}.QRPreview-module-scss-module__PoBlea__containerNoFrameCompact{gap:0;min-height:auto;padding-top:0}.QRPreview-module-scss-module__PoBlea__qrCodeWrapperCompact{width:180px;max-width:180px;height:180px;min-height:180px;margin:0 auto}.QRPreview-module-scss-module__PoBlea__qrNodeCompact{justify-content:center!important;align-items:center!important;width:180px!important;min-width:180px!important;height:180px!important;min-height:180px!important;display:flex!important;overflow:hidden!important}.QRPreview-module-scss-module__PoBlea__qrNodeCompact>svg{width:180px!important;height:180px!important}.QRPreview-module-scss-module__PoBlea__qrNodeCompact>canvas{width:180px!important;height:180px!important}.QRPreview-module-scss-module__PoBlea__qrNodeCompact>img{width:180px!important;height:180px!important}.QRPreview-module-scss-module__PoBlea__qrNodeCompact>div>svg{width:180px!important;height:180px!important}.QRPreview-module-scss-module__PoBlea__qrNodeCompact>div>canvas{width:180px!important;height:180px!important}.QRPreview-module-scss-module__PoBlea__qrLogoOverlay{z-index:1;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.QRPreview-module-scss-module__PoBlea__qrLogoBackground{z-index:0;background:#fff;border-radius:9px;width:36px;height:36px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.QRPreview-module-scss-module__PoBlea__qrLogoImage{-o-object-fit:contain;object-fit:contain;z-index:1;width:32px;height:32px;display:block;position:relative}.QRPreview-module-scss-module__PoBlea__frame1QRWrapper{justify-content:center;align-self:center;align-items:center;width:150px;min-width:150px;max-width:150px;height:150px;min-height:150px;max-height:150px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.QRPreview-module-scss-module__PoBlea__frame2PreviewContainer{box-sizing:border-box;background:#f5f6f9;border-radius:13.33px;flex-shrink:0;width:200px;min-width:200px;max-width:200px;height:auto;min-height:237px;margin:0 auto;position:relative}.QRPreview-module-scss-module__PoBlea__frame2PreviewQRWrapper{box-sizing:border-box;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:150px;min-width:150px;max-width:150px;height:150px;min-height:150px;max-height:150px;display:flex;position:absolute;top:25px;left:50%;transform:translate(-50%)}.QRPreview-module-scss-module__PoBlea__frame2PreviewTextBadge{box-sizing:border-box;background:#1e1e1e;border-bottom-right-radius:13.33px;border-bottom-left-radius:13.33px;justify-content:center;align-items:center;width:200px;min-width:200px;max-width:200px;height:37px;min-height:37px;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.QRPreview-module-scss-module__PoBlea__frame2PreviewTextBadgeNoLabel{box-sizing:border-box;background:#1e1e1e;border-bottom-right-radius:13.33px;border-bottom-left-radius:13.33px;width:200px;min-width:200px;max-width:200px;height:37px;min-height:37px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.QRPreview-module-scss-module__PoBlea__frame2PreviewTitle{width:200px;height:18px;font-family:var(--font-family);letter-spacing:0%;text-align:center;vertical-align:middle;color:#fff;justify-content:center;align-items:center;margin:0;padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:125%;display:flex}.QRPreview-module-scss-module__PoBlea__frame2TitleCursor{color:#f56565;pointer-events:none;font-family:var(--font-family);font-weight:var(--font-weight-regular);letter-spacing:0%;margin:0;padding:0;font-size:14px;line-height:125%;animation:1s infinite QRPreview-module-scss-module__PoBlea__blink;display:inline}@keyframes QRPreview-module-scss-module__PoBlea__blink{0%,50%{opacity:1}51%,to{opacity:0}}.QRPreview-module-scss-module__PoBlea__frame2Container{box-sizing:border-box;background:#f5f6f9;border-radius:13.33px;flex-direction:column;flex-shrink:0;align-items:center;gap:40px;width:100%;max-width:256px;height:auto;min-height:360px;margin:0 auto;padding:40px 53px;display:flex}.QRPreview-module-scss-module__PoBlea__frame5Container{box-sizing:border-box;background:#f5f6f9;border-radius:13.33px;flex-shrink:0;width:100%;max-width:256px;height:auto;min-height:380px;margin:0 auto;position:relative;overflow:hidden}.QRPreview-module-scss-module__PoBlea__frame5ImageContainer{box-sizing:border-box;z-index:0;width:100%;max-width:256px;height:256px;min-height:256px;position:absolute;top:-16px;left:50%;overflow:hidden;transform:translate(-50%)}.QRPreview-module-scss-module__PoBlea__frame5ImageWrapper{width:100%;height:100%;position:relative}.QRPreview-module-scss-module__PoBlea__frame5Image{-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom;width:100%;max-width:256px;height:256px;min-height:256px;display:block}.QRPreview-module-scss-module__PoBlea__frame5GradientContainer{box-sizing:border-box;z-index:1;width:100%;max-width:256px;height:208px;min-height:208px;position:absolute;top:172px;left:50%;overflow:visible;transform:translate(-50%)}.QRPreview-module-scss-module__PoBlea__frame5GradientOverlay{pointer-events:none;z-index:1;background:linear-gradient(#fff0 0% 45%,#ffffff24 100%);position:absolute;inset:0}.QRPreview-module-scss-module__PoBlea__frame5QRContainer{box-sizing:border-box;z-index:3;background:#fff;border-radius:30px;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:absolute;top:164px;left:50%;transform:translate(-50%);width:200px!important;min-width:200px!important;max-width:200px!important;height:200px!important;min-height:200px!important;max-height:200px!important}.QRPreview-module-scss-module__PoBlea__frame5QRContainer .QRPreview-module-scss-module__PoBlea__qrCodeContainer{box-sizing:border-box;justify-content:center;align-items:center;margin:0;padding:25px;display:flex;position:relative;width:100%!important;height:100%!important}.QRPreview-module-scss-module__PoBlea__frame5QRContainer .QRPreview-module-scss-module__PoBlea__qrCodeContainer.QRPreview-module-scss-module__PoBlea__qrCodeContainerCustom{padding:0}.QRPreview-module-scss-module__PoBlea__frame5QRContainer .QRPreview-module-scss-module__PoBlea__qrNode{display:inline-flex;flex:none!important;width:max-content!important;height:max-content!important}.QRPreview-module-scss-module__PoBlea__frame6Container{box-sizing:border-box;background:#f5f6f9;border-radius:13.33px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:100%;max-width:256px;height:328px;min-height:328px;margin:0 auto;padding:40px 28px;display:flex}@media (max-width:480px){.QRPreview-module-scss-module__PoBlea__frame6Container{padding:40px 16px}}.QRPreview-module-scss-module__PoBlea__frame6WhiteContainer{aspect-ratio:1;box-sizing:border-box;background:#fff;border-radius:30px;justify-content:center;align-self:center;align-items:center;height:200px;min-height:200px;margin:0 auto;display:flex;position:relative;flex-shrink:0!important;width:200px!important;min-width:200px!important;max-width:200px!important}.QRPreview-module-scss-module__PoBlea__frame6QRWrapper{box-sizing:border-box;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:150px;min-width:150px;max-width:150px;height:150px;min-height:150px;max-height:150px;display:flex;position:absolute;top:25px;left:50%;transform:translate(-50%)}.QRPreview-module-scss-module__PoBlea__frame3Container{box-sizing:border-box;background:#f5f6f9;border-radius:13.33px;flex-shrink:0;width:100%;max-width:256px;height:auto;min-height:476px;margin:0 auto;position:relative;overflow:hidden}.QRPreview-module-scss-module__PoBlea__frame3ImageContainer{box-sizing:border-box;z-index:0;width:100%;max-width:256px;height:256px;min-height:256px;position:absolute;top:-16px;left:50%;overflow:hidden;transform:translate(-50%)}.QRPreview-module-scss-module__PoBlea__frame3ImageWrapper{width:100%;height:100%;position:relative}.QRPreview-module-scss-module__PoBlea__frame3Image{-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom;width:100%;max-width:256px;height:256px;min-height:256px;display:block}.QRPreview-module-scss-module__PoBlea__frame3GradientContainer{box-sizing:border-box;z-index:1;width:100%;max-width:256px;height:236px;min-height:236px;position:absolute;top:240px;left:50%;overflow:visible;transform:translate(-50%)}.QRPreview-module-scss-module__PoBlea__frame3GradientOverlay{pointer-events:none;z-index:1;background:linear-gradient(#fff0 0% 45%,#ffffff24 100%);position:absolute;inset:0}.QRPreview-module-scss-module__PoBlea__frame3QRContainer{box-sizing:border-box;z-index:3;background:#fff;border-radius:30px;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:absolute;top:-82px;left:50%;transform:translate(-50%);width:200px!important;min-width:200px!important;max-width:200px!important;height:200px!important;min-height:200px!important;max-height:200px!important}.QRPreview-module-scss-module__PoBlea__frame3QRContainer .QRPreview-module-scss-module__PoBlea__qrCodeContainer{box-sizing:border-box;justify-content:center;align-items:center;margin:0;padding:25px;display:flex;position:relative;width:100%!important;height:100%!important}.QRPreview-module-scss-module__PoBlea__frame3QRContainer .QRPreview-module-scss-module__PoBlea__qrCodeContainer.QRPreview-module-scss-module__PoBlea__qrCodeContainerCustom{padding:0}.QRPreview-module-scss-module__PoBlea__frame3QRContainer .QRPreview-module-scss-module__PoBlea__qrNode{margin:0 auto;display:inline-flex;flex:none!important;width:max-content!important;height:max-content!important}.QRPreview-module-scss-module__PoBlea__frame3TextContainer{box-sizing:border-box;z-index:3;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:200px;min-width:200px;max-width:200px;min-height:44px;display:flex;position:absolute;top:149px;left:50%;transform:translate(-50%)}.QRPreview-module-scss-module__PoBlea__frame3Title{font-family:var(--font-family);letter-spacing:0%;text-align:center;color:#fff;justify-content:center;align-items:center;margin:0;padding:0;font-size:20px;font-style:normal;font-weight:500;line-height:120%;display:flex}.QRPreview-module-scss-module__PoBlea__frame3TitleCursor{color:#f56565;pointer-events:none;font-family:var(--font-family);letter-spacing:0%;margin:0;padding:0;font-size:20px;font-weight:500;line-height:120%;animation:1s infinite QRPreview-module-scss-module__PoBlea__blink;display:inline}.QRPreview-module-scss-module__PoBlea__frame3Subtitle{font-family:var(--font-family);letter-spacing:0%;text-align:center;vertical-align:middle;color:#fff;justify-content:center;align-items:center;margin:0;padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:125%;display:flex}.QRPreview-module-scss-module__PoBlea__frame3SubtitleCursor{color:#f56565;pointer-events:none;font-family:var(--font-family);letter-spacing:0%;margin:0;padding:0;font-size:14px;font-weight:400;line-height:125%;animation:1s infinite QRPreview-module-scss-module__PoBlea__blink;display:inline}.QRPreview-module-scss-module__PoBlea__frame2IconWrapper{flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.QRPreview-module-scss-module__PoBlea__frame2Icon{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:40px;height:40px;display:block}.QRPreview-module-scss-module__PoBlea__frame2WhiteContainer{aspect-ratio:1;box-sizing:border-box;background:#fff;border-radius:13.33px;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:200px;min-width:200px;max-width:200px;height:200px;min-height:200px;margin:0 auto;display:flex;position:relative}.QRPreview-module-scss-module__PoBlea__frame2QRWrapper{box-sizing:border-box;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:150px;min-width:150px;max-width:150px;height:150px;min-height:150px;max-height:150px;display:flex;position:absolute;top:25px;left:50%;transform:translate(-50%)}.QRPreview-module-scss-module__PoBlea__captionContainer{box-sizing:border-box;flex-shrink:0;align-items:center;gap:6px;width:100%;max-width:256px;height:auto;min-height:32px;display:flex}.QRPreview-module-scss-module__PoBlea__captionContainerFrame2{padding-top:16px}.QRPreview-module-scss-module__PoBlea__captionIconWrapper{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:relative}.QRPreview-module-scss-module__PoBlea__captionIcon{width:16.12px;height:16.12px;display:block;position:absolute;top:.94px;left:.94px}.QRPreview-module-scss-module__PoBlea__captionText{font-family:var(--font-family);letter-spacing:0%;vertical-align:middle;color:#828282;flex:1;margin:0;padding:0;font-size:12px;font-style:normal;font-weight:400;line-height:135%}
.ColorPicker-module-scss-module__blARQW__colorPicker{z-index:1000;box-sizing:border-box;-webkit-user-select:none;user-select:none;background:#fff;border-radius:12px;min-width:280px;max-width:320px;max-height:calc(100vh - 32px);padding:16px;position:fixed;overflow-y:auto;box-shadow:0 4px 16px #00000026}.ColorPicker-module-scss-module__blARQW__colorPickerDragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.ColorPicker-module-scss-module__blARQW__colorPickerHeader{cursor:grab;-webkit-user-select:none;user-select:none;margin-bottom:12px}.ColorPicker-module-scss-module__blARQW__colorPickerHeader:active{cursor:grabbing}.ColorPicker-module-scss-module__blARQW__colorPickerTitle{font-family:var(--font-family);color:#1e1e1e;font-size:14px;font-weight:500;line-height:125%}.ColorPicker-module-scss-module__blARQW__colorPickerGrid{grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:16px;display:grid}.ColorPicker-module-scss-module__blARQW__colorSwatch{aspect-ratio:1;cursor:pointer;box-sizing:border-box;border:1px solid #ececee;border-radius:4px;width:100%;padding:0;transition:transform .15s,box-shadow .15s;position:relative}.ColorPicker-module-scss-module__blARQW__colorSwatch:hover{z-index:1;transform:scale(1.1);box-shadow:0 2px 8px #0003}.ColorPicker-module-scss-module__blARQW__colorSwatch:active{transform:scale(1.05)}.ColorPicker-module-scss-module__blARQW__colorSwatchActive{border:2px solid #1e1e1e;box-shadow:0 0 0 2px #1e1e1e1a}.ColorPicker-module-scss-module__blARQW__colorPickerCustom{border-top:1px solid #ececee;padding-top:12px}.ColorPicker-module-scss-module__blARQW__colorPickerCustomLabel{font-family:var(--font-family);color:#1e1e1e;margin-bottom:8px;font-size:12px;font-weight:400;line-height:135%;display:block}.ColorPicker-module-scss-module__blARQW__colorPickerCustomInputWrapper{box-sizing:border-box;background:#fff;border:1px solid #ececee;border-radius:8px;align-items:center;gap:8px;height:32px;padding:0 12px;display:flex}.ColorPicker-module-scss-module__blARQW__colorPickerCustomInput{font-family:var(--font-family);color:#1e1e1e;background:0 0;border:none;outline:none;flex:1;min-width:0;margin:0;padding:0;font-size:14px;font-weight:400;line-height:125%}.ColorPicker-module-scss-module__blARQW__colorPickerCustomInput::placeholder{color:#1e1e1e;opacity:.5}.ColorPicker-module-scss-module__blARQW__colorPickerCustomPreview{box-sizing:border-box;border:1px solid #ececee;border-radius:4px;flex-shrink:0;width:20px;min-width:20px;height:20px}
.ColorInput-module-scss-module__q3O0Gq__container{box-sizing:border-box;flex-direction:column;gap:8px;width:100%;max-width:542px;height:auto;min-height:1178px;display:flex;overflow:visible}.ColorInput-module-scss-module__q3O0Gq__containerCompact{gap:8px;height:auto;min-height:auto;margin-top:0}@media (min-width:769px){.ColorInput-module-scss-module__q3O0Gq__container{margin-top:24px}}.ColorInput-module-scss-module__q3O0Gq__section{box-sizing:border-box;background:#fff;border:1px solid #ececee;border-radius:9px;flex-direction:column;gap:16px;width:100%;max-width:542px;padding:16px;display:flex}.ColorInput-module-scss-module__q3O0Gq__sectionCompact{height:auto;min-height:auto;padding-top:12px;padding-bottom:12px}.ColorInput-module-scss-module__q3O0Gq__sectionCompactLast{margin-bottom:0;padding-bottom:10px}.ColorInput-module-scss-module__q3O0Gq__section:first-child{height:auto;min-height:192px}.ColorInput-module-scss-module__q3O0Gq__section:nth-child(2){flex-shrink:0;height:auto;min-height:342px;padding:16px;overflow:visible}.ColorInput-module-scss-module__q3O0Gq__section:nth-child(3){height:auto;min-height:182px;padding-top:16px;padding-bottom:16px;padding-left:16px}.ColorInput-module-scss-module__q3O0Gq__sectionTitle{width:100%;max-width:484px;height:auto;min-height:18px;font-family:var(--font-family);letter-spacing:0%;color:#1e1e1e;white-space:normal;word-wrap:break-word;overflow-wrap:anywhere;margin:0;padding:0;font-size:14px;font-style:normal;font-weight:500;line-height:125%}.ColorInput-module-scss-module__q3O0Gq__contentContainer{flex-wrap:wrap;align-items:flex-start;gap:24px;width:100%;max-width:510px;height:auto;min-height:126px;display:flex}.ColorInput-module-scss-module__q3O0Gq__shapesContainer{flex-direction:column;flex-shrink:0;gap:12px;width:100%;max-width:510px;height:auto;min-height:126px;display:flex}.ColorInput-module-scss-module__q3O0Gq__shapesRow{flex-wrap:wrap;gap:10px;width:100%;height:auto;min-height:66px;display:flex}.ColorInput-module-scss-module__q3O0Gq__shapeButton{cursor:pointer;box-sizing:border-box;background:#ececee;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;width:66px;height:66px;padding:0;transition:opacity .2s,border-color .2s;display:flex}.ColorInput-module-scss-module__q3O0Gq__shapeButton.ColorInput-module-scss-module__q3O0Gq__default{opacity:.7;border:none}.ColorInput-module-scss-module__q3O0Gq__shapeButton.ColorInput-module-scss-module__q3O0Gq__selected{opacity:1;border:1px solid #f56565}.ColorInput-module-scss-module__q3O0Gq__shapeButton:hover{opacity:1}.ColorInput-module-scss-module__q3O0Gq__shapeButton:focus-visible{outline-offset:2px;outline:2px solid #f56565}.ColorInput-module-scss-module__q3O0Gq__default{opacity:.7;border:none}.ColorInput-module-scss-module__q3O0Gq__selected{opacity:1;border:1px solid #f56565}.ColorInput-module-scss-module__q3O0Gq__shapeIcon{width:48px;height:48px;display:block}.ColorInput-module-scss-module__q3O0Gq__shapeStyleGroups{flex-direction:column;gap:10px;width:100%;display:flex}.ColorInput-module-scss-module__q3O0Gq__shapeStyleGroup{grid-template-columns:68px minmax(0,1fr);align-items:center;gap:8px;display:grid}.ColorInput-module-scss-module__q3O0Gq__shapeStyleLabel{font-family:var(--font-family);color:#1e1e1e;font-size:12px;font-weight:400;line-height:135%}.ColorInput-module-scss-module__q3O0Gq__shapeStyleOptions{flex-wrap:wrap;gap:8px;display:flex}.ColorInput-module-scss-module__q3O0Gq__shapeStyleButton{color:#1e1e1e;cursor:pointer;box-sizing:border-box;background:#fff;border:1px solid #ececee;border-radius:10px;justify-content:center;align-items:center;gap:6px;min-width:78px;height:34px;padding:0 9px;transition:border-color .2s,background-color .2s,opacity .2s;display:inline-flex}.ColorInput-module-scss-module__q3O0Gq__shapeStyleButton:hover{border-color:#f56565}.ColorInput-module-scss-module__q3O0Gq__shapeStyleButton:focus-visible{outline-offset:2px;outline:2px solid #f56565}.ColorInput-module-scss-module__q3O0Gq__shapeStyleButtonSelected{background:#fff7f7;border-color:#f56565}.ColorInput-module-scss-module__q3O0Gq__shapeStyleIcon{color:#1e1e1e;flex:0 0 18px;width:18px;height:18px;position:relative;overflow:hidden}.ColorInput-module-scss-module__q3O0Gq__shapeStyleText{font-family:var(--font-family);white-space:nowrap;font-size:12px;font-weight:400;line-height:1}.ColorInput-module-scss-module__q3O0Gq__dotsIconSquare,.ColorInput-module-scss-module__q3O0Gq__dotsIconRounded,.ColorInput-module-scss-module__q3O0Gq__dotsIconDots,.ColorInput-module-scss-module__q3O0Gq__dotsIconClassy{background:0 0}.ColorInput-module-scss-module__q3O0Gq__dotsIconSquare:before,.ColorInput-module-scss-module__q3O0Gq__dotsIconRounded:before,.ColorInput-module-scss-module__q3O0Gq__dotsIconDots:before{content:"";background:currentColor;width:4px;height:4px;position:absolute;top:2px;left:2px;box-shadow:6px 0,12px 0,0 6px,6px 6px,12px 6px,0 12px,6px 12px,12px 12px}.ColorInput-module-scss-module__q3O0Gq__dotsIconRounded:before{border-radius:2px}.ColorInput-module-scss-module__q3O0Gq__dotsIconDots:before{border-radius:50%}.ColorInput-module-scss-module__q3O0Gq__dotsIconClassy:before,.ColorInput-module-scss-module__q3O0Gq__dotsIconClassy:after{content:"";background:currentColor;border-radius:5px 1px;width:14px;height:5px;position:absolute;left:2px;transform:rotate(-12deg)}.ColorInput-module-scss-module__q3O0Gq__dotsIconClassy:before{top:4px}.ColorInput-module-scss-module__q3O0Gq__dotsIconClassy:after{top:10px}.ColorInput-module-scss-module__q3O0Gq__cornerIcon,.ColorInput-module-scss-module__q3O0Gq__cornerDotIcon{box-sizing:border-box;border:3px solid}.ColorInput-module-scss-module__q3O0Gq__cornerIcon:after,.ColorInput-module-scss-module__q3O0Gq__cornerDotIcon:after{content:"";background:currentColor;position:absolute;inset:5px}.ColorInput-module-scss-module__q3O0Gq__cornerIconSquare,.ColorInput-module-scss-module__q3O0Gq__cornerIconSquare:after,.ColorInput-module-scss-module__q3O0Gq__cornerDotIconSquare,.ColorInput-module-scss-module__q3O0Gq__cornerDotIconSquare:after{border-radius:0}.ColorInput-module-scss-module__q3O0Gq__cornerIconRounded,.ColorInput-module-scss-module__q3O0Gq__cornerDotIconRounded{border-radius:5px}.ColorInput-module-scss-module__q3O0Gq__cornerIconRounded:after,.ColorInput-module-scss-module__q3O0Gq__cornerDotIconRounded:after{border-radius:2px}.ColorInput-module-scss-module__q3O0Gq__cornerIconExtraRounded{border-radius:8px}.ColorInput-module-scss-module__q3O0Gq__cornerIconExtraRounded:after{border-radius:2px}.ColorInput-module-scss-module__q3O0Gq__cornerIconDot,.ColorInput-module-scss-module__q3O0Gq__cornerIconDot:after,.ColorInput-module-scss-module__q3O0Gq__cornerDotIconDot,.ColorInput-module-scss-module__q3O0Gq__cornerDotIconDot:after{border-radius:50%}.ColorInput-module-scss-module__q3O0Gq__colorsRow{flex-wrap:wrap;align-items:flex-end;gap:15px;width:100%;max-width:343px;height:auto;min-height:48px;display:flex;position:relative}.ColorInput-module-scss-module__q3O0Gq__colorContainer{flex-direction:column;flex-shrink:0;gap:4px;width:100%;min-width:111px;max-width:111px;height:auto;min-height:48px;display:flex}.ColorInput-module-scss-module__q3O0Gq__colorLabel{font-family:var(--font-family);letter-spacing:0%;color:#1e1e1e;white-space:nowrap;margin:0;padding:0;font-size:12px;font-style:normal;font-weight:400;line-height:135%}.ColorInput-module-scss-module__q3O0Gq__colorWarning{font-family:var(--font-family);letter-spacing:0%;color:#1e1e1e;white-space:normal;word-wrap:break-word;overflow-wrap:anywhere;margin:8px 0 0;padding:0;font-size:12px;font-style:normal;font-weight:400;line-height:135%}.ColorInput-module-scss-module__q3O0Gq__colorInputWrapper{box-sizing:border-box;background:#fff;border:1px solid #ececee;border-radius:10px;align-items:center;width:111px;height:28px;padding:0 12px;display:flex}.ColorInput-module-scss-module__q3O0Gq__colorInput{font-family:var(--font-family);letter-spacing:0%;color:#1e1e1e;background:0 0;border:none;outline:none;flex:1;min-width:0;margin:0;padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:125%}.ColorInput-module-scss-module__q3O0Gq__colorInput::placeholder{color:#1e1e1e;opacity:.5}.ColorInput-module-scss-module__q3O0Gq__colorPreview{box-sizing:border-box;border:1px solid #ececee;border-radius:2px;flex-shrink:0;width:14px;min-width:14px;height:14px;margin-left:4px;display:block}.ColorInput-module-scss-module__q3O0Gq__invertButton{cursor:pointer;box-sizing:border-box;background:#fff;border:1px solid #1e1e1e;border-radius:10px;flex-shrink:0;align-items:center;gap:4px;width:91px;min-width:16px;height:28px;padding:0 12px;transition:background-color .2s,border-color .2s;display:flex}.ColorInput-module-scss-module__q3O0Gq__invertButton:hover{background:#f5f5f5}.ColorInput-module-scss-module__q3O0Gq__invertButton:active{background:#ececee}.ColorInput-module-scss-module__q3O0Gq__invertButton:focus-visible{outline-offset:2px;outline:2px solid #1e1e1e}.ColorInput-module-scss-module__q3O0Gq__invertIconContainer{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.ColorInput-module-scss-module__q3O0Gq__invertIcon{width:14.56px;height:11.25px;display:block}.ColorInput-module-scss-module__q3O0Gq__invertText{letter-spacing:0%;color:#1e1e1e;font-family:ABeeZee,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:140%}.ColorInput-module-scss-module__q3O0Gq__framesContainer{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#ececee #0000;gap:12px;width:100%;min-width:0;max-width:526px;height:auto;min-height:212px;display:flex;overflow:auto hidden}.ColorInput-module-scss-module__q3O0Gq__framesContainer::-webkit-scrollbar{height:6px}.ColorInput-module-scss-module__q3O0Gq__framesContainer::-webkit-scrollbar-track{background:0 0}.ColorInput-module-scss-module__q3O0Gq__framesContainer::-webkit-scrollbar-thumb{background:#ececee;border-radius:3px}.ColorInput-module-scss-module__q3O0Gq__framesContainer::-webkit-scrollbar-thumb:hover{background:#c3c1c1}.ColorInput-module-scss-module__q3O0Gq__frameButton{cursor:pointer;box-sizing:border-box;background:#fff;border:1px solid #0000;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;padding:0;transition:opacity .2s,border-color .2s;display:flex;position:relative}.ColorInput-module-scss-module__q3O0Gq__frameButton.ColorInput-module-scss-module__q3O0Gq__frameSelected{border:1px solid #f56565}.ColorInput-module-scss-module__q3O0Gq__frameButton:hover{opacity:.8}.ColorInput-module-scss-module__q3O0Gq__frameButton:focus-visible{outline-offset:2px;outline:2px solid #f56565}.ColorInput-module-scss-module__q3O0Gq__frameIconWrapper{justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ColorInput-module-scss-module__q3O0Gq__frameIcon{width:28.17px;height:28.17px;display:block}.ColorInput-module-scss-module__q3O0Gq__frameButtonLarge{cursor:pointer;box-sizing:border-box;background:#ececee;border:1px solid #0000;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;padding:0;transition:opacity .2s,border-color .2s;display:flex;position:relative}.ColorInput-module-scss-module__q3O0Gq__frameButtonLarge.ColorInput-module-scss-module__q3O0Gq__frameSelected{border:1px solid #f56565}.ColorInput-module-scss-module__q3O0Gq__frameButtonLarge:hover{opacity:.8}.ColorInput-module-scss-module__q3O0Gq__frameButtonLarge:focus-visible{outline-offset:2px;outline:2px solid #f56565}.ColorInput-module-scss-module__q3O0Gq__frameButtonWithText{cursor:pointer;box-sizing:border-box;background:#ececee;border:1px solid #0000;border-radius:12px;flex-direction:column;flex-shrink:0;align-items:center;width:120px;height:141px;padding:0;transition:opacity .2s,border-color .2s;display:flex;position:relative}.ColorInput-module-scss-module__q3O0Gq__frameButtonWithText.ColorInput-module-scss-module__q3O0Gq__frameSelected{border:1px solid #f56565}.ColorInput-module-scss-module__q3O0Gq__frameButtonWithText:hover{opacity:.8}.ColorInput-module-scss-module__q3O0Gq__frameButtonWithText:focus-visible{outline-offset:2px;outline:2px solid #f56565}.ColorInput-module-scss-module__q3O0Gq__frameButtonWithPhoto{cursor:pointer;box-sizing:border-box;background:#ececee;border:1px solid #0000;border-radius:12px;flex-direction:column;flex-shrink:0;align-items:center;width:122.84px;height:212px;padding:0;transition:opacity .2s,border-color .2s;display:flex;position:relative}.ColorInput-module-scss-module__q3O0Gq__frameButtonWithPhoto.ColorInput-module-scss-module__q3O0Gq__frameSelected{border:1px solid #f56565}.ColorInput-module-scss-module__q3O0Gq__frameButtonWithPhoto:hover{opacity:.8}.ColorInput-module-scss-module__q3O0Gq__frameButtonWithPhoto:focus-visible{outline-offset:2px;outline:2px solid #f56565}.ColorInput-module-scss-module__q3O0Gq__frameButtonWithPhotoNoText{cursor:pointer;box-sizing:border-box;background:#ececee;border:1px solid #0000;border-radius:12px;flex-direction:column;flex-shrink:0;align-items:center;width:122.84px;height:180px;padding:0;transition:opacity .2s,border-color .2s;display:flex;position:relative}.ColorInput-module-scss-module__q3O0Gq__frameButtonWithPhotoNoText.ColorInput-module-scss-module__q3O0Gq__frameSelected{border:1px solid #f56565}.ColorInput-module-scss-module__q3O0Gq__frameButtonWithPhotoNoText:hover{opacity:.8}.ColorInput-module-scss-module__q3O0Gq__frameButtonWithPhotoNoText:focus-visible{outline-offset:2px;outline:2px solid #f56565}.ColorInput-module-scss-module__q3O0Gq__frameButtonSimple{cursor:pointer;box-sizing:border-box;background:#ececee;border:1px solid #0000;border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:130px;height:165px;padding:0;transition:opacity .2s,border-color .2s;display:flex;position:relative}.ColorInput-module-scss-module__q3O0Gq__frameButtonSimple.ColorInput-module-scss-module__q3O0Gq__frameSelected{border:1px solid #f56565}.ColorInput-module-scss-module__q3O0Gq__frameButtonSimple:hover{opacity:.8}.ColorInput-module-scss-module__q3O0Gq__frameButtonSimple:focus-visible{outline-offset:2px;outline:2px solid #f56565}.ColorInput-module-scss-module__q3O0Gq__frameInner{box-sizing:border-box;background:#fff;border-radius:12px;width:100px;height:100px;position:absolute;top:10px;left:10px}.ColorInput-module-scss-module__q3O0Gq__frameInnerCentered{box-sizing:border-box;background:#fff;border-radius:12px;width:100px;height:100px;position:absolute;top:64px;left:10px}.ColorInput-module-scss-module__q3O0Gq__frameInnerSimple{box-sizing:border-box;background:#fff;border-radius:12px;width:100px;height:100px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ColorInput-module-scss-module__q3O0Gq__frameTextBadge{box-sizing:border-box;background:#1e1e1e;border-bottom-right-radius:12px;border-bottom-left-radius:12px;justify-content:center;align-items:center;width:122px;height:25px;padding:4px 37px 5px;display:flex;position:absolute;top:118px;left:-2px}.ColorInput-module-scss-module__q3O0Gq__frameButtonWithTextNoLabel{cursor:pointer;box-sizing:border-box;background:#ececee;border:1px solid #0000;border-radius:12px;flex-direction:column;flex-shrink:0;align-items:center;width:120px;height:141px;padding:0;transition:opacity .2s,border-color .2s;display:flex;position:relative}.ColorInput-module-scss-module__q3O0Gq__frameButtonWithTextNoLabel.ColorInput-module-scss-module__q3O0Gq__frameSelected{border:1px solid #f56565}.ColorInput-module-scss-module__q3O0Gq__frameButtonWithTextNoLabel:hover{opacity:.8}.ColorInput-module-scss-module__q3O0Gq__frameButtonWithTextNoLabel:focus-visible{outline-offset:2px;outline:2px solid #f56565}.ColorInput-module-scss-module__q3O0Gq__frameTextBadgeNoLabel{box-sizing:border-box;background:#1e1e1e;border-bottom-right-radius:12px;border-bottom-left-radius:12px;width:122px;height:25px;position:absolute;top:118px;left:-2px}.ColorInput-module-scss-module__q3O0Gq__frameText{font-family:var(--font-family);letter-spacing:0%;color:#fff;font-size:12px;font-style:normal;font-weight:400;line-height:135%}.ColorInput-module-scss-module__q3O0Gq__framePhotoIconWrapper{justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:16px;left:44px}.ColorInput-module-scss-module__q3O0Gq__framePhotoIcon{width:30.83px;height:25.5px;display:block}.ColorInput-module-scss-module__q3O0Gq__frameTextContent{box-sizing:border-box;flex-direction:column;align-items:center;gap:0;padding-bottom:16px;display:flex;position:absolute;bottom:0;left:0;right:0}.ColorInput-module-scss-module__q3O0Gq__frameTitle{letter-spacing:0%;text-align:center;color:#1e1e1e;margin:0;padding:0;font-family:ABeeZee,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:140%}.ColorInput-module-scss-module__q3O0Gq__frameSubtitle{letter-spacing:0%;text-align:center;vertical-align:middle;color:#1e1e1e;margin:0;padding:0;font-family:ABeeZee,sans-serif;font-size:8px;font-style:normal;font-weight:400;line-height:140%}.ColorInput-module-scss-module__q3O0Gq__frameColorsRow{box-sizing:border-box;flex-wrap:wrap;align-items:flex-end;gap:15px;width:100%;max-width:526px;height:auto;min-height:48px;display:flex}.ColorInput-module-scss-module__q3O0Gq__logosContainer{box-sizing:border-box;flex-wrap:wrap;gap:8px;width:100%;max-width:312px;height:auto;min-height:56px;display:flex}.ColorInput-module-scss-module__q3O0Gq__logoButton{cursor:pointer;box-sizing:border-box;background:#f3f3f3;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;width:56px;height:56px;padding:0;transition:opacity .2s,border-color .2s;display:flex;position:relative}.ColorInput-module-scss-module__q3O0Gq__logoButton.ColorInput-module-scss-module__q3O0Gq__logoDefault{opacity:.7;border:none}.ColorInput-module-scss-module__q3O0Gq__logoButton.ColorInput-module-scss-module__q3O0Gq__logoSelected{opacity:1;border:1px solid #f56565}.ColorInput-module-scss-module__q3O0Gq__logoButton:hover{opacity:1}.ColorInput-module-scss-module__q3O0Gq__logoButton:focus-visible{outline-offset:2px;outline:2px solid #f56565}.ColorInput-module-scss-module__q3O0Gq__logoIcon{width:32px;height:32px;display:block;position:absolute;top:12px;left:11px}.ColorInput-module-scss-module__q3O0Gq__uploadContainer{box-sizing:border-box;cursor:pointer;background:#fff;border-radius:6px;justify-content:center;align-items:center;width:510px;min-width:16px;height:44px;padding:14px 12px;transition:background-color .2s;display:flex;position:relative}.ColorInput-module-scss-module__q3O0Gq__uploadContainer:before{content:"";pointer-events:none;background-image:url("data:image/svg+xml,%3csvg width='510' height='44' xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cstyle%3e.dashed-border%7bfill:none;stroke:%23C3C1C1;stroke-width:1;stroke-dasharray:6 6;%7d%3c/style%3e%3c/defs%3e%3crect x='0.5' y='0.5' width='509' height='43' rx='5.5' class='dashed-border'/%3e%3c/svg%3e");border-radius:6px;position:absolute;inset:0}.ColorInput-module-scss-module__q3O0Gq__uploadContainer:hover{background:#f9f9f9}.ColorInput-module-scss-module__q3O0Gq__uploadContainer:hover:before{background-image:url("data:image/svg+xml,%3csvg width='510' height='44' xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cstyle%3e.dashed-border%7bfill:none;stroke:%23F56565;stroke-width:1;stroke-dasharray:6 6;%7d%3c/style%3e%3c/defs%3e%3crect x='0.5' y='0.5' width='509' height='43' rx='5.5' class='dashed-border'/%3e%3c/svg%3e")}.ColorInput-module-scss-module__q3O0Gq__uploadInput{opacity:0;pointer-events:none;width:0;height:0;position:absolute;overflow:hidden}.ColorInput-module-scss-module__q3O0Gq__uploadContent{align-items:center;gap:12px;display:flex}.ColorInput-module-scss-module__q3O0Gq__uploadIconWrapper{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:relative}.ColorInput-module-scss-module__q3O0Gq__uploadIcon{width:20px;height:20px;display:block}.ColorInput-module-scss-module__q3O0Gq__uploadTextContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:0;display:flex}.ColorInput-module-scss-module__q3O0Gq__uploadText{font-family:var(--font-family);letter-spacing:0%;text-align:center;color:#1e1e1e;margin:0;padding:0;font-size:12px;font-style:normal;font-weight:400;line-height:135%}.ColorInput-module-scss-module__q3O0Gq__uploadSubtext{font-family:var(--font-family);letter-spacing:0%;text-align:center;color:#c3c1c1;margin:0;padding:0;font-size:12px;font-style:normal;font-weight:400;line-height:135%}.ColorInput-module-scss-module__q3O0Gq__divider{box-sizing:border-box;border-top:.5px solid #ececee;width:100%;max-width:526px;height:0;min-height:0}.ColorInput-module-scss-module__q3O0Gq__frameImageTitle{font-family:var(--font-family);letter-spacing:0%;color:#1e1e1e;margin:0;padding:0;font-size:14px;font-style:normal;font-weight:500;line-height:125%}.ColorInput-module-scss-module__q3O0Gq__frameImageContainer{box-sizing:border-box;flex-wrap:wrap;align-items:center;gap:16px;width:100%;max-width:249px;height:auto;min-height:80px;display:flex}.ColorInput-module-scss-module__q3O0Gq__frameImagePreview{cursor:pointer;box-sizing:border-box;background:0 0;border:none;flex-shrink:0;width:80px;height:80px;padding:0;display:block}.ColorInput-module-scss-module__q3O0Gq__frameImagePreviewContainer{box-sizing:border-box;flex-shrink:0;width:80px;height:80px;position:relative}.ColorInput-module-scss-module__q3O0Gq__frameImagePreviewButton{cursor:pointer;box-sizing:border-box;z-index:1;background:0 0;border:none;justify-content:center;align-items:center;width:80px;height:80px;padding:0;display:flex;position:absolute;top:0;left:0}.ColorInput-module-scss-module__q3O0Gq__frameImageEditIcon{box-sizing:border-box;z-index:2;pointer-events:auto;cursor:pointer;background:#ffffffe6;border:.55px solid #0000;border-radius:12px;outline:none;justify-content:center;align-items:center;width:24px;height:24px;margin:0;padding:0;display:flex;position:absolute;top:56px;left:56px}.ColorInput-module-scss-module__q3O0Gq__frameImageEditIcon:hover{background:#fff}.ColorInput-module-scss-module__q3O0Gq__frameImageEditIcon:active{opacity:.8}.ColorInput-module-scss-module__q3O0Gq__frameImageEditIconImg{-o-object-fit:contain;object-fit:contain;width:24px;height:24px}.ColorInput-module-scss-module__q3O0Gq__frameImageInput{display:none}.ColorInput-module-scss-module__q3O0Gq__frameImagePreviewBox{box-sizing:border-box;background:#f5f6f9;border-radius:16px;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative}.ColorInput-module-scss-module__q3O0Gq__frameImagePreviewImg{-o-object-fit:cover;object-fit:cover;border-radius:16px;width:80px;height:80px;display:block}.ColorInput-module-scss-module__q3O0Gq__frameImagePreviewIcon{width:28px;height:23px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ColorInput-module-scss-module__q3O0Gq__frameImageTextContainer{box-sizing:border-box;flex-direction:column;flex:1;gap:4px;width:100%;min-width:0;max-width:153px;height:auto;min-height:46px;display:flex}.ColorInput-module-scss-module__q3O0Gq__frameImageTextMain{font-family:var(--font-family);letter-spacing:0%;color:#828282;margin:0;padding:0;font-size:12px;font-style:normal;font-weight:400;line-height:135%}.ColorInput-module-scss-module__q3O0Gq__frameImageTextSub{font-family:var(--font-family);letter-spacing:0%;color:#c3c1c1;margin:0;padding:0;font-size:10px;font-style:normal;font-weight:400;line-height:125%}.ColorInput-module-scss-module__q3O0Gq__frameTextFieldsContainer{box-sizing:border-box;flex-direction:column;gap:16px;width:100%;display:flex}@media (max-width:768px){.ColorInput-module-scss-module__q3O0Gq__container{max-width:100%;margin-top:16px;padding:0}.ColorInput-module-scss-module__q3O0Gq__section{max-width:100%;padding:12px}.ColorInput-module-scss-module__q3O0Gq__sectionTitle{white-space:normal;font-size:14px}.ColorInput-module-scss-module__q3O0Gq__contentContainer{gap:16px;max-width:100%}.ColorInput-module-scss-module__q3O0Gq__shapesContainer{max-width:100%}.ColorInput-module-scss-module__q3O0Gq__colorsRow{flex-direction:column;align-items:flex-start;gap:12px;max-width:100%}.ColorInput-module-scss-module__q3O0Gq__colorWarning{max-width:100%;margin-top:8px}.ColorInput-module-scss-module__q3O0Gq__colorContainer{min-width:100px;max-width:100px}.ColorInput-module-scss-module__q3O0Gq__framesContainer{gap:8px;max-width:100%}.ColorInput-module-scss-module__q3O0Gq__frameColorsRow{flex-direction:column;align-items:flex-start;gap:12px;max-width:100%}.ColorInput-module-scss-module__q3O0Gq__logosContainer{gap:8px;max-width:100%}.ColorInput-module-scss-module__q3O0Gq__uploadContainer{width:100%;max-width:100%;height:auto;min-height:44px;padding:12px}.ColorInput-module-scss-module__q3O0Gq__uploadContainer:before{background-image:none;border:1px dashed #c3c1c1}.ColorInput-module-scss-module__q3O0Gq__uploadContainer:hover:before{background-image:none;border-color:#f56565}.ColorInput-module-scss-module__q3O0Gq__frameImageContainer{gap:12px;max-width:100%}.ColorInput-module-scss-module__q3O0Gq__frameImageTextContainer,.ColorInput-module-scss-module__q3O0Gq__divider{max-width:100%}}@media (max-width:480px){.ColorInput-module-scss-module__q3O0Gq__section{padding:12px 8px}.ColorInput-module-scss-module__q3O0Gq__shapesRow{gap:8px}.ColorInput-module-scss-module__q3O0Gq__shapeStyleGroup{grid-template-columns:1fr;gap:6px}.ColorInput-module-scss-module__q3O0Gq__shapeStyleOptions{min-width:0}.ColorInput-module-scss-module__q3O0Gq__colorsRow{gap:10px}.ColorInput-module-scss-module__q3O0Gq__colorContainer{min-width:90px;max-width:90px}.ColorInput-module-scss-module__q3O0Gq__colorWarning{max-width:100%}.ColorInput-module-scss-module__q3O0Gq__framesContainer{gap:6px}.ColorInput-module-scss-module__q3O0Gq__frameColorsRow{gap:10px}.ColorInput-module-scss-module__q3O0Gq__logosContainer{gap:6px}}.ColorInput-module-scss-module__q3O0Gq__colorPreviewClickable{cursor:pointer}
.YandexMapModal-module-scss-module__ApjN2G__overlay{z-index:1200;background:#1118276b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.YandexMapModal-module-scss-module__ApjN2G__modal{background:#fff;border-radius:28px;width:min(100%,760px);max-height:calc(100vh - 48px);padding:28px;overflow:auto;box-shadow:0 24px 80px #0f172a33}.YandexMapModal-module-scss-module__ApjN2G__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.YandexMapModal-module-scss-module__ApjN2G__title{color:#161616;margin:0 0 8px;font-size:28px;font-weight:600;line-height:1.15}.YandexMapModal-module-scss-module__ApjN2G__text{color:#6f6f6f;margin:0;font-size:14px;line-height:1.5}.YandexMapModal-module-scss-module__ApjN2G__closeButton{color:#111827;cursor:pointer;background:#f3f4f6;border:0;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;line-height:1;display:inline-flex}.YandexMapModal-module-scss-module__ApjN2G__body{flex-direction:column;gap:18px;display:flex}.YandexMapModal-module-scss-module__ApjN2G__field{flex-direction:column;gap:8px;display:flex}.YandexMapModal-module-scss-module__ApjN2G__hint{color:#6f6f6f;font-size:12px;line-height:1.45}.YandexMapModal-module-scss-module__ApjN2G__label{color:#1f1f1f;font-size:14px;font-weight:500}.YandexMapModal-module-scss-module__ApjN2G__input{color:#111827;border:1px solid #d9dde3;border-radius:16px;width:100%;min-height:52px;padding:14px 16px;font-size:15px;line-height:1.4}.YandexMapModal-module-scss-module__ApjN2G__input:focus{border-color:#111827;outline:none}.YandexMapModal-module-scss-module__ApjN2G__suggestions{flex-direction:column;gap:8px;max-height:220px;margin-top:4px;display:flex;overflow:auto}.YandexMapModal-module-scss-module__ApjN2G__suggestionMeta{color:#6f6f6f;font-size:13px;line-height:1.4}.YandexMapModal-module-scss-module__ApjN2G__suggestionButton{color:#111827;cursor:pointer;text-align:left;background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;padding:12px 14px;font-size:14px;line-height:1.45;transition:background-color .2s,border-color .2s}.YandexMapModal-module-scss-module__ApjN2G__suggestionButton:hover{background:#f3f4f6;border-color:#d1d5db}.YandexMapModal-module-scss-module__ApjN2G__actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}
.CoverImage-module-scss-module__PGRTiW__coverContainer{box-sizing:border-box;isolation:isolate;border-radius:0;flex-shrink:0;position:relative;overflow:hidden}.CoverImage-module-scss-module__PGRTiW__coverContainerInteractive{cursor:zoom-in}.CoverImage-module-scss-module__PGRTiW__coverContainerInteractive:focus-visible{outline:2px solid var(--color-red-500);outline-offset:2px}.CoverImage-module-scss-module__PGRTiW__variantRoundedTop{border-top-left-radius:16px;border-top-right-radius:16px}.CoverImage-module-scss-module__PGRTiW__variantNoRadius{border-radius:0}.CoverImage-module-scss-module__PGRTiW__variantCircle{border-radius:9999px}.CoverImage-module-scss-module__PGRTiW__variantOverlayTall{border-top-left-radius:16px;border-top-right-radius:16px}.CoverImage-module-scss-module__PGRTiW__coverImage{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;border-radius:0;width:100%;height:100%;display:block}.CoverImage-module-scss-module__PGRTiW__variantRoundedTop .CoverImage-module-scss-module__PGRTiW__coverImage{border-top-left-radius:16px;border-top-right-radius:16px}.CoverImage-module-scss-module__PGRTiW__variantNoRadius .CoverImage-module-scss-module__PGRTiW__coverImage{border-radius:0}.CoverImage-module-scss-module__PGRTiW__variantCircle .CoverImage-module-scss-module__PGRTiW__coverImage{border-radius:9999px}.CoverImage-module-scss-module__PGRTiW__variantOverlayTall .CoverImage-module-scss-module__PGRTiW__coverImage{-o-object-position:50% 35%;object-position:50% 35%;border-top-left-radius:16px;border-top-right-radius:16px}.CoverImage-module-scss-module__PGRTiW__coverContainer>span{border-radius:0}.CoverImage-module-scss-module__PGRTiW__variantRoundedTop>span,.CoverImage-module-scss-module__PGRTiW__variantOverlayTall>span{border-top-left-radius:16px;border-top-right-radius:16px;overflow:hidden}.CoverImage-module-scss-module__PGRTiW__variantCircle>span{border-radius:9999px;overflow:hidden}.CoverImage-module-scss-module__PGRTiW__coverContainer img{border-radius:0}.CoverImage-module-scss-module__PGRTiW__variantRoundedTop img,.CoverImage-module-scss-module__PGRTiW__variantOverlayTall img{border-top-left-radius:16px;border-top-right-radius:16px}[data-context=fullscreen] [data-template=coverWithOverlay] .CoverImage-module-scss-module__PGRTiW__variantOverlayTall{border-radius:0}[data-context=fullscreen] [data-template=coverWithOverlay] .CoverImage-module-scss-module__PGRTiW__variantOverlayTall>span{border-radius:0}[data-context=fullscreen] [data-template=coverWithOverlay] .CoverImage-module-scss-module__PGRTiW__variantOverlayTall img{border-radius:0}[data-context=fullscreen] [data-template=coverWithOverlay] .CoverImage-module-scss-module__PGRTiW__variantOverlayTall .CoverImage-module-scss-module__PGRTiW__coverImage{border-radius:0}[data-context=public] [data-template=coverWithOverlay] .CoverImage-module-scss-module__PGRTiW__variantOverlayTall{border-radius:0}[data-context=public] [data-template=coverWithOverlay] .CoverImage-module-scss-module__PGRTiW__variantOverlayTall>span{border-radius:0}[data-context=public] [data-template=coverWithOverlay] .CoverImage-module-scss-module__PGRTiW__variantOverlayTall img{border-radius:0}[data-context=public] [data-template=coverWithOverlay] .CoverImage-module-scss-module__PGRTiW__variantOverlayTall .CoverImage-module-scss-module__PGRTiW__coverImage{border-radius:0}[data-context=mobile] [data-template=coverWithOverlay] .CoverImage-module-scss-module__PGRTiW__variantOverlayTall{border-radius:0}[data-context=mobile] [data-template=coverWithOverlay] .CoverImage-module-scss-module__PGRTiW__variantOverlayTall>span{border-radius:0}[data-context=mobile] [data-template=coverWithOverlay] .CoverImage-module-scss-module__PGRTiW__variantOverlayTall img{border-radius:0}[data-context=mobile] [data-template=coverWithOverlay] .CoverImage-module-scss-module__PGRTiW__variantOverlayTall .CoverImage-module-scss-module__PGRTiW__coverImage{border-radius:0}.CoverImage-module-scss-module__PGRTiW__variantCircle img{border-radius:9999px}.CoverImage-module-scss-module__PGRTiW__coverBadge{font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-10);line-height:var(--line-height-125);letter-spacing:0%;text-align:center;color:var(--color-white);pointer-events:none;white-space:nowrap;box-sizing:border-box;z-index:10;clip-path:none;will-change:transform;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;margin:0;padding:0;display:flex;position:absolute;overflow:visible;transform:translateZ(0)}.CoverImage-module-scss-module__PGRTiW__badgeCenter{width:auto;min-width:44.2683px;height:10.863px;top:21px;left:50%;transform:translate(-50%)}.CoverImage-module-scss-module__PGRTiW__badgeBottom{width:auto;min-width:44.2683px;height:10.863px;top:57px;left:38px}.CoverImage-module-scss-module__PGRTiW__coverContainerLarge .CoverImage-module-scss-module__PGRTiW__badgeCenter{width:44.2683px;height:10.863px;top:50%;left:50%;transform:translate(-50%,-50%)}.CoverImage-module-scss-module__PGRTiW__wrapperFluid{width:100%;overflow:visible}.CoverImage-module-scss-module__PGRTiW__modeFluid.CoverImage-module-scss-module__PGRTiW__coverContainer{width:100%;height:auto}.CoverImage-module-scss-module__PGRTiW__coverContainer.CoverImage-module-scss-module__PGRTiW__modeFluid.CoverImage-module-scss-module__PGRTiW__variantRoundedTop,.CoverImage-module-scss-module__PGRTiW__coverContainer.CoverImage-module-scss-module__PGRTiW__modeFluid.CoverImage-module-scss-module__PGRTiW__variantNoRadius{aspect-ratio:280/133}.CoverImage-module-scss-module__PGRTiW__coverContainer.CoverImage-module-scss-module__PGRTiW__modeFluid.CoverImage-module-scss-module__PGRTiW__variantOverlayTall{width:var(--tpl-cover-overlay-width,100%);height:var(--tpl-cover-overlay-height,auto)}@media (max-width:768px){.CoverImage-module-scss-module__PGRTiW__coverContainer.CoverImage-module-scss-module__PGRTiW__modeFluid.CoverImage-module-scss-module__PGRTiW__variantOverlayTall{aspect-ratio:280/259;width:100%;height:auto}}@media (min-width:769px){.CoverImage-module-scss-module__PGRTiW__coverContainer.CoverImage-module-scss-module__PGRTiW__modeFluid.CoverImage-module-scss-module__PGRTiW__variantOverlayTall{width:var(--tpl-cover-overlay-width);height:var(--tpl-cover-overlay-height);aspect-ratio:unset}}.CoverImage-module-scss-module__PGRTiW__coverContainer.CoverImage-module-scss-module__PGRTiW__modeFluid.CoverImage-module-scss-module__PGRTiW__variantCircle{aspect-ratio:1;flex:none;max-width:280px;margin:0 auto}[data-context=fullscreen] .CoverImage-module-scss-module__PGRTiW__coverContainer.CoverImage-module-scss-module__PGRTiW__modeFluid.CoverImage-module-scss-module__PGRTiW__variantCircle,[data-context=public] .CoverImage-module-scss-module__PGRTiW__coverContainer.CoverImage-module-scss-module__PGRTiW__modeFluid.CoverImage-module-scss-module__PGRTiW__variantCircle{flex:none;margin:0 auto;width:var(--tpl-logo-size,250px)!important;height:var(--tpl-logo-size,250px)!important;min-width:var(--tpl-logo-size,250px)!important;min-height:var(--tpl-logo-size,250px)!important;max-width:var(--tpl-logo-size,250px)!important;max-height:var(--tpl-logo-size,250px)!important;aspect-ratio:1!important}[data-context=mobile] .CoverImage-module-scss-module__PGRTiW__coverContainer.CoverImage-module-scss-module__PGRTiW__modeFluid.CoverImage-module-scss-module__PGRTiW__variantCircle{flex:none;margin:0 auto;width:var(--tpl-logo-size)!important;height:var(--tpl-logo-size)!important;min-width:var(--tpl-logo-size)!important;min-height:var(--tpl-logo-size)!important;max-width:var(--tpl-logo-size)!important;max-height:var(--tpl-logo-size)!important;aspect-ratio:1!important}.CoverImage-module-scss-module__PGRTiW__modeFluid img{-o-object-fit:cover;object-fit:cover;display:block;width:100%!important;height:100%!important}
.HorizontalScrollRow-module-scss-module__NHOF_W__scrollRow{box-sizing:border-box;align-items:center;width:100%;min-width:0;display:flex}.HorizontalScrollRow-module-scss-module__NHOF_W__scrollRow>*{flex:none}.HorizontalScrollRow-module-scss-module__NHOF_W__scrollRow[data-mode=wrap]{flex-wrap:wrap;overflow:visible}.HorizontalScrollRow-module-scss-module__NHOF_W__scrollRow[data-mode=scroll]{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;padding-bottom:2px;overflow:auto hidden}.HorizontalScrollRow-module-scss-module__NHOF_W__scrollRow[data-mode=scroll]::-webkit-scrollbar{display:none}.HorizontalScrollRow-module-scss-module__NHOF_W__scrollRow[data-mode=scroll][data-show-scrollbar=true]{scrollbar-width:thin;scrollbar-color:#00000014 #0000;-ms-overflow-style:auto;margin-bottom:-6px;padding-bottom:6px}.HorizontalScrollRow-module-scss-module__NHOF_W__scrollRow[data-mode=scroll][data-show-scrollbar=true]::-webkit-scrollbar{height:6px;display:block}.HorizontalScrollRow-module-scss-module__NHOF_W__scrollRow[data-mode=scroll][data-show-scrollbar=true]::-webkit-scrollbar-track{background:0 0}.HorizontalScrollRow-module-scss-module__NHOF_W__scrollRow[data-mode=scroll][data-show-scrollbar=true]::-webkit-scrollbar-thumb{background-color:#00000014;border-radius:999px}.HorizontalScrollRow-module-scss-module__NHOF_W__scrollRow[data-mode=scroll][data-show-scrollbar=true]:not([data-has-overflow=true]){scrollbar-width:none;scrollbar-color:#0000 #0000;-ms-overflow-style:none;margin-bottom:0;padding-bottom:2px}.HorizontalScrollRow-module-scss-module__NHOF_W__scrollRow[data-mode=scroll][data-show-scrollbar=true]:not([data-has-overflow=true])::-webkit-scrollbar{display:none}.HorizontalScrollRow-module-scss-module__NHOF_W__scrollRow[data-mode=scroll][data-show-scrollbar=true][data-show-scrollbar-mode=hover][data-has-overflow=true]{scrollbar-width:thin;scrollbar-color:#0000 #0000;-ms-overflow-style:auto}.HorizontalScrollRow-module-scss-module__NHOF_W__scrollRow[data-mode=scroll][data-show-scrollbar=true][data-show-scrollbar-mode=hover][data-has-overflow=true]::-webkit-scrollbar{height:6px;display:block}.HorizontalScrollRow-module-scss-module__NHOF_W__scrollRow[data-mode=scroll][data-show-scrollbar=true][data-show-scrollbar-mode=hover][data-has-overflow=true]::-webkit-scrollbar-thumb{background-color:#0000}.HorizontalScrollRow-module-scss-module__NHOF_W__scrollRow[data-mode=scroll][data-show-scrollbar=true][data-show-scrollbar-mode=hover][data-has-overflow=true]:hover{scrollbar-color:#00000014 #0000}.HorizontalScrollRow-module-scss-module__NHOF_W__scrollRow[data-mode=scroll][data-show-scrollbar=true][data-show-scrollbar-mode=hover][data-has-overflow=true]:hover::-webkit-scrollbar-thumb{background-color:#00000014}
.Divider-module-scss-module__sE4tqG__divider{box-sizing:border-box;border-top:1px solid;height:0}
.PreviewTab-module-scss-module__rORmcq__tab{cursor:pointer;box-sizing:border-box;font-family:var(--font-family);font-weight:var(--font-weight-regular);letter-spacing:0%;text-align:center;vertical-align:middle;white-space:nowrap;border:.5px solid #ececee;border-radius:7px;outline:none;justify-content:center;align-items:center;gap:10px;width:auto;min-width:fit-content;padding:5px 8px 6px;font-size:12px;line-height:135%;transition:all .2s;display:flex}.PreviewTab-module-scss-module__rORmcq__tab:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}.PreviewTab-module-scss-module__rORmcq__content{align-items:center;gap:6px;width:auto;height:16px;display:flex}.PreviewTab-module-scss-module__rORmcq__icon{opacity:1;flex-shrink:0;width:16px;height:16px}.PreviewTab-module-scss-module__rORmcq__label{font-family:var(--font-family);font-weight:var(--font-weight-regular);letter-spacing:0%;text-align:center;vertical-align:middle;white-space:nowrap;font-size:12px;line-height:135%}.PreviewTab-module-scss-module__rORmcq__web.PreviewTab-module-scss-module__rORmcq__active{background:#fff;border-color:#ececee}.PreviewTab-module-scss-module__rORmcq__web.PreviewTab-module-scss-module__rORmcq__active .PreviewTab-module-scss-module__rORmcq__label{color:#828282}.PreviewTab-module-scss-module__rORmcq__web.PreviewTab-module-scss-module__rORmcq__active .PreviewTab-module-scss-module__rORmcq__icon{filter:brightness(0)saturate()invert(49%)sepia(0%)saturate(0%)hue-rotate()brightness(.51)contrast()}.PreviewTab-module-scss-module__rORmcq__web.PreviewTab-module-scss-module__rORmcq__default{background:#fafafa;border-color:#ececee}.PreviewTab-module-scss-module__rORmcq__web.PreviewTab-module-scss-module__rORmcq__default .PreviewTab-module-scss-module__rORmcq__label{color:#828282}.PreviewTab-module-scss-module__rORmcq__web.PreviewTab-module-scss-module__rORmcq__default .PreviewTab-module-scss-module__rORmcq__icon{filter:brightness(0)saturate()invert(76%)sepia(0%)saturate(0%)hue-rotate()brightness(.76)contrast()}.PreviewTab-module-scss-module__rORmcq__web.PreviewTab-module-scss-module__rORmcq__default:hover{background:#f5f5f5}@media (max-width:768px){.PreviewTab-module-scss-module__rORmcq__web{border-radius:9px;width:auto;min-width:fit-content;padding:7px 10px 8px;font-size:14px;line-height:135%}.PreviewTab-module-scss-module__rORmcq__web .PreviewTab-module-scss-module__rORmcq__content{gap:8px;height:18px}.PreviewTab-module-scss-module__rORmcq__web .PreviewTab-module-scss-module__rORmcq__icon{width:18px;height:18px}.PreviewTab-module-scss-module__rORmcq__web .PreviewTab-module-scss-module__rORmcq__label{font-size:14px;line-height:135%}}.PreviewTab-module-scss-module__rORmcq__preview.PreviewTab-module-scss-module__rORmcq__active{background:#ececee;border-color:#ececee}.PreviewTab-module-scss-module__rORmcq__preview.PreviewTab-module-scss-module__rORmcq__active .PreviewTab-module-scss-module__rORmcq__label{color:#828282}.PreviewTab-module-scss-module__rORmcq__preview.PreviewTab-module-scss-module__rORmcq__default{background:#fafafa;border-color:#ececee}.PreviewTab-module-scss-module__rORmcq__preview.PreviewTab-module-scss-module__rORmcq__default .PreviewTab-module-scss-module__rORmcq__label{color:#828282}.PreviewTab-module-scss-module__rORmcq__preview.PreviewTab-module-scss-module__rORmcq__default:hover{background:#f5f5f5}
.SearchFiltersRow-module-scss-module__NJ0wlq__filtersRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;width:100%;min-height:32px;display:flex}.SearchFiltersRow-module-scss-module__NJ0wlq__leftFilters{flex-wrap:wrap;flex:1;align-items:center;gap:8px;min-width:240px;min-height:32px;display:flex}.SearchFiltersRow-module-scss-module__NJ0wlq__actionButton{min-width:134px;height:32px;font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-12);line-height:var(--line-height-135);letter-spacing:0%;text-align:center;white-space:nowrap;box-sizing:border-box;flex-shrink:0;gap:10px;box-shadow:inset 0 0 0 1px #7c5cff1f;color:#020617!important;background:linear-gradient(135deg,#dff2ff 0%,#efe8ff 100%)!important;border:0!important;border-radius:12px!important;padding:12px 20px 13px!important}.SearchFiltersRow-module-scss-module__NJ0wlq__actionButton:hover:not(:disabled){color:#1684d4!important;background:linear-gradient(135deg,#ccecff 0%,#e5dcff 100%)!important}.SearchFiltersRow-module-scss-module__NJ0wlq__actionButton:active:not(:disabled){color:#1684d4!important}.SearchFiltersRow-module-scss-module__NJ0wlq__actionButton:focus-visible{outline-offset:2px;outline:2px solid #1684d4}@media (max-width:1024px){.SearchFiltersRow-module-scss-module__NJ0wlq__filtersRow{gap:12px;min-height:auto}.SearchFiltersRow-module-scss-module__NJ0wlq__leftFilters,.SearchFiltersRow-module-scss-module__NJ0wlq__actionButton{width:100%;min-width:0}}@media (max-width:768px){.SearchFiltersRow-module-scss-module__NJ0wlq__filtersRow,.SearchFiltersRow-module-scss-module__NJ0wlq__leftFilters{gap:8px}.SearchFiltersRow-module-scss-module__NJ0wlq__actionButton{height:44px;font-size:var(--font-size-14);line-height:var(--line-height-135);padding:14px 24px!important}}@media (max-width:375px){.SearchFiltersRow-module-scss-module__NJ0wlq__filtersRow{gap:8px}.SearchFiltersRow-module-scss-module__NJ0wlq__actionButton{font-size:var(--font-size-12)}}
.MobileTabsBar-module-scss-module__9hfwdG__mobileTabs{gap:var(--tabs-gap,8px);width:100%;min-width:0;padding:0 0 var(--tabs-scroll-padding,2px)0;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;box-sizing:border-box;flex-wrap:nowrap;align-items:center;display:flex;overflow:auto hidden}.MobileTabsBar-module-scss-module__9hfwdG__mobileTabs>*{flex:none}.MobileTabsBar-module-scss-module__9hfwdG__mobileTabs::-webkit-scrollbar{display:none}.MobileTabsBar-module-scss-module__9hfwdG__mobileTabsText{border-bottom:1px solid var(--public-tabs-divider-color,#ececee);gap:16px}.MobileTabsBar-module-scss-module__9hfwdG__mobileTabsTextNoDivider{border-bottom:none}.MobileTabsBar-module-scss-module__9hfwdG__textTab{font-family:var(--font-family);color:var(--public-tabs-default-color,#828282);white-space:nowrap;cursor:pointer;background:0 0;border:0;padding:0 2px 12px;font-size:14px;font-weight:500;line-height:1.35;position:relative}.MobileTabsBar-module-scss-module__9hfwdG__textTabActive{color:var(--public-tabs-active-color,var(--color-red-500,#3b82f6))}.MobileTabsBar-module-scss-module__9hfwdG__textTabActive:after{content:"";background:var(--public-tabs-active-color,var(--color-red-500,#3b82f6));height:2px;position:absolute;bottom:-1px;left:0;right:0}
.SegmentPicker-module-scss-module__STkcaG__segmentPicker{flex-wrap:nowrap;align-items:center;gap:8px;width:fit-content;max-width:100%;min-height:36px;display:flex}.SegmentPicker-module-scss-module__STkcaG__segment{border:.5px solid var(--border-opacity-04);cursor:pointer;min-height:36px;font-family:var(--font-family);font-size:var(--font-size-14);line-height:var(--line-height-125);letter-spacing:0%;text-align:center;vertical-align:middle;color:#53627a;white-space:nowrap;box-sizing:border-box;background:#fff;border-radius:12px;outline:none;justify-content:center;align-items:center;padding:5px 8px 6px;transition:background .2s,color .2s,border-color .2s;display:flex}.SegmentPicker-module-scss-module__STkcaG__segment:focus-visible{outline-offset:2px;outline:2px solid #1684d4}.SegmentPicker-module-scss-module__STkcaG__segment:hover:not(.SegmentPicker-module-scss-module__STkcaG__active){background:#f3f8ff}.SegmentPicker-module-scss-module__STkcaG__segment.SegmentPicker-module-scss-module__STkcaG__active{color:#1684d4;background:linear-gradient(135deg,#dff2ff 0%,#efe8ff 100%);border-color:#7c5cff29}.SegmentPicker-module-scss-module__STkcaG__segmentContent{justify-content:center;align-items:center;gap:6px;min-height:18px;display:flex}.SegmentPicker-module-scss-module__STkcaG__segment.SegmentPicker-module-scss-module__STkcaG__noIcon .SegmentPicker-module-scss-module__STkcaG__segmentContent{gap:0}.SegmentPicker-module-scss-module__STkcaG__label{min-height:18px;font-weight:var(--font-weight-regular);text-align:center;vertical-align:middle;word-break:break-word;overflow-wrap:break-word;align-items:center;display:flex}.SegmentPicker-module-scss-module__STkcaG__segment.SegmentPicker-module-scss-module__STkcaG__active .SegmentPicker-module-scss-module__STkcaG__label{font-weight:var(--font-weight-medium);color:#1684d4}.SegmentPicker-module-scss-module__STkcaG__icon{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:16px;height:16px}@media (max-width:1024px) and (min-width:769px){.SegmentPicker-module-scss-module__STkcaG__segmentPicker{flex-wrap:wrap;width:100%;max-width:100%}.SegmentPicker-module-scss-module__STkcaG__segment{flex:none}}@media (max-width:768px){.SegmentPicker-module-scss-module__STkcaG__segmentPicker{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--color-gray-light)#0000;flex-wrap:nowrap;width:100%;max-width:100%;overflow:auto hidden}.SegmentPicker-module-scss-module__STkcaG__segmentPicker::-webkit-scrollbar{height:4px}.SegmentPicker-module-scss-module__STkcaG__segmentPicker::-webkit-scrollbar-track{background:0 0}.SegmentPicker-module-scss-module__STkcaG__segmentPicker::-webkit-scrollbar-thumb{background:var(--color-gray-light);border-radius:2px}.SegmentPicker-module-scss-module__STkcaG__segmentPicker::-webkit-scrollbar-thumb:hover{background:var(--color-gray)}.SegmentPicker-module-scss-module__STkcaG__segment{white-space:nowrap;border-radius:9px;flex-shrink:0;min-height:36px;padding:7px 10px;font-size:14px}.SegmentPicker-module-scss-module__STkcaG__segmentContent{gap:8px;min-height:20px}.SegmentPicker-module-scss-module__STkcaG__label{min-height:18px;line-height:var(--line-height-125);white-space:nowrap;font-size:14px}.SegmentPicker-module-scss-module__STkcaG__icon{width:18px;height:18px}}@media (max-width:480px){.SegmentPicker-module-scss-module__STkcaG__segmentPicker{gap:6px}.SegmentPicker-module-scss-module__STkcaG__segment{padding:5px 6px 6px;font-size:13px}}
.AccordionItemSimple-module-scss-module__xeZLDW__accordion{border:1px solid var(--color-gray-light);background:var(--color-white);box-sizing:border-box;border-radius:8px;flex-direction:column;gap:8px;width:100%;max-width:861px;padding:8px 16px;transition:padding-bottom .2s;display:flex}.AccordionItemSimple-module-scss-module__xeZLDW__accordion.AccordionItemSimple-module-scss-module__xeZLDW__close{padding-bottom:8px}.AccordionItemSimple-module-scss-module__xeZLDW__accordion.AccordionItemSimple-module-scss-module__xeZLDW__open{padding-bottom:16px}.AccordionItemSimple-module-scss-module__xeZLDW__questionRow{cursor:pointer;text-align:left;background:0 0;border:none;outline:none;align-items:center;gap:8px;width:100%;min-height:18px;padding:0;display:flex}.AccordionItemSimple-module-scss-module__xeZLDW__questionRow:focus-visible{outline:2px solid var(--color-red-500);outline-offset:2px;border-radius:4px}.AccordionItemSimple-module-scss-module__xeZLDW__questionRow:disabled{cursor:default;pointer-events:none}.AccordionItemSimple-module-scss-module__xeZLDW__questionText{min-width:0;max-width:797px;height:18px;min-height:18px;font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-14);line-height:var(--line-height-125);letter-spacing:0%;color:var(--color-dark);word-wrap:break-word;overflow-wrap:break-word;flex:1}.AccordionItemSimple-module-scss-module__xeZLDW__chevronIcon{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:24px;height:24px;transition:transform .2s}.AccordionItemSimple-module-scss-module__xeZLDW__answerContent{flex-direction:column;gap:8px;width:100%;padding-top:0;animation:.2s AccordionItemSimple-module-scss-module__xeZLDW__fadeIn;display:flex}@keyframes AccordionItemSimple-module-scss-module__xeZLDW__fadeIn{0%{opacity:0}to{opacity:1}}.AccordionItemSimple-module-scss-module__xeZLDW__answerText{width:100%;max-width:828px;min-height:18px;font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-14);line-height:var(--line-height-125);letter-spacing:0%;color:var(--color-muted);word-wrap:break-word;overflow-wrap:break-word;margin:0;padding:0}@media (max-width:1024px){.AccordionItemSimple-module-scss-module__xeZLDW__accordion{max-width:100%}}@media (max-width:768px){.AccordionItemSimple-module-scss-module__xeZLDW__accordion{max-width:100%;padding:8px 12px}.AccordionItemSimple-module-scss-module__xeZLDW__questionRow{align-items:flex-start;gap:8px;min-height:40px}.AccordionItemSimple-module-scss-module__xeZLDW__answerText{max-width:100%}}@media (max-width:375px){.AccordionItemSimple-module-scss-module__xeZLDW__accordion{max-width:100%;padding:8px}.AccordionItemSimple-module-scss-module__xeZLDW__questionRow{align-items:flex-start;gap:8px;min-height:40px}.AccordionItemSimple-module-scss-module__xeZLDW__answerText{max-width:100%}}
