.lb-root.svelte-1wyl560{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;font-family:var( --lb-font, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif )}.lb-loading-chip.svelte-1wyl560{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:.55rem;padding:.6rem 1rem;border-radius:8px;background:var(--lb-bg, rgba(20, 20, 20, .9));color:var(--lb-fg, #fff);font-size:.9rem;box-shadow:0 8px 30px #00000073}.lb-popup.svelte-1wyl560{position:fixed;pointer-events:auto;display:flex;flex-direction:column;align-items:center;gap:.6rem;transition:width .25s ease,height .25s ease}.lb-stage.svelte-1wyl560{position:relative;display:flex;line-height:0}.lb-image.svelte-1wyl560{display:block;max-width:none;border-radius:var(--lb-radius, 6px);background:#111;box-shadow:0 10px 40px #0000008c;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;transition:width .25s ease,height .25s ease;cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3E%3Cg%20fill='none'%20stroke='%23000'%20stroke-opacity='.5'%20stroke-width='3.5'%3E%3Ccircle%20cx='10'%20cy='10'%20r='6.5'/%3E%3Cpath%20d='M15%2015l6%206'%20stroke-linecap='round'/%3E%3C/g%3E%3Cg%20fill='none'%20stroke='%23fff'%20stroke-width='1.8'%3E%3Ccircle%20cx='10'%20cy='10'%20r='6.5'/%3E%3Cpath%20d='M15%2015l6%206'%20stroke-linecap='round'/%3E%3Cpath%20d='M7%2010h6'/%3E%3C/g%3E%3C/svg%3E") 10 10,zoom-out}.lb-dragging.svelte-1wyl560 .lb-image:where(.svelte-1wyl560){cursor:move}.lb-error.svelte-1wyl560{display:flex;align-items:center;justify-content:center;border-radius:var(--lb-radius, 6px);background:var(--lb-bg, #1a1a1a);color:#e66;font-size:.95rem}.lb-reloading.svelte-1wyl560{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000004d;border-radius:6px}.lb-spinner.svelte-1wyl560{width:22px;height:22px;border:3px solid color-mix(in srgb,var(--lb-fg, #fff) 28%,transparent);border-top-color:var(--lb-fg, #fff);border-radius:50%;animation:svelte-1wyl560-lb-spin .8s linear infinite;display:inline-block}@keyframes svelte-1wyl560-lb-spin{to{transform:rotate(360deg)}}.lb-counter.svelte-1wyl560{position:absolute;top:.6rem;left:.6rem;padding:.25rem .6rem;border-radius:6px;background:var(--lb-bg, rgba(0, 0, 0, .65));color:var(--lb-fg, #fff);font-size:.8rem;font-weight:600;pointer-events:none;transition:opacity .2s ease}.lb-controlbar.svelte-1wyl560{position:absolute;bottom:.7rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.15rem;padding:.25rem .35rem;border-radius:10px;background:var(--lb-bg, rgba(20, 20, 20, .82));box-shadow:0 4px 18px #0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:1;transition:opacity .2s ease}.lb-hidden.svelte-1wyl560{opacity:0;pointer-events:none}.lb-btn.svelte-1wyl560{position:relative;width:34px;height:34px;border:none;border-radius:7px;background:transparent;color:var(--lb-fg, #fff);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.lb-btn.svelte-1wyl560:hover:not(:disabled){background:color-mix(in srgb,var(--lb-fg, #fff) 16%,transparent)}.lb-btn.svelte-1wyl560:disabled{opacity:.35;cursor:default}.lb-btn.lb-active.svelte-1wyl560{background:color-mix(in srgb,var(--lb-fg, #fff) 22%,transparent)}.lb-btn.svelte-1wyl560 svg:where(.svelte-1wyl560):not(.lb-ring){width:19px;height:19px;fill:currentColor}.lb-close.svelte-1wyl560:hover{background:#dc3c3cd9!important}.lb-play.svelte-1wyl560{overflow:visible}.lb-sep.svelte-1wyl560{width:1px;height:20px;margin:0 .2rem;background:color-mix(in srgb,var(--lb-fg, #fff) 20%,transparent)}.lb-ring.svelte-1wyl560{position:absolute;top:50%;left:50%;width:30px;height:30px;transform:translate(-50%,-50%);pointer-events:none}.lb-ring-track.svelte-1wyl560{fill:none;stroke:var(--lb-track, rgba(255, 255, 255, .3));stroke-width:3}.lb-ring-progress.svelte-1wyl560{fill:none;stroke:var(--lb-accent, #fff);stroke-width:3;stroke-linecap:round;animation:svelte-1wyl560-lb-ring-fill linear forwards}@keyframes svelte-1wyl560-lb-ring-fill{to{stroke-dashoffset:0}}.lb-caption.svelte-1wyl560{pointer-events:auto;padding:.5rem .9rem;border-radius:7px;background:var(--lb-bg, rgba(20, 20, 20, .82));color:var(--lb-fg, #fff);font-size:.9rem;line-height:1.4;text-align:center}.lb-thumbs.svelte-1wyl560{pointer-events:auto;display:flex;gap:.4rem;padding:.5rem;overflow-x:auto;border-radius:8px;background:var(--lb-bg, rgba(20, 20, 20, .65));scrollbar-width:thin}.lb-thumb.svelte-1wyl560{position:relative;flex:0 0 auto;width:56px;height:40px;padding:0;border:2px solid transparent;border-radius:5px;overflow:hidden;background:none;cursor:pointer;opacity:.6;transition:opacity .15s ease,border-color .15s ease}.lb-thumb.svelte-1wyl560:hover{opacity:.9}.lb-thumb-active.svelte-1wyl560{opacity:1;border-color:var(--lb-accent, #fff)}.lb-thumb.svelte-1wyl560 img:where(.svelte-1wyl560){width:100%;height:100%;object-fit:cover;display:block}.lb-thumb-progress.svelte-1wyl560{position:absolute;left:0;bottom:0;height:3px;width:0;background:var(--lb-accent, #fff);animation:svelte-1wyl560-lb-bar linear forwards}@keyframes svelte-1wyl560-lb-bar{to{width:100%}}@media (prefers-reduced-motion: reduce){.lb-popup.svelte-1wyl560,.lb-image.svelte-1wyl560{transition:none}}.lb-manager-overlay.svelte-1q97ler{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;border:none;padding:0;cursor:default;background:rgba(0,0,0,var(--lb-overlay-opacity, .7));-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.lb-trigger.svelte-154s65p{display:block;padding:0;border:none;background:none;cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%3E%3Cg%20fill='none'%20stroke='%23000'%20stroke-opacity='.5'%20stroke-width='3.5'%3E%3Ccircle%20cx='10'%20cy='10'%20r='6.5'/%3E%3Cpath%20d='M15%2015l6%206'%20stroke-linecap='round'/%3E%3C/g%3E%3Cg%20fill='none'%20stroke='%23fff'%20stroke-width='1.8'%3E%3Ccircle%20cx='10'%20cy='10'%20r='6.5'/%3E%3Cpath%20d='M15%2015l6%206'%20stroke-linecap='round'/%3E%3Cpath%20d='M7%2010h6M10%207v6'/%3E%3C/g%3E%3C/svg%3E") 10 10,zoom-in;overflow:hidden;transition:filter .15s ease}.lb-trigger.svelte-154s65p:hover{filter:brightness(1.07)}.lb-trigger.svelte-154s65p:focus-visible{outline:2px solid currentColor;outline-offset:2px}.lb-trigger.svelte-154s65p>img:where(.svelte-154s65p){display:block;width:100%;height:100%;object-fit:cover}main.svelte-1uha8ag{max-width:920px;margin:0 auto;padding:3rem 1.5rem 6rem}.brand.svelte-1uha8ag{display:flex;align-items:center;gap:.85rem;margin-bottom:.5rem}.brand-logo.svelte-1uha8ag{width:48px;height:48px;flex:0 0 auto}header.svelte-1uha8ag h1:where(.svelte-1uha8ag){font-size:2.2rem;margin:0}header.svelte-1uha8ag p:where(.svelte-1uha8ag){color:#b6b8be;line-height:1.6;max-width:60ch}section.svelte-1uha8ag{margin-top:3rem}h2.svelte-1uha8ag{font-size:1.2rem;margin:0 0 .25rem}.badge.svelte-1uha8ag{font-size:.7rem;font-weight:600;vertical-align:middle;margin-left:.5rem;padding:.15rem .5rem;border-radius:999px;background:#f6f2ec;color:#1c1813}.hint.svelte-1uha8ag{color:#9a9ca3;font-size:.9rem;margin:0 0 1rem}code.svelte-1uha8ag{background:#1d1f24;padding:.1rem .4rem;border-radius:4px;font-size:.85em}.grid.svelte-1uha8ag{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.85rem}.card{width:100%;height:110px;object-fit:cover;border-radius:8px;border:1px solid #23252b}.btn.svelte-1uha8ag{background:#ff7424;color:#fff;border:none;padding:.7rem 1.1rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer}.btn.svelte-1uha8ag:hover{filter:brightness(1.08)}footer.svelte-1uha8ag{margin-top:4rem;color:#6f7178;font-size:.85rem;border-top:1px solid #1d1f24;padding-top:1.5rem}footer.svelte-1uha8ag .links:where(.svelte-1uha8ag){margin:0 0 .5rem}footer.svelte-1uha8ag a:where(.svelte-1uha8ag){color:#ff7424;text-decoration:none;font-weight:600}footer.svelte-1uha8ag a:where(.svelte-1uha8ag):hover{text-decoration:underline}
