.rename-modal{position:relative;width:380px;max-width:calc(100vw - 32px);background:#fff;border:.5px solid rgba(196,144,90,.6);border-radius:12px;box-shadow:0 8px 24px rgba(196,144,90,.2);display:flex;flex-direction:column;overflow:hidden;font-family:var(--font-helvetica-neue),"Helvetica Neue",sans-serif}.rename-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:6px;padding:12px 20px 16px}.rename-modal__header-text{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.rename-modal__title{font-size:16px;font-weight:500;color:#333;letter-spacing:-.2px;line-height:25px;margin:0}.rename-modal__subtitle{font-size:12px;font-weight:400;color:#999;line-height:16.5px;margin:0}.rename-modal__close{display:flex;align-items:center;justify-content:center;width:18px;height:18px;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0;margin-top:2px;opacity:.7;transition:opacity .12s}.rename-modal__close:hover{opacity:1}.rename-modal__divider{height:1px;background:rgba(38,49,105,.08);width:100%;flex-shrink:0}.rename-modal__section{display:flex;flex-direction:column;gap:8px;padding:20px 20px 16px}.rename-modal__section--input{padding-top:7px}.rename-modal__label{font-size:12px;font-weight:400;color:#c4905a;line-height:18px}.rename-modal__current{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#fefbf9;border-radius:6px;gap:8px}.rename-modal__current-text{font-size:14px;font-weight:500;color:#333;line-height:21px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.rename-modal__edit-btn{display:flex;align-items:center;justify-content:center;width:22px;height:22px;background:none;border:none;cursor:pointer;padding:4px 0 4px 8px;flex-shrink:0;opacity:.8;transition:opacity .12s}.rename-modal__edit-btn:hover{opacity:1}.rename-modal__input-wrap{display:flex;align-items:center;border:1px solid rgba(38,49,105,.12);border-radius:6px;padding:11px 15px;transition:border-color .15s}.rename-modal__input-wrap:focus-within{border-color:#c4905a}.rename-modal__input{width:100%;border:none;outline:none;background:rgba(0,0,0,0);font-size:14px;font-weight:500;color:#333;font-family:var(--font-helvetica-neue),"Helvetica Neue",sans-serif;line-height:21px}.rename-modal__input::placeholder{color:#bbb;font-weight:400}.rename-modal__actions{gap:12px;padding:16px 13px 16px 12px}.rename-modal__actions,.rename-modal__btn{display:flex;align-items:center;justify-content:center}.rename-modal__btn{height:41px;flex:1;border-radius:12px;font-size:12px;font-weight:500;font-family:var(--font-helvetica-neue),"Helvetica Neue",sans-serif;cursor:pointer;transition:background .12s,opacity .12s;white-space:nowrap;padding-top:4px}.rename-modal__btn--cancel{background:rgba(0,0,0,0);border:.5px solid silver;color:#333}.rename-modal__btn--cancel:hover{background:#f5f5f5}.rename-modal__btn--save{background:#333;border:none;color:#fff;border-radius:13px}.rename-modal__btn--save:hover:not(:disabled){background:#1a1a1a}.rename-modal__btn--save:disabled{opacity:.45;cursor:not-allowed}@keyframes share-modal-shimmer{0%{background-position:-300px 0}to{background-position:300px 0}}.share-modal{position:relative;z-index:1001;background:#fff;font-family:var(--font-helvetica-neue),sans-serif;display:flex;flex-direction:column;width:400px;border-radius:12px;border:.5px solid rgba(196,144,90,.6);box-shadow:0 8px 24px 0 rgba(196,144,90,.2);overflow:hidden}.share-modal__loading-overlay{position:absolute;inset:0;z-index:10;cursor:wait;background:rgba(0,0,0,0)}@media(max-width:600px){.share-modal{position:fixed;top:auto;left:0;right:0;bottom:0;transform:none;width:100%;border-radius:16px 16px 0 0;border:none;box-shadow:0 -4px 24px rgba(0,0,0,.12);max-height:92dvh;overflow-y:auto;z-index:1300}.share-modal:before{content:"";display:block;width:36px;height:4px;background:rgba(38,49,105,.15);border-radius:2px;margin:12px auto 4px}}.share-modal__header{display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px 20px 16px}.share-modal__header-icon{flex-shrink:0}.share-modal__icon-wrap{position:relative;width:44px;height:44px;background:#fcf4f0;border-radius:50%;display:flex;align-items:center;justify-content:center}.share-modal__header-text{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.share-modal__title{font-size:16px;font-weight:500;color:#333;line-height:1.5625;margin:0;letter-spacing:-.0125em}.share-modal__subtitle{font-size:12px;font-weight:400;color:#999;line-height:1.375;margin:0}.share-modal__close{position:absolute;top:12px;right:14px;z-index:11;width:14px;height:14px;cursor:pointer;color:rgba(38,49,105,.4);transition:background .12s,color .12s}@media(max-width:600px){.share-modal__close{display:none}}.share-modal__body{display:flex;flex-direction:column;gap:12px;padding:20px}.share-modal__socials{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:9px;width:100%}.share-modal__socials a{background-color:unset;color:unset;text-decoration:none;border-bottom:unset}.share-modal__social-item{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;text-decoration:none;cursor:pointer;transition:opacity .12s,transform .12s;overflow:hidden}.share-modal__social-item img{display:block;object-fit:contain;aspect-ratio:41.38/40.89}.share-modal__social-item:hover{opacity:.85;transform:scale(1.06)}.share-modal__error-text{font-size:13px;font-weight:400;color:#ea3323;line-height:1.4;margin:0;text-align:center}.share-modal__copy-row--error{border-color:rgba(234,51,35,.4);opacity:.75}.share-modal__copy-url-error-text{font-size:13px;font-weight:400;color:#ea3323;line-height:1.5;display:block;font-style:italic}.share-modal__copy-section{display:flex;flex-direction:column;gap:12px}.share-modal__copy-title{font-size:14px;font-weight:500;color:#333;letter-spacing:-.0125em;margin:0;line-height:1.5625}.share-modal__copy-row{display:flex;flex-direction:row;align-items:center;gap:20px;height:54px;padding:12px 16px;border:.5px solid silver;border-radius:12px;box-sizing:border-box}.share-modal__copy-url{flex:1;min-width:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.share-modal__copy-url::-webkit-scrollbar{display:none}.share-modal__copy-url-text{font-size:14px;font-weight:400;color:#333;line-height:1.5;display:block;white-space:nowrap}.share-modal__copy-url-skeleton{display:flex;align-items:center;width:100%}.share-modal__skeleton-bar{display:block;width:100%;height:14px;border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:600px 100%;animation:share-modal-shimmer 1.4s ease-in-out infinite}.share-modal__socials--disabled{opacity:.45;pointer-events:none}.share-modal__copy-row--loading{opacity:.75}.share-modal__copy-url-loading{font-size:13px;font-weight:400;color:#999;line-height:1.5;display:block;font-style:italic}.share-modal__copy-btn{display:flex;flex-direction:row;align-items:center;gap:6px;flex-shrink:0;padding:6px 12px;background:#1a1a1a;border:none;border-radius:8px;cursor:pointer;font-size:12px;font-weight:500;font-family:inherit;color:#fff;line-height:1.5;transition:background .15s;white-space:nowrap}.share-modal__copy-btn span{padding-top:2px}.share-modal__copy-btn--copied{background:#0fa05c}.share-modal__copy-btn--copied:hover{background:#0d8a4f}.share-modal__copy-btn--disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.SetAlertBell_bell__Fa25P{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.SetAlertBell_bell-pivot__1S_Rn{transform-origin:12px 4px;transform:rotate(0deg)}.SetAlertBell_bell-body__sWKts{fill:none;stroke:#333;stroke-width:1.1;stroke-linejoin:round;transition:fill .15s ease,stroke .15s ease}.SetAlertBell_bell-clap__wRaGg{fill:none;stroke:#333;stroke-width:1.1;transition:stroke .15s ease}.SetAlertBell_bell-wave__7YKCm{fill:none;stroke:#c4905a;stroke-width:1.1;opacity:0;transition:opacity .2s ease}.SetAlertBell_bell--active__5kvu3 .SetAlertBell_bell-body__sWKts{fill:none;stroke:#c4905a}.SetAlertBell_bell--active__5kvu3 .SetAlertBell_bell-clap__wRaGg{stroke:#c4905a}.SetAlertBell_bell--active__5kvu3 .SetAlertBell_bell-wave__7YKCm{opacity:1}.SetAlertBell_bell--ringing__E721D .SetAlertBell_bell-pivot__1S_Rn{animation:SetAlertBell_bell-swing__dE74O .6s cubic-bezier(.36,.07,.19,.97) forwards;transform-origin:12px 4px}@keyframes SetAlertBell_bell-swing__dE74O{0%{transform:rotate(0deg)}15%{transform:rotate(-15deg)}35%{transform:rotate(15deg)}52%{transform:rotate(-8deg)}68%{transform:rotate(8deg)}82%{transform:rotate(-3deg)}to{transform:rotate(0deg)}}.ConfirmationModal_modal__6wb9S{position:relative;display:flex;flex-direction:column;align-items:stretch;padding:20px 0;gap:12px;width:348px;background:#fff;border:.5px solid rgba(196,144,90,.6);border-radius:12px;box-shadow:0 8px 24px rgba(196,144,90,.2);overflow:hidden}.ConfirmationModal_closeBtn__DhiHc{position:absolute;top:12px;right:12px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:50%;background:none;cursor:pointer;padding:0}.ConfirmationModal_closeBtn__DhiHc:hover{background:#f0f0f0}.ConfirmationModal_iconWrap__15Izp{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%}.ConfirmationModal_textWrap__l5o30{display:flex;flex-direction:column;justify-content:center;gap:6px;padding:0 24px}.ConfirmationModal_title__urKBr{color:#333;font-family:Helvetica Neue,sans-serif;font-size:16px;font-weight:500;line-height:2.03125em;letter-spacing:-.39px;margin:0}.ConfirmationModal_description__CV30r{color:#333;font-family:Helvetica Neue,sans-serif;font-size:12px;font-weight:400;line-height:1.625em;margin:0}.ConfirmationModal_buttonWrap___tF_M{display:flex;align-items:center;justify-content:flex-end;gap:6px;padding:4px 24px}.ConfirmationModal_btnCancel__qYS9Y{display:flex;align-items:center;justify-content:center;width:83px;height:30px;border:.5px solid #c0c0c0;border-radius:6px;background:none;font-family:Helvetica Neue,sans-serif;font-weight:500;font-size:12px;color:#333;cursor:pointer;line-height:1.75em;padding:0}.ConfirmationModal_btnCancel__qYS9Y:hover{background:#f5f5f5}.ConfirmationModal_btnConfirm__qM5UX{display:flex;align-items:center;justify-content:center;width:83px;height:30px;border:none;border-radius:6px;background:#DF2414;font-family:Helvetica Neue,sans-serif;font-weight:500;font-size:12px;color:#fff;cursor:pointer;line-height:1.75em;padding:0}.ConfirmationModal_btnConfirm__qM5UX:hover{background:#c91f10}.global-modal__overlay{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.7);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.global-modal__content,.global-modal__overlay{display:flex;align-items:center;justify-content:center}.global-modal__content{position:relative}