.tk-auth-layout{margin:0;color:#282727;display:flex;flex-direction:column;min-height:100vh;width:100vw;font-family:Montserrat,sans-serif;font-weight:500;background-color:#fff}.tk-auth-layout__header{margin-left:1.3125rem;margin-top:.875rem;font-family:Despair Display,sans-serif;color:#282727;font-weight:700;font-size:1.0625rem;cursor:pointer}.tk-auth-layout__header:hover{color:#4255d2}.tk-auth-layout__header:active{color:#272869}.tk-auth-layout__container{font-size:.75rem;line-height:100%;display:flex;flex-direction:column;align-items:center;flex:1 1 auto;width:100%;margin:0 auto}.tk-auth-layout__title{font-family:Geologica,sans-serif;text-align:center;font-size:1.4375rem;margin-bottom:1.5rem;font-weight:600}.tk-auth-layout__footer{display:flex;justify-content:center;gap:.3125rem;align-items:baseline;padding-bottom:1.875rem;font-weight:500}.tk-auth-layout__footer .divider{font-size:.875rem;color:#282727}.tk-auth-layout__link{font-size:.75rem;color:#4255d2;text-decoration:none}.tk-auth-layout__link:hover{color:#6976ce;text-decoration:underline}.tk-auth-layout__link:focus{color:#272869;text-decoration:underline}.tk-auth-form{display:flex;flex-direction:column;align-items:center;color:#282727}.tk-auth-form__form{display:flex;flex-direction:column;align-items:center}.tk-auth-form__form .tk-floating-input{margin-bottom:.625rem}.tk-auth-form__form .tk-primary-btn{margin-bottom:1.25rem}.tk-auth-form__error{color:#db6060;margin-top:.25rem;font-size:.5625rem;padding-left:.625rem;text-align:left}.tk-auth-form__error--global{text-align:center}.tk-auth-form__error-list{margin:.0625rem 0 0;color:#db6060}.tk-auth-form__ul{margin:0;margin-top:.0625rem;padding-left:.625rem;list-style:none;line-height:1}.tk-auth-form__li{font-size:.5625rem;padding-left:.75rem;padding-top:.0625rem;color:#db6060}.tk-auth-form__forgot{width:16.25rem;text-align:left;margin-bottom:1.25rem}.tk-auth-form__link{color:#4255d2;text-decoration:none;font-size:.75rem}.tk-auth-form__link:hover{color:#6976ce;text-decoration:underline}.tk-auth-form__link:focus{color:#272869;text-decoration:underline}.tk-auth-form__switch{text-align:center;margin-bottom:1.25rem;font-size:.75rem}.tk-auth-form__socials{display:flex;flex-direction:column;gap:.5rem;align-items:center;margin-bottom:.75rem}.tk-divider{display:flex;align-items:center;gap:1.0625rem;margin:0 0 1.25rem;font-size:.75rem;font-weight:500;color:#282727}.tk-divider__text{white-space:nowrap}.tk-divider__line{flex:1 1 auto;height:0;border-top:1px solid #282727;transform:translateZ(0)}.tk-social-btn{height:2.5rem;width:16.25rem;display:flex;align-items:center;gap:.625rem;padding-left:.625rem;border:.0625rem solid #282727;border-radius:.5rem;color:#282727;background-color:#fff;text-align:left;cursor:pointer}.tk-social-btn:hover{border-color:#4255d2}.tk-social-btn:focus{border-color:#4255d2;color:#272869;outline:none}.tk-social-btn:disabled{opacity:.5;cursor:not-allowed}.tk-social-btn__icon{display:inline-block}.tk-social-btn__icon--13{width:.8125rem;height:.8125rem}.tk-social-btn__icon--12x15{width:.75rem;height:.9375rem}.tk-social-btn__content{font-size:.75rem;line-height:1.05}.tk-primary-btn{height:2.5rem;padding:0 .75rem;background:#4255d2;border:.0625rem solid #4255d2;border-radius:.5rem;color:#fff;text-align:center;transition:background .1s,border-color .1s,opacity .1s;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font:inherit}.tk-primary-btn--fixed{width:16.25rem}.tk-primary-btn:hover{background:#6976ce;border-color:#6976ce}.tk-primary-btn:focus{background:#272869;border-color:#272869}.tk-primary-btn:disabled{background:#7d7d7d;border-color:#7d7d7d;cursor:not-allowed;opacity:1}.tk-primary-btn__label{line-height:1;font-size:.75rem}.tk-primary-btn--nofocus:focus{background:#4255d2;border-color:#4255d2;outline:none}.tk-floating-input{width:16.25rem;font-size:.75rem}.tk-floating-input__field{position:relative;caret-color:#4255d2}.tk-floating-input__input{width:100%;height:2.5rem;padding:.75rem 1.6875rem .8125rem 1.5625rem;font-size:.75rem;border:.0625rem solid #282727;border-radius:.5rem;background:#fff;outline:none;transition:border-color .1s,color .1s}.tk-floating-input__label{position:absolute;left:1.5625rem;top:50%;transform:translateY(-50%);background:#fff;color:#282727;font-size:.75rem;padding:0;pointer-events:none;transition:all .3s,color .1s}.tk-floating-input__input:focus+.tk-floating-input__label,.tk-floating-input__input:not(:placeholder-shown)+.tk-floating-input__label{top:0;left:1.75rem;padding:0 .3125rem;font-size:.5625rem;color:#4255d2}.tk-floating-input__field:hover .tk-floating-input__input{border-color:#4255d2;color:#4255d2}.tk-floating-input__field:hover .tk-floating-input__label{top:0;left:1.75rem;padding:0 .3125rem;font-size:.5625rem;color:#4255d2}.tk-floating-input__input:not(:placeholder-shown){border-color:#282727;color:#282727}.tk-floating-input__input:not(:placeholder-shown)+.tk-floating-input__label{color:#282727}.tk-floating-input__suffix{position:absolute;right:.8125rem;top:.8125rem;display:inline-flex;opacity:0;transition:opacity .1s}.tk-floating-input__field:hover .tk-floating-input__suffix,.tk-floating-input__field:focus-within .tk-floating-input__suffix{opacity:1}.tk-floating-input--error .tk-floating-input__input:not(:focus){border-color:#db6060;color:#db6060}.tk-floating-input--error .tk-floating-input__input:not(:focus)+.tk-floating-input__label{color:#db6060}.tk-floating-input--error .tk-floating-input__field:hover .tk-floating-input__input:not(:focus){border-color:#db6060;color:#db6060}.tk-floating-input--error .tk-floating-input__field:hover .tk-floating-input__input:not(:focus)+.tk-floating-input__label{color:#db6060;top:0;left:1.75rem;padding:0 .3125rem;font-size:.5625rem}.tk-floating-input__error{margin-top:.25rem;padding-left:.625rem;font-size:.5625rem;color:#db6060;text-align:left}.tk-floating-input__error-slot{width:100%}.tk-floating-input__input:focus{border-color:#4255d2;color:#4255d2}.tk-floating-input__input:focus+.tk-floating-input__label{color:#4255d2}input[type=password]::-ms-reveal,input[type=password]::-ms-clear{display:none}.tk-password-input__toggle{width:.8125rem;height:.8125rem;cursor:pointer}.tk-password-recovery-page__form{display:flex;flex-direction:column;align-items:center}.tk-password-recovery-page__form button{margin-bottom:1.25rem;margin-top:.625rem}.tk-password-recovery-page__container .tk-auth-layout__container{margin-top:12.1875rem}.tk-password-recovery-page__subtitle{font:500 .8125rem/.9375rem Montserrat,sans-serif;text-align:center;margin:0 0 1.25rem}.tk-password-recovery-page__link{color:#4255d2;text-decoration:none;font-size:.75rem}.tk-password-recovery-page__link:hover{color:#6976ce;text-decoration:underline}.tk-password-recovery-page__link:focus{color:#272869;text-decoration:underline}.tk-password-recovery-page__switch{text-align:center;margin-bottom:1.25rem;font-size:.75rem}.main-menu{display:flex;gap:.625rem;height:100%;padding:.75rem;box-sizing:border-box;width:100vw;min-height:100vh;background:linear-gradient(0deg,#fff,#fff),linear-gradient(0deg,#28272705,#28272705)}.main-menu__toolbar{width:12.5rem;min-height:30.5625rem;display:flex;flex-direction:column;gap:.625rem;box-sizing:border-box}.main-menu__body{flex:1;border-radius:.625rem;padding:5rem;gap:3.125rem;background:#fff;box-shadow:0 0 .3125rem #c7c7c780;min-height:30.5625rem;display:flex;flex-direction:column;box-sizing:border-box}.board-header{width:100%;height:3.125rem;display:flex;justify-content:space-between;align-items:center}.board-header__left{display:flex;flex-direction:column;gap:.25rem}.board-header__title{font-family:Geologica,sans-serif;font-weight:500;font-size:1.625rem;line-height:115%;letter-spacing:-.0025em;color:#282727;margin:0;text-align:center}.board-header__subtitle{font-family:Montserrat,sans-serif;font-weight:500;font-size:.8125rem;line-height:100%;color:#282727;padding-left:.3125rem}.board-header__right{display:flex;align-items:center;justify-content:end;gap:.75rem;height:1.875rem;width:25rem}.board-filter-wrapper{position:relative}.board-filter{border:1px solid transparent;display:inline-flex;align-items:center;justify-content:space-between;height:1.875rem;padding:0 .75rem;box-sizing:border-box;cursor:pointer;border-radius:.375rem;outline:none;transition:all .2s ease;min-width:7rem;width:auto}.board-filter:hover{border:1px solid #4255d226}.board-filter:active{border:1px solid #4255d226;color:#272869;background-color:#4255d226}.board-filter:focus{border:1px solid #4255d226;color:#272869;background:#4255d226}.board-filter--disabled{color:#c7c7c7;pointer-events:none}.board-filter__content{display:flex;align-items:center;gap:.5rem}.board-filter__dropdown{position:absolute;top:2.25rem;left:0;background:#fff;border-radius:.375rem;box-shadow:0 2px 8px #0000001a;z-index:1000;display:flex;flex-direction:column;padding:.375rem;box-sizing:border-box;width:8.5625rem}.board-filter__option{width:100%;height:1.5625rem;padding-left:.4375rem;box-sizing:border-box;display:flex;align-items:center;gap:.375rem;cursor:pointer;outline:none}.board-filter__option:hover{border-radius:.375rem;border:1px solid #4255d226}.board-filter__option:active{border-radius:.375rem;border:1px solid #4255d226;color:#272869}.board-filter__option--disabled{color:#c7c7c7;pointer-events:none}.board-filter__check-container{display:flex;align-items:center}.board-filter__check,.board-filter__check-placeholder{width:.625rem;height:.4375rem}.board-filter__option-text,.board-filter__text{font-family:Montserrat,sans-serif;font-weight:500;font-size:.8125rem;line-height:.9375rem;color:inherit;white-space:nowrap}.board-filter__icon{width:.6rem;height:.8rem;margin-left:auto;padding-top:.1rem}.board-header__button{border:none;height:1.875rem;border-radius:.375rem;padding:.4375rem .75rem;font-family:Montserrat,sans-serif;font-weight:600;font-size:.8125rem;line-height:.9375rem;letter-spacing:0;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.board-header__button:hover{background-color:#6976ce}.board-header__button:active{background-color:#272869}.board-header__button:disabled{background-color:#c7c7c7;pointer-events:none}.board-header__button--open{width:5.25rem;background-color:#4255d2}.board-header__button--join{width:8.9375rem;background-color:#4255d2}.board-grid{display:grid;grid-template-columns:repeat(auto-fill,15.625rem);column-gap:clamp(2.5rem,5vw,6.4375rem);row-gap:2.5rem;justify-content:space-between;width:100%;box-sizing:border-box}.board-card{width:15.625rem;height:10.625rem;border:.1875rem solid rgba(66,85,210,.15);border-radius:.625rem;background:transparent;padding:0;cursor:pointer;position:relative;display:flex;flex-direction:column;justify-content:flex-start;padding-left:1.25rem;padding-top:6.8125rem;box-sizing:border-box}.board-card-title{width:12.5rem;height:1.25rem;font-family:Montserrat,sans-serif;font-weight:500;font-size:1rem;line-height:100%;color:#282727;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.board-card-subtitle{margin-top:.1875rem;width:12.5rem;height:1rem;font-family:Montserrat,sans-serif;font-weight:300;font-size:.8125rem;line-height:100%;text-align:left;color:#282727;white-space:nowrap;overflow:hidden}.board-card-more{position:absolute;top:.5rem;right:.75rem;width:1.625rem;height:1.625rem;display:none;align-items:center;justify-content:center}.board-card:hover .board-card-more,.board-card-more--focused{display:flex}.board-card-more img{position:absolute;top:.703125rem;left:.328125rem;width:.96875rem;height:.21875rem;object-fit:contain;transition:width .2s ease,height .2s ease,top .2s ease,left .2s ease}.board-card-more:hover img{top:.6875rem;left:.21875rem;width:1.1875rem;height:.25rem}.board-card:hover,.board-card--focused{background:#4255d226;border:.1875rem solid rgba(66,85,210,.0015)}.more-icon-disabled{position:absolute;top:.703125rem;left:.328125rem;width:.96875rem;height:.21875rem;object-fit:contain;opacity:1}.board-card-wrapper{position:relative}.board-settings-popup-position{position:absolute;top:.5rem;z-index:1000;transform:translateY(1.625rem) translate(7.007rem)}.popup-right{right:.8rem}.popup-left{left:-.75rem}.board-settings-popup{width:8.632rem;height:6.625rem;background:#fff;border:1px solid #ccc;border-radius:.25rem;box-shadow:0 0 .25rem #0000001a;display:flex;justify-content:space-evenly;flex-direction:column;align-items:center;box-sizing:border-box}.board-settings-section{width:7.875rem;gap:.1875rem;display:flex;justify-content:space-between;flex-direction:column}.board-settings-divider{width:7.875rem;border:1px solid #c7c7c780;margin:0;padding:0}.board-settings-button{width:7.875rem;height:1.1875rem;background:#fff;border:1px solid transparent;cursor:pointer;padding:0;display:flex;align-items:center;position:relative;font-family:Montserrat,sans-serif;font-weight:500;font-size:.6875rem;line-height:.8125rem;letter-spacing:0;color:#282727}.board-settings-button span{position:absolute;left:1.375rem;height:.8125rem;display:inline-block;vertical-align:middle;text-align:left}.board-settings-icon{width:.5rem;height:.5rem;position:absolute;left:.4375rem;object-fit:contain;pointer-events:none}.board-settings-button:hover{border:1px solid #4255d226;border-radius:.25rem}.board-settings-button.active{color:#272869}.board-settings-button.active .board-settings-icon{filter:brightness(0) saturate(100%) invert(14%) sepia(16%) saturate(2081%) hue-rotate(206deg) brightness(95%) contrast(97%)}.board-settings-button:focus{background:#4255d226;color:#272869;outline:none;border-radius:.25rem;filter:brightness(0) saturate(100%) invert(14%) sepia(16%) saturate(2081%) hue-rotate(206deg) brightness(95%) contrast(97%)}.board-settings-button:focus .board-settings-icon{filter:brightness(0) saturate(100%) invert(14%) sepia(16%) saturate(2081%) hue-rotate(206deg) brightness(95%) contrast(97%)}.board-settings-button:disabled{color:#c7c7c7;background:#fff;border:none;cursor:default}.board-settings-button:disabled .board-settings-icon{filter:none;opacity:.5}.share-modal{width:30.3125rem;border-radius:.625rem;box-shadow:0 0 .4375rem #c7c7c766;padding:1.5rem;box-sizing:border-box;border:none;display:flex;flex-direction:column;gap:1.5rem;font-family:sans-serif;margin:auto}.share-modal:not([open]){display:none}.share-block{width:27.3125rem;gap:1.5rem;display:flex;flex-direction:column}.share-header{width:27.3125rem;height:1.25rem;padding-left:.75rem;display:flex;align-items:center;gap:.625rem}.share-header h2{font-family:Geologica,sans-serif;font-weight:500;font-size:1rem;line-height:1.25rem;letter-spacing:0;color:#282727;margin:0;width:17rem;height:1.25rem;display:flex;align-items:center}.button_options{margin-top:.5rem;display:none;flex-direction:column;gap:.3125rem}.button_options.active{display:flex}.share-footer{width:27.3125rem;height:1.6875rem;display:flex;justify-content:space-between;align-items:center}.copy-link-container{height:1.6875rem;display:flex;align-items:center;gap:.4375rem;padding:.375rem .75rem;border-radius:.375rem;border:1px solid transparent;background-color:#f1f3ff;cursor:pointer;background:#fff}.copy-link-container:hover{border:1px solid rgba(66,85,210,.15)}.copy-link-container:disabled{pointer-events:none}.copy-link-container:disabled .copy-icon{filter:brightness(0) saturate(100%) invert(86%) sepia(0%) saturate(0%) hue-rotate(151deg) brightness(94%) contrast(90%)}.copy-link-container:disabled .copy-text{color:#c7c7c7}.copy-icon{width:.6875rem;height:.6875rem}.copy-text{width:14.625rem;height:.9375rem;font-family:Montserrat,sans-serif;font-weight:500;font-size:.8125rem;line-height:.9375rem;color:#4255d2;vertical-align:middle}.copy-text:active{text-decoration:underline;text-decoration-style:solid;text-decoration-color:#4255d2;text-decoration-skip-ink:auto;text-decoration-thickness:0}.done-button{width:4.375rem;height:1.6875rem;padding:.375rem .75rem;border-radius:.375rem;background-color:#4255d2;color:#fff;font-family:Montserrat,sans-serif;font-weight:500;font-size:.75rem;line-height:.875rem;border:none;cursor:pointer}.done-button:hover{background-color:#6976ce}.done-button:active{background-color:#272869}.done-button:disabled{background-color:#c7c7c7}.share-modal hr{border:1px solid rgba(199,199,199,.5);width:27.3125rem;border-width:1px;margin:0}.share-body{display:flex;justify-content:end;flex-direction:column}.hide-users-button{all:unset;color:#4255d2;font-family:Montserrat;font-weight:400;font-size:.75rem;line-height:.875rem}.hide-users-button:hover{letter-spacing:0%;vertical-align:middle;text-decoration:underline;text-decoration-style:solid;text-decoration-thickness:7.5%}.hide-users-button:active{color:#272869}.hide-users-button:disabled{color:#c7c7c7;pointer-events:none}.button_choose_role{width:27.3125rem;padding:.3125rem .75rem;display:flex;flex-direction:column;gap:.3125rem;border-left:3px solid rgba(66,85,210,.15);box-sizing:border-box}.button_edit{all:unset;display:flex;align-items:center;gap:.5625rem;cursor:pointer;width:7.6875rem;height:.9375rem}.button_edit span{font-family:Montserrat,sans-serif;font-weight:500;font-size:.8125rem;line-height:.9375rem;color:#282727}.button_description{width:25.8125rem;font-family:Montserrat,sans-serif;font-weight:300;font-size:.6875rem;line-height:.8125rem;color:#282727;margin-top:.25rem}.button_edit:hover span{color:#4255d2}.button_edit:hover img{filter:brightness(0) saturate(100%) invert(33%) sepia(38%) saturate(2047%) hue-rotate(210deg) brightness(93%) contrast(92%)}.button_edit:active span{color:#272869}.button_choose_role-focus{border-left:3px solid rgba(66,85,210,.5)}.button_edit:active img{filter:brightness(0) saturate(100%) invert(17%) sepia(11%) saturate(2065%) hue-rotate(202deg) brightness(91%) contrast(91%)}.button_edit:disabled{pointer-events:none;color:#c7c7c7}.button_edit:disabled img{filter:brightness(0) saturate(100%) invert(86%) sepia(0%) saturate(0%) hue-rotate(151deg) brightness(94%) contrast(90%)}.user-list{width:27.3125rem;gap:1.25rem;display:flex;flex-direction:column}.user-list-title{font-family:Montserrat,sans-serif;font-weight:500;font-size:.8125rem;line-height:.9375rem;color:#282727;text-indent:.75rem;height:.8716rem;margin:0}.user-items{display:flex;flex-direction:column;gap:.3125rem}.user-item{display:flex;justify-content:space-between;align-items:center;height:1.375rem;width:27.3125rem;padding-right:.3125rem;box-sizing:border-box}.user-info{display:flex;align-items:center;gap:.625rem;height:.875rem}.user-avatar{width:.875rem;height:.875rem;background-color:#4255d2;border-radius:50%}.user-name{font-family:Montserrat,sans-serif;font-weight:400;font-size:.75rem;line-height:.875rem;color:#282727;height:.875rem;text-align:start}.user-access-dropdown{display:flex;align-items:center;justify-content:space-between;gap:.375rem;height:1.375rem;padding:.25rem .5rem;border-radius:.25rem;border:1px solid transparent;background:none;box-sizing:border-box;cursor:pointer}.user-access-dropdown:hover,.user-access-dropdown:active{border:1px solid rgba(66,85,210,.15)}.user-access-dropdown:active span{color:#4255d2}.user-access-dropdown:active img{filter:brightness(0) saturate(100%) invert(33%) sepia(38%) saturate(2047%) hue-rotate(210deg) brightness(93%) contrast(92%)}.user-access-dropdown.focus{border:1px solid rgba(66,85,210,.15)}.user-access-dropdown.focus span{color:#4255d2}.user-access-dropdown.focus img{filter:brightness(0) saturate(100%) invert(33%) sepia(38%) saturate(2047%) hue-rotate(210deg) brightness(93%) contrast(92%)}.user-access-dropdown:disabled span{color:#c7c7c7}.user-access-dropdown:disabled img{filter:brightness(0) saturate(100%) invert(86%) sepia(0%) saturate(0%) hue-rotate(151deg) brightness(94%) contrast(90%)}.user-access-dropdown:disabled{pointer-events:none}.user-access-dropdown span{font-family:Montserrat,sans-serif;font-weight:400;font-size:.75rem;line-height:.875rem;color:#282727;text-align:start}.user-access-container{position:relative;display:flex;justify-content:flex-end}.access-menu{position:absolute;top:100%;right:0;margin-top:.25rem;background:#fff;border-radius:.25rem;padding:.375rem;width:8.5625rem;gap:.25rem;box-shadow:.125rem 0 .4375rem #c7c7c766;z-index:10;display:flex;flex-direction:column}.access-menu-item{all:unset;display:flex;align-items:center;gap:.3125rem;width:7.8125rem;height:1.125rem;padding:.125rem .3125rem;border-radius:.25rem;cursor:pointer;transition:background .2s}.access-menu-item:hover span{color:#4255d2}.access-menu-item:hover .close-access{color:#db6060}.access-menu-item:active .close-access{color:#b63030}.access-menu hr{border:1px solid rgba(199,199,199,.5);width:7.8125rem}.access-menu-item span{width:6.25rem;height:.875rem;font-family:Montserrat,sans-serif;font-weight:400;font-size:.75rem;line-height:.875rem;letter-spacing:0;color:#282727;text-align:center}.user-list{width:27.3125rem;gap:1.25rem}.user-list-title{font-family:Montserrat;font-weight:500;font-size:.8125rem;line-height:.9375rem;text-indent:.75rem;color:#282727;margin-bottom:.5rem}.collapsed-users-container{display:flex;justify-content:space-between;align-items:center;width:27.3125rem;height:1.1875rem;cursor:pointer}.collapsed-users-left{display:flex;align-items:center;gap:.625rem;padding-right:.75rem}.collapsed-users-icon{width:1.1875rem;height:1.1875rem;border-width:1px}.collapsed-users-text{font-family:Montserrat;font-weight:400;font-size:.75rem;line-height:.875rem;color:#282727;text-align:center}.collapsed-users-text:hover{color:#4255d2}.collapsed-arrow{width:.625rem;height:.25rem}.collapsed-users-container:hover .collapsed-arrow{filter:brightness(0) saturate(100%) invert(33%) sepia(38%) saturate(2047%) hue-rotate(210deg) brightness(93%) contrast(92%)}.hide-users-button{width:2.875rem;height:.875rem;font-family:Montserrat;font-weight:400;font-size:.75rem;line-height:.875rem;color:#4255d2;cursor:pointer;text-align:right;margin-top:.5rem;margin-right:.75rem;align-self:flex-end}.pending-user{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.pending-actions{display:flex;gap:.25rem;width:9.875rem;height:1.375rem}.reject-btn,.accept-btn{height:1.375rem;padding:.25rem .5rem;border-radius:.25rem;font-family:Montserrat;font-size:.75rem;line-height:.875rem;vertical-align:middle;border:none;cursor:pointer}.reject-btn{width:5.1875rem;background:#fff;color:#282727;font-weight:400;border:1px solid transparent}.reject-btn:hover{border:1px solid rgba(66,85,210,.15)}.reject-btn:active{background:#4255d226}.reject-btn:disabled{color:#c7c7c7;pointer-events:none}.accept-btn{width:4.4375rem;background:#fff;color:#4255d2;font-weight:500;border:1px solid transparent}.accept-btn:hover{border:1px solid rgba(66,85,210,.15)}.accept-btn:active{background:#4255d226}.accept-btn:disabled{color:#c7c7c7;pointer-events:none}.board-grid__create{width:15.625rem;height:10.625rem;border:none;background:transparent;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:.625rem;transition:background .2s ease}.board-grid__create:hover{background:#c7c7c726}.board-grid__create-image{width:100%;height:100%;object-fit:contain;display:block}.templates-modal{border:none;padding:0;background:transparent}.templates-modal::backdrop{background:#00000040}.templates-modal__panel{width:61.3125rem;height:35.625rem;border-radius:.625rem;background:#fff;box-shadow:.125rem 0 .4375rem #c7c7c766;display:flex;overflow:hidden}.templates-modal__sidebar{width:14.25rem;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start;border-right:.0625rem solid rgba(199,199,199,.4);background:#f9f9ff}.templates-modal__search{width:100%;max-width:10.0625rem;display:flex;align-items:center;gap:.625rem;padding:.4375rem .625rem;border-bottom:.0625rem solid rgba(199,199,199,.5);background:transparent}.templates-modal__search--disabled{opacity:.9}.templates-modal__search:hover{border-bottom-color:#c7c7c780}.templates-modal__search-input{width:100%;border:none;padding:0;font-size:.6875rem;line-height:.8125rem;font-weight:500;font-family:Montserrat,sans-serif;color:#282727b3;background:transparent}.templates-modal__search-input::placeholder{color:#282727b3}.templates-modal__search:hover .templates-modal__search-input:not(:disabled),.templates-modal__search:active .templates-modal__search-input:not(:disabled){color:#282727}.templates-modal__search-input:focus{outline:none}.templates-modal__search-input:disabled{color:#c7c7c7}.templates-modal__search-input:disabled::placeholder{color:#c7c7c7}.templates-modal__search-icon{width:.6875rem;height:.6875rem;flex-shrink:0;background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.85}.templates-modal__nav{width:100%;max-width:10.0625rem;display:flex;flex-direction:column;gap:.1875rem}.templates-modal__nav-item{width:100%;height:1.5625rem;display:flex;align-items:center;gap:.625rem;padding:.3125rem .625rem;border-radius:.375rem;border:.0625rem solid transparent;background:transparent;font-size:.8125rem;line-height:.9375rem;font-weight:500;font-family:Montserrat,sans-serif;color:#282727;cursor:pointer;transition:background-color .2s ease,color .2s ease}.templates-modal__nav-item:not(:disabled):hover{border-color:#4255d226}.templates-modal__nav-item:not(:disabled):active{color:#4255d2;border-color:transparent}.templates-modal__nav-item--active{background:#4255d226;color:#4255d2;border-color:transparent}.templates-modal__nav-item:focus-visible{outline:.125rem solid rgba(66,85,210,.5);outline-offset:.0625rem}.templates-modal__nav-item:disabled{color:#c7c7c7;cursor:default}.templates-modal__nav-icon{width:.6875rem;height:.6875rem;flex-shrink:0;background-repeat:no-repeat;background-position:center;background-size:contain}.templates-modal__nav-icon--all{background-image:url(/all_template_icon.svg)}.templates-modal__nav-icon--mine{background-image:url(/my_template_icon.svg)}.templates-modal__nav-item:disabled .templates-modal__nav-icon--all{background-image:url(/all_template_icon_disabled.svg)}.templates-modal__nav-item:disabled .templates-modal__nav-icon--mine{background-image:url(/my_template_icon_disabled.svg)}.templates-modal__categories{width:100%;max-width:10.0625rem;display:flex;flex-direction:column;gap:.625rem}.templates-modal__category-list{display:flex;flex-direction:column;gap:.1875rem;width:100%}.templates-modal__categories-label{margin:0;font-size:.6875rem;line-height:1;font-weight:500;font-family:Montserrat,sans-serif;color:#282727b3;letter-spacing:0}.templates-modal__category{display:flex;align-items:center;gap:.625rem;width:100%;height:1.5625rem;padding:.3125rem .625rem;border-radius:.375rem;border:.0625rem solid transparent;background:transparent;font-size:.8125rem;line-height:.9375rem;font-weight:500;font-family:Montserrat,sans-serif;letter-spacing:0;color:#282727;cursor:pointer;transition:background-color .2s ease,color .2s ease}.templates-modal__category:not(:disabled):hover{border-color:#4255d226}.templates-modal__category:not(:disabled):active{color:#4255d2;border-color:transparent}.templates-modal__category--active{background:#4255d21a;color:#4255d2;border-color:transparent}.templates-modal__category-icon{width:.6875rem;height:.6875rem;flex-shrink:0;background-image:url(/category_icon.svg);background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.9}.templates-modal__category:disabled{color:#c7c7c7;cursor:default}.templates-modal__category:disabled .templates-modal__category-icon{background-image:url(/category_icon_disabled.svg)}.templates-modal__category:focus-visible{outline:.125rem solid rgba(66,85,210,.5);outline-offset:.0625rem}.templates-modal__content{flex:1;padding:2rem;display:flex;justify-content:center;overflow-y:auto}.templates-modal__content-inner{width:100%;max-width:43.125rem;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.templates-modal__header{display:flex;justify-content:space-between;align-items:center;padding-left:1.25rem}.templates-modal__title{margin:0;font-size:1.25rem;line-height:1.5625rem;font-family:Geologica,sans-serif;font-weight:500;color:#282727}.templates-modal__action-btn{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;padding:.4375rem .9375rem;min-width:12.9375rem;min-height:1.8125rem;border-radius:.375rem;border:.0625rem solid rgba(199,199,199,.5);background:#fff;font-size:.8125rem;line-height:.9375rem;font-weight:500;font-family:Montserrat,sans-serif;color:#282727;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.templates-modal__action-btn:not(:disabled):hover{background:#4255d226}.templates-modal__action-btn:not(:disabled):active{background:#4255d226;color:#4255d2}.templates-modal__action-btn:focus-visible{outline:.125rem solid rgba(66,85,210,.5);outline-offset:.0625rem}.templates-modal__action-btn:disabled{color:#c7c7c7;cursor:default}.templates-modal__plus-icon{position:relative;width:.6875rem;height:.6875rem;color:#4255d2;flex-shrink:0}.templates-modal__plus-icon:before,.templates-modal__plus-icon:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:currentColor;border-radius:.0625rem}.templates-modal__plus-icon:before{width:100%;height:.08125rem}.templates-modal__plus-icon:after{width:.08125rem;height:100%}.templates-modal__action-btn:disabled .templates-modal__plus-icon{color:#c7c7c7}.templates-modal__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(11.875rem,1fr));gap:1.25rem;padding:0 .625rem 1rem;min-height:27.25rem;align-content:flex-start}.templates-modal__card{display:flex;flex-direction:column;justify-content:center;gap:.4375rem;width:11.875rem;height:9.6875rem;padding:.3125rem .3125rem .4375rem;border-radius:.375rem;border:none;background:transparent;cursor:pointer;color:#282727;font-family:Montserrat,sans-serif;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}.templates-modal__card:not(:disabled):hover{background:#4255d226}.templates-modal__card:not(:disabled):active{background:#4255d226;color:#4255d2}.templates-modal__card:focus-visible{outline:.125rem solid rgba(66,85,210,.5);outline-offset:.0625rem}.templates-modal__card:disabled{color:#c7c7c7;cursor:default}.templates-modal__card-preview{width:11.25rem;height:7.5rem;border-radius:.375rem;border:.1875rem solid rgba(199,199,199,.5);background:#fafaff}.templates-modal__card:not(:disabled):active .templates-modal__card-preview{border-color:#4255d2a6}.templates-modal__card:disabled .templates-modal__card-preview{border-color:#c7c7c780;background:#f9f9f9}.templates-modal__card-title{margin:0;width:100%;font-size:.8125rem;line-height:1;font-weight:500;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:.625rem;text-align:left}.feedback{position:fixed;bottom:3.25rem;right:3.25rem;display:flex;align-items:center}.feedback-button{width:4.25rem;height:4.25rem;border-radius:50%;background-color:#272869;border:.25rem solid #ffffff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feedback-button__icon{width:1.2rem;height:1.8rem;flex-shrink:0}.feedback-label{width:18.6875rem;height:2.875rem;background-color:#272869;border-radius:.625rem;align-items:center;justify-content:flex-start;color:#fff;padding:0;cursor:pointer;margin-right:-1.5rem;display:none}.feedback-label-text{width:15.3125rem;height:1.875rem;top:.5rem;bottom:.5rem;left:1rem;margin-left:1rem;right:1rem;font-family:Montserrat,sans-serif;font-weight:600;font-size:.8125rem;line-height:.9375rem;letter-spacing:0;color:#fff}.feedback:hover .feedback-label{display:flex}.feedback.active .feedback-button,.feedback.active .feedback-label{background-color:#6976ce}.feedback-button:disabled{background-color:#c7c7c7;cursor:default;border:.25rem solid #ffffff}.feedback.disabled .feedback-label{display:none!important;pointer-events:none}.top-toolbar{flex:1;background:#fff;border-radius:.625rem;box-shadow:0 0 .3125rem #c7c7c780;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box;gap:.625rem}.top-toolbar__tools{width:85%;max-width:25rem;display:flex;justify-content:center;flex-direction:column;gap:.1875rem;margin-bottom:.625rem}.tool-button{display:flex;align-items:center;gap:.75rem;width:100%;height:2rem;padding:0 1rem;border:.0625rem solid transparent;border-radius:.5rem;background-color:#fff;cursor:pointer;transition:all .2s ease;outline:none;box-sizing:border-box}.tool-button:not(:disabled):hover{border:.0625rem solid #4255d226;border-radius:.4375rem}.tool-button:not(:disabled):active{border:.0625rem solid transparent}.tool-button:not(:disabled):active .tool-button__text{color:#4255d2}.tool-button:not(:disabled):focus{background:#4255d226;outline:none}.tool-button:not(:disabled):focus .tool-button__text{color:#4255d2}.tool-button:disabled{background:none;border:none;pointer-events:none;cursor:default}.tool-button:disabled .tool-button__text{color:#c7c7c7}.tool-button__icon{width:1.125rem;height:1.125rem;flex-shrink:0}.tool-button__text{font-family:Montserrat,sans-serif;font-weight:500;font-size:.8125rem;line-height:1rem;color:#282727;white-space:nowrap}@font-face{font-family:Despair Display;src:url(../../public/fonts/despair-display/DespairDisplay-Bold.woff2) format("woff2"),url(../../public/fonts/despair-display/DespairDisplay-Bold.woff) format("woff"),url(../../public/fonts/despair-display/DespairDisplay-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.toolbar__header{width:82%;display:flex;flex-direction:column;gap:.625rem}.top-toolbar__brand{display:flex;align-items:center;gap:.625rem;justify-content:center;padding-top:1.3125rem}.top-toolbar__logo{width:2.5rem;height:auto;display:block}.top-toolbar__title{font-family:Despair Display,sans-serif;font-weight:700;font-size:1rem;line-height:2rem;text-transform:uppercase;margin:0}.toolbar__divider{width:100%;border:none;border-top:1px solid rgba(199,199,199,.5);margin:.5rem 0}.toolbar__section-title{font-family:Montserrat,sans-serif;font-size:.6875rem;font-weight:500;line-height:100%;letter-spacing:0%;vertical-align:middle;color:#272869;padding:.000625rem;border-radius:.25rem;text-align:left;align-self:flex-start}.bottom-toolbar{height:12.5rem;background:#fff;border-radius:.625rem;box-shadow:0 0 .3125rem #c7c7c780;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;gap:1.875rem}.bottom-toolbar__other{position:relative;width:85%;display:flex;flex-direction:column;top:1.5625rem;gap:.625rem}.toolbar__section-title{margin:0;padding:0}.other__buttons{width:100%;max-width:25rem;display:flex;flex-direction:column;gap:.1875rem}.other-button{display:flex;align-items:center;gap:.75rem;width:100%;height:2rem;padding:0 1rem;border:none;border-radius:.5rem;background-color:#fff;cursor:pointer;transition:all .2s ease;border:.0625rem solid transparent;outline:none}.other-button:hover{border:.0625rem solid #4255d226;border-radius:.4375rem}.other-button:active{border:.0625rem solid transparent}.other-button:active .other-button__text{color:#4255d2}.other-button:disabled{background:none;border:none;pointer-events:none;cursor:default}.other-button:disabled .other-button__text{color:#c7c7c7}.other-button__icon{width:1.125rem;height:1.125rem;flex-shrink:0}.other-button__text{color:#282727;font-family:Montserrat,sans-serif;font-weight:500;font-size:.8125rem;line-height:1rem;white-space:nowrap}.bottom-toolbar__login{width:82%;max-width:100%;display:flex;flex-direction:column;gap:.625rem}.login-button{width:7.4375rem;height:1.8125rem;background-color:#4255d2;border:none;border-radius:.5rem;display:flex;align-items:center;justify-content:center;padding:.5rem 2rem;cursor:pointer;align-self:center}.login-button:hover{background-color:#6976ce}.login-button:active{background-color:#272869}.board-button:disabled{background-color:#c7c7c7;pointer-events:none}.login-button__text{font-family:Montserrat,sans-serif;font-weight:800;font-size:.8125rem;line-height:1.125rem;color:#fff;text-align:center;white-space:nowrap}.profile-container{width:100%;height:3rem;display:flex;flex-direction:column;align-items:center;gap:1.1875rem;opacity:1}.profile-content{width:100%;height:1.8125rem;display:flex;align-items:center;gap:.625rem;justify-content:space-between;opacity:1;position:relative}.profile-avatar{width:1.8125rem;height:1.8125rem;border-radius:50%;object-fit:cover}.profile-username{width:6.25rem;height:.8125rem;font-family:Montserrat,sans-serif;font-weight:500;font-size:.6875rem;line-height:.8125rem;color:#282727;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-button{width:1.25rem;height:1.1875rem;border:none;background:none;cursor:pointer;display:flex;justify-content:center;align-items:center;position:relative}.logout-popup{position:absolute;border:none;cursor:pointer;left:100%;width:8.125rem;height:1.4375rem;padding:.25rem .625rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;box-shadow:.125rem 0 .4375rem #c7c7c766;background:#fff;z-index:10}.logout-text{width:6.875rem;height:.8125rem;font-family:Montserrat,sans-serif;font-weight:500;font-size:.6875rem;line-height:.8125rem;color:#282727}.logout-popup:hover .logout-text{color:#4255d2}.logout-popup:active{background:#4255d226}.logout-popup:active .logout-text{color:#4255d2}.logout-popup:disabled{background:#fff;cursor:default}.logout-popup:disabled .logout-text{color:#c7c7c7}.help-modal{width:50rem;height:31.25rem;border-radius:.625rem;padding-top:1.5rem;padding-bottom:1.5rem;background:linear-gradient(0deg,#fff,#fff),linear-gradient(0deg,#28272705,#28272705);box-shadow:.125rem 0 .4375rem #c7c7c766;overflow:hidden;border:none}.help-modal__container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:.8125rem}.help-modal__header{width:50rem;height:1.5625rem;padding:0 2.75rem 0 1.5rem;display:flex;align-items:center}.help-modal__title{font-family:Geologica,sans-serif;font-weight:500;font-size:1.25rem;line-height:1.5625rem;color:#282727}.help-modal__list{flex:1;width:100%;padding:.4375rem 1.5rem;overflow-y:auto;display:block;flex-direction:column;gap:.625rem;align-items:center}.help-modal__question{width:100%;max-width:47rem;min-height:2.1875rem;border-radius:.625rem;margin-bottom:.625rem;display:flex;flex-direction:column;justify-content:flex-start;padding:.625rem 1.25rem;cursor:pointer;background:transparent;box-sizing:border-box}.help-modal__question.hovered,.help-modal__question.expanded{box-shadow:.125rem 0 .4375rem #c7c7c766}.help-modal__question-header{width:100%;display:flex;justify-content:space-between;align-items:center}.help-modal__question-text{max-width:40.625rem;font-family:Montserrat,sans-serif;font-weight:500;font-size:.8125rem;line-height:.9375rem;color:#282727;display:block}.help-modal__question-icon{width:1.25rem;height:1rem;flex-shrink:0;pointer-events:none}.help-modal__question.expanded{gap:.625rem}.help-modal__answer{width:41rem;font-family:Montserrat,sans-serif;font-weight:400;font-style:normal;font-size:.75rem;line-height:.9375rem;letter-spacing:0;color:#282727;opacity:1;display:block;white-space:normal;box-sizing:border-box}.help-modal__divider{width:50rem;padding:.4375rem .75rem}.help-modal__line{width:48.5rem;border-top:1px solid rgba(199,199,199,.5)}.help-modal__footer{width:50rem;display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem}.help-modal__footer-text{font-family:Montserrat,sans-serif;font-weight:500;font-size:.8125rem;color:#000}.help-button{width:7.8125rem;height:1.6875rem;background-color:#4255d2;border:none;border-radius:.5rem;display:flex;align-items:center;justify-content:center;padding:.5rem 2rem;cursor:pointer;align-self:center}.help-button:hover{background-color:#6976ce}.help-button:active{background-color:#272869}.help-button:disabled{background-color:#c7c7c7;pointer-events:none}.help-button__text{font-family:Montserrat,sans-serif;font-weight:800;font-size:.8125rem;line-height:1.125rem;color:#fff;text-align:center;white-space:nowrap}.settings-modal{width:53.5rem;height:31.25rem;border-radius:.625rem;padding:.75rem .75rem .75rem 1.5rem;background:linear-gradient(0deg,#fff,#fff),linear-gradient(0deg,#28272705,#28272705);box-shadow:.125rem 0 .4375rem #c7c7c766;border:none;overflow:hidden}.settings-modal__container{position:relative;z-index:1;display:flex;gap:0}.settings-modal__gear{position:absolute;bottom:0;left:0;opacity:1;pointer-events:none;-webkit-user-select:none;user-select:none}.settings-modal__gear--big{width:11.25rem;height:11.25rem;bottom:.5rem;left:-1.6rem}.settings-modal__gear--small{width:5.5rem;height:5.5rem;transform:rotate(295.3deg);bottom:-1.4rem;left:6rem}.settings-modal__profile{width:15.875rem;height:11.4375rem;padding-top:.75rem;display:flex;flex-direction:column;gap:1.25rem;z-index:1}.settings-modal__profile-inner{width:15.875rem;height:10.6875rem;display:flex;flex-direction:column;gap:.625rem}.settings-modal__profile-title{width:15.875rem;height:.8125rem;font-family:Montserrat,sans-serif;font-weight:500;font-size:.6875rem;line-height:.8125rem;color:#272869}.settings-modal__profile-content{width:15.875rem;height:9.25rem;padding-left:.3125rem;display:flex;flex-direction:column;gap:.25rem}.settings-modal__icon{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center}.settings-modal__icon img{width:100%;height:100%}.settings-modal__text{width:12.125rem;height:.9375rem;font-family:Montserrat,sans-serif;font-weight:500;font-size:.8125rem;line-height:.9375rem;color:#282727;text-align:left}.settings-modal__button{width:18rem;height:2.125rem;padding:.4375rem .8125rem;display:flex;align-items:center;justify-content:flex-start;gap:.5rem;box-sizing:border-box;border-style:solid;border-width:1px 0 1px 1px;border-color:transparent;border-top-left-radius:.375rem;border-bottom-left-radius:.375rem;background:#fff;cursor:pointer;outline:none;transition:border-color .12s ease,color .12s ease,box-shadow .18s ease}.settings-modal__button[aria-pressed=true]{box-shadow:2px 0 7px #c7c7c766}.settings-modal__button[aria-pressed=true] .settings-modal__text{color:#4255d2}.settings-modal__button:hover{border-color:#4255d226}.settings-modal__button:active .settings-modal__text{color:#4255d2}.settings-modal__button:focus,.settings-modal__button:focus-visible{border-color:transparent;box-shadow:2px 0 7px #c7c7c766}.settings-modal__button:focus:hover,.settings-modal__button:focus-visible:hover{border-color:transparent}.settings-modal__button:disabled{border:none;box-shadow:none;pointer-events:none;cursor:default}.settings-modal__button:disabled .settings-modal__text{color:#c7c7c7}.settings-modal__button:disabled:hover,.settings-modal__button:disabled:active,.settings-modal__button:disabled:focus,.settings-modal__button:disabled:focus-visible{border:none;box-shadow:none}.settings-modal__content{width:35.2625rem;height:29.75rem;border-radius:.625rem;display:flex;justify-content:space-between;padding:3.125rem 3.75rem 1.5rem;background:#fff;box-shadow:.125rem 0 .4375rem #c7c7c766;opacity:1;position:relative;flex-direction:column;z-index:2}.personal__main{width:28.4375rem;height:20.0625rem;display:flex;flex-direction:column;gap:1.875rem}.personal__bottom{width:28.4375rem;height:1.6875rem;display:flex;align-items:center;justify-content:flex-end}.personal__title{width:15rem;height:1.25rem;font-family:Geologica,sans-serif;font-weight:500;font-size:1rem;line-height:1.25rem;color:#282727;margin:0}.personal__user{width:28.4375rem;height:7.5rem;display:flex;gap:3.125rem;align-items:flex-start}.personal__avatar-container{position:relative;width:7.5rem;height:7.5rem}.personal__avatar{width:7.5rem;height:7.5rem;border-radius:3.75rem;background:#4255d24d;position:relative;z-index:1}.personal__photo-button{position:absolute;right:0;bottom:0;width:1.625rem;height:1.625rem;border-radius:1.25rem;border:none;background:linear-gradient(0deg,#fff,#fff),linear-gradient(0deg,#c7c7c74d,#c7c7c74d);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0;outline:none;z-index:2}.personal__photo-button:disabled{background:#fff;cursor:not-allowed}.personal__photo-icon{width:.8125rem;height:.8125rem;display:block}.personal__fields{width:17.8125rem;height:7.1875rem;display:flex;flex-direction:column;gap:.9375rem}.personal__row{width:17.8125rem;height:2.9375rem;display:flex;justify-content:space-between}.personal-date{width:10rem;height:2.9375rem;display:flex}.personal-date__field{width:100%}.personal-gender{width:6rem;height:2.9375rem;display:flex;flex-direction:column;gap:.3125rem}.personal-gender__label{width:6rem;height:.8125rem;font-family:Montserrat,sans-serif;font-weight:500;font-size:.6875rem;line-height:.8125rem;color:#272869}.personal-gender__wrap{width:6rem;height:1.8125rem;padding-left:.3125rem;display:flex;align-items:center}.personal__button.tk-primary-btn{width:8.125rem;height:1.6875rem;padding:.375rem .75rem;border-radius:.375rem}.personal__button .tk-primary-btn__label{font-weight:600;font-size:.8125rem;line-height:.9375rem}.personal-contact{width:17.8125rem;height:7.5625rem;display:flex;flex-direction:column;gap:.9375rem}.personal-contact .tk-textfield{width:17.8125rem}.personal__bottom--editing{justify-content:space-between}.personal__cancel{width:5.75rem;height:1.6875rem;border-radius:.375rem;padding:.375rem .75rem;background:transparent;border:.0625rem solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:.625rem;cursor:pointer;font-family:Montserrat,sans-serif;font-weight:500;font-size:.8125rem;line-height:.9375rem;color:#282727}.personal__cancel:hover{border-color:#4255d226}.personal__cancel:active{background:#4255d226}.personal__cancel:disabled{color:#c7c7c7;pointer-events:none;cursor:default;border-color:transparent;background:transparent}.tk-textfield{width:17.5rem;display:flex;flex-direction:column;gap:.3125rem}.tk-textfield--md{height:3.3125rem}.tk-textfield--sm{height:2.9375rem}.tk-textfield__label{height:.8125rem;font-family:Montserrat,sans-serif;font-weight:500;font-size:.6875rem;line-height:.8125rem;color:#272869}.tk-textfield__control{width:100%;display:flex;align-items:center;gap:.1875rem;padding-left:.3125rem;box-sizing:border-box;position:relative}.tk-textfield__input{width:100%;box-sizing:border-box;outline:none;font-family:Montserrat,sans-serif;font-weight:500;color:#282727;background:#fff}.tk-textfield--md.tk-textfield--outlined .tk-textfield__input{height:2.1875rem;border-radius:.5rem;padding:.625rem 1.25rem .625rem .9375rem;border:.0625rem solid rgba(40,39,39,1);font-size:.8125rem;line-height:.9375rem}.tk-textfield--sm.tk-textfield--outlined .tk-textfield__input{height:1.8125rem;border-radius:.375rem;padding:.5rem .75rem .5rem .9375rem;border:.0625rem solid rgba(40,39,39,1);font-size:.6875rem;line-height:.8125rem}.tk-textfield--md.tk-textfield--filled .tk-textfield__input{height:2.1875rem;border-radius:.5rem;padding:.625rem 1.25rem .625rem .9375rem;border:none;background:#c7c7c726;font-size:.8125rem;line-height:.9375rem}.tk-textfield--sm.tk-textfield--filled .tk-textfield__input{height:1.8125rem;border-radius:.375rem;padding:.5rem .75rem .5rem .9375rem;border:none;background:#c7c7c726;font-size:.6875rem;line-height:.8125rem}.tk-textfield--with-icon .tk-textfield__input{padding-right:.75rem}.tk-textfield__icon{width:.75rem;height:.75rem;position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}.tk-textfield--outlined .tk-textfield__input::placeholder{color:#282727}.tk-textfield--outlined:hover .tk-textfield__input:not(:disabled):not([readonly]),.tk-textfield--outlined:focus-within .tk-textfield__input:not(:disabled):not([readonly]){border-color:#4255d2;color:#4255d2}.tk-textfield--filled:hover .tk-textfield__input:not(:disabled):not([readonly]),.tk-textfield--filled:focus-within .tk-textfield__input:not(:disabled):not([readonly]){color:#4255d2}.tk-textfield--noneditable .tk-textfield__input{border:.0625rem solid rgba(40,39,39,.7);color:#282727b3;cursor:default}.tk-textfield--disabled .tk-textfield__input,.tk-textfield__input:disabled{border:.0625rem solid rgba(199,199,199,1);color:#c7c7c7;cursor:not-allowed;background:#fff}.tk-textfield--noneditable .tk-textfield__input{border:.0625rem solid rgba(40,39,39,.7);color:#282727b3;cursor:default;pointer-events:none;caret-color:transparent}.settings-gender__switch{width:5.6875rem;height:1.8125rem;border-radius:.375rem;padding:.1875rem;display:flex;gap:.1875rem;background:#c7c7c726;box-sizing:border-box}.settings-gender__opt{width:2.5625rem;height:1.4375rem;border-radius:.375rem;padding:.3125rem .4375rem;display:flex;align-items:center;justify-content:center;font-family:Montserrat,sans-serif;font-weight:500;font-size:.6875rem;line-height:.8125rem;color:#282727;background:transparent;border:.0625rem solid transparent;box-sizing:border-box;transition:color .12s ease,border-color .12s ease,background .12s ease;outline:none;cursor:pointer}.settings-gender__opt--active{background:#4255d226;color:#4255d2}.settings-gender__switch:not(.settings-gender__switch--noneditable):not(.settings-gender__switch--disabled) .settings-gender__opt:not(.settings-gender__opt--active):hover{border:.0625rem solid rgba(66,85,210,.15);color:#4255d2}.settings-gender__switch:not(.settings-gender__switch--noneditable):not(.settings-gender__switch--disabled) .settings-gender__opt:not(.settings-gender__opt--active):active{border-color:transparent;color:#4255d2}.settings-gender__switch--noneditable{pointer-events:none}.settings-gender__switch--noneditable .settings-gender__opt{color:#282727b3}.settings-gender__switch--noneditable .settings-gender__opt--active{background:#4255d226;color:#6976ce}.settings-gender__switch--disabled{pointer-events:none}.settings-gender__switch--disabled .settings-gender__opt{color:#c7c7c7}.settings-gender__switch--disabled .settings-gender__opt--active{background:#c7c7c726;color:#c7c7c7}.tk-datepicker-wrapper{position:relative;width:100%}.tk-datepicker{width:100%;display:flex;flex-direction:column;gap:.3125rem}.tk-datepicker--sm{height:2.9375rem}.tk-datepicker__label{height:.8125rem;font-family:Montserrat,sans-serif;font-weight:500;font-size:.6875rem;line-height:.8125rem;color:#272869}.tk-datepicker__control{width:100%;display:flex;align-items:center;gap:.1875rem;padding-left:.3125rem;box-sizing:border-box;position:relative}.tk-datepicker__input{width:100%;height:1.8125rem;border-radius:.375rem;padding:.5rem 1.75rem .5rem .9375rem;border:none;background:#c7c7c726;font-family:Montserrat,sans-serif;font-weight:500;font-size:.6875rem;line-height:.8125rem;color:#282727;box-sizing:border-box;outline:none;cursor:default}.tk-datepicker--filled:hover .tk-datepicker__input:not(:disabled):not([readonly]){color:#4255d2}.tk-datepicker__icon{width:.75rem;height:.75rem;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);cursor:pointer}.tk-datepicker--noneditable .tk-datepicker__input{color:#282727b3;cursor:default;pointer-events:none}.tk-datepicker--noneditable .tk-datepicker__icon{cursor:default;pointer-events:none}.tk-datepicker--disabled .tk-datepicker__input{color:#c7c7c7;cursor:not-allowed;background:#fff}.tk-datepicker--disabled .tk-datepicker__icon{cursor:not-allowed;pointer-events:none}.tk-datepicker__popup{position:absolute;top:calc(100% + .3125rem);left:0;z-index:1000;background:#fff;border-radius:.625rem;box-shadow:0 .25rem 1.25rem #00000026;padding:.75rem;min-width:16rem;max-width:18rem}.tk-datepicker__popup--upward{top:auto;bottom:calc(100% + .3125rem)}.tk-datepicker__header{display:flex;gap:.5rem;margin-bottom:.625rem}.tk-datepicker__select{flex:1;height:1.75rem;border-radius:.375rem;border:.0625rem solid rgba(199,199,199,1);padding:.25rem .5rem;font-family:Montserrat,sans-serif;font-weight:500;font-size:.75rem;color:#282727;background:#fff;cursor:pointer;outline:none}.tk-datepicker__select:hover{border-color:#4255d2}.tk-datepicker__select:focus{border-color:#4255d2;color:#4255d2}.tk-datepicker__select--month{flex:1.2}.tk-datepicker__year-picker{position:relative;flex:1;display:flex}.tk-datepicker__year-input{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:.375rem;border:.0625rem solid rgba(199,199,199,1);padding:.25rem .5rem;font-family:Montserrat,sans-serif;font-weight:500;font-size:.8125rem;color:#282727;background:#fff;outline:none;z-index:2;text-align:center}.tk-datepicker__year-input:hover{border-color:#4255d2}.tk-datepicker__year-input:focus{border-color:#4255d2;color:#4255d2}.tk-datepicker__select--year{opacity:0;pointer-events:none;position:absolute;width:100%;height:100%}.tk-datepicker__calendar{display:flex;flex-direction:column;gap:.375rem}.tk-datepicker__weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:.125rem}.tk-datepicker__weekday{text-align:center;font-family:Montserrat,sans-serif;font-weight:600;font-size:.625rem;color:#28272799;padding:.125rem}.tk-datepicker__days{display:grid;grid-template-columns:repeat(7,1fr);gap:.125rem}.tk-datepicker__day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:.25rem;font-family:Montserrat,sans-serif;font-weight:500;font-size:.75rem;color:#282727;cursor:pointer;transition:all .15s ease}.tk-datepicker__day:not(.tk-datepicker__day--empty):hover{background:#4255d21a;color:#4255d2}.tk-datepicker__day--selected{background:#4255d2!important;color:#fff!important;font-weight:600}.tk-datepicker__day--empty{cursor:default;pointer-events:none}.tk-datepicker__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23282727' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:.75rem;padding-right:1.5rem}.plan__main{width:28.4375rem;height:20.0625rem;display:flex;flex-direction:column;gap:1.875rem}.plan__bottom{width:28.4375rem;height:1.6875rem}.plan__title{width:15rem;height:1.25rem;font-family:Geologica,sans-serif;font-weight:500;font-size:1rem;line-height:1.25rem;color:#282727;margin:0}.security__main{width:28.4375rem;height:20.0625rem;display:flex;flex-direction:column;gap:1.875rem}.security__fields{width:28.4375rem;height:7.8125rem;display:flex;flex-direction:column;gap:.625rem}.security-field{width:28.4375rem;height:2.1875rem;border-radius:.625rem;padding:.625rem 1.25rem;border:.0625rem solid rgba(199,199,199,.5);background:#fff;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.security-field__label{font-family:Montserrat,sans-serif;font-weight:500;font-size:.8125rem;line-height:.9375rem;color:#282727b3}.security-field__arrow{width:.875rem;height:.875rem}.security-field:not(.security-field--disabled):hover{background:#fff;border:.0625rem solid rgba(199,199,199,.5);box-shadow:.125rem 0 .4375rem #c7c7c766}.security-field:not(.security-field--disabled):hover .security-field__label{color:#282727}.security-field--disabled,.security-field:disabled{cursor:default;pointer-events:none;background:#fff;opacity:1;border-color:#c7c7c780}.security-field--disabled .security-field__label{color:#c7c7c7}.security__bottom{width:28.4375rem;height:1.6875rem;display:flex;align-items:center;justify-content:space-between}.security__title{width:15rem;height:1.25rem;font-family:Geologica,sans-serif;font-weight:500;font-size:1rem;line-height:1.25rem;color:#282727;margin:0}.security__delete-btn,.security__logout-btn{width:13.75rem;height:1.6875rem;border-radius:.375rem;padding:.375rem .75rem;display:inline-flex;align-items:center;justify-content:center;border:.0625rem solid transparent;background:transparent;cursor:pointer}.security__delete-btn{background:#db606026}.security__logout-btn{background:#4255d226}.security__delete-btn,.security__logout-btn{font-family:Montserrat,sans-serif;font-weight:500;font-size:.8125rem;line-height:.9375rem;color:#282727}.security__delete-btn{color:#db6060}.security-change{width:28.4375rem;height:25.125rem;display:flex;flex-direction:column;gap:1.875rem}.security-change__title{width:100%;height:1.25rem;font-family:Geologica,sans-serif;font-weight:500;font-size:1rem;line-height:1.25rem;color:#282727;margin:0}.security-change__panel{width:28.4375rem;height:22rem;border-radius:.625rem;padding:1.25rem;background:#fff;display:flex;flex-direction:column;justify-content:space-between;box-shadow:2px 0 7px #c7c7c766}.security-change__panel-inner{width:25.9375rem;display:flex;flex-direction:column;gap:1.25rem}.security-back{width:4rem;height:.9375rem;display:inline-flex;align-items:center;gap:.75rem;background:transparent;border:none;padding:0;cursor:pointer;color:#282727b3;text-decoration:none;transition:color .2s ease}.security-back__icon{width:.75rem;height:.75rem;transform:rotate(180deg);color:inherit}.security-back__text{font-family:Montserrat,sans-serif;font-weight:500;font-size:.8125rem;line-height:.9375rem;color:inherit}.security-back:not(:disabled):hover{color:#282727;text-decoration:underline}.security-back:not(:disabled):active{color:#4255d2;text-decoration:underline}.security-back:disabled{color:#c7c7c7;cursor:not-allowed}.security-note{width:25.9375rem;height:2.375rem;padding-left:.75rem;display:flex;align-items:center}.security-note__inner{width:26.1875rem;height:2.375rem;padding:.3125rem 0 .3125rem .75rem;border-left:.1875rem solid rgba(66,85,210,.15);display:flex;align-items:center;box-sizing:border-box}.security-note__text{display:block;width:24.4375rem;max-width:100%;font-family:Montserrat,sans-serif;font-weight:400;font-size:.75rem;line-height:.875rem;color:#282727;margin:0}.security-form{width:25.9375rem;height:8.5625rem;padding-left:3rem;display:flex;flex-direction:column;gap:.625rem}.security-change__actions{width:25.9375rem;height:1.6875rem;display:flex;align-items:center;justify-content:flex-end}.security__save-btn.tk-primary-btn{width:6.125rem;height:1.6875rem;padding:.375rem .75rem;border-radius:.375rem;font-weight:600;font-size:.8125rem;line-height:.9375rem}.security__delete-btn:not(:disabled):hover{background:#db606026;border:.0625rem solid rgba(219,96,96,.3);color:#db6060}.security__logout-btn:not(:disabled):hover{background:#4255d226;border:.0625rem solid rgba(66,85,210,.3);color:#4255d2}.security__delete-btn:not(:disabled):active{background:#db60604d;border-color:transparent;color:#db6060}.security__logout-btn:not(:disabled):active{background:#4255d24d;border-color:transparent;color:#4255d2}.security__delete-btn:disabled,.security__logout-btn:disabled{background:#fff;border-color:transparent;color:#c7c7c7;cursor:not-allowed;pointer-events:none}.settings-modal__content{width:35.2625rem;height:29.75rem;border-radius:.625rem;display:flex;justify-content:space-between;padding:3.125rem 3.75rem 1.5rem;background:#fff;box-shadow:.125rem 0 .4375rem #c7c7c766;opacity:1;position:relative;z-index:2}.wallet__main{width:28.4375rem;height:20.0625rem;display:flex;flex-direction:column;gap:1.875rem}.wallet__bottom{width:28.4375rem;height:1.6875rem}.wallet__title{width:15rem;height:1.25rem;font-family:Geologica,sans-serif;font-weight:500;font-size:1rem;line-height:1.25rem;color:#282727;margin:0}.paper{--paper-bg: #ffffff;--paper-border: rgba(0, 0, 0, .06);--paper-shadow-e0: none;--paper-shadow-e1: 0 .25rem 1rem rgba(0, 0, 0, .06);--paper-shadow-e2: 0 .375rem 1.25rem rgba(0, 0, 0, .1);--paper-shadow-e3: 0 .5rem 1.5rem rgba(0, 0, 0, .14);--paper-radius-s: .5rem;--paper-radius-m: .75rem;--paper-radius-l: 1rem;--paper-pad-none: 0;--paper-pad-s: .5rem;--paper-pad-m: .75rem;--paper-pad-l: 1rem;background:var(--paper-bg);box-shadow:var(--paper-shadow-e1);color:#111827}.paper--e0{box-shadow:var(--paper-shadow-e0)}.paper--e1{box-shadow:var(--paper-shadow-e1)}.paper--e2{box-shadow:var(--paper-shadow-e2)}.paper--e3{box-shadow:var(--paper-shadow-e3)}.paper--r-s{border-radius:var(--paper-radius-s)}.paper--r-m{border-radius:var(--paper-radius-m)}.paper--r-l{border-radius:var(--paper-radius-l)}.paper--r-pill{border-radius:9999px}.paper--p-none{padding:var(--paper-pad-none)}.paper--p-s{padding:var(--paper-pad-s)}.paper--p-m{padding:var(--paper-pad-m)}.paper--p-l{padding:var(--paper-pad-l)}.paper--interactive{transition:background-color .12s ease,box-shadow .12s ease}.paper--interactive:hover{background:#fbfbfb;box-shadow:var(--paper-shadow-e2)}.tk-logo{display:inline-flex;align-items:center;justify-content:center;height:1.375rem;border-radius:.25rem;font-family:Despair Display,sans-serif;font-weight:700;font-size:1rem;line-height:1;text-transform:uppercase;color:#282727;white-space:nowrap;-webkit-user-select:none;user-select:none}.tk-logo--interactive{cursor:pointer}.tk-logo--interactive:hover{color:#4255d2}.tk-logo--interactive:active{color:#272869}.board-topbar{position:absolute;top:1rem;left:1rem;display:inline-flex;align-items:center;gap:.625rem;padding:.25rem 1.25rem .25rem .25rem;border:0;-webkit-backdrop-filter:saturate(1.1) blur(.125rem);backdrop-filter:saturate(1.1) blur(.125rem);pointer-events:auto}.board-topbar__menu{all:unset;cursor:pointer;display:grid;place-items:center;width:2rem;height:2rem;border-radius:.5rem;transition:background-color .12s ease}.board-topbar__menu:hover{background:#0000000a}.board-topbar__menu:active{background:#00000014}.board-topbar__menu-img{display:block;width:.875rem;height:.75rem;object-fit:contain}.board-topbar__title{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:400;font-size:1.25rem;line-height:1.25;color:#282727;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:28rem}.board-history{position:absolute;left:1rem;bottom:1rem;display:inline-flex;align-items:center;padding:.25rem;min-height:2.25rem;pointer-events:auto}.board-history__btn{all:unset;cursor:pointer;display:grid;place-items:center;width:2rem;height:1.75rem;border-radius:.5rem;transition:background-color .12s ease}.board-history__btn:hover{background:#0000000a}.board-history__btn:active{background:#00000014}.board-history__icon-img{display:block;width:1rem;height:auto;object-fit:contain}.board-pager{display:inline-flex;align-items:center;gap:.5rem;min-height:2.25rem;pointer-events:auto;padding:.25rem .25rem .25rem .625rem}.board-pager__page-img{display:block;width:1.0625rem;height:1.25rem;object-fit:contain}.board-pager__btn{all:unset;cursor:pointer;display:grid;place-items:center;width:1.75rem;height:1.75rem;border-radius:.5rem;transition:background-color .12s ease}.board-pager__btn:hover{background:#0000000a}.board-pager__btn:active{background:#00000014}.board-pager__chev-img{display:block;object-fit:contain}.board-pager__chev-img--prev,.board-pager__chev-img--next{width:.5625rem;height:.8125rem;transform-origin:center}.board-pager__counter{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.125rem;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:.9375rem;line-height:1.125rem;color:#282727;white-space:nowrap;font-variant-numeric:tabular-nums}.board-pager__sep{margin:0;padding:0 .125rem;color:#282727}.board-zoom{display:inline-flex;align-items:center;gap:.375rem;height:2.25rem;width:7.1875rem;box-sizing:border-box;pointer-events:auto;padding:.25rem;border:0}.board-zoom__btn{all:unset;cursor:pointer;display:grid;place-items:center;width:1.75rem;height:1.75rem;border-radius:.5rem;transition:background-color .12s ease}.board-zoom__btn:hover{background:#0000000a}.board-zoom__btn:active{background:#00000014}.board-zoom__value{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:.9375rem;line-height:1.125rem;color:#282727;width:2.4375rem;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1;text-align:center;white-space:nowrap}.board-zoom__ico-img{display:block;width:.75rem;height:.75rem;object-fit:contain}.board-leftbar{position:absolute;left:1rem;top:calc(1rem + var(--topbar-height, 2.25rem) + 3.125rem);pointer-events:none;z-index:2}.paper.board-leftbar__paper{padding:.375rem .25rem;pointer-events:auto;border:0}.board-leftbar__list{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:0;margin:0;list-style:none}.board-leftbar__item{position:relative}.board-leftbar__btn{all:unset;cursor:pointer;display:grid;place-items:center;width:2rem;height:2rem;border-radius:.5rem;transition:background-color .12s ease}.board-leftbar__btn:hover{background:#0000000a}.board-leftbar__btn:active{background:#00000014}.board-leftbar__btn--active{background:#0000000f}.board-leftbar__icon{display:block;max-width:1.25rem;max-height:1.25rem;width:auto;height:auto;object-fit:contain}.board-leftbar__popover{position:absolute;left:calc(100% + .5rem);top:50%;transform:translateY(-50%);max-width:18rem;background:#fff;border:.0625rem solid rgba(0,0,0,.06);border-radius:.5rem;box-shadow:0 .25rem 1rem #0000000f;padding:.5rem;pointer-events:auto}.board-leftbar__panel{display:grid;gap:.5rem}.board-leftbar__panel-title{font:500 .875rem/1rem Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#282727}.board-leftbar__panel-note{margin:0;font:400 .875rem/1.25rem Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#4b5563}.board-leftbar__panel-row{display:grid;gap:.375rem}.board-leftbar__label{font:500 .75rem/1rem Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#374151}.board-leftbar__chips{display:flex;flex-wrap:wrap;gap:.375rem}.board-leftbar__chip{all:unset;cursor:pointer;padding:.25rem .5rem;border-radius:.5rem;background:#f3f4f6;color:#111827;font:500 .75rem/1rem Montserrat,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.board-leftbar__chip:hover{background:#e5e7eb}.board-leftbar__panel--color{display:grid;grid-template-columns:repeat(3,1rem);gap:.25rem}.board-leftbar__color-swatch{all:unset;cursor:pointer;box-sizing:border-box;background-color:currentColor;width:1rem;height:1rem;border-radius:50%;position:relative}.board-leftbar__color-swatch:hover{filter:brightness(.95)}.board-leftbar__color-swatch--selected{background-color:transparent}.board-leftbar__color-swatch--selected:after{content:"";box-sizing:border-box;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:1rem;height:1rem;border-radius:50%;border:.25rem solid currentColor}.board-leftbar__color-swatch--white{border:.0625rem solid rgba(199,199,199,.5);box-shadow:0 1px 2px #0000000a}.board-leftbar__color-swatch--selected-white{background-color:#c7c7c780;border:.25rem solid currentColor}.board-leftbar__color-swatch--selected-white:after{content:"";box-sizing:border-box;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:1rem;height:1rem;border-radius:50%;border:.0625rem solid rgba(199,199,199,.5)}.stage-host--cursor-cursor,.stage-host--cursor-cursor .konvajs-content,.stage-host--cursor-cursor canvas{cursor:url(/cursor_icon.svg) 0 0,default}.stage-host--cursor-palm,.stage-host--cursor-palm .konvajs-content,.stage-host--cursor-palm canvas{cursor:url(/palm_icon.svg) 10 10,grab}.stage-host--cursor-palmGrab,.stage-host--cursor-palmGrab .konvajs-content,.stage-host--cursor-palmGrab canvas{cursor:url(/palm_grab_icon.svg) 10 10,grabbing}.stage-host--cursor-pen,.stage-host--cursor-pen .konvajs-content,.stage-host--cursor-pen canvas{cursor:url(/pen_icon.svg) 2 20,crosshair}.stage-host--cursor-eraser,.stage-host--cursor-eraser .konvajs-content,.stage-host--cursor-eraser canvas{cursor:url(/eraser_icon.svg) 4 18,crosshair}.stage-host--cursor-highlight,.stage-host--cursor-highlight .konvajs-content,.stage-host--cursor-highlight canvas{cursor:url(/highlight_icon.svg) 6 6,crosshair}.board-surface{position:relative;width:100%;height:100%}.board{--space-1: .5rem;--space-2: 1rem;--radius-1: .5rem;--radius-2: .75rem;--shadow-1: 0 .25rem 1rem rgba(0, 0, 0, .06);--shadow-2: 0 .375rem 1.25rem rgba(0, 0, 0, .1);--color-bg: #ffffff;--color-text: #111827;--color-muted: #6b7280;--color-card: #ffffff;--color-border: rgba(0, 0, 0, .06);--topbar-height: 2.25rem}.board{position:relative;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;background:var(--color-bg);color:var(--color-text);overflow:hidden}.board__overlays{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.board__surface{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:var(--color-bg)}.board__floating{pointer-events:auto;background:var(--color-card);border-radius:var(--radius-2);box-shadow:var(--shadow-1);border:.0625rem solid var(--color-border)}.board__bottom-right{position:absolute;right:1rem;bottom:1rem;display:flex;align-items:center;gap:.75rem;pointer-events:none}.internal-version-page{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:.75rem;box-sizing:border-box;background:linear-gradient(0deg,#fff,#fff),linear-gradient(0deg,#28272705,#28272705);font-family:Montserrat,sans-serif;color:#282727}.internal-version-page__card{max-width:32rem;width:100%}.internal-version-page__title{margin:0 0 .5rem;font-family:Geologica,sans-serif;font-size:1.25rem;font-weight:600;color:#282727}.internal-version-page__subtitle{margin:0 0 1.25rem;font-size:.875rem;font-weight:500;color:#7d7d7d}.internal-version-page__list{margin:0;padding:0}.internal-version-page__item{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 0;border-bottom:1px solid #c7c7c7}.internal-version-page__item:last-child{border-bottom:none}.internal-version-page__term{margin:0;font-size:.875rem;font-weight:500;color:#282727}.internal-version-page__value{margin:0;font-size:.8125rem;font-weight:300;color:#282727;text-align:right;word-break:break-all}.app{display:flex;flex-direction:column;overflow:hidden;position:relative;width:100vw;height:100vh}html{font-size:12px}@media (min-height: 480px){html{font-size:13.6px}}@media (min-height: 540px){html{font-size:14.4px}}@media (min-height: 600px){html{font-size:15.2px}}@media (min-height: 660px){html{font-size:15.6px}}@media (min-height: 720px){html{font-size:16px}}@media (min-height: 780px){html{font-size:18px}}@media (min-height: 840px){html{font-size:19px}}@media (min-height: 900px){html{font-size:20px}}@media (min-height: 960px){html{font-size:22px}}@media (min-height: 1080px){html{font-size:24px}}@media (min-height: 1440px){html{font-size:32px}}*,*:before,*:after{box-sizing:border-box}body{font-size:clamp(.875rem,2vw,1.25rem)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}
