:root
{
	--MinTouchTarget: 44px;
}

.hidden
{
	display: none !important;
}

input, button, select
{
	min-height: var(--MinTouchTarget);
	min-width: var(--MinTouchTarget);
}

#BottoneCopiaPromptAI
{
	padding: 0.5rem calc(10px + 0.75rem);
	box-sizing: border-box;
}

#ContenitoreSvg
{
	width: clamp(280px, 100%, 600px);
	aspect-ratio: 1 / 1;
	margin: 0px auto;
	border-radius: 50%;
	background: rgb(255, 255, 255);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#ContenitoreSvg svg
{
	width: 100%;
	height: 100%;
}

#IndicatoreCaricamento
{
	display: none;
	text-align: center;
	padding: 1rem;
}

.spinner
{
	display: inline-block;
	width: 2rem;
	height: 2rem;
	border-width: 3px;
	border-style: solid;
	border-color: rgb(79, 70, 229) rgba(79, 70, 229, 0.2) rgba(79, 70, 229, 0.2);
	border-image: initial;
	border-radius: 50%;
	animation: 0.8s linear 0s infinite normal none running ruota;
}

@keyframes ruota
{
	100%
	{
		transform: rotate(360deg);
	}
}

#ListaSuggerimenti
{
	position: absolute;
	top: 100%;
	left: 0px;
	right: 0px;
	margin-top: 0.25rem;
	z-index: 50;
	background: white;
	border: 1px solid rgb(209, 213, 219);
	border-radius: 0.375rem;
	max-height: 200px;
	overflow-y: auto;
	display: none;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
}

#ListaSuggerimenti.visibile
{
	display: block;
}

#IndicatoreCaricamento.visibile
{
	display: block;
}

.suggerimento-item
{
	padding: 0.625rem 0.75rem;
	cursor: pointer;
	min-height: var(--MinTouchTarget);
	display: flex;
	align-items: center;
}

.suggerimento-item:hover, .suggerimento-item:focus
{
	background: rgb(238, 242, 255);
}

.interpretazione-pianeta
{
	margin-bottom: 1rem;
	padding: 0.75rem;
	border-left: 3px solid rgb(99, 102, 241);
	background: rgb(250, 250, 250);
	border-radius: 0px 0.375rem 0.375rem 0px;
}

.aspetto-item
{
	display: inline-block;
	margin: 0.25rem;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	font-size: 0.85rem;
}

.aspetto-conjunction
{
	background: rgb(219, 234, 254);
	color: rgb(30, 64, 175);
}

.aspetto-sextile
{
	background: rgb(209, 250, 229);
	color: rgb(6, 95, 70);
}

.aspetto-square
{
	background: rgb(254, 226, 226);
	color: rgb(153, 27, 27);
}

.aspetto-trine
{
	background: rgb(209, 250, 229);
	color: rgb(6, 95, 70);
}

.aspetto-opposition
{
	background: rgb(254, 226, 226);
	color: rgb(153, 27, 27);
}

*, ::after, ::before
{
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:;
	--tw-pan-y:;
	--tw-pinch-zoom:;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:;
	--tw-gradient-via-position:;
	--tw-gradient-to-position:;
	--tw-ordinal:;
	--tw-slashed-zero:;
	--tw-numeric-figure:;
	--tw-numeric-spacing:;
	--tw-numeric-fraction:;
	--tw-ring-inset:;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59,130,246,.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:;
	--tw-brightness:;
	--tw-contrast:;
	--tw-grayscale:;
	--tw-hue-rotate:;
	--tw-invert:;
	--tw-saturate:;
	--tw-sepia:;
	--tw-drop-shadow:;
	--tw-backdrop-blur:;
	--tw-backdrop-brightness:;
	--tw-backdrop-contrast:;
	--tw-backdrop-grayscale:;
	--tw-backdrop-hue-rotate:;
	--tw-backdrop-invert:;
	--tw-backdrop-opacity:;
	--tw-backdrop-saturate:;
	--tw-backdrop-sepia:;
	--tw-contain-size:;
	--tw-contain-layout:;
	--tw-contain-paint:;
	--tw-contain-style:;
}

::backdrop
{
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:;
	--tw-pan-y:;
	--tw-pinch-zoom:;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:;
	--tw-gradient-via-position:;
	--tw-gradient-to-position:;
	--tw-ordinal:;
	--tw-slashed-zero:;
	--tw-numeric-figure:;
	--tw-numeric-spacing:;
	--tw-numeric-fraction:;
	--tw-ring-inset:;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59,130,246,.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:;
	--tw-brightness:;
	--tw-contrast:;
	--tw-grayscale:;
	--tw-hue-rotate:;
	--tw-invert:;
	--tw-saturate:;
	--tw-sepia:;
	--tw-drop-shadow:;
	--tw-backdrop-blur:;
	--tw-backdrop-brightness:;
	--tw-backdrop-contrast:;
	--tw-backdrop-grayscale:;
	--tw-backdrop-hue-rotate:;
	--tw-backdrop-invert:;
	--tw-backdrop-opacity:;
	--tw-backdrop-saturate:;
	--tw-backdrop-sepia:;
	--tw-contain-size:;
	--tw-contain-layout:;
	--tw-contain-paint:;
	--tw-contain-style:;
}

*, ::after, ::before
{
	border: 0px solid rgb(229, 231, 235);
	box-sizing: border-box;
}

::after, ::before
{
	--tw-content: "";
}

:host, html
{
	line-height: 1.5;
	text-size-adjust: 100%;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings: normal;
	font-variation-settings: normal;
	tab-size: 4;
	-webkit-tap-highlight-color: transparent;
}

body
{
	line-height: inherit;
	margin: 0px;
}

abbr:where([title])
{
	text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6
{
	font-size: inherit;
	font-weight: inherit;
}

button, input, optgroup, select, textarea
{
	color: inherit;
	font-family: inherit;
	font-feature-settings: inherit;
	font-size: 100%;
	font-variation-settings: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0px;
	padding: 0px;
}

button, select
{
	text-transform: none;
}

button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"])
{
	appearance: button;
	background-color: transparent;
	background-image: none;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button
{
	height: auto;
}

::-webkit-search-decoration
{
	appearance: none;
}

::-webkit-file-upload-button
{
	appearance: button;
	font: inherit;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre
{
	margin: 0px;
}

input::placeholder, textarea::placeholder
{
	color: rgb(156, 163, 175);
	opacity: 1;
}

[role="button"], button
{
	cursor: pointer;
}

:disabled
{
	cursor: default;
}

audio, canvas, embed, iframe, img, object, svg, video
{
	display: block;
	vertical-align: middle;
}

[hidden]:where(:not([hidden="until-found"]))
{
	display: none;
}

.container
{
	width: 100%;
}

@media (min-width: 640px)
{
	.container
	{
		max-width: 640px;
	}
}

@media (min-width: 768px)
{
	.container
	{
		max-width: 768px;
	}
}

@media (min-width: 1024px)
{
	.container
	{
		max-width: 1024px;
	}
}

@media (min-width: 1280px)
{
	.container
	{
		max-width: 1280px;
	}
}

@media (min-width: 1536px)
{
	.container
	{
		max-width: 1536px;
	}
}

.relative
{
	position: relative;
}

.mx-auto
{
	margin-left: auto;
	margin-right: auto;
}

.mb-1
{
	margin-bottom: 0.25rem;
}

.mb-2
{
	margin-bottom: 0.5rem;
}

.mb-3
{
	margin-bottom: 0.75rem;
}

.mb-4
{
	margin-bottom: 1rem;
}

.mb-6
{
	margin-bottom: 1.5rem;
}

.mb-8
{
	margin-bottom: 2rem;
}

.mt-1
{
	margin-top: 0.25rem;
}

.mt-2
{
	margin-top: 0.5rem;
}

.mt-4
{
	margin-top: 1rem;
}

.mt-6
{
	margin-top: 1.5rem;
}

.flex
{
	display: flex;
}

.grid
{
	display: grid;
}

.h-2
{
	height: 0.5rem;
}

.h-full
{
	height: 100%;
}

.min-h-\[1\.5rem\]
{
	min-height: 1.5rem;
}

.min-h-screen
{
	min-height: 100vh;
}

.w-full
{
	width: 100%;
}

.min-w-0
{
	min-width: 0px;
}

.max-w-4xl
{
	max-width: 56rem;
}

.max-w-full
{
	max-width: 100%;
}

.shrink-0
{
	flex-shrink: 0;
}

.flex-grow
{
	flex-grow: 1;
}

.grid-cols-1
{
	grid-template-columns: repeat(1, minmax(0px, 1fr));
}

.flex-col
{
	flex-direction: column;
}

.flex-wrap
{
	flex-wrap: wrap;
}

.items-center
{
	align-items: center;
}

.items-stretch
{
	align-items: stretch;
}

.justify-between
{
	justify-content: space-between;
}

.gap-3
{
	gap: 0.75rem;
}

.gap-4
{
	gap: 1rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden])
{
	--tw-space-y-reverse: 0;
	margin-bottom: calc(.5rem*var(--tw-space-y-reverse));
	margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)));
}

.space-y-6 > :not([hidden]) ~ :not([hidden])
{
	--tw-space-y-reverse: 0;
	margin-bottom: calc(1.5rem*var(--tw-space-y-reverse));
	margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
}

.rounded
{
	border-radius: 0.25rem;
}

.rounded-full
{
	border-radius: 9999px;
}

.rounded-lg
{
	border-radius: 0.5rem;
}

.rounded-md
{
	border-radius: 0.375rem;
}

.rounded-r-md
{
	border-bottom-right-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
}

.border
{
	border-width: 1px;
}

.border-b
{
	border-bottom-width: 1px;
}

.border-l-4
{
	border-left-width: 4px;
}

.border-emerald-500
{
	--tw-border-opacity: 1;
	border-color: rgb(16 185 129/var(--tw-border-opacity,1));
}

.border-gray-200
{
	--tw-border-opacity: 1;
	border-color: rgb(229 231 235/var(--tw-border-opacity,1));
}

.border-gray-300
{
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219/var(--tw-border-opacity,1));
}

.border-indigo-100
{
	--tw-border-opacity: 1;
	border-color: rgb(224 231 255/var(--tw-border-opacity,1));
}

.border-indigo-200
{
	--tw-border-opacity: 1;
	border-color: rgb(199 210 254/var(--tw-border-opacity,1));
}

.border-orange-500
{
	--tw-border-opacity: 1;
	border-color: rgb(249 115 22/var(--tw-border-opacity,1));
}

.bg-blue-100
{
	--tw-bg-opacity: 1;
	background-color: rgb(219 234 254/var(--tw-bg-opacity,1));
}

.bg-gray-100
{
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246/var(--tw-bg-opacity,1));
}

.bg-gray-50
{
	--tw-bg-opacity: 1;
	background-color: rgb(249 250 251/var(--tw-bg-opacity,1));
}

.bg-green-50
{
	--tw-bg-opacity: 1;
	background-color: rgb(240 253 244/var(--tw-bg-opacity,1));
}

.bg-indigo-50
{
	--tw-bg-opacity: 1;
	background-color: rgb(238 242 255/var(--tw-bg-opacity,1));
}

.bg-indigo-600
{
	--tw-bg-opacity: 1;
	background-color: rgb(79 70 229/var(--tw-bg-opacity,1));
}

.bg-orange-100
{
	--tw-bg-opacity: 1;
	background-color: rgb(255 237 213/var(--tw-bg-opacity,1));
}

.bg-orange-50
{
	--tw-bg-opacity: 1;
	background-color: rgb(255 247 237/var(--tw-bg-opacity,1));
}

.bg-slate-200
{
	--tw-bg-opacity: 1;
	background-color: rgb(226 232 240/var(--tw-bg-opacity,1));
}

.bg-white
{
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255/var(--tw-bg-opacity,1));
}

.bg-yellow-100
{
	--tw-bg-opacity: 1;
	background-color: rgb(254 249 195/var(--tw-bg-opacity,1));
}

.p-3
{
	padding: 0.75rem;
}

.p-4
{
	padding: 1rem;
}

.p-5
{
	padding: 1.25rem;
}

.p-6
{
	padding: 1.5rem;
}

.px-2
{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.px-4
{
	padding-left: 1rem;
	padding-right: 1rem;
}

.py-1
{
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
}

.py-3
{
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.py-8
{
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.pb-2
{
	padding-bottom: 0.5rem;
}

.pl-3
{
	padding-left: 0.75rem;
}

.text-center
{
	text-align: center;
}

.text-right
{
	text-align: right;
}

.font-sans
{
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-2xl
{
	font-size: 1.5rem;
	line-height: 2rem;
}

.text-3xl
{
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.text-base
{
	font-size: 1rem;
	line-height: 1.5rem;
}

.text-lg
{
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.text-sm
{
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.text-xl
{
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.text-xs
{
	font-size: 0.75rem;
	line-height: 1rem;
}

.font-bold
{
	font-weight: 700;
}

.font-medium
{
	font-weight: 500;
}

.font-semibold
{
	font-weight: 600;
}

.uppercase
{
	text-transform: uppercase;
}

.leading-normal
{
	line-height: 1.5;
}

.leading-relaxed
{
	line-height: 1.625;
}

.leading-snug
{
	line-height: 1.375;
}

.tracking-normal
{
	letter-spacing: 0px;
}

.tracking-wide
{
	letter-spacing: 0.025em;
}

.text-blue-800
{
	--tw-text-opacity: 1;
	color: rgb(30 64 175/var(--tw-text-opacity,1));
}

.text-emerald-800
{
	--tw-text-opacity: 1;
	color: rgb(6 95 70/var(--tw-text-opacity,1));
}

.text-gray-500
{
	--tw-text-opacity: 1;
	color: rgb(107 114 128/var(--tw-text-opacity,1));
}

.text-gray-600
{
	--tw-text-opacity: 1;
	color: rgb(75 85 99/var(--tw-text-opacity,1));
}

.text-gray-700
{
	--tw-text-opacity: 1;
	color: rgb(55 65 81/var(--tw-text-opacity,1));
}

.text-gray-800
{
	--tw-text-opacity: 1;
	color: rgb(31 41 55/var(--tw-text-opacity,1));
}

.text-gray-900
{
	--tw-text-opacity: 1;
	color: rgb(17 24 39/var(--tw-text-opacity,1));
}

.text-indigo-600
{
	--tw-text-opacity: 1;
	color: rgb(79 70 229/var(--tw-text-opacity,1));
}

.text-indigo-700
{
	--tw-text-opacity: 1;
	color: rgb(67 56 202/var(--tw-text-opacity,1));
}

.text-indigo-800
{
	--tw-text-opacity: 1;
	color: rgb(55 48 163/var(--tw-text-opacity,1));
}

.text-indigo-900
{
	--tw-text-opacity: 1;
	color: rgb(49 46 129/var(--tw-text-opacity,1));
}

.text-orange-800
{
	--tw-text-opacity: 1;
	color: rgb(154 52 18/var(--tw-text-opacity,1));
}

.text-slate-800
{
	--tw-text-opacity: 1;
	color: rgb(30 41 59/var(--tw-text-opacity,1));
}

.text-white
{
	--tw-text-opacity: 1;
	color: rgb(255 255 255/var(--tw-text-opacity,1));
}

.text-yellow-800
{
	--tw-text-opacity: 1;
	color: rgb(133 77 14/var(--tw-text-opacity,1));
}

.shadow-lg
{
	--tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.shadow-md
{
	--tw-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);
}

.shadow-md, .shadow-sm
{
	box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.shadow-sm
{
	--tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
}

.transition
{
	transition-duration: 0.15s;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-300
{
	transition-duration: 0.3s;
}

.hover\:bg-indigo-700:hover
{
	--tw-bg-opacity: 1;
	background-color: rgb(67 56 202/var(--tw-bg-opacity,1));
}

.focus\:outline-none:focus
{
	outline: transparent solid 2px;
	outline-offset: 2px;
}

.focus\:ring-2:focus
{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);
}

.focus\:ring-indigo-500:focus
{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(99 102 241/var(--tw-ring-opacity,1));
}

.disabled\:cursor-not-allowed:disabled
{
	cursor: not-allowed;
}

.disabled\:opacity-50:disabled
{
	opacity: 0.5;
}

@media (min-width: 640px)
{
	.sm\:w-auto
	{
		width: auto;
	}

	.sm\:min-w-\[12rem\]
	{
		min-width: 12rem;
	}

	.sm\:max-w-sm
	{
		max-width: 24rem;
	}

	.sm\:flex-1
	{
		flex: 1 1 0%;
	}

	.sm\:flex-row
	{
		flex-direction: row;
	}

	.sm\:items-end
	{
		align-items: flex-end;
	}

	.sm\:justify-between
	{
		justify-content: space-between;
	}

	.sm\:gap-6
	{
		gap: 1.5rem;
	}

	.sm\:text-right
	{
		text-align: right;
	}
}

@media (min-width: 768px)
{
	.md\:grid-cols-2
	{
		grid-template-columns: repeat(2, minmax(0px, 1fr));
	}
}

/*
 * Pagina oroscopo.html: il preflight Tailwind imposta img { display:block } su tutte le img.
 * Si annulla solo dentro l’header sito, senza padding/extra su .ClsDivHeader (come Sito.css).
 * Logo: 51×48 come sulle altre pagine; .ClsTopLogo senza dimensioni fisse (comportamento auto).
 * Non impostare «left» qui: include/Sito.css usa max-width 850px per left:50px (spazio hamburger);
 * con left:10px e specificità maggiore si annullava quella regola tra 769px e 850px (sovrapposizione).
 */
.ClsDivHeader .ClsTopLogo
{
	top: 1px;
	position: relative;
	font-weight: bold;
	color: #e08000;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
}

.ClsDivHeader .ClsTopLogo img
{
	display: inline !important;
	vertical-align: baseline;
	width: 51px;
	height: 48px;
	max-width: none;
	max-height: none;
	box-sizing: content-box;
}

.ClsDivHeader .ClsSpanLogo
{
	position: relative;
	margin-left: 5px;
	top: -18px;
	color: rgb(24, 60, 94);
	width: auto;
	height: auto;
}

/* Titolo “Global Birth Chart Engine” nell’header viola dell’app */
#DivContenuti > div > header.bg-indigo-600
{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}

#DivContenuti > div > header.bg-indigo-600 #TitoloPrincipale
{
	text-align: center;
	width: 100%;
	max-width: 100%;
}
