.klyp-brand-AssetViewer{z-index:200;color:var(--color-fg-primary);font-family:var(--font-sans);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;position:fixed;inset:0;overflow:clip;container:asset-viewer/inline-size}.klyp-brand-AssetViewer__bg{background:color-mix(in srgb, var(--color-bg-root) 70%, transparent);pointer-events:none;position:absolute;inset:0}.klyp-brand-AssetViewer__scene{z-index:1;gap:var(--space-16);min-width:0;padding:var(--space-24);flex:1;display:flex;position:relative}.klyp-brand-AssetViewer__stage{gap:var(--space-12);flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.klyp-brand-AssetViewer__viewer{touch-action:pan-y;flex:1;justify-content:center;align-items:center;min-height:0;display:flex;position:relative;overflow:hidden;container-type:size}.klyp-brand-AssetViewer__viewer>img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;border-radius:18px;max-width:100%;max-height:100%;display:block}.klyp-brand-AssetViewer__viewer>.klyp-brand-AssetViewer__player{width:min(100%, 100cqh * var(--klyp-VideoPlayer-ar,1.7778));background:0 0;border-radius:18px}.klyp-brand-AssetViewer__play{width:var(--space-64);height:var(--space-64);border-radius:var(--radius-full);background:color-mix(in srgb, var(--color-bg-surface) 60%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--color-fg-on-active-nav);pointer-events:none;place-items:center;display:grid;position:absolute}.klyp-brand-AssetViewer__galleryWrap{justify-content:center;align-items:center;gap:var(--space-8);display:flex}.klyp-brand-AssetViewer__nav{flex:none}.klyp-brand-AssetViewer__nav--next>svg{transform:rotate(180deg)}.klyp-brand-AssetViewer__galleryWrap .klyp-brand-AssetViewer__nav.klyp-Button>svg{width:var(--icon-size-xs);height:var(--icon-size-xs)}.klyp-brand-AssetViewer__gallery{max-width:calc((var(--space-64) + var(--space-8)) * 7);gap:var(--space-8);min-width:0;padding:var(--space-8) var(--space-4);scrollbar-width:none;flex:0 auto;justify-content:center;align-items:center;display:flex;overflow:hidden}.klyp-brand-AssetViewer__gallery[data-loop]{touch-action:pan-x;-webkit-mask-image:linear-gradient(to right, transparent 0, black var(--space-24), black calc(100% - var(--space-24)), transparent 100%);-webkit-mask-image:linear-gradient(to right, transparent 0, black var(--space-24), black calc(100% - var(--space-24)), transparent 100%);mask-image:linear-gradient(to right, transparent 0, black var(--space-24), black calc(100% - var(--space-24)), transparent 100%);justify-content:flex-start;overflow:auto hidden}.klyp-brand-AssetViewer__gallery::-webkit-scrollbar{display:none}.klyp-brand-AssetViewer__thumb{width:var(--space-64);height:var(--space-64);border-radius:var(--r-card);background:var(--color-bg-surface);cursor:pointer;appearance:none;border:none;flex:none;padding:0;transition:transform .12s;position:relative;overflow:clip}.klyp-brand-AssetViewer__thumb>img{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.klyp-brand-AssetViewer__thumb:after{content:"";border-radius:inherit;border:var(--bw-emphasis) solid transparent;pointer-events:none;position:absolute;inset:0}@media (hover:hover) and (pointer:fine){.klyp-brand-AssetViewer__thumb:hover{transform:scale(1.04)}}.klyp-brand-AssetViewer__thumb:focus-visible:after{border-color:var(--color-border-strong)}.klyp-brand-AssetViewer__thumb[data-active]:after{border-color:var(--neutral-0);box-shadow:inset 0 0 0 var(--bw-emphasis) black}@media (prefers-reduced-motion:reduce){.klyp-brand-AssetViewer__thumb{transition:none}.klyp-brand-AssetViewer__thumb:hover{transform:none}}.klyp-brand-AssetViewer__modal{gap:var(--space-24);width:clamp(320px,26vw,380px);min-height:0;padding:var(--space-24);background:var(--color-bg-surface);border:var(--bw-default) solid var(--color-border-subtle);border-radius:18px;flex-direction:column;flex:none;display:flex;overflow:hidden}.klyp-brand-AssetViewer__header{justify-content:space-between;align-items:center;gap:var(--space-8);display:flex}.klyp-brand-AssetViewer__title{font:var(--type-heading-xs);white-space:nowrap;text-overflow:ellipsis;margin:0;font-weight:500;overflow:hidden}.klyp-brand-AssetViewer__body{scrollbar-width:thin;scrollbar-color:var(--color-border-strong) transparent;gap:var(--space-24);flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.klyp-brand-AssetViewer__sec{gap:var(--space-12);flex-direction:column;display:flex}.klyp-brand-AssetViewer__secHead{justify-content:space-between;align-items:center;gap:var(--space-8);min-height:var(--space-24);display:flex}.klyp-brand-AssetViewer__srStatus{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.klyp-brand-AssetViewer__secLabel{align-items:center;gap:var(--space-8);font-size:var(--font-size-14);color:var(--color-fg-primary);font-weight:500;display:inline-flex}.klyp-brand-AssetViewer__secIcon{color:var(--color-fg-on-active-nav);opacity:var(--opacity-50);flex:none;display:inline-flex}.klyp-brand-AssetViewer__secIcon>svg{width:var(--icon-size-lg);height:var(--icon-size-lg)}.klyp-brand-AssetViewer__glyphSoft{fill:var(--color-fg-icon-muted)}.klyp-brand-AssetViewer__prompt{font-size:var(--font-size-14);color:var(--color-fg-muted);white-space:pre-wrap;max-height:var(--space-80);margin:0;line-height:1.5;position:relative;overflow:hidden}.klyp-brand-AssetViewer__prompt[data-clamped]{-webkit-mask-image:linear-gradient(#000 60%,#0000 100%);mask-image:linear-gradient(#000 60%,#0000 100%)}.klyp-brand-AssetViewer__prompt[data-open]{max-height:none}.klyp-brand-AssetViewer__sec>.klyp-brand-AssetViewer__moreBtn{margin-top:calc(var(--space-8) - var(--space-12));align-self:flex-start}.klyp-brand-AssetViewer__refs{gap:var(--space-8);max-height:var(--space-80);flex-wrap:wrap;display:flex;overflow:hidden}.klyp-brand-AssetViewer__refs[data-clamped]{-webkit-mask-image:linear-gradient(#000 55%,#0000 100%);mask-image:linear-gradient(#000 55%,#0000 100%)}.klyp-brand-AssetViewer__refs[data-open],.klyp-brand-AssetViewer__refs:focus-within{max-height:none;-webkit-mask-image:none;mask-image:none}.klyp-brand-AssetViewer__refs>.klyp-AttachmentSlot{width:var(--space-64);height:var(--space-64);flex:none}.klyp-brand-AssetViewer__refs>.klyp-AttachmentSlot .klyp-AttachmentSlot__cell{border-radius:var(--r-card);width:100%;height:100%}.klyp-brand-AssetViewer__refs>.klyp-AttachmentSlot .klyp-AttachmentSlot__thumb{object-fit:cover;width:100%;height:100%}.klyp-brand-AssetViewer__rows{gap:var(--space-8);flex-direction:column;display:flex}.klyp-brand-AssetViewer__row{justify-content:space-between;align-items:center;gap:var(--space-12);font-size:var(--font-size-14);display:flex}.klyp-brand-AssetViewer__rowK{color:var(--color-fg-muted);flex:none}.klyp-brand-AssetViewer__rowV{align-items:center;gap:var(--gap-icon-text);min-width:0;color:var(--color-fg-primary);font-variant-numeric:tabular-nums;display:inline-flex}.klyp-brand-AssetViewer__rowV>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.klyp-brand-AssetViewer__rowV>svg,.klyp-brand-AssetViewer__rowV img{width:var(--icon-size-sm);height:var(--icon-size-sm);border-radius:var(--radius-sm);flex:none}.klyp-brand-AssetViewer__footer{gap:var(--space-8);flex-direction:column;display:flex}.klyp-brand-AssetViewer__cta{width:100%}.klyp-brand-AssetViewer__actions{gap:var(--space-8);display:flex}.klyp-brand-AssetViewer__actions>*{flex:auto;min-width:0}.klyp-brand-AssetViewer__actions>.klyp-Button{padding-inline:var(--space-12)}.klyp-brand-AssetViewer__secondary{gap:var(--space-8);display:flex}.klyp-brand-AssetViewer__secondary>*{flex:1 1 0;min-width:0}@container asset-viewer (width<=520px){.klyp-brand-AssetViewer__scene{padding:var(--space-56) var(--space-12) 0;gap:var(--space-12);flex-direction:column;overflow-y:auto}.klyp-brand-AssetViewer__stage{min-height:60vh}.klyp-brand-AssetViewer__thumb{width:var(--space-48);height:var(--space-48)}.klyp-brand-AssetViewer__galleryWrap .klyp-brand-AssetViewer__nav{display:none}.klyp-brand-AssetViewer__modal{width:100%;padding-bottom:0;overflow:visible}.klyp-brand-AssetViewer__body{overflow:visible}.klyp-brand-AssetViewer__footer{z-index:1;margin-inline:calc(-1 * var(--space-24));padding:var(--space-16) var(--space-24) calc(var(--space-24) + env(safe-area-inset-bottom));background:var(--color-bg-surface);border-bottom-right-radius:18px;border-bottom-left-radius:18px;position:sticky;bottom:0}}.klyp-AttachmentSlot{align-items:flex-start;gap:var(--space-2);flex-direction:column;min-width:0;display:inline-flex}.klyp-AttachmentSlot__cell{box-sizing:border-box;flex-shrink:0;position:relative}.klyp-AttachmentSlot__cell[data-state=empty-pill],.klyp-AttachmentSlot__cell[data-state=empty-square]{color:var(--color-fg-muted);font-size:var(--font-size-12);cursor:pointer;border:1px dashed var(--color-border-default);background:var(--color-bg-canvas);box-shadow:inset 0 0 var(--space-10) var(--space-4) var(--color-bg-root);transition:color var(--duration-base), border-color var(--duration-base), background var(--duration-base);justify-content:center;align-items:center;display:inline-flex}.klyp-AttachmentSlot__cell[data-state=empty-pill]:hover,.klyp-AttachmentSlot__cell[data-state=empty-square]:hover{color:var(--color-fg-primary);border-color:var(--color-border-strong);background:var(--color-bg-surface);box-shadow:none}.klyp-AttachmentSlot__cell[data-state=empty-pill]:hover .klyp-AttachmentSlot__glyph,.klyp-AttachmentSlot__cell[data-state=empty-square]:hover .klyp-AttachmentSlot__glyph{opacity:1}.klyp-AttachmentSlot__cell[data-state=empty-pill]:active,.klyp-AttachmentSlot__cell[data-state=empty-square]:active{transform:scale(.97)}.klyp-AttachmentSlot__cell[data-state=empty-pill][data-dragover],.klyp-AttachmentSlot__cell[data-state=empty-square][data-dragover]{color:var(--color-fg-primary);border-color:var(--color-accent);background:var(--color-bg-surface);box-shadow:none;outline:var(--bw-default) solid var(--color-accent);outline-offset:calc(-1 * var(--bw-default))}.klyp-AttachmentSlot__cell[data-state=empty-pill][data-dragover] .klyp-AttachmentSlot__glyph,.klyp-AttachmentSlot__cell[data-state=empty-square][data-dragover] .klyp-AttachmentSlot__glyph{opacity:1}.klyp-AttachmentSlot__cell[data-state=empty-pill]:focus-visible,.klyp-AttachmentSlot__cell[data-state=empty-square]:focus-visible{outline:var(--bw-default) solid var(--color-ring);outline-offset:var(--bw-emphasis)}.klyp-AttachmentSlot__cell[data-state=empty-pill]:disabled,.klyp-AttachmentSlot__cell[data-state=empty-square]:disabled{pointer-events:none;opacity:var(--opacity-disabled)}.klyp-AttachmentSlot__cell[data-state=empty-pill]{gap:var(--space-6);height:var(--control-size-md);border-radius:var(--r-chip);padding-block:0;padding-inline-start:calc((var(--control-size-md) - var(--space-20)) / 2);padding-inline-end:var(--control-pad-x-md)}.klyp-AttachmentSlot__cell[data-state=empty-square]{gap:var(--gap-icon-text);width:var(--space-80);height:var(--space-80);border-radius:var(--r-chip);flex-direction:column}.klyp-AttachmentSlot__cell[data-state=image],.klyp-AttachmentSlot__cell[data-state=video]{width:var(--space-80);height:var(--space-80);border-radius:var(--r-chip);background:var(--color-bg-surface-solid);animation:klyp-attachment-slot-enter var(--duration-normal) var(--easing-standard) both;overflow:hidden}.klyp-AttachmentSlot__cell[data-state=file]{--klyp-attachment-slot-file-w:calc(var(--space-128) + var(--space-40));width:var(--klyp-attachment-slot-file-w);height:var(--space-80);padding:var(--space-12);border:var(--bw-default) solid var(--color-border-subtle);background:var(--color-bg-surface);border-radius:var(--r-chip);transition:border-color var(--duration-fast) ease;flex-direction:column;justify-content:space-between;display:flex;overflow:hidden}.klyp-AttachmentSlot__cell[data-state=file]:hover{border-color:var(--color-border-default)}.klyp-AttachmentSlot__cell[data-state=file]:hover .klyp-AttachmentSlot__kindIcon{opacity:1}.klyp-AttachmentSlot__cell[data-status=error]{outline:1px solid var(--color-status-danger);outline-offset:-1px}.klyp-AttachmentSlot__cell[data-status=warning]{outline:1px solid var(--color-border-strong);outline-offset:-1px}.klyp-AttachmentSlot__cell[data-status=uploading] .klyp-AttachmentSlot__thumb,.klyp-AttachmentSlot__cell[data-status=uploading] .klyp-AttachmentSlot__fileName,.klyp-AttachmentSlot__cell[data-status=uploading] .klyp-AttachmentSlot__kindIcon,.klyp-AttachmentSlot__cell[data-status=uploading] .klyp-AttachmentSlot__kindLabel{opacity:var(--opacity-disabled)}.klyp-AttachmentSlot__cell:hover .klyp-AttachmentSlot__remove,.klyp-AttachmentSlot__cell:focus-within .klyp-AttachmentSlot__remove{opacity:1}.klyp-AttachmentSlot__label{white-space:nowrap;line-height:1em}.klyp-AttachmentSlot__glyph{opacity:var(--opacity-50);transition:opacity var(--duration-base);display:inline-flex}.klyp-AttachmentSlot__thumb{object-fit:cover;width:100%;height:100%;display:block}.klyp-AttachmentSlot__thumbFallback{width:100%;height:100%;color:var(--color-fg-muted);justify-content:center;align-items:center;display:inline-flex}.klyp-AttachmentSlot__fileName{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:var(--font-size-14);font-weight:var(--font-weight-medium);color:var(--color-fg-primary);flex:auto;line-height:1.25;overflow:hidden}.klyp-AttachmentSlot__fileFooter{align-items:center;gap:var(--space-6);display:flex}.klyp-AttachmentSlot__kindIcon{width:var(--space-24);height:var(--space-24);color:var(--color-fg-on-active-nav);opacity:var(--opacity-50);border-radius:var(--radius-sm);transition:opacity var(--duration-base);place-items:center;display:grid}.klyp-AttachmentSlot__kindIcon>svg{width:var(--space-24);height:var(--space-24)}.klyp-AttachmentSlot__kindLabel{font-size:var(--font-size-12);font-weight:var(--font-weight-medium);color:var(--color-fg-muted)}.klyp-AttachmentSlot__badge{bottom:var(--space-6);max-width:calc(100% - 2 * var(--space-6));box-sizing:border-box;padding:var(--space-2) var(--space-8);border-radius:var(--r-chip);background:color-mix(in srgb, var(--color-bg-root) 78%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--color-fg-on-active-nav);font-size:var(--font-size-12);font-weight:var(--font-weight-medium);white-space:nowrap;text-overflow:ellipsis;pointer-events:none;line-height:1.25;position:absolute;left:50%;overflow:hidden;transform:translate(-50%)}.klyp-AttachmentSlot__replace{cursor:pointer;background:0 0;border:0;padding:0;position:absolute;inset:0}.klyp-AttachmentSlot__replace:focus-visible{box-shadow:inset 0 0 0 1px var(--color-border-strong);outline:none}.klyp-AttachmentSlot__spinner{width:var(--space-20);height:var(--space-20);margin:calc(var(--space-20) / -2) 0 0 calc(var(--space-20) / -2);border-radius:var(--radius-full);border:1px solid var(--color-border-subtle);border-top-color:var(--color-fg-primary);animation:.7s linear infinite klyp-attachment-slot-spin;position:absolute;top:50%;left:50%}.klyp-AttachmentSlot__remove{top:var(--space-4);right:var(--space-4);z-index:10;width:var(--space-20);height:var(--space-20);border-radius:var(--radius-full);background:color-mix(in srgb, var(--color-bg-surface) 90%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--color-fg-muted);cursor:pointer;opacity:0;transition:opacity var(--duration-fast) ease, color var(--duration-fast) ease;border:0;justify-content:center;align-items:center;display:flex;position:absolute}.klyp-AttachmentSlot__remove:hover{color:var(--color-fg-primary)}.klyp-AttachmentSlot__remove:focus-visible{opacity:1;outline:none}.klyp-AttachmentSlot__remove>svg{width:var(--space-12);height:var(--space-12);display:block}@media (hover:none){.klyp-AttachmentSlot__remove{opacity:1}}.klyp-AttachmentSlot__status{top:var(--space-4);left:var(--space-4);z-index:10;width:var(--space-20);height:var(--space-20);border-radius:var(--radius-full);background:color-mix(in srgb, var(--color-bg-surface) 90%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:help;transition:color var(--duration-fast) ease;border:0;justify-content:center;align-items:center;display:flex;position:absolute}.klyp-AttachmentSlot__status>svg{width:var(--space-12);height:var(--space-12);display:block}.klyp-AttachmentSlot__status[data-status=error]{color:var(--color-status-danger)}.klyp-AttachmentSlot__status[data-status=warning]{color:var(--color-status-warning)}.klyp-AttachmentSlot__status:focus-visible{outline:var(--bw-default) solid var(--color-ring);outline-offset:var(--bw-default)}.klyp-AttachmentSlot[data-disabled]{opacity:var(--opacity-disabled);pointer-events:none}@keyframes klyp-attachment-slot-spin{to{transform:rotate(360deg)}}@keyframes klyp-attachment-slot-enter{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.klyp-AttachmentSlot__spinner{animation-duration:1.4s}.klyp-AttachmentSlot__cell[data-state=image],.klyp-AttachmentSlot__cell[data-state=video]{animation:none}}.klyp-VideoPlayer{aspect-ratio:16/9;border-radius:var(--r-panel);background:var(--color-bg-surface);width:100%;position:relative;overflow:hidden;container-type:inline-size}.klyp-VideoPlayer[data-fit=video]{aspect-ratio:var(--klyp-VideoPlayer-ar,16/9)}.klyp-VideoPlayer[data-fit=video] .klyp-VideoPlayer__video{object-fit:contain}.klyp-VideoPlayer__video{object-fit:cover;cursor:pointer;width:100%;height:100%;display:block;position:absolute;inset:0}.klyp-VideoPlayer__previewSource{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.klyp-VideoPlayer__controls{inset-inline:0;align-items:center;gap:var(--space-8);padding:var(--space-12) var(--space-16);background:linear-gradient(to top, var(--alpha-black-70), transparent);color:var(--alpha-white-90);display:flex;position:absolute;bottom:0}.klyp-VideoPlayer__btn{width:var(--control-size-xs);height:var(--control-size-xs);border-radius:var(--r-chip);color:var(--alpha-white-90);cursor:pointer;transition:background-color var(--duration-fast) var(--easing-standard);background:0 0;border:0;flex:none;justify-content:center;align-items:center;display:inline-flex}.klyp-VideoPlayer__btn:hover{background:var(--alpha-white-10)}.klyp-VideoPlayer__btn:focus-visible{outline:2px solid var(--alpha-white-50);outline-offset:2px}.klyp-VideoPlayer__volume{flex:none;position:relative}.klyp-VideoPlayer__volumePopover{bottom:calc(100% + var(--space-8));padding:var(--space-12) var(--space-10);border-radius:var(--r-chip);background:var(--alpha-black-70);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:center;display:flex;position:absolute;left:50%;transform:translate(-50%)}.klyp-VideoPlayer__volumePopover:after{content:"";inset-inline:0;height:var(--space-8);position:absolute;top:100%}.klyp-VideoPlayer__volumeTrack{width:var(--space-4);height:var(--space-80);border-radius:var(--radius-full);background:var(--alpha-white-20);cursor:pointer;touch-action:none;position:relative}.klyp-VideoPlayer__volumeTrack:focus-visible{outline:2px solid var(--alpha-white-50);outline-offset:2px}.klyp-VideoPlayer__volumeFill{border-radius:var(--radius-full);background:var(--alpha-white-90);width:100%;position:absolute;bottom:0;left:0}.klyp-VideoPlayer__range{align-items:center;gap:var(--space-8);min-width:0;font-size:var(--font-size-12);font-variant-numeric:tabular-nums;color:var(--alpha-white-90);flex:1;display:flex}.klyp-VideoPlayer__time{color:var(--alpha-white-70);flex:none}.klyp-VideoPlayer__bar{min-width:0;height:var(--space-16);cursor:pointer;touch-action:none;flex:1;align-items:center;display:flex;position:relative}.klyp-VideoPlayer__track{width:100%;height:var(--space-4);border-radius:var(--radius-full);background:var(--alpha-white-20);position:relative;overflow:hidden}.klyp-VideoPlayer__buffer,.klyp-VideoPlayer__progress{border-radius:var(--radius-full);height:100%;position:absolute;top:0;left:0}.klyp-VideoPlayer__buffer{background:var(--alpha-white-30)}.klyp-VideoPlayer__progress{background:var(--alpha-white-90)}.klyp-VideoPlayer__cursor{pointer-events:none;width:0;position:absolute;top:0;bottom:0;left:0}.klyp-VideoPlayer__cursorLine{width:var(--space-2);height:var(--space-32);border-radius:var(--radius-full);background:var(--alpha-white-90);position:absolute;top:50%;left:0;transform:translate(-50%,-50%)}.klyp-VideoPlayer__preview{bottom:calc(100% + var(--space-12));align-items:center;gap:var(--space-6);flex-direction:column;width:16rem;display:flex;position:absolute;left:0;transform:translate(-50%)}.klyp-VideoPlayer__previewCanvas{aspect-ratio:16/9;border:1px solid var(--alpha-white-20);border-radius:var(--r-card);background:var(--color-bg-surface);width:100%;display:block}.klyp-VideoPlayer__previewTime{padding:var(--space-2) var(--space-6);border-radius:var(--r-chip);background:var(--alpha-black-70);font-size:var(--font-size-12);font-variant-numeric:tabular-nums;color:var(--alpha-white-90)}@container (width<=26rem){.klyp-VideoPlayer__controls{gap:var(--space-4);padding:var(--space-8) var(--space-10)}.klyp-VideoPlayer__time[data-remaining]{display:none}.klyp-VideoPlayer__preview{gap:var(--space-4);width:10rem}}@media (prefers-reduced-motion:reduce){.klyp-VideoPlayer__btn{transition:none}}.klyp-BulkActionsBar{bottom:var(--space-24);z-index:50;align-items:center;gap:var(--space-12);padding:var(--space-8) var(--space-12);border-radius:var(--r-panel);background:var(--color-bg-surface);background:color-mix(in srgb, var(--color-bg-surface) 90%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 8px 24px color-mix(in srgb, var(--color-bg-root) 50%, transparent);color:var(--color-fg-primary);font-family:var(--font-sans);animation:.18s cubic-bezier(.22,1,.36,1) both klyp-BulkActionsBar-rise;display:flex;position:fixed;left:50%;transform:translate(-50%)}@media (prefers-reduced-motion:reduce){.klyp-BulkActionsBar{animation:none}}.klyp-BulkActionsBar[data-inline]{animation:none;position:static;transform:none}.klyp-BulkActionsBar__clear{width:var(--control-size-sm);height:var(--control-size-sm);color:var(--color-fg-primary);opacity:.7;cursor:pointer;appearance:none;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:opacity .12s,background-color .12s;display:flex}.klyp-BulkActionsBar__clear:hover{opacity:1;background:color-mix(in srgb, var(--color-bg-surface-solid) 70%, transparent)}.klyp-BulkActionsBar__clear>svg{pointer-events:none;width:18px;height:18px}.klyp-BulkActionsBar__label{font-size:var(--font-size-14);white-space:nowrap;font-variant-numeric:tabular-nums;font-weight:500;line-height:1}.klyp-BulkActionsBar__actions{align-items:center;gap:var(--space-4);padding-left:var(--space-8);border-left:1px solid var(--color-border-default);display:flex}@keyframes klyp-BulkActionsBar-rise{0%{opacity:0;transform:translate(-50%,16px)}to{opacity:1;transform:translate(-50%)}}.klyp-FavouriteToggle{width:var(--control-size-sm);height:var(--control-size-sm);border:var(--bw-default) solid var(--color-border-subtle);border-radius:var(--radius-full);background:var(--color-bg-surface);background:color-mix(in oklab, var(--color-bg-surface) 80%, transparent);color:var(--color-fg-primary);cursor:pointer;-webkit-backdrop-filter:var(--fx-glass-blur-soft);backdrop-filter:var(--fx-glass-blur-soft);transition:background var(--duration-fast) var(--easing-standard), border-color var(--duration-fast) var(--easing-standard), color var(--duration-fast) var(--easing-standard), transform var(--duration-fast) var(--easing-standard);justify-content:center;align-items:center;padding:0;display:inline-flex}.klyp-FavouriteToggle[data-hovered]{border-color:var(--color-border-default);background:var(--color-bg-surface-hover);background:color-mix(in oklab, var(--color-bg-surface-hover) 90%, transparent)}.klyp-FavouriteToggle[data-pressed]{transform:scale(.94)}.klyp-FavouriteToggle[data-focus-visible]{box-shadow:0 0 0 2px var(--color-ring);outline:none}.klyp-FavouriteToggle[data-selected]{border-color:var(--color-border-default);color:var(--color-accent)}.klyp-FavouriteToggle:not([data-selected]){color:var(--color-fg-muted)}.klyp-FavouriteToggle__icon{flex-shrink:0;width:16px;height:16px}.klyp-MediaGrid{width:100%;position:relative}.klyp-MediaGrid[data-view=masonry]{height:var(--klyp-grid-h,auto)}.klyp-MediaGrid[data-view=masonry]>.klyp-MediaGrid__item{width:var(--klyp-item-w);height:var(--klyp-item-h);transform:translate3d(var(--klyp-item-x,0), var(--klyp-item-y,0), 0);contain:size layout;transition:transform .18s cubic-bezier(.22,1,.36,1);position:absolute;top:0;left:0}@media (prefers-reduced-motion:reduce){.klyp-MediaGrid[data-view=masonry]>.klyp-MediaGrid__item{transition:none}}.klyp-MediaGrid[data-view=grid]{grid-template-columns:repeat(auto-fill, minmax(var(--klyp-grid-min-w,280px), 1fr));gap:var(--klyp-grid-gap,8px);display:grid}.klyp-MediaGrid[data-view=grid]>.klyp-MediaGrid__item{aspect-ratio:1;contain:layout;width:100%;position:relative}.klyp-MediaGrid__sentinel{pointer-events:none}.klyp-MediaCard{border-radius:var(--r-card);background:var(--color-bg-surface);isolation:isolate;cursor:default;appearance:none;width:100%;height:100%;color:inherit;border:none;padding:0;font-family:inherit;display:block;position:relative;overflow:clip}.klyp-MediaCard[data-interactive]{cursor:pointer}.klyp-MediaCard:after{content:"";border-radius:inherit;pointer-events:none;z-index:2;transition:box-shadow .18s;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #0000}.klyp-MediaCard[data-interactive]:hover:after{box-shadow:inset 0 0 0 1px var(--color-border-strong)}.klyp-MediaCard:focus-visible{outline:none}.klyp-MediaCard[data-interactive]:focus-visible:after{box-shadow:inset 0 0 0 2px var(--color-ring)}.klyp-MediaCard[data-selected]:after{box-shadow:inset 0 0 0 2px var(--color-fg-primary)}.klyp-MediaCard__image,.klyp-MediaCard__video{object-fit:cover;border-radius:inherit;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none;width:100%;height:100%;display:block}.klyp-MediaCard__checkbox{top:var(--space-8);left:var(--space-8);z-index:3;background:color-mix(in srgb, var(--color-bg-surface) 70%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#0000;cursor:pointer;appearance:none;opacity:0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:opacity .16s,background-color .16s,color .16s,transform .12s;display:flex;position:absolute}.klyp-MediaCard__checkbox>svg{pointer-events:none;width:14px;height:14px}.klyp-MediaCard__checkbox:hover{transform:scale(1.06)}.klyp-MediaCard:hover .klyp-MediaCard__checkbox,.klyp-MediaCard[data-focused] .klyp-MediaCard__checkbox,[data-selection-active] .klyp-MediaCard__checkbox,.klyp-MediaCard[data-selection-active] .klyp-MediaCard__checkbox{opacity:1}@media (hover:none){.klyp-MediaCard__checkbox{opacity:1}}.klyp-MediaCard__checkbox[data-selected]{opacity:1;background:var(--color-fg-primary);color:var(--color-bg-root)}.klyp-MediaCard__checkbox[data-selected]>svg{animation:.22s cubic-bezier(.34,1.56,.64,1) both klyp-MediaCard-tick-in}@media (prefers-reduced-motion:reduce){.klyp-MediaCard__checkbox{transition:none}.klyp-MediaCard__checkbox:hover{transform:none}.klyp-MediaCard__checkbox[data-selected]>svg{animation:none}}@keyframes klyp-MediaCard-tick-in{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.klyp-MediaCard__placeholder{border-radius:inherit;pointer-events:none;background-color:var(--color-bg-surface);width:100%;height:100%;display:block}@keyframes klyp-MediaCard-breathe{0%,to{background-color:var(--color-bg-surface)}50%{background-color:var(--color-bg-surface-solid)}}.klyp-MediaCard[data-status=pending] .klyp-MediaCard__placeholder{animation:4s ease-in-out infinite klyp-MediaCard-breathe}.klyp-MediaCard[data-status=error] .klyp-MediaCard__placeholder{background-color:color-mix(in srgb, var(--color-status-danger) 8%, var(--color-bg-surface));box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--color-status-danger) 20%, transparent)}@media (prefers-reduced-motion:reduce){.klyp-MediaCard[data-status=pending] .klyp-MediaCard__placeholder{animation:none}}.klyp-MediaCard__status{z-index:2;justify-content:center;align-items:center;gap:var(--space-8);padding:var(--space-12);text-align:center;pointer-events:none;flex-direction:column;display:flex;position:absolute;inset:0}.klyp-MediaCard__status>*{pointer-events:auto}.klyp-MediaCard__duration{left:var(--space-8);bottom:var(--space-8);z-index:3;padding:var(--space-4) var(--space-8);border-radius:var(--r-chip);background:color-mix(in srgb, var(--color-bg-surface) 60%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--color-fg-primary);font-family:var(--font-sans);font-size:var(--font-size-12);font-variant-numeric:tabular-nums;pointer-events:none;font-weight:500;line-height:1;position:absolute}.klyp-srOnly{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.klyp-brand-MediaCardActions{pointer-events:auto}.klyp-brand-MediaCardActions__trigger{width:var(--control-size-sm);height:var(--control-size-sm);border:var(--bw-default) solid var(--color-border-subtle);border-radius:var(--radius-full);background:color-mix(in oklab, var(--color-bg-surface) 80%, transparent);color:var(--color-fg-muted);cursor:pointer;-webkit-backdrop-filter:var(--fx-glass-blur-soft);backdrop-filter:var(--fx-glass-blur-soft);transition:background var(--duration-fast) var(--easing-standard), border-color var(--duration-fast) var(--easing-standard), color var(--duration-fast) var(--easing-standard), transform var(--duration-fast) var(--easing-standard);justify-content:center;align-items:center;padding:0;display:inline-flex}.klyp-brand-MediaCardActions__trigger[data-hovered],.klyp-brand-MediaCardActions__trigger[data-pressed]{border-color:var(--color-border-default);background:color-mix(in oklab, var(--color-bg-surface-hover) 90%, transparent);color:var(--color-fg-primary)}.klyp-brand-MediaCardActions__trigger[data-focus-visible]{box-shadow:0 0 0 2px var(--color-ring);outline:none}.klyp-brand-MediaCardActions__trigger svg{width:var(--space-16);height:var(--space-16)}.klyp-brand-MediaCardActions__menu{min-width:calc(var(--space-96) * 2 + var(--space-8))}.klyp-brand-MediaCardActions__icon{width:var(--space-16);height:var(--space-16);opacity:var(--opacity-80);flex-shrink:0}
