@charset "UTF-8";.bookmark-modal{position:fixed;inset:0;z-index:10050;display:flex;align-items:center;justify-content:center;padding:20px;font-family:"inter-tight-variable",sans-serif}.bookmark-modal[hidden]{display:none !important}.bookmark-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.75);backdrop-filter:blur(3px)}.bookmark-modal__dialog{position:relative;z-index:1;width:min(100%, 460px);max-height:calc(100vh - 40px);overflow:hidden;display:flex;flex-direction:column;background:#fff;color:#121212;border:1px solid #121212;border-radius:unset}.bookmark-modal__close{position:absolute;top:14px;right:14px;width:36px;height:36px;border:1px solid #121212;border-radius:50%;background:#fff;color:#121212;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:all .2s ease-in-out}.bookmark-modal__close svg{width:16px;height:16px;display:block}.bookmark-modal__close:hover,.bookmark-modal__close:focus{background:#212121;color:#fff}.bookmark-modal__header{padding:28px 28px 18px;border-bottom:1px solid #121212}.bookmark-modal__header h3{margin:0 0 8px;font-size:1.3rem;font-weight:800;line-height:1.2;color:#121212;text-transform:uppercase}.bookmark-modal__header p{margin:0;font-size:.85rem;font-weight:500;line-height:1.4;color:#575757}.bookmark-modal__folders{list-style:none;margin:0;padding:16px 20px;overflow-y:auto;flex:1 1 auto}.bookmark-modal__folder+.bookmark-modal__folder{margin-top:10px}.bookmark-modal__folder.is-active .bookmark-modal__folder-btn{border-color:#121212;background:#f3f3ff}.bookmark-modal__folder.is-active .bookmark-modal__folder-check{border-color:#121212}.bookmark-modal__folder.is-active .bookmark-modal__folder-check:after{content:"";position:absolute;inset:3px;border-radius:50%;background:#121212}.bookmark-modal__folder-btn{width:100%;display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:12px;padding:14px 16px;border:1px solid #ddd;background:#fafafa;color:#121212;cursor:pointer;text-align:left;transition:all .2s ease-in-out}.bookmark-modal__folder-btn:hover{border-color:#121212;background:#fff;color:#212121}.bookmark-modal__folder-btn:disabled{opacity:.55;pointer-events:none}.bookmark-modal__folder-check{width:16px;height:16px;border:1px solid #121212;border-radius:50%;position:relative;transition:border-color .2s ease-in-out}.bookmark-modal__folder-name{font-size:.95rem;font-weight:600;line-height:1.2}.bookmark-modal__folder-name:hover{color:#212121}.bookmark-modal__folder-count{font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#8a8a8a}.bookmark-modal__footer{padding:16px 20px 24px;border-top:1px solid #ebebeb;background:#fff}.bookmark-modal__add-btn{display:inline-flex;align-items:center;gap:10px;padding:0;border:0;background:0 0;color:#121212;cursor:pointer;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.bookmark-modal__add-btn .icon{width:28px;height:28px;border-radius:50%;border:1px solid #121212;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease-in-out}.bookmark-modal__add-btn .icon svg{width:14px;height:14px;display:block}.bookmark-modal__add-btn:hover span,.bookmark-modal__add-btn:focus span{color:#212121}.bookmark-modal__add-btn:hover .icon,.bookmark-modal__add-btn:focus .icon{background:#212121;border-color:#121212;color:#fff}.bookmark-modal__new-form{display:flex;gap:10px;margin-top:14px;align-items:center}.bookmark-modal__new-form[hidden]{display:none !important}.bookmark-modal__new-form input{flex:1;min-width:0;padding:12px 14px;border:1px solid #ddd;background:#fff;color:#121212;font-size:.9rem;border-radius:unset}.bookmark-modal__new-form input:focus{outline:none;border-color:#121212}.bookmark-modal__new-form input::-moz-placeholder{color:#9b9b9b}.bookmark-modal__new-form input::placeholder{color:#9b9b9b}.bookmark-modal__submit{white-space:nowrap;padding:12px 18px;background:#121212;border:1px solid #121212;color:#fff;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border-radius:unset;transition:all .2s ease-in-out}.bookmark-modal__submit:hover,.bookmark-modal__submit:focus{background:#212121;border-color:#121212;color:#fff}body.bookmark-modal-open{overflow:hidden}@media (max-width:767px){.bookmark-modal__header{padding:24px 20px 16px}.bookmark-modal__header h3{font-size:1.1rem;padding-right:36px}.bookmark-modal__folders,.bookmark-modal__footer{padding-left:16px;padding-right:16px}.bookmark-modal__new-form{flex-direction:column;align-items:stretch}.bookmark-modal__new-form .bookmark-modal__submit{width:100%;text-align:center}}