/* Taroscope — „Wybierz swój horoskop”.
 *
 * Układ i barwy z mockupu; wartości próbkowane wprost ze zrzutu, nie dobierane
 * na oko. Znakiem rozpoznawczym tej odsłony jest fioletowa poświata na
 * krawędziach paneli — w poprzedniej wersji ramki były samo złoto, tutaj
 * neonowy fiolet niesie całą stronę, więc siedzi w jednej klasie `.tsk-neon`.
 * Wszystko zamknięte pod #tsk-horoskop, żeby motyw nie mieszał się w środek.
 */

/* Pełna szerokość i czysty ekran — chrom motywu TT25 chowamy tak samo,
   jak robi to strona „Niebo”, żeby obie wyglądały jak jeden serwis. */
body:has(#tsk-horoskop) .wp-site-blocks > header,
body:has(#tsk-horoskop) header.wp-block-template-part,
body:has(#tsk-horoskop) .wp-site-blocks > footer,
body:has(#tsk-horoskop) footer.wp-block-template-part,
body:has(#tsk-horoskop) .wp-block-post-title { display: none !important; }

body:has(#tsk-horoskop) .wp-site-blocks,
body:has(#tsk-horoskop) .wp-block-group,
body:has(#tsk-horoskop) .wp-block-post-content {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
}

body:has(#tsk-horoskop) .wp-block-post-content > * {
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body:has(#tsk-horoskop) { background: #020316; }

#tsk-horoskop {
	--tlo:            #020316;
	--tlo-panel:      #070518;
	--tlo-kafel:      #0d0b1c;
	--tlo-karta:      #08061a;

	--zloto:          #fde291;
	--zloto-cieply:   #f9d57a;
	--zloto-ciemne:   #e6c48a;
	--zloto-etyk:     #cda474;
	--krem:           #fdf3b5;

	--lawenda:        #ad97d3;
	--lawenda-cien:   #a391c4;
	--tekst:          #aba9b6;
	--tekst-slaby:    #9393a7;
	--tekst-mocny:    #e0dbde;

	/* Poświata — sygnatura tej odsłony. */
	--neon:           #a06ffb;
	--fiolet-1:       #6d4fc9;
	--fiolet-2:       #4a3690;

	--serif: 'Cormorant Garamond', 'Times New Roman', serif;
	--sans:  'Jost', system-ui, -apple-system, 'Segoe UI', sans-serif;

	background: var(--tlo);
	color: var(--tekst);
	font-family: var(--sans);
	font-weight: 300;
	min-height: 100vh;
	padding-bottom: 28px;
	position: relative;
	overflow-x: hidden;
}

#tsk-horoskop::before {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	background:
		radial-gradient(1px 1px at 11% 16%, rgba(255, 244, 214, .55) 50%, transparent 51%),
		radial-gradient(1px 1px at 77% 8%,  rgba(255, 244, 214, .42) 50%, transparent 51%),
		radial-gradient(1px 1px at 33% 61%, rgba(255, 244, 214, .34) 50%, transparent 51%),
		radial-gradient(1px 1px at 90% 43%, rgba(255, 244, 214, .40) 50%, transparent 51%),
		radial-gradient(1px 1px at 56% 87%, rgba(255, 244, 214, .30) 50%, transparent 51%),
		radial-gradient(1px 1px at 21% 78%, rgba(255, 244, 214, .34) 50%, transparent 51%),
		radial-gradient(1100px 500px at 50% -10%, rgba(88, 52, 178, .22), transparent 72%);
}

/* Okno modalne musi zostać przy position:fixed — ta reguła ma wyższą
   specyficzność niż klasa, więc bez wyjątku wypchnęłaby je w układ. */
#tsk-horoskop > *:not(.tsk-okno) { position: relative; z-index: 1; }

#tsk-horoskop *,
#tsk-horoskop *::before,
#tsk-horoskop *::after { box-sizing: border-box; }

/* Poświata ramki — jedna klasa dla panelu, slajdów i pasa kosmogramu. */
.tsk-neon {
	border: 1px solid rgba(160, 111, 251, .52);
	border-radius: 18px;
	box-shadow:
		0 0 0 1px rgba(160, 111, 251, .14),
		0 0 30px rgba(116, 66, 214, .30),
		inset 0 0 70px rgba(52, 26, 110, .30);
}

/* ---------------------------------------------------------------- głowa */

.tsk-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 14px 40px 16px;
	border-bottom: 1px solid rgba(230, 196, 138, .12);
}

.tsk-marka { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex: 0 0 auto; }
.tsk-marka img { width: 34px; height: 30px; display: block; }
.tsk-marka span {
	font-family: var(--serif);
	font-size: 25px;
	letter-spacing: .30em;
	color: var(--zloto);
	text-transform: uppercase;
	line-height: 1;
}

.tsk-nav { display: flex; align-items: center; gap: 34px; flex: 1 1 auto; justify-content: center; }
.tsk-nav a {
	font-size: 13.5px;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: #9ea0ad;
	text-decoration: none;
	transition: color .2s;
	white-space: nowrap;
}
.tsk-nav a:hover { color: var(--zloto); }
.tsk-nav a[aria-current="page"] { color: var(--tekst-mocny); }

.tsk-head-prawa { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }

.tsk-loguj {
	font-size: 12px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--zloto-ciemne);
	border: 1px solid rgba(230, 196, 138, .55);
	border-radius: 4px;
	padding: 11px 22px;
	text-decoration: none;
	background: transparent;
	cursor: pointer;
	font-family: var(--sans);
	transition: background .2s, color .2s;
}
.tsk-loguj:hover { background: rgba(230, 196, 138, .10); color: var(--zloto); }

.tsk-motyw {
	width: 38px; height: 38px;
	border: 1px solid rgba(230, 196, 138, .22);
	border-radius: 6px;
	background: transparent;
	color: var(--lawenda);
	cursor: pointer;
	font-size: 15px; line-height: 1;
	display: grid; place-items: center;
}

/* --------------------------------------------------------------- tytuł */

.tsk-hero { text-align: center; padding: 42px 24px 0; }

.tsk-hero h1 {
	font-family: var(--serif);
	font-weight: 400;
	font-size: 47px;
	line-height: 1.08;
	letter-spacing: .015em;
	color: var(--zloto);
	margin: 0 0 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
}

/* Gwiazdki po bokach tytułu — są w mockupie. */
.tsk-hero h1 i {
	font-style: normal;
	font-size: 22px;
	color: var(--zloto-cieply);
	opacity: .9;
}

.tsk-hero p {
	font-size: 15.5px;
	line-height: 1.6;
	color: var(--lawenda);
	max-width: 520px;
	margin: 0 auto;
	font-weight: 300;
}

/* Ornament rysujemy wektorowo — bitmapa niosła własne tło i odcinała się
   jasnym paskiem od strony, która jest niemal czarna. */
.tsk-ornament { display: block; margin: 16px auto 0; width: 240px; height: 16px; color: var(--zloto-cieply); }

/* --------------------------------------------------------------- ramy */

/* Miara wspolna dla calego serwisu: 1520 px + wlasny padding. */
.tsk-ramy {
	max-width: 1568px;
	margin: 0 auto;
	padding: 24px 24px 0;
	display: grid;
	gap: 18px;
}

/* --------------------------------------------- panel personalizacji */

.tsk-panel {
	background: var(--tlo-panel);
	padding: 20px 26px 22px;
	position: relative;
	overflow: hidden;
	text-align: center;
}

/* Godła kompasu wtopione w boki panelu — dekoracja, nie treść. */
.tsk-panel::before,
.tsk-panel::after {
	content: '';
	position: absolute;
	top: 10px;
	width: 126px;
	height: 124px;
	background-size: cover;
	background-position: center;
	opacity: .8;
	pointer-events: none;
	-webkit-mask-image: radial-gradient(closest-side, #000 52%, transparent 100%);
	mask-image: radial-gradient(closest-side, #000 52%, transparent 100%);
}
.tsk-panel::before { left: 10px; background-image: var(--kompas-l); }
.tsk-panel::after  { right: 10px; background-image: var(--kompas-p); }

.tsk-panel h2 {
	font-family: var(--serif);
	font-weight: 500;
	font-size: 25px;
	letter-spacing: .09em;
	color: var(--zloto-cieply);
	text-transform: uppercase;
	margin: 0 0 7px;
}
.tsk-panel h2 i { font-style: normal; font-size: 15px; opacity: .85; margin: 0 10px; }

.tsk-panel > p {
	font-size: 14px;
	color: var(--lawenda);
	margin: 0 0 16px;
}

.tsk-pola {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 18px;
	flex-wrap: wrap;
	margin-bottom: 18px;
}

.tsk-pole { display: grid; gap: 7px; justify-items: center; }

.tsk-pole > span {
	font-size: 11px;
	letter-spacing: .19em;
	text-transform: uppercase;
	color: var(--zloto-etyk);
}
.tsk-pole > span::before,
.tsk-pole > span::after { content: '·'; margin: 0 7px; opacity: .7; }

.tsk-pole input {
	width: 196px;
	background: rgba(3, 3, 20, .92);
	border: 1px solid rgba(160, 111, 251, .40);
	border-radius: 7px;
	padding: 11px 13px;
	color: var(--tekst-mocny);
	font-family: var(--sans);
	font-size: 15px;
	letter-spacing: .02em;
	color-scheme: dark;
}
.tsk-pole input:focus { outline: none; border-color: var(--neon); box-shadow: 0 0 0 3px rgba(160, 111, 251, .20); }

.tsk-albo {
	font-size: 11.5px;
	letter-spacing: .17em;
	text-transform: uppercase;
	color: var(--lawenda-cien);
	white-space: nowrap;
	padding-bottom: 12px;
}
.tsk-albo::before { content: '⟶'; margin-right: 12px; opacity: .6; }
.tsk-albo::after  { content: '⟵'; margin-left: 12px; opacity: .6; }

.tsk-sprawdz {
	font-family: var(--sans);
	font-size: 12.5px;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--zloto);
	background: rgba(60, 34, 122, .35);
	border: 1px solid rgba(160, 111, 251, .55);
	border-radius: 8px;
	padding: 13px 28px;
	cursor: pointer;
	box-shadow: 0 0 22px rgba(116, 66, 214, .35);
	transition: background .2s, box-shadow .2s;
}
.tsk-sprawdz:hover { background: rgba(90, 52, 170, .45); box-shadow: 0 0 30px rgba(140, 88, 240, .5); }

/* Dwanaście znaków w jednym rzędzie. */
.tsk-znaki {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 10px;
}

.tsk-znak {
	background: var(--tlo-kafel);
	border: 1px solid rgba(160, 111, 251, .22);
	border-radius: 12px;
	padding: 9px 3px 8px;
	display: grid;
	justify-items: center;
	gap: 5px;
	cursor: pointer;
	font-family: var(--sans);
	transition: border-color .2s, background .2s, transform .2s, box-shadow .2s;
}

.tsk-znak img { width: 34px; height: 34px; display: block; }
.tsk-znak span { font-size: 11px; color: var(--lawenda-cien); letter-spacing: .01em; }

.tsk-znak:hover { border-color: rgba(160, 111, 251, .55); transform: translateY(-2px); }

.tsk-znak[aria-pressed="true"] {
	background: rgba(70, 38, 138, .45);
	border-color: var(--neon);
	box-shadow: 0 0 0 1px rgba(160, 111, 251, .45), 0 0 22px rgba(140, 88, 240, .55);
}
.tsk-znak[aria-pressed="true"] span { color: #ece1ff; }

/* ------------------------------------------------------------- slider */

.tsk-slider { position: relative; }

.tsk-okno-slajdow { overflow: hidden; border-radius: 18px; }

.tsk-tor {
	display: flex;
	transition: transform .55s cubic-bezier(.22, .61, .36, 1);
	will-change: transform;
}

.tsk-slajd {
	flex: 0 0 100%;
	min-width: 0;
	display: grid;
	grid-template-columns: 38% minmax(0, 1fr) 186px;
	background: var(--tlo-karta);
	min-height: 252px;
}

/* Obrazek leży bezwzględnie, więc nie narzuca wysokości wiersza — inaczej
   pionowy kadr tygodniowy rozciągnąłby wszystkie slajdy i przyciął Słońce. */
.tsk-slajd figure { margin: 0; overflow: hidden; position: relative; }
.tsk-slajd figure img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Prawa winieta wtapia się w kartę, żeby nie tworzyła twardej krawędzi. */
.tsk-winieta {
	background-size: cover;
	background-position: center;
	-webkit-mask-image: linear-gradient(to right, transparent, #000 42%);
	mask-image: linear-gradient(to right, transparent, #000 42%);
}

.tsk-tresc { padding: 28px 32px 26px; display: flex; flex-direction: column; }

.tsk-numer { display: flex; align-items: center; gap: 11px; margin-bottom: 10px; }
.tsk-numer img { width: 17px; height: 17px; opacity: .95; }
.tsk-numer span { font-size: 13px; letter-spacing: .18em; color: var(--zloto-etyk); }

.tsk-slajd h2 {
	font-family: var(--serif);
	font-weight: 400;
	font-size: 31px;
	line-height: 1.1;
	color: var(--krem);
	margin: 0 0 8px;
	letter-spacing: .01em;
}

.tsk-pod { color: var(--lawenda); font-size: 14.5px; margin: 0 0 14px; font-weight: 300; }
.tsk-opis { color: var(--tekst); font-size: 14px; line-height: 1.62; margin: 0 0 18px; max-width: 42ch; }

.tsk-chipy { display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 0 0 20px; padding: 0; list-style: none; }
.tsk-chipy li {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 11.5px;
	color: var(--tekst-slaby);
	white-space: nowrap;
}
.tsk-chipy svg { width: 13px; height: 13px; flex: 0 0 auto; stroke: var(--zloto-etyk); fill: none; stroke-width: 1.2; opacity: .9; }

.tsk-cta {
	margin-top: auto;
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 11.5px;
	letter-spacing: .17em;
	text-transform: uppercase;
	color: var(--zloto-ciemne);
	border: 1px solid rgba(230, 196, 138, .40);
	border-radius: 6px;
	padding: 14px 24px;
	background: transparent;
	font-family: var(--sans);
	cursor: pointer;
	white-space: nowrap;
	transition: background .2s, color .2s, border-color .2s;
}
.tsk-cta:hover { background: rgba(230, 196, 138, .09); color: var(--zloto); border-color: rgba(230, 196, 138, .7); }
.tsk-cta svg { width: 11px; height: 11px; stroke: currentColor; fill: none; stroke-width: 1.6; }

/* Strzałki siedzą poza obrysem, żeby nie zasłaniały ilustracji. */
.tsk-strzalka {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 42px; height: 42px;
	border-radius: 50%;
	background: rgba(10, 7, 30, .92);
	border: 1px solid rgba(160, 111, 251, .45);
	color: var(--zloto-ciemne);
	cursor: pointer;
	display: grid; place-items: center;
	z-index: 3;
	transition: background .2s, box-shadow .2s;
}
.tsk-strzalka:hover { background: rgba(50, 28, 110, .95); box-shadow: 0 0 20px rgba(140, 88, 240, .5); }
.tsk-strzalka svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 1.7; }
.tsk-strzalka--wstecz { left: -21px; }
.tsk-strzalka--dalej { right: -21px; }

.tsk-kropki { display: flex; justify-content: center; gap: 10px; margin-top: 14px; }
.tsk-kropki button {
	width: 9px; height: 9px;
	border-radius: 50%;
	border: 1px solid rgba(160, 111, 251, .5);
	background: transparent;
	cursor: pointer;
	padding: 0;
	transition: background .2s, box-shadow .2s, transform .2s;
}
.tsk-kropki button[aria-current="true"] {
	background: var(--neon);
	box-shadow: 0 0 12px rgba(160, 111, 251, .8);
	transform: scale(1.15);
}

/* -------------------------------------------------- kosmogram urodzeniowy */

.tsk-kosmogram {
	background: var(--tlo-panel);
	overflow: hidden;
	display: grid;
	grid-template-columns: 356px minmax(0, 1fr);
	align-items: stretch;
}

.tsk-kosmogram figure { margin: 0; overflow: hidden; position: relative; min-height: 190px; }
.tsk-kosmogram figure img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tsk-kosmo-tresc { padding: 26px 30px 24px; display: grid; align-content: center; }

.tsk-kosmo-gora {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 26px;
	align-items: center;
}

.tsk-kosmogram h2 {
	font-family: var(--serif);
	font-weight: 400;
	font-size: 35px;
	line-height: 1.08;
	color: var(--zloto);
	margin: 0 0 10px;
	display: flex;
	align-items: center;
	gap: 16px;
}
.tsk-kosmogram h2 i { font-style: normal; font-size: 17px; color: var(--zloto-cieply); opacity: .9; }

.tsk-kosmogram p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--lawenda); }

.tsk-poznaj {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 17px 30px;
	border: 1px solid rgba(160, 111, 251, .6);
	border-radius: 10px;
	background: linear-gradient(100deg, var(--fiolet-1), var(--fiolet-2));
	color: #f9f1fc;
	font-family: var(--sans);
	font-size: 12.5px;
	letter-spacing: .17em;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
	box-shadow: 0 0 28px rgba(116, 66, 214, .5);
	transition: filter .2s, transform .2s, box-shadow .2s;
}
.tsk-poznaj:hover { filter: brightness(1.12); transform: translateY(-1px); box-shadow: 0 0 38px rgba(140, 88, 240, .65); }
.tsk-poznaj svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 1.7; }

.tsk-cechy {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 30px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}
.tsk-cechy li { display: flex; align-items: center; gap: 10px; }
.tsk-cechy img { width: 26px; height: 26px; flex: 0 0 auto; opacity: .92; }
.tsk-cechy span { font-size: 12px; line-height: 1.35; color: var(--tekst-slaby); }

/* --------------------------------------------------------------- stopka */

.tsk-stopka {
	text-align: center;
	color: #58506a;
	font-size: 13.5px;
	padding: 32px 24px 28px;
	font-style: italic;
	font-family: var(--serif);
	letter-spacing: .02em;
}

/* ------------------------------------------------- okno z horoskopem */

.tsk-okno {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: rgba(3, 2, 14, .85);
	backdrop-filter: blur(4px);
	display: grid;
	place-items: center;
	padding: 28px 20px;
}
.tsk-okno[hidden] { display: none; }

.tsk-okno-tresc {
	background: var(--tlo-panel);
	border: 1px solid rgba(160, 111, 251, .45);
	border-radius: 16px;
	box-shadow: 0 0 44px rgba(116, 66, 214, .35);
	max-width: 720px;
	width: 100%;
	max-height: 88vh;
	overflow-y: auto;
	padding: 30px 34px 34px;
	position: relative;
}

.tsk-zamknij {
	position: absolute;
	top: 14px; right: 16px;
	width: 34px; height: 34px;
	border-radius: 50%;
	border: 1px solid rgba(160, 111, 251, .4);
	background: transparent;
	color: var(--zloto-ciemne);
	cursor: pointer;
	font-size: 17px; line-height: 1;
}
.tsk-zamknij:hover { background: rgba(160, 111, 251, .14); }

.tsk-okno h2 {
	font-family: var(--serif);
	font-weight: 400;
	font-size: 30px;
	color: var(--zloto);
	margin: 0 0 4px;
}

.tsk-okno-okres {
	font-size: 12.5px;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--tekst-slaby);
	margin: 0 0 20px;
}

.tsk-okno-tekst { font-size: 15px; line-height: 1.72; color: #c6c2d8; }
.tsk-okno-tekst p { margin: 0 0 15px; }

.tsk-tranzyty {
	list-style: none;
	margin: 22px 0 0;
	padding: 18px 0 0;
	border-top: 1px solid rgba(160, 111, 251, .2);
}
.tsk-tranzyty > li {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	align-items: baseline;
	padding: 9px 0;
	font-size: 13.4px;
	color: var(--tekst);
	border-bottom: 1px solid rgba(255, 255, 255, .04);
}
.tsk-tranzyty button {
	background: transparent;
	border: 0;
	color: var(--lawenda);
	font: inherit;
	text-align: left;
	cursor: pointer;
	padding: 0;
}
.tsk-tranzyty button:hover { color: var(--zloto); text-decoration: underline; }
.tsk-tranzyty .tsk-waga { font-size: 11.5px; color: var(--tekst-slaby); white-space: nowrap; }

.tsk-zrodla { margin: 18px 0 0; font-size: 11.5px; line-height: 1.6; color: #5b5570; }

.tsk-formularz { display: grid; gap: 14px; margin-top: 6px; }
.tsk-formularz label { display: grid; gap: 6px; font-size: 12.5px; color: var(--lawenda); }
.tsk-formularz input {
	background: rgba(3, 3, 20, .92);
	border: 1px solid rgba(160, 111, 251, .35);
	border-radius: 7px;
	padding: 12px 13px;
	color: var(--tekst-mocny);
	font-family: var(--sans);
	font-size: 14px;
	color-scheme: dark;
}
.tsk-formularz input:focus { outline: none; border-color: var(--neon); }
.tsk-dwa { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.tsk-podpowiedzi {
	list-style: none;
	margin: 0; padding: 0;
	max-height: 190px;
	overflow-y: auto;
	border: 1px solid rgba(160, 111, 251, .3);
	border-radius: 7px;
	background: rgba(6, 4, 24, .97);
}
.tsk-podpowiedzi:empty { display: none; }
.tsk-podpowiedzi li { padding: 10px 13px; cursor: pointer; font-size: 13.5px; }
.tsk-podpowiedzi li:hover { background: rgba(120, 74, 220, .28); color: #ece1ff; }

.tsk-blad { color: #e2909a; font-size: 13px; margin: 12px 0 0; }

.tsk-czekaj { display: flex; align-items: center; gap: 12px; color: var(--lawenda); font-size: 13.5px; padding: 14px 0; }
.tsk-czekaj::before {
	content: '';
	width: 17px; height: 17px;
	border-radius: 50%;
	border: 2px solid rgba(160, 111, 251, .28);
	border-top-color: var(--zloto);
	animation: tsk-obrot .9s linear infinite;
}
@keyframes tsk-obrot { to { transform: rotate(360deg); } }

#tsk-horoskop :focus-visible { outline: 2px solid var(--zloto); outline-offset: 3px; }

@media (prefers-reduced-motion: reduce) {
	#tsk-horoskop *, #tsk-horoskop *::before, #tsk-horoskop *::after {
		animation-duration: .01ms !important;
		transition-duration: .01ms !important;
	}
	.tsk-tor { transition: none; }
}

/* ------------------------------------------------------------ mniejsze */

@media (max-width: 1120px) {
	.tsk-slajd { grid-template-columns: 34% minmax(0, 1fr); }
	.tsk-winieta { display: none; }
	.tsk-kosmogram { grid-template-columns: 280px minmax(0, 1fr); }
	.tsk-znaki { grid-template-columns: repeat(6, minmax(0, 1fr)); }
	.tsk-panel::before, .tsk-panel::after { display: none; }
}

@media (max-width: 860px) {
	.tsk-nav { display: none; }
	.tsk-hero h1 { font-size: 34px; gap: 14px; }
	.tsk-kosmo-gora { grid-template-columns: minmax(0, 1fr); gap: 18px; }
	.tsk-poznaj { width: 100%; }
	.tsk-strzalka--wstecz { left: 6px; }
	.tsk-strzalka--dalej { right: 6px; }
}

@media (max-width: 640px) {
	.tsk-head { padding: 12px 16px 14px; }
	.tsk-slajd { grid-template-columns: minmax(0, 1fr); }
	.tsk-slajd figure { height: 168px; }
	.tsk-kosmogram { grid-template-columns: minmax(0, 1fr); }
	.tsk-kosmogram figure { height: 168px; }
	.tsk-znaki { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.tsk-hero h1 { font-size: 29px; }
	.tsk-hero h1 i { display: none; }
	.tsk-okno-tresc { padding: 26px 20px 28px; }
	.tsk-dwa { grid-template-columns: 1fr; }
	.tsk-albo { padding-bottom: 0; }
}

/* ===================================================== ozdobniki suwaka
 * Ramka dostaje drugi, cieńszy włos w środku i cztery narożniki z rombem —
 * ten sam motyw, co ornament pod tytułem. Rysujemy je jako cztery warstwy
 * tła jednego elementu, żeby nie dokładać pustych znaczników do układu.
 */

.tsk-okno-slajdow { position: relative; }

.tsk-okno-slajdow::after {
	content: '';
	position: absolute;
	inset: 9px;
	border: 1px solid rgba(230, 196, 138, .20);
	border-radius: 11px;
	pointer-events: none;
	z-index: 2;
	background-repeat: no-repeat;
	background-size: 26px 26px;
	background-position: -1px -1px, calc(100% + 1px) -1px, -1px calc(100% + 1px), calc(100% + 1px) calc(100% + 1px);
	background-image:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M1 11V1h10' fill='none' stroke='%23e6c48a' stroke-width='1.2' opacity='.8'/%3E%3Cpath d='M7.4 7.4l2.4-2.4 2.4 2.4-2.4 2.4z' fill='%23e6c48a' opacity='.65'/%3E%3C/svg%3E"),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M25 11V1H15' fill='none' stroke='%23e6c48a' stroke-width='1.2' opacity='.8'/%3E%3Cpath d='M18.6 7.4l-2.4-2.4-2.4 2.4 2.4 2.4z' fill='%23e6c48a' opacity='.65'/%3E%3C/svg%3E"),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M1 15v10h10' fill='none' stroke='%23e6c48a' stroke-width='1.2' opacity='.8'/%3E%3Cpath d='M7.4 18.6l2.4 2.4 2.4-2.4-2.4-2.4z' fill='%23e6c48a' opacity='.65'/%3E%3C/svg%3E"),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M25 15v10H15' fill='none' stroke='%23e6c48a' stroke-width='1.2' opacity='.8'/%3E%3Cpath d='M18.6 18.6l-2.4 2.4-2.4-2.4 2.4-2.4z' fill='%23e6c48a' opacity='.65'/%3E%3C/svg%3E");
}

/* Strzałki: podwójny pierścień zamiast płaskiego kółka. */
.tsk-strzalka {
	width: 46px;
	height: 46px;
	background: radial-gradient(circle at 50% 40%, rgba(60, 34, 122, .85), rgba(8, 5, 26, .96));
	border-color: rgba(230, 196, 138, .38);
	box-shadow: 0 0 0 1px rgba(160, 111, 251, .22), 0 0 18px rgba(90, 52, 180, .35);
}

.tsk-strzalka::before {
	content: '';
	position: absolute;
	inset: 4px;
	border-radius: 50%;
	border: 1px solid rgba(230, 196, 138, .28);
	pointer-events: none;
}

.tsk-strzalka:hover {
	background: radial-gradient(circle at 50% 40%, rgba(96, 56, 190, .95), rgba(12, 8, 34, .98));
	box-shadow: 0 0 0 1px rgba(160, 111, 251, .45), 0 0 26px rgba(140, 88, 240, .6);
}

.tsk-strzalka--wstecz { left: -23px; }
.tsk-strzalka--dalej { right: -23px; }

/* Kropki zamieniamy na romby spięte złotym włosem. */
.tsk-kropki {
	position: relative;
	gap: 18px;
	padding: 0 26px;
	margin-top: 18px;
}

.tsk-kropki::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 1px;
	background: linear-gradient(to right, transparent, rgba(230, 196, 138, .32) 22%, rgba(230, 196, 138, .32) 78%, transparent);
	pointer-events: none;
}

.tsk-kropki button {
	position: relative;
	width: 11px;
	height: 11px;
	border-radius: 2px;
	transform: rotate(45deg);
	border-color: rgba(230, 196, 138, .55);
	background: var(--tlo);
}

.tsk-kropki button:hover { border-color: var(--zloto); }

.tsk-kropki button[aria-current="true"] {
	background: var(--zloto-cieply);
	border-color: var(--zloto);
	box-shadow: 0 0 14px rgba(249, 213, 122, .75);
	transform: rotate(45deg) scale(1.2);
}

/* ============================================ oprawa horoskopu w oknie
 * Nad tekstem staje emblemat znaku tej osoby, obok Słońce, Księżyc
 * i ascendent, a pod spodem planety, które w tym okresie faktycznie
 * coś robią. Grafiki idą z talii wybranej w panelu Grafiki.
 */

.tsk-oprawa {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	padding: 18px 20px;
	margin: 0 0 22px;
	border: 1px solid rgba(160, 111, 251, .30);
	border-radius: 14px;
	background:
		radial-gradient(120% 140% at 0% 0%, rgba(80, 44, 168, .28), transparent 60%),
		rgba(10, 7, 30, .7);
}

.tsk-oprawa__znak { display: grid; place-items: center; }
.tsk-oprawa__znak img { width: 92px; height: 92px; display: block; filter: drop-shadow(0 0 18px rgba(140, 88, 240, .55)); }

.tsk-oprawa h3 {
	margin: 0 0 8px;
	font-family: var(--serif);
	font-weight: 400;
	font-size: 27px;
	color: var(--krem);
	line-height: 1;
}

.tsk-osie { display: flex; flex-wrap: wrap; gap: 6px 18px; margin: 0; padding: 0; list-style: none; }
.tsk-osie li { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--lawenda); }
.tsk-osie img { width: 22px; height: 22px; }
.tsk-osie b { font-weight: 400; color: var(--zloto-etyk); }


/* ------------------------------------------------- głos i plik do druku */

.tsk-narzedzia { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 0; }

.tsk-narzedzie {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--sans);
	font-size: 11.5px;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: var(--zloto-ciemne);
	border: 1px solid rgba(230, 196, 138, .38);
	border-radius: 7px;
	padding: 12px 20px;
	background: transparent;
	cursor: pointer;
	transition: background .2s, color .2s, border-color .2s;
}

.tsk-narzedzie:hover:not([disabled]) { background: rgba(230, 196, 138, .10); color: var(--zloto); border-color: rgba(230, 196, 138, .7); }
.tsk-narzedzie[disabled] { opacity: .5; cursor: default; }
.tsk-narzedzie svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 1.5; }


.tsk-pobierz {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 11px;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: var(--zloto-ciemne);
	text-decoration: none;
	border: 1px solid rgba(230, 196, 138, .38);
	border-radius: 6px;
	padding: 9px 16px;
	transition: background .2s, color .2s, border-color .2s;
}

.tsk-pobierz:hover { background: rgba(230, 196, 138, .10); color: var(--zloto); border-color: rgba(230, 196, 138, .7); }
.tsk-pobierz svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 1.5; }

@media (max-width: 640px) {
	.tsk-orbity { margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px; }
	.tsk-orbity > li { flex-basis: 176px; }
	.tsk-orbita { height: 258px; }
	.tsk-orbita__nazwa { font-size: 22px; }
}

/* ============================================== paski przewijania
 * Systemowy jasny pasek rozbijał ciemny kadr — zwłaszcza pod suwakiem planet,
 * gdzie leżał tuż pod fotografiami. Ten sam motyw, co na stronie „Niebo”:
 * kropkowany złoty tor niczym podziałka ekliptyki i świecąca kapsuła.
 *
 * Chrome wyłącza `::-webkit-scrollbar`, gdy gdziekolwiek pojawi się
 * `scrollbar-width`, więc wersja standardowa siedzi w bloku `@supports not`.
 */

@supports not selector(::-webkit-scrollbar) {
	#tsk-horoskop *,
	#tsk-horoskop {
		scrollbar-width: thin;
		scrollbar-color: rgba(240, 216, 164, .55) rgba(16, 12, 40, .5);
	}
}

#tsk-horoskop ::-webkit-scrollbar,
#tsk-horoskop::-webkit-scrollbar { width: 12px; height: 12px; }

#tsk-horoskop ::-webkit-scrollbar-track,
#tsk-horoskop::-webkit-scrollbar-track {
	background-color: transparent;
	background-image: repeating-linear-gradient(to bottom, rgba(240, 216, 164, .40) 0 1px, transparent 1px 7px);
	background-size: 1px 100%;
	background-position: center;
	background-repeat: repeat-y;
}

#tsk-horoskop ::-webkit-scrollbar-track:horizontal,
#tsk-horoskop::-webkit-scrollbar-track:horizontal {
	background-image: repeating-linear-gradient(to right, rgba(240, 216, 164, .40) 0 1px, transparent 1px 7px);
	background-size: 100% 1px;
	background-position: center;
	background-repeat: repeat-x;
}

#tsk-horoskop ::-webkit-scrollbar-thumb,
#tsk-horoskop::-webkit-scrollbar-thumb {
	border: 3px solid transparent;
	background-clip: padding-box;
	background-image: linear-gradient(180deg, #f8e2ab, #c79a52);
	border-radius: 9999px;
	box-shadow: 0 0 10px rgba(240, 216, 164, .45), inset 0 0 0 1px rgba(255, 240, 205, .3);
}

#tsk-horoskop ::-webkit-scrollbar-thumb:horizontal,
#tsk-horoskop::-webkit-scrollbar-thumb:horizontal {
	background-image: linear-gradient(90deg, #f8e2ab, #c79a52);
}

#tsk-horoskop ::-webkit-scrollbar-thumb:hover,
#tsk-horoskop::-webkit-scrollbar-thumb:hover {
	background-image: linear-gradient(180deg, #fff0c8, #e0b96a);
}

#tsk-horoskop ::-webkit-scrollbar-corner { background: transparent; }

/* Okno horoskopu ma własny pasek — zostawiamy mu stałe miejsce, żeby treść
   nie drgała w chwili, w której pasek się pojawia. */
#tsk-horoskop .tsk-okno-tresc { scrollbar-gutter: stable; }

/* ============================================ slider planet — jedna naraz
 * Poprzednio był przewijany rządek kart; napisy wchodziły w łuk orbity, a karty
 * miały nierówne wysokości. Teraz jest jeden slajd na raz, stała wysokość,
 * fotografia po lewej i czysty blok tekstu po prawej. Łuk orbity wyleciał —
 * kolidował z tekstem, a czytelność jest ważniejsza niż ozdobnik.
 */

.tsk-planeta-slider {
	position: relative;
	margin: 22px 0 24px;
}

.tsk-pl-okno {
	overflow: hidden;
	border-radius: 15px;
	border: 1px solid rgba(160, 111, 251, .34);
	background: #05040f;
}

.tsk-pl-tor {
	display: flex;
	transition: transform .5s cubic-bezier(.22, .61, .36, 1);
	will-change: transform;
}

.tsk-pl-slajd {
	flex: 0 0 100%;
	min-width: 0;
	display: grid;
	grid-template-columns: 42% minmax(0, 1fr);
	height: 236px;
}

.tsk-pl-slajd figure { margin: 0; position: relative; overflow: hidden; }

.tsk-pl-slajd figure img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.04);
}

/* Fotografia wtapia się w blok tekstu, żeby nie było twardej krawędzi. */
.tsk-pl-slajd figure::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, transparent 55%, #05040f 100%);
}

.tsk-pl-tresc {
	padding: 22px 26px 22px 6px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.tsk-pl-retro {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	align-self: flex-start;
	font-size: 10.5px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--zloto-cieply);
	border: 1px solid rgba(240, 216, 164, .45);
	border-radius: 999px;
	padding: 4px 12px 4px 9px;
	margin-bottom: 9px;
}

.tsk-pl-retro b { font-family: var(--serif); font-size: 14px; font-weight: 400; line-height: 1; }

.tsk-pl-nazwa {
	font-family: var(--serif);
	font-weight: 400;
	font-size: 34px;
	line-height: 1;
	color: var(--krem);
	margin: 0 0 6px;
}

.tsk-pl-gdzie {
	font-size: 11px;
	letter-spacing: .17em;
	text-transform: uppercase;
	color: var(--zloto-etyk);
	margin: 0 0 12px;
}

.tsk-pl-co {
	font-size: 13.2px;
	line-height: 1.55;
	color: #c3bcd8;
	margin: 0 0 16px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tsk-pl-wiecej {
	align-self: flex-start;
	background: transparent;
	border: 1px solid rgba(230, 196, 138, .38);
	border-radius: 6px;
	padding: 10px 18px;
	font-family: var(--sans);
	font-size: 10.5px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--zloto-ciemne);
	cursor: pointer;
	transition: background .2s, color .2s, border-color .2s;
}

.tsk-pl-wiecej:hover { background: rgba(230, 196, 138, .1); color: var(--zloto); border-color: rgba(230, 196, 138, .7); }

.tsk-pl-strzalka {
	position: absolute;
	top: 50%;
	margin-top: -19px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(10, 7, 30, .92);
	border: 1px solid rgba(230, 196, 138, .38);
	color: var(--zloto-ciemne);
	cursor: pointer;
	display: grid;
	place-items: center;
	z-index: 3;
	transition: background .2s, box-shadow .2s;
}

.tsk-pl-strzalka:hover { background: rgba(60, 34, 122, .95); box-shadow: 0 0 16px rgba(140, 88, 240, .5); }
.tsk-pl-strzalka svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 1.7; }
.tsk-pl-strzalka--w { left: -19px; }
.tsk-pl-strzalka--d { right: -19px; }

.tsk-pl-kropki { display: flex; justify-content: center; gap: 9px; margin-top: 12px; }

.tsk-pl-kropki button {
	width: 8px;
	height: 8px;
	padding: 0;
	border-radius: 2px;
	transform: rotate(45deg);
	border: 1px solid rgba(230, 196, 138, .5);
	background: transparent;
	cursor: pointer;
	transition: background .2s, box-shadow .2s;
}

.tsk-pl-kropki button[aria-current="true"] {
	background: var(--zloto-cieply);
	box-shadow: 0 0 10px rgba(249, 213, 122, .7);
}

/* ================================================= podsumowanie dla laika
 * Najpierw prosto: co się dzieje, bez nazw planet i aspektów. Szczegóły
 * zostają pod spodem dla tych, którzy chcą wiedzieć, skąd to się bierze.
 */

.tsk-podsumowanie {
	position: relative;
	margin: 0 0 24px;
	padding: 22px 24px 22px 26px;
	border: 1px solid rgba(230, 196, 138, .30);
	border-radius: 14px;
	background:
		radial-gradient(130% 160% at 0% 0%, rgba(96, 60, 190, .22), transparent 62%),
		rgba(12, 9, 34, .72);
}

.tsk-podsumowanie::before {
	content: '';
	position: absolute;
	left: 0;
	top: 18px;
	bottom: 18px;
	width: 2px;
	border-radius: 2px;
	background: linear-gradient(to bottom, transparent, var(--zloto-cieply), transparent);
}

.tsk-podsumowanie h3 {
	margin: 0 0 10px;
	font-size: 11px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--zloto-etyk);
	font-weight: 400;
	font-family: var(--sans);
}

.tsk-podsumowanie p {
	margin: 0 0 11px;
	font-size: 15.5px;
	line-height: 1.68;
	color: #ded7ee;
}

.tsk-podsumowanie p:last-child { margin-bottom: 0; }

/* Nagłówek nad szczegółami — mówi wprost, że dalej robi się technicznie. */
.tsk-szczegoly-tytul {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 26px 0 14px;
	font-size: 11px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--tekst-slaby);
	font-weight: 400;
}

.tsk-szczegoly-tytul::after {
	content: '';
	flex: 1 1 auto;
	height: 1px;
	background: linear-gradient(to right, rgba(230, 196, 138, .28), transparent);
}

/* ====================================================== własny odtwarzacz
 * Systemowy odtwarzacz przeglądarki to biała pigułka — na tej stronie wyglądał
 * jak wycięty z innego serwisu. Ten jest z tej samej rodziny co reszta:
 * złoty pierścień, kreska postępu z rombem i czas pisany wersalikami.
 */

.tsk-gra {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	margin-top: 14px;
	padding: 13px 16px;
	border: 1px solid rgba(160, 111, 251, .3);
	border-radius: 11px;
	background: rgba(10, 7, 30, .72);
}

.tsk-gra__play {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(230, 196, 138, .5);
	background: radial-gradient(circle at 50% 38%, rgba(60, 34, 122, .85), rgba(8, 5, 26, .96));
	color: var(--zloto-cieply);
	cursor: pointer;
	display: grid;
	place-items: center;
	transition: box-shadow .2s, border-color .2s;
}

.tsk-gra__play:hover { border-color: var(--zloto); box-shadow: 0 0 18px rgba(140, 88, 240, .5); }
.tsk-gra__play svg { width: 14px; height: 14px; fill: currentColor; stroke: none; }

.tsk-gra__pasek {
	flex: 1 1 auto;
	position: relative;
	height: 22px;
	cursor: pointer;
	display: flex;
	align-items: center;
	min-width: 0;
}

.tsk-gra__tor {
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	border-radius: 2px;
	background: rgba(230, 196, 138, .22);
}

.tsk-gra__wypelnienie {
	position: absolute;
	left: 0;
	height: 2px;
	width: 0;
	border-radius: 2px;
	background: linear-gradient(to right, #c79a52, #f8e2ab);
	box-shadow: 0 0 10px rgba(249, 213, 122, .55);
}

.tsk-gra__uchwyt {
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 2px;
	transform: translateX(-50%) rotate(45deg);
	background: var(--zloto-cieply);
	box-shadow: 0 0 10px rgba(249, 213, 122, .8);
	left: 0;
}

.tsk-gra__czas {
	flex: 0 0 auto;
	font-size: 11px;
	letter-spacing: .12em;
	color: var(--tekst-slaby);
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.tsk-gra__pobierz {
	flex: 0 0 auto;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	border: 1px solid rgba(230, 196, 138, .34);
	color: var(--zloto-ciemne);
	display: grid;
	place-items: center;
	text-decoration: none;
	transition: background .2s, color .2s, border-color .2s;
}

.tsk-gra__pobierz:hover { background: rgba(230, 196, 138, .1); color: var(--zloto); border-color: rgba(230, 196, 138, .7); }
.tsk-gra__pobierz svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 1.5; }

@media (max-width: 640px) {
	.tsk-pl-slajd { grid-template-columns: minmax(0, 1fr); height: auto; }
	.tsk-pl-slajd figure { height: 150px; }
	.tsk-pl-slajd figure::after { background: linear-gradient(to bottom, transparent 45%, #05040f 100%); }
	.tsk-pl-tresc { padding: 4px 20px 20px; }
	.tsk-pl-nazwa { font-size: 28px; }
	.tsk-pl-strzalka--w { left: 6px; }
	.tsk-pl-strzalka--d { right: 6px; }
	.tsk-gra__czas { display: none; }
}

/* Opis planety — stałe miejsce pod sliderem, treść zmienia się ze slajdem. */
.tsk-pl-opis {
	margin-top: 14px;
	padding: 16px 18px;
	border: 1px solid rgba(160, 111, 251, .24);
	border-radius: 12px;
	background: rgba(10, 7, 30, .55);
	min-height: 92px;
}

.tsk-pl-opis__tytul {
	margin: 0 0 7px;
	font-family: var(--serif);
	font-size: 20px;
	font-weight: 400;
	color: var(--krem);
	line-height: 1;
}

.tsk-pl-opis__tekst {
	margin: 0;
	font-size: 13.4px;
	line-height: 1.62;
	color: #a9a6b6;
}

.tsk-pl-opis__cytat {
	margin: 11px 0 0;
	font-size: 12.6px;
	line-height: 1.6;
	font-style: italic;
	color: #6f6c86;
}

.tsk-pl-opis__zrodlo {
	display: block;
	margin-top: 5px;
	font-style: normal;
	font-size: 10.5px;
	letter-spacing: .1em;
	color: #5b5570;
}

/* Drugi wiersz panelu — godzina i miejsce. Odsłania się dopiero po podaniu
   daty, bo dopóki jej nie ma, nie ma czego liczyć. */
.tsk-pola--pelne { margin-top: -4px; margin-bottom: 14px; align-items: flex-end; }
.tsk-pola--pelne[hidden] { display: none; }

.tsk-pole--miasto { position: relative; }
.tsk-pole--miasto input { width: 260px; }

.tsk-pole--miasto .tsk-podpowiedzi {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	z-index: 5;
	text-align: left;
}

@media (max-width: 640px) {
	.tsk-pole--miasto input { width: 100%; }
	.tsk-pola--pelne { width: 100%; }
}
