.rf-comments-root{position:fixed;inset:0;z-index:12000;pointer-events:none}.rf-comments-backdrop{position:absolute;inset:0;width:100%;border:0;margin:0;padding:0;cursor:pointer;pointer-events:auto;background:rgba(15,23,42,.46);opacity:0;transition:opacity .5s cubic-bezier(.32,.72,0,1)}.rf-comments-backdrop[data-state=open]{opacity:1}.rf-comments-backdrop[data-state=closed]{opacity:0}.rf-comments-panel{--rf-comments-max-height:85dvh;--rf-comments-bottom-offset:0px;position:absolute;left:0;right:0;bottom:var(--rf-comments-bottom-offset);min-height:260px;max-height:var(--rf-comments-max-height);width:100%;pointer-events:auto;display:flex;flex-direction:column;overflow:hidden;border-radius:24px 24px 0 0;background:#ffffff;box-shadow:0 -14px 36px rgba(2,6,23,.24);will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .5s cubic-bezier(.32,.72,0,1),box-shadow .5s cubic-bezier(.32,.72,0,1)}.rf-comments-panel[data-state=closed]{box-shadow:0 0 0 rgba(2,6,23,0)}.rf-comments-header{position:relative;padding:10px 16px 12px;border-bottom:1px solid #eef2ff;background:linear-gradient(180deg,#ffffff,#f8f7ff);cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;flex-shrink:0}.rf-comments-handle{width:42px;height:4px;border-radius:9999px;background:#cbd5e1;margin:0 auto 8px}.rf-comments-title{margin:0;font-size:16px;font-weight:700;line-height:1.2;color:#1e293b;text-align:center}.rf-comments-close{position:absolute;top:8px;right:10px;width:28px;height:28px;border:0;border-radius:9999px;background:#f1f5f9;color:#334155;font-size:18px;line-height:1;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s cubic-bezier(.32,.72,0,1),background-color .2s ease,box-shadow .2s ease}.rf-comments-close:hover{background:#e2e8f0;transform:scale(1.08);box-shadow:0 2px 8px rgba(0,0,0,.08)}.rf-comments-close:active{transform:scale(.92)}.rf-comments-scroll{flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;touch-action:pan-y;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.rf-comments-input-area{flex-shrink:0;padding:6px 12px 8px;border-top:1px solid #f1f5f9;background:#ffffff}.rf-comments-input-row{display:flex;gap:8px;align-items:flex-end}.rf-comments-textarea{flex:1 1;min-height:36px;max-height:120px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:18px;font-size:14px;line-height:1.4;color:#1e293b;background:#f8fafc;resize:none;outline:none;width:100%;font-family:inherit}.rf-comments-textarea:focus{border-color:#a78bfa;box-shadow:0 0 0 2px rgba(167,139,250,.2)}.rf-comments-textarea::placeholder{color:#94a3b8}.rf-comments-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center}.rf-comments-empty__icon{font-size:40px;margin-bottom:14px;opacity:.7}.rf-comments-empty__title{font-size:15px;font-weight:700;color:#94a3b8;margin:0 0 4px;letter-spacing:-.01em}.rf-comments-empty__subtitle{font-size:13px;font-weight:400;color:#cbd5e1;margin:0;line-height:1.4}.rf-comment{display:flex;gap:10px;padding:10px 0;align-items:flex-start}.rf-comment__avatar{flex-shrink:0;padding-top:2px}.rf-comment__body{flex:1 1;min-width:0}.rf-comment__header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:2px}.rf-comment__author{font-size:13px;font-weight:700;color:#1e293b;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rf-comment__content{margin-bottom:4px}.rf-comment__actions{display:flex;gap:12px;margin-top:2px}.rf-comment__action{border:0;background:none;padding:2px 0;font-size:11px;font-weight:600;color:#94a3b8;cursor:pointer;transition:color .15s ease}.rf-comment__action:active{color:#64748b}.rf-comment__action--delete:active{color:#ef4444}.drawer-kamyczek{display:inline-flex;align-items:center;gap:4px;border:0;background:none;padding:3px 8px;border-radius:9999px;cursor:pointer;color:#94a3b8;transition:background-color .15s ease,transform .15s ease,color .15s ease;flex-shrink:0}.drawer-kamyczek--liked{color:#f59e0b}.drawer-kamyczek:active{transform:scale(.94)}.drawer-kamyczek__icon{font-size:14px;color:#94a3b8;transition:color .2s ease}.drawer-kamyczek--liked .drawer-kamyczek__icon{color:#f59e0b}.drawer-kamyczek__count{font-size:12px;font-weight:600;color:#94a3b8;line-height:1}.drawer-kamyczek--liked .drawer-kamyczek__count{color:#f59e0b}.drawer-kamyczek--loading{opacity:.5;pointer-events:none}html[data-ios=true] .rf-comments-panel{--rf-comments-max-height:92dvh}html[data-ios=true] .rf-comments-input-area{padding-bottom:calc(8px + env(safe-area-inset-bottom, 0px))}html[data-capacitor-ios=true] .rf-comments-panel{--rf-comments-max-height:90dvh}html[data-capacitor-ios=true] .rf-comments-backdrop{background:transparent}html[data-capacitor-ios=true] .rf-comments-input-area{padding-bottom:calc(24px + env(safe-area-inset-bottom, 0px) + var(--rf-keyboard-height, 0px));transition:padding-bottom .25s cubic-bezier(.32,.72,0,1)}html[data-android=true] .rf-comments-panel{--rf-comments-max-height:85dvh}html[data-android-comments-drawer-open=true]{overflow:hidden!important}html[data-android-comments-drawer-open=true] body{overflow:hidden!important;position:fixed!important;width:100%!important;left:0!important;right:0!important}html[data-android=true][data-inapp=android-webview] .rf-comments-input-area{padding-bottom:calc(8px + var(--android-bottom-bar-height))}