/* 
 * Custom CSS - możesz tutaj dodać własne style
 * Ten plik jest ładowany po głównym styles.css, więc możesz nadpisywać istniejące style
 */



.my-header {
	padding: 0;
	color: white;
	width: 100%;
	background-image: url('../images/okladka.jpg');
	background-position: center;
	background-size: cover;
}

.swal2-image {
  object-fit: cover;
  aspect-ratio: 16 / 9;
  width: 100%; 

}

.my-header-cover {

	min-height: 200px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00000085;
}


.my-header-flex {
}

.credit {
	text-align: right;
	padding: 10px; 
	background: rgb(12 12 12 / 77%);

}


.my-title {
	display: block;
	text-align: center;
	font-size: 28px;
	padding-top:0px;
	font-weight: bold;
}

.my-subtitle {
	display: block;
	text-align: center;
	font-size: 30px;
	padding-top:5px;
	font-weight: 500;
}
.my-info {
	display: block;
	text-align: center;
	font-size: 15px;
	padding-top: 5px;
    color: #d3d3d3;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    text-shadow: 1px 1px 7px black;
}

.my-info a {
    margin: 5px 10px; 
}

.my-info a:hover {
    color: #c99037;
}

.my-logo {
    text-shadow: 1px 1px 7px black;
	max-width: min(500px, 92vw);
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
	display: block;
}


.credit-flex {
	justify-content: center;
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0 10px 0 10px;
}

.credit-left {

}

.credit-right {

}

/* Usunięcie białego obrysu (focus ring) po kliknięciu na przyciski i miniatury */
.iconbtn:focus,
.iconbtn:focus-visible,
.floatbtn:focus,
.floatbtn:focus-visible,
.lbSide:focus,
.lbSide:focus-visible,
.album__sort-btn:focus,
.album__sort-btn:focus-visible,
.album:focus,
.album:focus-visible,
.card:focus,
.card:focus-visible{
	outline: none !important;
	box-shadow: none !important;
}

/* Mobile: zakładka do otwierania/zamykania sidebara */
@media (max-width: 680px){
	.floatbtn{
		left: 0 !important;
		top: auto !important;
		bottom: 20px !important;
		width: 48px !important;
		height: 48px !important;
		border-radius: 0 12px 12px 0 !important;
		border-left: none !important;
		border-right: 1px solid var(--border) !important;
		transform: none !important;
	}
	.floatbtn:hover{
		transform: none !important;
	}
	.floatbtn:active{
		transform: none !important;
	}
}

/* Mobile portrait: sidebar może mieć pełną szerokość */
@media (max-width: 680px) and (orientation: portrait){
	.sidebar{ width: 100vw; }
}

/* Powiększ ikonki w przyciskach bez powiększania samych przycisków.
   Zamiast scale (często rozmywa maski) zwiększamy rozmiar i kompensujemy ujemnym marginesem. */
:root{
	--btnIconSize: 22px;     /* wizualnie większa ikona */
	--btnIconInset: -2px;    /* kompensacja, żeby button nie urósł */
}
.iconbtn .icon,
.floatbtn .icon,
.lbSide .icon,
.album__sort-btn .icon{
	width: var(--btnIconSize);
	height: var(--btnIconSize);
	margin: var(--btnIconInset);
	transform: none;
}

.upload-drop{
	border: 1.5px dashed rgba(255,255,255,0.25);
	border-radius: 12px;
	padding: 18px;
	text-align: center;
	min-height: 140px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
	background: rgba(255,255,255,0.03);
	color: inherit;
	position: relative;
	transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.upload-drop:focus-visible{
	outline: 2px solid var(--accent, rgba(191,255,0,.85));
	outline-offset: 2px;
}
.upload-drop.is-dragover{
	border-color: rgba(255,255,255,0.6);
	background: rgba(255,255,255,0.08);
	transform: translateY(-1px);
}
.upload-drop__hint{
	font-weight: 700;
	pointer-events: none;
}
.upload-drop input[type="file"],
.upload-drop__input{
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}
.upload-files{
	margin-top: 10px;
	max-height: 160px;
	overflow-y: auto;
	padding: 8px 10px;
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 8px;
	background: rgba(255,255,255,0.02);
	font-size: 13px;
	line-height: 1.4;
}
.upload-files__item + .upload-files__item{ margin-top: 6px; }
.upload-files__empty{ opacity: .7; }

/* Wybór zestawu ikonek (Ustawienia -> Zestaw ikonek). */
html[data-iconset="rounded"]{
	/* delikatnie większe, ale dalej bez zmiany rozmiaru przycisku */
	--btnIconSize: 22px;
	--btnIconInset: -2px;
}

/* Domyślne: drobne korekty ikon (bez zmiany całego zestawu) */
html[data-iconset="default"] .icon--grid{
	/* Wypełniona siatka (bardziej czytelna na ciemnym tle) */
	--icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='3.2' y='3.2' width='7.6' height='7.6' rx='1.6' fill='black'/><rect x='13.2' y='3.2' width='7.6' height='7.6' rx='1.6' fill='black'/><rect x='3.2' y='13.2' width='7.6' height='7.6' rx='1.6' fill='black'/><rect x='13.2' y='13.2' width='7.6' height='7.6' rx='1.6' fill='black'/></svg>");
}
/* Ikony trybów siatki (viewGrid) – wypełnione, żeby nie wracały obrysy */
html[data-iconset="default"] .icon--grid-mixed{
	--icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='3.2' y='3.2' width='8' height='9' rx='1.6' fill='black'/><rect x='13' y='3.2' width='7.8' height='6.2' rx='1.6' fill='black'/><rect x='13' y='11' width='7.8' height='9.8' rx='1.6' fill='black'/><rect x='3.2' y='14.4' width='8' height='6.4' rx='1.6' fill='black'/></svg>");
}
html[data-iconset="default"] .icon--grid-horizontal{
	--icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='3.2' y='4' width='17.6' height='4.2' rx='1.6' fill='black'/><rect x='3.2' y='9.9' width='17.6' height='4.2' rx='1.6' fill='black'/><rect x='3.2' y='15.8' width='17.6' height='4.2' rx='1.6' fill='black'/></svg>");
}
html[data-iconset="default"] .icon--grid-square{
	--icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='4' y='4' width='7' height='7' rx='1.6' fill='black'/><rect x='13' y='4' width='7' height='7' rx='1.6' fill='black'/><rect x='4' y='13' width='7' height='7' rx='1.6' fill='black'/><rect x='13' y='13' width='7' height='7' rx='1.6' fill='black'/></svg>");
}
html[data-iconset="default"] .icon--grid-vertical{
	--icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='4.2' y='3.2' width='4.6' height='17.6' rx='1.6' fill='black'/><rect x='9.7' y='3.2' width='4.6' height='17.6' rx='1.6' fill='black'/><rect x='15.2' y='3.2' width='4.6' height='17.6' rx='1.6' fill='black'/></svg>");
}
html[data-iconset="default"] .icon--settings{
	/* Alternatywa dla "kółek": suwaki (sliders) */
	--icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='5' y='4' width='2.4' height='16' rx='1.2' fill='black'/><rect x='10.8' y='4' width='2.4' height='16' rx='1.2' fill='black'/><rect x='16.6' y='4' width='2.4' height='16' rx='1.2' fill='black'/><circle cx='6.2' cy='9' r='2.6' fill='black'/><circle cx='12' cy='14' r='2.6' fill='black'/><circle cx='17.8' cy='8' r='2.6' fill='black'/></svg>");
}
html[data-iconset="default"] .icon--plus{
	--icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='10.7' y='4' width='2.6' height='16' rx='1.3' fill='black'/><rect x='4' y='10.7' width='16' height='2.6' rx='1.3' fill='black'/></svg>");
}
html[data-iconset="default"] .icon--upload{
	--icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 20V8' stroke='black' stroke-width='2.2' stroke-linecap='round'/><path d='M8 12.2 12 8l4 4.2' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/><path d='M5 20h14' stroke='black' stroke-width='2.2' stroke-linecap='round'/></svg>");
}

/* Rounded / “clean outline” warianty ikon toolbar + lightbox */
html[data-iconset="rounded"] .icon--burger{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M4 6h16'/><path d='M4 12h16'/><path d='M4 18h16'/></svg>"); }
html[data-iconset="rounded"] .icon--search{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='6.5'/><path d='M20 20l-3.6-3.6'/></svg>"); }
html[data-iconset="rounded"] .icon--home{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 10.5 12 3l9 7.5'/><path d='M5.5 10.5V20a1.5 1.5 0 0 0 1.5 1.5h10A1.5 1.5 0 0 0 18.5 20v-9.5'/><path d='M10 21v-7h4v7'/></svg>"); }
html[data-iconset="rounded"] .icon--grid{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><rect x='3.5' y='3.5' width='7' height='7' rx='1.6'/><rect x='13.5' y='3.5' width='7' height='7' rx='1.6'/><rect x='3.5' y='13.5' width='7' height='7' rx='1.6'/><rect x='13.5' y='13.5' width='7' height='7' rx='1.6'/></svg>"); }
html[data-iconset="rounded"] .icon--zoom{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='6.5'/><path d='M11 8v6'/><path d='M8 11h6'/><path d='M20 20l-3.6-3.6'/></svg>"); }
html[data-iconset="rounded"] .icon--play{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M9 7.5v9l8-4.5z'/></svg>"); }
html[data-iconset="rounded"] .icon--download{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3v10'/><path d='M8.5 10.5 12 13.9l3.5-3.4'/><path d='M5 20h14'/></svg>"); }
html[data-iconset="rounded"] .icon--download-wm{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3v10'/><path d='M8.5 10.5 12 13.9l3.5-3.4'/><path d='M8 18h8'/><path d='M5 20h14'/></svg>"); }
html[data-iconset="rounded"] .icon--fullscreen{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M8 4H4v4'/><path d='M16 4h4v4'/><path d='M4 16v4h4'/><path d='M20 16v4h-4'/></svg>"); }
html[data-iconset="rounded"] .icon--close{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round'><path d='M6 6l12 12'/><path d='M18 6L6 18'/></svg>"); }
html[data-iconset="rounded"] .icon--left{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M15 6l-6 6 6 6'/></svg>"); }
html[data-iconset="rounded"] .icon--right{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M9 6l6 6-6 6'/></svg>"); }
html[data-iconset="rounded"] .icon--settings{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.0' stroke-linecap='round' stroke-linejoin='round'><path d='M12 15.2a3.2 3.2 0 1 0 0-6.4 3.2 3.2 0 0 0 0 6.4z'/><path d='M19.4 15a7.8 7.8 0 0 0 .1-1 7.8 7.8 0 0 0-.1-1l2-1.6-2-3.4-2.4 1a8.1 8.1 0 0 0-1.7-1l-.3-2.6H11l-.3 2.6a8.1 8.1 0 0 0-1.7 1l-2.4-1-2 3.4 2 1.6a7.8 7.8 0 0 0-.1 1c0 .34.03.67.1 1l-2 1.6 2 3.4 2.4-1c.53.4 1.1.73 1.7 1l.3 2.6h4l.3-2.6c.6-.27 1.17-.6 1.7-1l2.4 1 2-3.4z'/></svg>"); }
html[data-iconset="rounded"] .icon--user{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M20 21a8 8 0 0 0-16 0'/><circle cx='12' cy='8' r='4'/></svg>"); }
html[data-iconset="rounded"] .icon--plus{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round'><path d='M12 5v14'/><path d='M5 12h14'/></svg>"); }
html[data-iconset="rounded"] .icon--upload{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 19V7'/><path d='M7.5 11.5 12 7l4.5 4.5'/><path d='M5 20h14'/></svg>"); }

/* Uzupełnienie zestawu rounded – brakujące ikony, żeby styl był spójny (nie mieszał się z domyślnymi) */
html[data-iconset="rounded"] .icon--sort{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M8 4v16'/><path d='M5.5 7.5 8 5l2.5 2.5'/><path d='M5.5 16.5 8 19l2.5-2.5'/><path d='M13 7h7'/><path d='M13 12h5'/><path d='M13 17h3'/></svg>"); }

/* Ikony trybów siatki (viewGrid) */
html[data-iconset="rounded"] .icon--grid-mixed{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'><rect x='3.5' y='3.5' width='8' height='9' rx='1.6'/><rect x='13.5' y='3.5' width='7' height='6' rx='1.6'/><rect x='13.5' y='11.5' width='7' height='9' rx='1.6'/><rect x='3.5' y='14.5' width='8' height='6' rx='1.6'/></svg>"); }
html[data-iconset="rounded"] .icon--grid-horizontal{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'><rect x='3.5' y='4' width='17' height='4' rx='1.6'/><rect x='3.5' y='10' width='17' height='4' rx='1.6'/><rect x='3.5' y='16' width='17' height='4' rx='1.6'/></svg>"); }
html[data-iconset="rounded"] .icon--grid-square{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'><rect x='4' y='4' width='7' height='7' rx='1.6'/><rect x='13' y='4' width='7' height='7' rx='1.6'/><rect x='4' y='13' width='7' height='7' rx='1.6'/><rect x='13' y='13' width='7' height='7' rx='1.6'/></svg>"); }
html[data-iconset="rounded"] .icon--grid-vertical{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'><rect x='4.5' y='3.5' width='4' height='17' rx='1.6'/><rect x='10' y='3.5' width='4' height='17' rx='1.6'/><rect x='15.5' y='3.5' width='4' height='17' rx='1.6'/></svg>"); }

/* FIT/FILL (cover/contain) */
html[data-iconset="rounded"] .icon--fitfill-fit{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'><rect x='3.5' y='3.5' width='17' height='17' rx='2'/><rect x='7.5' y='7.5' width='9' height='9' rx='1.6'/></svg>"); }
html[data-iconset="rounded"] .icon--fitfill-fill{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'><rect x='3.5' y='3.5' width='17' height='17' rx='2'/><rect x='3.5' y='3.5' width='17' height='17' rx='2' fill='black'/></svg>"); }

/* Zestaw "filled" – pełne ikony (spójny styl, inny niż domyślne) */
html[data-iconset="filled"]{
	--btnIconSize: 22px;
	--btnIconInset: -1px;
}
html[data-iconset="filled"] .icon--burger{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='4' y='6' width='16' height='2.6' rx='1.3' fill='black'/><rect x='4' y='10.7' width='16' height='2.6' rx='1.3' fill='black'/><rect x='4' y='15.4' width='16' height='2.6' rx='1.3' fill='black'/></svg>"); }
html[data-iconset="filled"] .icon--search{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M10.5 3a7.5 7.5 0 1 1 4.64 13.4l4.23 4.23a1.2 1.2 0 0 1-1.7 1.7l-4.23-4.23A7.5 7.5 0 0 1 10.5 3Zm0 2.4a5.1 5.1 0 1 0 0 10.2 5.1 5.1 0 0 0 0-10.2Z'/></svg>"); }
html[data-iconset="filled"] .icon--home{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 3 2.7 10.4a1.2 1.2 0 0 0 1.5 1.9L5 11.7V20a2 2 0 0 0 2 2h3.5v-7.2h3V22H17a2 2 0 0 0 2-2v-8.3l.8.6a1.2 1.2 0 1 0 1.5-1.9L12 3Z'/></svg>"); }

/* Sort */
html[data-iconset="filled"] .icon--sort{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M8 3a1.2 1.2 0 0 1 1.2 1.2v15.6a1.2 1.2 0 0 1-2.4 0V4.2A1.2 1.2 0 0 1 8 3Zm5 4.4h8a1.2 1.2 0 0 1 0 2.4h-8a1.2 1.2 0 0 1 0-2.4Zm0 4.8h6a1.2 1.2 0 0 1 0 2.4h-6a1.2 1.2 0 0 1 0-2.4Zm0 4.8h4a1.2 1.2 0 0 1 0 2.4h-4a1.2 1.2 0 0 1 0-2.4ZM5.6 6.6 8 4.2l2.4 2.4a1.2 1.2 0 1 1-1.7 1.7L8 7.6 7.3 8.3a1.2 1.2 0 0 1-1.7-1.7Zm4.8 10.8L8 19.8l-2.4-2.4a1.2 1.2 0 0 1 1.7-1.7l.7.7.7-.7a1.2 1.2 0 0 1 1.7 1.7Z'/></svg>"); }

/* Grid + warianty */
html[data-iconset="filled"] .icon--grid{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='3.2' y='3.2' width='7.6' height='7.6' rx='1.6' fill='black'/><rect x='13.2' y='3.2' width='7.6' height='7.6' rx='1.6' fill='black'/><rect x='3.2' y='13.2' width='7.6' height='7.6' rx='1.6' fill='black'/><rect x='13.2' y='13.2' width='7.6' height='7.6' rx='1.6' fill='black'/></svg>"); }
html[data-iconset="filled"] .icon--grid-mixed{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='3.2' y='3.2' width='8' height='9' rx='1.6' fill='black'/><rect x='13' y='3.2' width='7.8' height='6.2' rx='1.6' fill='black'/><rect x='13' y='11' width='7.8' height='9.8' rx='1.6' fill='black'/><rect x='3.2' y='14.4' width='8' height='6.4' rx='1.6' fill='black'/></svg>"); }
html[data-iconset="filled"] .icon--grid-horizontal{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='3.2' y='4' width='17.6' height='4.2' rx='1.6' fill='black'/><rect x='3.2' y='9.9' width='17.6' height='4.2' rx='1.6' fill='black'/><rect x='3.2' y='15.8' width='17.6' height='4.2' rx='1.6' fill='black'/></svg>"); }
html[data-iconset="filled"] .icon--grid-square{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='4' y='4' width='7' height='7' rx='1.6' fill='black'/><rect x='13' y='4' width='7' height='7' rx='1.6' fill='black'/><rect x='4' y='13' width='7' height='7' rx='1.6' fill='black'/><rect x='13' y='13' width='7' height='7' rx='1.6' fill='black'/></svg>"); }
html[data-iconset="filled"] .icon--grid-vertical{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='4.2' y='3.2' width='4.6' height='17.6' rx='1.6' fill='black'/><rect x='9.7' y='3.2' width='4.6' height='17.6' rx='1.6' fill='black'/><rect x='15.2' y='3.2' width='4.6' height='17.6' rx='1.6' fill='black'/></svg>"); }

/* Zoom */
html[data-iconset="filled"] .icon--zoom{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><g transform='translate(1 1) scale(0.9166667)'><path fill='black' d='M10.5 3a7.5 7.5 0 1 1 4.64 13.4l4.23 4.23a1.2 1.2 0 0 1-1.7 1.7l-4.23-4.23A7.5 7.5 0 0 1 10.5 3Zm0 2.4a5.1 5.1 0 1 0 0 10.2 5.1 5.1 0 0 0 0-10.2Z'/><path fill='black' d='M9.4 9.4a1.1 1.1 0 0 1 1.1-1.1h.9v-.9a1.1 1.1 0 1 1 2.2 0v.9h.9a1.1 1.1 0 1 1 0 2.2h-.9v.9a1.1 1.1 0 1 1-2.2 0v-.9h-.9a1.1 1.1 0 0 1-1.1-1.1Z'/></g></svg>"); }

/* Nawigacja + akcje */
html[data-iconset="filled"] .icon--left{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M14.8 5.2a1.2 1.2 0 0 1 0 1.7L10.7 12l4.1 5.1a1.2 1.2 0 0 1-1.9 1.5l-4.7-5.8a1.2 1.2 0 0 1 0-1.5l4.7-5.8a1.2 1.2 0 0 1 1.9-.3Z'/></svg>"); }
html[data-iconset="filled"] .icon--right{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9.2 18.8a1.2 1.2 0 0 1 0-1.7l4.1-5.1-4.1-5.1A1.2 1.2 0 1 1 11.1 5l4.7 5.8a1.2 1.2 0 0 1 0 1.5l-4.7 5.8a1.2 1.2 0 0 1-1.9.3Z'/></svg>"); }
html[data-iconset="filled"] .icon--close{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M6.8 5.1 12 10.3l5.2-5.2a1.2 1.2 0 1 1 1.7 1.7L13.7 12l5.2 5.2a1.2 1.2 0 0 1-1.7 1.7L12 13.7l-5.2 5.2a1.2 1.2 0 0 1-1.7-1.7L10.3 12 5.1 6.8a1.2 1.2 0 1 1 1.7-1.7Z'/></svg>"); }
html[data-iconset="filled"] .icon--fullscreen{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M4 4h6a1.2 1.2 0 0 1 0 2.4H6.4V10a1.2 1.2 0 0 1-2.4 0V4Zm16 0v6a1.2 1.2 0 1 1-2.4 0V6.4H14a1.2 1.2 0 1 1 0-2.4h6ZM4 20v-6a1.2 1.2 0 1 1 2.4 0v3.6H10a1.2 1.2 0 0 1 0 2.4H4Zm16 0h-6a1.2 1.2 0 0 1 0-2.4h3.6V14a1.2 1.2 0 1 1 2.4 0v6Z'/></svg>"); }
html[data-iconset="filled"] .icon--download{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 3a1.2 1.2 0 0 1 1.2 1.2v8.8l2.9-2.9a1.2 1.2 0 1 1 1.7 1.7l-5 5a1.2 1.2 0 0 1-1.7 0l-5-5a1.2 1.2 0 1 1 1.7-1.7l2.9 2.9V4.2A1.2 1.2 0 0 1 12 3Zm-8 16.8A1.2 1.2 0 0 1 5.2 18.6h13.6a1.2 1.2 0 1 1 0 2.4H5.2A1.2 1.2 0 0 1 4 19.8Z'/></svg>"); }
html[data-iconset="filled"] .icon--download-wm{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 3a1.2 1.2 0 0 1 1.2 1.2v8.8l2.9-2.9a1.2 1.2 0 1 1 1.7 1.7l-5 5a1.2 1.2 0 0 1-1.7 0l-5-5a1.2 1.2 0 1 1 1.7-1.7l2.9 2.9V4.2A1.2 1.2 0 0 1 12 3Z'/><path fill='black' d='M7.8 16.2h8.4a1.2 1.2 0 0 1 0 2.4H7.8a1.2 1.2 0 0 1 0-2.4Z'/><path fill='black' d='M5.2 18.6h13.6a1.2 1.2 0 1 1 0 2.4H5.2a1.2 1.2 0 0 1 0-2.4Z'/></svg>"); }
html[data-iconset="filled"] .icon--plus{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 3a1.2 1.2 0 0 1 1.2 1.2v6.6h6.6a1.2 1.2 0 0 1 0 2.4h-6.6v6.6a1.2 1.2 0 0 1-2.4 0v-6.6H4.2a1.2 1.2 0 0 1 0-2.4h6.6V4.2A1.2 1.2 0 0 1 12 3Z'/></svg>"); }
html[data-iconset="filled"] .icon--upload{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 4a1.2 1.2 0 0 1 1.2 1.2v8.1l2.4-2.4a1.2 1.2 0 1 1 1.7 1.7l-4.5 4.5a1.2 1.2 0 0 1-1.7 0l-4.5-4.5a1.2 1.2 0 1 1 1.7-1.7l2.4 2.4V5.2A1.2 1.2 0 0 1 12 4Z'/><path fill='black' d='M5.2 19.2h13.6a1.2 1.2 0 1 1 0 2.4H5.2a1.2 1.2 0 0 1 0-2.4Z'/></svg>"); }
html[data-iconset="filled"] .icon--play{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9 6.2c0-1.0 1.1-1.6 2-1.1l9 5.2c.9.5.9 1.7 0 2.2l-9 5.2c-.9.5-2-.1-2-1.1V6.2Z'/></svg>"); }

/* FIT/FILL */
html[data-iconset="filled"] .icon--fitfill-fit{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' fill-rule='evenodd' d='M6 4h12a2.5 2.5 0 0 1 2.5 2.5v12A2.5 2.5 0 0 1 18 21H6A2.5 2.5 0 0 1 3.5 18.5v-12A2.5 2.5 0 0 1 6 4Zm1.8 5.2v5.6h8.4V9.2H7.8Z'/></svg>"); }
html[data-iconset="filled"] .icon--fitfill-fill{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='3.5' y='3.5' width='17' height='17' rx='2.6' fill='black'/></svg>"); }

/* Pozostałe (albumy/ustawienia/konto) */
html[data-iconset="filled"] .icon--folder{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M3.6 6.5A2.5 2.5 0 0 1 6.1 4h4.7c.7 0 1.3.3 1.8.8l1.2 1.2h4.1A2.5 2.5 0 0 1 20.4 8.5v9A2.5 2.5 0 0 1 17.9 20H6.1A2.5 2.5 0 0 1 3.6 17.5v-11Z'/></svg>"); }
html[data-iconset="filled"] .icon--photo{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M6 5a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V8a3 3 0 0 0-3-3h-3l-1.2-1.2A2.5 2.5 0 0 0 11 3H9.2A2.5 2.5 0 0 0 7.4 3.8L6.2 5H6Zm6 4.2a3.8 3.8 0 1 1 0 7.6 3.8 3.8 0 0 1 0-7.6Z'/></svg>"); }
html[data-iconset="filled"] .icon--user{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 12.2a4.6 4.6 0 1 0-4.6-4.6 4.6 4.6 0 0 0 4.6 4.6Zm0 2.2c-4.6 0-8.4 2.4-8.4 5.4 0 .7.6 1.2 1.2 1.2h14.4c.7 0 1.2-.6 1.2-1.2 0-3-3.8-5.4-8.4-5.4Z'/></svg>"); }
html[data-iconset="filled"] .icon--settings{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><g transform='translate(1 1) scale(0.9166667)'><path fill='black' fill-rule='evenodd' d='M10.6 2h2.8l.4 2.2c.5.1 1 .3 1.5.6l2-1.1 2 2.5-1.7 1.6c.2.5.4 1 .5 1.6l2.2.4v2.8l-2.2.4c-.1.6-.3 1.1-.5 1.6l1.7 1.6-2 2.5-2-1.1c-.5.3-1 .5-1.5.6L13.4 22h-2.8l-.4-2.2c-.5-.1-1-.3-1.5-.6l-2 1.1-2-2.5 1.7-1.6c-.2-.5-.4-1-.5-1.6L2 13.4v-2.8l2.2-.4c.1-.6.3-1.1.5-1.6L3 6.9l2-2.5 2 1.1c.5-.3 1-.5 1.5-.6L10.6 2ZM12 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z'/></g></svg>"); }
html[data-iconset="filled"] .icon--device{ --icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='6' y='2.5' width='12' height='19' rx='2.6' fill='black'/><circle cx='12' cy='18.2' r='1.1' fill='transparent'/></svg>"); }
