.cloud-comments{max-width:var(--width-content,46rem);margin:.5rem auto;padding:0 var(--space-outer,1.25rem);font-family:inherit;font-size:1rem;color:var(--color-dark,#212529)}.cc-reactions{text-align:center;padding:.75rem 0;margin-bottom:1rem;border-bottom:1px solid var(--color-muted,#e0e0e0)}.cc-reactions__title{font-size:1.125rem;font-weight:700;margin:0 0 .375rem}.cc-reactions__total{font-size:.8125rem;color:gray;margin:0 0 1rem}.cc-reactions__list{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.cc-reactions__btn{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem .75rem;border:1px solid var(--color-muted,#e0e0e0);border-radius:.625rem;background:var(--color-light,#fff);cursor:pointer;transition:background-color 0.15s,border-color 0.15s;min-width:3.75rem;font-family:inherit;position:relative;overflow:visible}.cc-reactions__btn:hover{background:var(--color-summary,#f5f5f5)}.cc-reactions__btn--active{border-color:var(--cc-primary,var(--color-primary,#e3410b));background:var(--color-summary,#f5f5f5)}.cc-reactions__emoji{width:2rem;height:2rem;display:block;position:relative;z-index:1;transition:transform 0.3s cubic-bezier(.34,1.56,.64,1);pointer-events:none}.cc-reactions__btn--animating .cc-reactions__emoji{transform:scale(1.15)}.cc-reactions__ring{position:absolute;top:50%;left:50%;width:3rem;height:3rem;margin-top:-1.75rem;margin-left:-1.5rem;border-radius:50%;border:3px solid var(--cc-primary,var(--color-primary,#e3410b));opacity:0;transform:scale(.3);pointer-events:none}.cc-reactions__btn--animating .cc-reactions__ring{animation:cc-ring-pulse 0.5s ease-out forwards}@keyframes cc-ring-pulse{0%{opacity:.8;transform:scale(.3)}100%{opacity:0;transform:scale(1.4)}}.cc-reactions__particles{position:absolute;top:50%;left:50%;width:0;height:0;pointer-events:none}.cc-reactions__particle{position:absolute;width:5px;height:5px;border-radius:50%;opacity:0}.cc-reactions__btn--animating .cc-reactions__particle{animation:cc-particle-burst 0.6s ease-out forwards}.cc-reactions__particle:nth-child(1){background:#ff6b6b;--cc-px:-18px;--cc-py:-22px;animation-delay:0s}.cc-reactions__particle:nth-child(2){background:#ffd93d;--cc-px:16px;--cc-py:-20px;animation-delay:0.03s}.cc-reactions__particle:nth-child(3){background:#6bcb77;--cc-px:22px;--cc-py:5px;animation-delay:0.06s}.cc-reactions__particle:nth-child(4){background:#4d96ff;--cc-px:-20px;--cc-py:8px;animation-delay:0.02s}.cc-reactions__particle:nth-child(5){background:#ff6b6b;--cc-px:8px;--cc-py:20px;animation-delay:0.05s}.cc-reactions__particle:nth-child(6){background:#c77dff;--cc-px:-12px;--cc-py:18px;animation-delay:0.04s}@keyframes cc-particle-burst{0%{opacity:1;transform:translate(0,0) scale(1)}100%{opacity:0;transform:translate(var(--cc-px),var(--cc-py)) scale(0)}}.cc-reactions__count{font-size:.9375rem;font-weight:400;color:gray;transition:transform 0.2s ease}.cc-reactions__btn--animating .cc-reactions__count{animation:cc-count-bump 0.3s ease}@keyframes cc-count-bump{0%{transform:scale(1)}50%{transform:scale(1.3)}100%{transform:scale(1)}}@media screen and (max-width:767px){.cc-reactions__list{display:flex;flex-wrap:nowrap;gap:.375rem;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.25rem}.cc-reactions__btn{padding:.375rem .25rem;min-width:3rem;flex-shrink:0}.cc-reactions__emoji{width:1.5rem!important;height:1.5rem!important}.cc-reactions__count{font-size:.75rem}.cc-reactions__emoji{width:1.75rem;height:1.75rem}.cc-reactions__count{font-size:.8125rem}}.cc-userbar__logout{margin-left:auto;background:none;border:none;color:gray;font-size:.8125rem;cursor:pointer;padding:0;font-family:inherit;transition:color 0.2s}.cc-userbar__logout:hover{color:var(--cc-primary,var(--color-primary,#e3410b))}.cc-login{padding:1.5rem;background:var(--color-summary,#f5f5f5);border-radius:var(--radius-frame,.3125rem);margin-bottom:1.5rem}.cc-login__text{margin:0 0 .875rem;font-size:.9375rem;font-weight:600;color:var(--color-dark,#212529)}.cc-login__buttons{display:flex;gap:.625rem;flex-wrap:wrap}.cc-login__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.125rem;border:none;border-radius:var(--radius-frame,.3125rem);font-size:.8125rem;font-family:inherit;font-weight:600;color:#fff;cursor:pointer;transition:opacity 0.2s}.cc-login__btn:hover{opacity:.85}.cc-login__btn--vk{background:#07f}.cc-login__btn--yandex{background:#fc3f1d}.cc-login__btn svg{flex-shrink:0}.cc-form{margin-bottom:1.25rem;position:relative}.cc-form-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.cc-form-header__name{font-weight:600;font-size:.9375rem;color:var(--color-dark,#212529)}.cc-form__avatar{width:2rem!important;height:2rem!important;max-width:2rem!important;max-height:2rem!important;min-width:2rem!important;border-radius:50%!important;object-fit:cover;flex-shrink:0;margin-right:.375rem}.cc-form__input-wrap--multiline .cc-form__avatar,.cc-form__input-wrap--multiline .cc-form__attach{margin-top:.25rem}.cc-form__input-wrap{display:flex;align-items:center;background:var(--color-summary,#f0f0f0);border-radius:1.25rem;padding:.375rem .375rem .375rem .5rem;transition:background-color 0.2s}.cc-form__input-wrap--multiline{align-items:flex-start}.cc-form__input-wrap:focus-within{background:var(--color-muted,#e0e0e0)}.cc-form__textarea{flex:1;border:none;background:none;font-family:inherit;font-size:.9375rem;line-height:1.4;padding:.375rem 0;resize:none;outline:none;min-height:1.4em;overflow:hidden;color:var(--color-dark,#212529);box-sizing:border-box}.cc-form__textarea::placeholder{color:gray}.cc-form__submit{flex-shrink:0;width:2.25rem;height:2.25rem;border:none;border-radius:50%;background:var(--cc-primary,var(--color-primary,#e3410b));color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity 0.2s;padding:0;margin-left:.5rem;margin-top:.125rem}.cc-form__submit:hover{opacity:.85}.cc-form__submit:disabled{opacity:.3;cursor:not-allowed}.cc-form__submit svg{width:1rem;height:1rem}.cc-form__footer{display:none}.cc-form__cancel{flex-shrink:0;background:none;border:none;font-family:inherit;font-size:.75rem;color:gray;cursor:pointer;padding:.25rem .5rem;margin-left:.25rem;transition:color 0.15s}.cc-form__cancel:hover{color:var(--color-dark,#212529)}.cc-form__attach{flex-shrink:0;width:2rem;height:2rem;background:none;border:none;padding:0;margin-right:.25rem;color:gray;cursor:pointer;transition:color 0.15s;display:flex;align-items:center;justify-content:center}.cc-form__attach svg{width:1.25rem;height:1.25rem}.cc-form__attach:hover{color:var(--cc-primary,var(--color-primary,#e3410b))}.cc-form__attachment-preview{padding:.5rem 0}.cc-form__attachment-item{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .625rem;background:var(--color-summary,#f5f5f5);border-radius:.375rem;font-size:.8125rem}.cc-form__attachment-thumb{width:3rem;height:3rem;object-fit:cover;border-radius:.25rem}.cc-form__attachment-filename{color:var(--color-dark,#212529);max-width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-form__attachment-remove{background:none;border:none;font-size:1.125rem;color:gray;cursor:pointer;padding:0 .25rem;line-height:1}.cc-form__attachment-remove:hover{color:var(--color-warning,#d32f2f)}.cc-form__attachment-loading{font-size:.8125rem;color:gray;font-style:italic}.cc-attachment{grid-column:2;margin-top:.5rem}.cc-attachment__image{display:inline-block;max-width:20rem;border-radius:.375rem;overflow:hidden}.cc-attachment__image img{display:block;width:100%;height:auto;border-radius:.375rem;transition:opacity 0.15s}.cc-attachment__image:hover img{opacity:.9}.cc-attachment__file{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:var(--color-summary,#f5f5f5);border-radius:.375rem;color:var(--color-dark,#212529);text-decoration:none;font-size:.8125rem;transition:background-color 0.15s}.cc-attachment__file:hover{background:var(--color-muted,#e0e0e0)}.cc-attachment__icon{flex-shrink:0;color:var(--cc-primary,var(--color-primary,#e3410b))}.cc-attachment__name{max-width:15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-attachment__size{color:gray;font-size:.75rem}@media screen and (max-width:479px){.cc-attachment__image{max-width:100%}}.cc-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;opacity:0;transition:opacity 0.2s ease}.cc-lightbox--visible{opacity:1}.cc-lightbox__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .85);cursor:pointer}.cc-lightbox__wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:90vw;max-height:90vh}.cc-lightbox__img{display:block;max-width:90vw;max-height:85vh;object-fit:contain;border-radius:.25rem;box-shadow:0 4px 24px rgb(0 0 0 / .3)}.cc-lightbox__close{position:absolute;top:-2.5rem;right:-.5rem;background:none;border:none;color:#fff;font-size:2rem;line-height:1;cursor:pointer;padding:.25rem;opacity:.7;transition:opacity 0.15s}.cc-lightbox__close:hover{opacity:1}.cc-auth-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99998;opacity:0;transition:opacity 0.2s ease}.cc-auth-popup--visible{opacity:1}.cc-auth-popup__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .5)}.cc-auth-popup__box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:.75rem;padding:2rem;min-width:22rem;width:24rem;max-width:90vw;box-shadow:0 8px 32px rgb(0 0 0 / .15);text-align:center}.cc-auth-popup__close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;font-size:1.5rem;color:gray;cursor:pointer;line-height:1}.cc-auth-popup__close:hover{color:var(--color-dark,#212529)}.cc-auth-popup__title{margin:0 0 1.25rem;font-size:1rem;font-weight:600;color:#212529}.cc-auth-popup__vk-onetap,.cc-auth-popup__ya-suggest{margin-bottom:1rem;min-height:3rem}.cc-auth-popup__buttons{display:flex;flex-direction:column;gap:.625rem;align-items:center}.cc-toasts{position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%);z-index:100000;display:flex;flex-direction:column;align-items:center;gap:.5rem;pointer-events:none}.cc-toast{padding:.75rem 1.5rem;border-radius:.5rem;font-family:inherit;font-size:.875rem;font-weight:500;color:#fff;pointer-events:auto;opacity:0;transform:translateY(1rem);transition:opacity 0.25s ease,transform 0.25s ease;box-shadow:0 4px 16px rgb(0 0 0 / .15);max-width:90vw;text-align:center}.cc-toast--visible{opacity:1;transform:translateY(0)}.cc-toast--error{background:#d32f2f}.cc-toast--success{background:#2e7d32}.cc-toast--info{background:#37474f}.cc-sort{display:flex;align-items:center;margin-bottom:.75rem;border-bottom:1px solid var(--color-muted,#e0e0e0);padding-bottom:.75rem}.cc-sort__buttons{display:flex;gap:.25rem}.cc-stats{margin-left:auto;display:flex;align-items:center;gap:.75rem}.cc-stats__item{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;color:gray}.cc-stats__item svg{flex-shrink:0}.cc-sort__btn{background:none;border:none;padding:.375rem .75rem;font-family:inherit;font-size:.8125rem;color:gray;cursor:pointer;border-radius:1rem;transition:color 0.15s,background-color 0.15s}.cc-sort__btn:hover{color:var(--color-dark,#212529);background:var(--color-summary,#f5f5f5)}.cc-sort__btn--active{color:var(--cc-primary,var(--color-primary,#e3410b));background:var(--color-summary,#f5f5f5);font-weight:600}.cc-load-more-wrap{text-align:center;padding:1rem 0}.cc-load-more{padding:.5rem 2rem;background:var(--cc-primary,var(--color-primary,#e3410b));border:none;border-radius:1.5rem;font-family:inherit;font-size:.875rem;font-weight:600;color:#fff;cursor:pointer;transition:opacity 0.15s}.cc-load-more:hover{opacity:.85}.cc-load-more:disabled{opacity:.5;cursor:wait}.cc-list{margin-top:.5rem}.cc-empty{text-align:center;color:gray;font-size:.9375rem;padding:2rem 0}.cc-error{text-align:center;color:var(--color-warning,#d32f2f);font-size:.9375rem;padding:2rem 0}.cc-comment{margin-bottom:0}.cc-depth-1,.cc-depth-2,.cc-depth-3,.cc-depth-4{padding-left:2.5rem;position:relative;overflow:visible}.cc-depth-1::before,.cc-depth-2::before,.cc-depth-3::before,.cc-depth-4::before{content:'';position:absolute;left:.625rem;top:var(--cc-line-top,-3rem);bottom:var(--cc-line-bottom,calc(100% - 3.5rem));width:1.25rem;border-left:2px solid #ddd;border-bottom:2px solid #ddd;border-bottom-left-radius:.75rem;border-right:none;border-top:none;pointer-events:none}@media screen and (max-width:767px){.cc-depth-1,.cc-depth-2,.cc-depth-3,.cc-depth-4{padding-left:1.75rem}.cc-depth-1::before,.cc-depth-2::before,.cc-depth-3::before,.cc-depth-4::before{left:.375rem;width:.875rem;border-bottom-left-radius:.5rem}}.cc-comment__body{display:grid;grid-template-columns:2.25rem 1fr;column-gap:.75rem;padding:.875rem 0}.cc-comment__avatar{grid-column:1;grid-row:1 / -1;width:2.25rem!important;height:2.25rem!important;max-width:2.25rem!important;max-height:2.25rem!important;min-width:2.25rem!important;border-radius:50%!important;object-fit:cover;margin-top:.125rem}.cc-depth-1 .cc-comment__body,.cc-depth-2 .cc-comment__body,.cc-depth-3 .cc-comment__body,.cc-depth-4 .cc-comment__body{grid-template-columns:1.75rem 1fr;column-gap:.625rem;padding:.625rem 0}.cc-depth-1 .cc-comment__avatar,.cc-depth-2 .cc-comment__avatar,.cc-depth-3 .cc-comment__avatar,.cc-depth-4 .cc-comment__avatar{width:1.75rem!important;height:1.75rem!important}.cc-comment__header{grid-column:2;display:flex;align-items:center;gap:.5rem}.cc-comment__header-spacer{flex:1}.cc-comment__name{font-weight:700;font-size:1rem;line-height:1.3;color:var(--cc-primary,var(--color-primary,#e3410b))}.cc-comment__time{display:none}.cc-comment__content{grid-column:2;min-width:0;font-size:.9375rem;line-height:1.5;margin-top:.125rem;word-wrap:break-word;overflow-wrap:break-word}.cc-comment__content a{color:var(--cc-primary,var(--color-primary,#e3410b));text-decoration:none}.cc-comment__content a:hover{text-decoration:underline}.cc-comment__actions{grid-column:2;display:flex;align-items:center;gap:.5rem;margin-top:.375rem}.cc-comment__actions-time{font-size:.8125rem;color:gray;white-space:nowrap}.cc-comment__actions-spacer{flex:1}.cc-comment--removed{padding:.75rem 0}.cc-comment__deleted{font-style:italic;font-size:.8125rem;color:gray}.cc-vote-group{display:flex;align-items:center}.cc-vote-score{font-size:.875rem;font-weight:400;color:var(--cc-primary,var(--color-primary,#e3410b));min-width:1rem;text-align:right;padding-right:.375rem}.cc-vote{display:inline-flex;align-items:center;justify-content:center;width:1.625rem;height:1.5rem;background:none;border:1px solid var(--cc-primary,var(--color-primary,#e3410b));cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:400;color:var(--cc-primary,var(--color-primary,#e3410b));transition:background-color 0.15s,color 0.15s;line-height:1;padding:0}.cc-vote--plus{border-radius:.625rem 0 0 .625rem;border-right:none}.cc-vote--minus{border-radius:0 .625rem .625rem 0}.cc-vote:hover{background:var(--cc-primary,var(--color-primary,#e3410b));color:#fff}.cc-vote--active{background:var(--cc-primary,var(--color-primary,#e3410b));color:#fff}.cc-vote--disabled{opacity:.35;cursor:default}.cc-vote--disabled:hover{background:none;color:var(--cc-primary,var(--color-primary,#e3410b))}.cc-vote--readonly-group{display:flex;align-items:center}.cc-vote--readonly-score{font-size:.875rem;color:gray;padding-right:.25rem}.cc-action{background:none;border:none;padding:0;font-family:inherit;font-size:.875rem;font-weight:400;color:var(--cc-primary,var(--color-primary,#e3410b));cursor:pointer;transition:opacity 0.15s}.cc-action:hover{opacity:.7}.cc-action--edit{color:gray}.cc-action--edit:hover{color:var(--cc-primary,var(--color-primary,#e3410b));opacity:1}.cc-action--delete{color:gray}.cc-action--delete:hover{color:var(--color-warning,#d32f2f);opacity:1}.cc-comment__edited{font-size:.75rem;font-style:italic;color:gray;padding-right:.25rem}.cc-edit__wrap{display:flex;align-items:center;background:var(--color-summary,#f0f0f0);border-radius:1.5rem;padding:.25rem .25rem .25rem 1rem}.cc-edit__wrap:focus-within{background:var(--color-muted,#e0e0e0)}.cc-edit__textarea{flex:1;border:none;background:none;font-family:inherit;font-size:.9375rem;line-height:1.4;padding:.5rem 0;resize:none;outline:none;min-height:1.4em;max-height:6rem;overflow-y:auto;color:var(--color-dark,#212529);box-sizing:border-box}.cc-edit-cancel{flex-shrink:0;background:none;border:none;font-family:inherit;font-size:.75rem;color:gray;cursor:pointer;padding:.25rem .5rem;margin-left:.25rem;transition:color 0.15s}.cc-edit-cancel:hover{color:var(--color-dark,#212529)}.cc-edit-save{flex-shrink:0;width:2.25rem;height:2.25rem;border:none;border-radius:50%;background:var(--cc-primary,var(--color-primary,#e3410b));color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity 0.2s;padding:0;margin-left:.5rem}.cc-edit-save:hover{opacity:.85}.cc-edit-save:disabled{opacity:.3;cursor:not-allowed}.cc-edit-save svg{width:1rem;height:1rem}.cc-reply-form .cc-form{margin:.5rem 0 .25rem;margin-left:3rem}.cc-reply-form .cc-form__input-wrap{padding:.25rem .25rem .25rem .25rem}.cc-reply-form .cc-form__textarea{font-size:.875rem}.cc-reply-form .cc-form__submit{width:1.875rem;height:1.875rem}@media screen and (max-width:767px){.cc-reply-form .cc-form{margin-left:0}.cc-comment__body{grid-template-columns:1.75rem 1fr;column-gap:.5rem}.cc-comment__avatar{width:1.75rem;height:1.75rem}.cc-depth-1,.cc-depth-2,.cc-depth-3,.cc-depth-4{padding-left:1.5rem}.cc-depth-1 .cc-comment__body,.cc-depth-2 .cc-comment__body,.cc-depth-3 .cc-comment__body,.cc-depth-4 .cc-comment__body{grid-template-columns:1.375rem 1fr;column-gap:.375rem}.cc-depth-1 .cc-comment__avatar,.cc-depth-2 .cc-comment__avatar,.cc-depth-3 .cc-comment__avatar,.cc-depth-4 .cc-comment__avatar{width:1.375rem;height:1.375rem}.cc-comment__name{font-size:.8125rem}.cc-comment__content{font-size:.8125rem}.cc-comment__actions{flex-wrap:wrap;gap:.25rem .5rem;font-size:.75rem}.cc-action{font-size:.75rem}.cc-comment__actions-time{font-size:.6875rem}.cc-vote{width:1.375rem;height:1.25rem;font-size:.75rem}.cc-vote-score{font-size:.75rem;min-width:.75rem;padding-right:.25rem}.cc-comment__edited{font-size:.625rem}}@media screen and (max-width:479px){.cloud-comments{padding:0 .5rem}.cc-depth-1,.cc-depth-2,.cc-depth-3,.cc-depth-4{padding-left:1.25rem}.cc-depth-1::before,.cc-depth-2::before,.cc-depth-3::before,.cc-depth-4::before{left:.25rem;width:.625rem;border-bottom-left-radius:.375rem}.cc-login{padding:1rem}.cc-login__btn{font-size:.75rem;padding:.4375rem .875rem}.cc-form__avatar{width:2rem;height:2rem}}