:root{color-scheme:light;--ink:#1d1d1f;--muted:#66666f;--line:#e6e6ea;--accent:#d80050;--accent-hover:#be0046;--surface:#f7f7f9;--radius:16px;--font:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
*{box-sizing:border-box}
[hidden]{display:none!important}
body{margin:0;background:#fff;color:var(--ink);font:15px/1.5 var(--font);-webkit-font-smoothing:antialiased}
button,input,select{font:inherit}
button,a,input,select{-webkit-tap-highlight-color:transparent}
button,a{touch-action:manipulation}
button{cursor:pointer;color:inherit}
a{color:inherit;text-decoration:none}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #d8005070;outline-offset:4px}
button:disabled{cursor:default}
svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
h1,h2,h3,p{margin:0}
.shell{width:min(1320px,calc(100% - 96px));margin-inline:auto}
.site-header{height:88px;border-bottom:1px solid var(--line);background:#fff}
.site-header .shell{height:100%;display:flex;align-items:center}
.brand{width:136px;height:auto;display:block}
.entry{min-height:calc(100svh - 88px);padding:56px 24px 100px;display:grid;place-items:center;background:var(--surface)}
.entry-card{width:min(100%,448px);background:#fff;padding:46px 40px 40px;border:1px solid var(--line);border-radius:24px;box-shadow:0 8px 36px #18182004}
.entry-card h1{font-size:36px;font-weight:650;line-height:1.12;letter-spacing:-1.3px}
.entry-description{margin:18px 0 32px;color:var(--muted);font-size:15px;line-height:1.65;max-width:340px}
.entry-card label{display:block;font-size:13px;font-weight:600;margin-bottom:9px}
.entry-card input{display:block;width:100%;height:52px;border:1px solid #d7d7dd;border-radius:10px;padding:0 15px;background:#fff;font-size:16px;transition:border-color .15s}
.entry-card input::placeholder{color:#8c8c95}
.entry-card input:focus{border-color:var(--accent)}
.entry-card input[aria-invalid=true]{border-color:#bb173c}
.field-error{font-size:13px;color:#b20b36;margin-top:9px}
.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:46px;padding:11px 19px;border-radius:10px;border:1px solid transparent;font-size:14px;font-weight:600;line-height:1.4;transition:background .15s,border-color .15s}
.primary{background:var(--accent);color:#fff}
.primary:hover{background:var(--accent-hover)}
.entry-submit{width:100%;margin-top:18px;min-height:52px;justify-content:space-between;padding-inline:18px}
.secondary{background:#fff;border-color:var(--line)}
.secondary:hover{background:var(--surface);border-color:#d0d0d7}
.intro{padding:40px 0 30px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.intro h1{font-size:36px;line-height:1.2;font-weight:650;letter-spacing:-1.3px;outline:none}
.intro p{margin-top:10px;color:var(--muted)}
.store-context{max-width:32%;min-width:0;text-align:right;display:grid;justify-items:end;gap:3px}
#store-display{font-size:13px;font-weight:600;overflow-wrap:anywhere}
.store-context button,.text-button{background:transparent;border:0;padding:7px 0;color:var(--accent);font-size:12px;font-weight:550}
.store-context button:hover,.text-button:hover{text-decoration:underline;text-underline-offset:3px}
.filters{border-bottom:1px solid var(--line);padding-bottom:24px}
.products{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}
.products button{min-height:42px;border:1px solid var(--line);border-radius:9px;padding:9px 15px;background:#fff;font-size:13px;white-space:nowrap;transition:background .15s,border-color .15s,color .15s}
.products button:hover{background:var(--surface);border-color:#cccbd1}
.products button[aria-pressed=true]{background:var(--ink);border-color:var(--ink);color:#fff}
.filter-row{display:flex;align-items:center;gap:16px}
.search-wrap{display:flex;align-items:center;position:relative;flex:1;min-width:0}
.search-wrap>svg{position:absolute;left:15px;color:#777781;pointer-events:none}
.search-wrap input{height:48px;width:100%;min-width:0;border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:0 14px 0 45px;font-size:14px}
.search-wrap input::placeholder{color:#777781}
.kind-tabs{display:flex;padding:4px;background:var(--surface);border:1px solid var(--line);border-radius:10px;flex-shrink:0;gap:2px}
.kind-tabs button{border:0;border-radius:7px;background:transparent;min-height:38px;padding:8px 16px;font-size:13px;color:var(--muted);font-weight:550}
.kind-tabs button[aria-pressed=true]{background:#fff;color:var(--ink);box-shadow:0 1px 4px #16162014}
.kind-tabs button:hover{color:var(--ink)}
.select-wrap{position:relative;flex-shrink:0}
.select-wrap select{height:48px;appearance:none;-webkit-appearance:none;border:1px solid var(--line);border-radius:10px;background:#fff;padding:0 38px 0 14px;width:205px;font-size:13px;color:#50505a;cursor:pointer}
.select-wrap svg{position:absolute;right:12px;top:14px;pointer-events:none;width:18px;height:18px;color:#7a7a84}
.results-bar{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:16px}
#count{font-size:13px;color:var(--muted)}
.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 20px}
.asset{min-width:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:box-shadow .2s,border-color .2s}
.asset:hover{border-color:#d2d2db;box-shadow:0 6px 18px #1c1c2b06}
.asset-preview{display:block;position:relative;width:100%;aspect-ratio:4/3;padding:0;border:0;border-bottom:1px solid #eeeef1;background:#f3f3f5;overflow:hidden}
.asset-preview img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .25s}
.asset-preview:hover img{transform:scale(1.025)}
.asset-preview:focus-visible{outline-offset:-4px}
.media-badge{position:absolute;top:12px;left:12px;display:flex;align-items:center;gap:5px;padding:4px 7px;border-radius:5px;background:#fffffff2;color:#494951;font-size:10px;font-weight:600;line-height:1.2;box-shadow:0 1px 3px #00000007}
.play{position:absolute;inset:0;display:grid;place-items:center}
.play span{display:grid;place-items:center;width:44px;height:44px;background:#fffefdee;color:var(--ink);border-radius:50%;box-shadow:0 2px 12px #0002}
.play svg{width:18px;height:18px;fill:currentColor;stroke-width:1;transform:translateX(1px)}
.asset-body{padding:17px 17px 15px;display:flex;flex-direction:column;flex:1}
.asset-product{font-size:11px;color:var(--muted);margin-bottom:5px}
.asset h2{font-size:14px;line-height:1.4;font-weight:600;letter-spacing:-.1px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:39px}
.asset-specs{font-size:11px;color:#72727d;margin-top:9px;line-height:1.5}
.asset-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:15px;padding-top:12px;border-top:1px solid #efeff2}
.file-size{font-size:11px;color:var(--muted)}
.download{display:inline-flex;align-items:center;gap:7px;padding:6px 0 6px 10px;font-size:12px;font-weight:650;color:var(--accent)}
.download:hover{text-decoration:underline;text-underline-offset:3px}
.download svg{width:16px;height:16px}
.empty{padding:64px 16px 80px;text-align:center;color:var(--muted)}
.empty>svg{width:32px;height:32px;margin-bottom:14px;stroke-width:1.3}
.empty h2{font-size:21px;font-weight:600;color:var(--ink);margin-bottom:8px}
.empty p{font-size:14px;margin-bottom:24px}
.pagination{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px 0 64px}
.pagination p{font-size:12px;color:var(--muted)}
.pagination button{min-width:160px}
dialog{position:fixed;padding:0;border:0;border-radius:20px;background:#fff;color:var(--ink);width:min(1000px,calc(100% - 64px));max-height:calc(100svh - 64px);overflow:auto;box-shadow:0 24px 120px #0004;overscroll-behavior:contain}
dialog::backdrop{background:#15151d96;backdrop-filter:blur(4px)}
.close-preview{position:absolute;z-index:2;right:16px;top:16px;display:grid;place-items:center;width:40px;height:40px;background:#fffffff5;border:1px solid var(--line);border-radius:50%;box-shadow:0 2px 6px #0001}
.close-preview:hover{background:#f1f1f5}
.preview-media{display:grid;place-items:center;min-height:200px;background:#f4f4f6}
.preview-media img,.preview-media video{display:block;width:100%;height:min(56svh,560px);object-fit:contain}
.preview-info{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:26px 30px}
.preview-info>div{min-width:0}
#preview-product{font-size:12px;color:var(--muted);margin-bottom:5px}
#preview-title{font-size:22px;font-weight:600;line-height:1.3;letter-spacing:-.4px}
#preview-specs{margin-top:9px;font-size:12px;color:var(--muted)}
#preview-filename{margin-top:7px;font-size:11px;color:#777781;overflow-wrap:anywhere}
#preview-download{white-space:nowrap;flex-shrink:0}
.noscript{padding:30px;text-align:center}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(min-width:1440px){.grid{gap:26px 24px}}
@media(max-width:1150px){.shell{width:calc(100% - 64px)}.grid{grid-template-columns:repeat(3,minmax(0,1fr))}.filter-row{gap:12px}.kind-tabs button{padding-inline:12px}.select-wrap select{width:193px}}
@media(max-width:850px){.shell{width:calc(100% - 48px)}.filter-row{flex-wrap:wrap}.search-wrap{flex-basis:100%}.kind-tabs{flex:1}.kind-tabs button{flex:1}.select-wrap select{width:220px}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products{gap:8px}.intro h1{font-size:32px}.intro{gap:20px}.store-context{max-width:35%}}
@media(max-width:540px){.shell{width:calc(100% - 40px)}.site-header{height:72px}.brand{width:116px}.entry{min-height:calc(100svh - 72px);padding:32px 20px 72px}.entry-card{padding:34px 27px 28px;border-radius:20px}.entry-card h1{font-size:32px;letter-spacing:-1px}.entry-description{font-size:14px;margin-top:16px;margin-bottom:28px}.intro{padding:28px 0 24px;align-items:flex-start;flex-direction:column;gap:18px}.intro h1{font-size:30px;letter-spacing:-1px}.intro p{font-size:14px;margin-top:8px}.store-context{max-width:100%;display:flex;align-items:baseline;text-align:left;justify-content:flex-start;gap:12px;width:100%}#store-display{font-size:12px;max-width:calc(100% - 82px)}.store-context button{flex-shrink:0}.products{flex-wrap:nowrap;overflow-x:auto;max-width:100%;padding:2px 2px 10px;margin-bottom:12px;scrollbar-width:thin}.products button{font-size:12px;min-height:40px;padding-inline:13px}.filter-row{gap:10px}.search-wrap input{font-size:13px;padding-left:40px}.search-wrap>svg{left:12px;width:18px}.kind-tabs{width:100%;flex-basis:100%}.select-wrap{width:100%}.select-wrap select{width:100%;height:44px}.select-wrap svg{top:12px}.filters{padding-bottom:20px}.results-bar{min-height:60px}.grid{grid-template-columns:minmax(0,1fr);gap:20px}.asset-preview{aspect-ratio:1.5}.asset-body{padding:17px 18px 14px}.asset-product{font-size:12px}.asset h2{font-size:16px;min-height:0}.asset-specs{font-size:12px;margin-top:8px}.download{font-size:13px;padding-top:8px;padding-bottom:8px}.file-size{font-size:12px}.media-badge{font-size:11px}.preview-info{padding:22px;flex-direction:column;align-items:stretch;gap:20px}#preview-title{font-size:20px}dialog{width:calc(100% - 24px);max-height:calc(100svh - 32px);border-radius:16px}.preview-media img,.preview-media video{height:44svh}.close-preview{top:10px;right:10px}.pagination{padding-top:30px}.empty h2{font-size:20px}}
@media(min-width:360px) and (max-width:540px){.kind-tabs{width:auto;flex:1;min-width:0;padding:3px;gap:0}.kind-tabs button{min-height:36px;padding:7px 9px;font-size:12px}.select-wrap{width:130px}.select-wrap select{padding-left:11px;padding-right:31px;font-size:12px}.select-wrap svg{right:9px}.intro{padding-top:24px;padding-bottom:20px;gap:12px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

.filter-details{display:flex;flex-wrap:wrap;gap:22px 38px;margin-top:20px}
.filter-group{min-width:0}
.filter-label{font-size:12px;font-weight:600;color:var(--muted);margin-bottom:9px}
.filter-options{display:flex;flex-wrap:wrap;gap:7px}
.filter-options button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:7px 12px;border:1px solid var(--line);background:#fff;border-radius:9px;font-size:12px;font-weight:500;white-space:nowrap}
.filter-options button svg{width:16px;height:16px;stroke-width:1.5}
.filter-options button:hover{border-color:#c7c7cf;background:var(--surface)}
.filter-options button[aria-pressed=true]{background:#fff0f5;border-color:#edabc2;color:#b40043}
@media(max-width:850px){.kind-tabs{flex:0 0 auto}.filter-row .search-wrap{flex:1 1 280px}}
@media(max-width:540px){.filter-details{gap:17px;margin-top:18px;flex-direction:column}.filter-options{gap:6px;flex-wrap:nowrap}.filter-options button{padding:8px 10px;font-size:12px;min-height:40px;gap:5px}.filter-options button svg{width:14px;height:14px}.filter-label{margin-bottom:7px}.filter-row .search-wrap{flex-basis:100%}.filter-row .kind-tabs{flex:1 1 100%}.filter-row .kind-tabs button{padding:8px 14px}}
@media(max-width:370px){.filter-options{gap:5px}.filter-options button{padding-inline:8px;gap:4px}.filter-options button svg{width:12px;height:12px}}
@media(max-width:540px){#orientations{display:grid;grid-template-columns:.65fr 1.15fr 1fr 1.12fr;gap:5px}#orientations button{min-width:0;padding-inline:6px;font-size:11px;gap:4px}#orientations button svg{width:12px;height:12px}}
@media(max-width:370px){#orientations button svg{display:none}}
