body {
	background-color:#ffffff;
	display: block;
	position: relative;
	padding:0;
	margin:0;
	overflow-x: hidden;
    font-family: Tahoma, arial;
	font-weight:400;
	font-size:1.2rem;
	line-height: 1.66;

	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:	"wdth" 100;
}



#navTrigger {
    display: block;
    position: fixed;
    top: 17px;
    right: 21px;
    z-index: 99999;
    border: 0px solid rgb(78 100 132 / 60%);
    width: 62px;
    max-height: 70px;
    cursor: pointer;
    background-color: rgba(255,255,255,1);
    border-radius: 10px;
    text-align: center;
    padding: 8px 0 14px 0;
    transition: 0s, 0.09s ease;    
}
#navTrigger:hover {
    background-color: rgba(255,255,255,1);
}
html._NAV_MENU_OPEN_ #navTrigger {
    border-radius: 30px;
}

html._NAV_MENU_OPEN_ #navTrigger {
    background-color: rgba(255,255,255,1);
    box-shadow: 2px -3px 11px rgba(0, 0, 0, 0.2);
}

	.nav-line {
	    display: block;
	    width: 60%;
	    height: 6px;
	    background-color: #0a0a0a;
	    border-radius: 3px;
	    margin: 7px auto 0px auto;
	    transition: 0s, 0.13s ease;
	}
	html._NAV_MENU_OPEN_ .nav-line {
	    width: 10%;
	    background-color: #0c0c0c;
	}

#navOverlay {

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    transition: 0.35s opacity 0.05s ease;
    opacity: 0;
    pointer-events: none;
    background: rgba(0,0,0,0.0);
}

@media(min-width:1270px) {
#navOverlay {

	display: grid;

    grid-template-columns: auto 25vh 25vh 25vh 25vh auto;
    grid-template-rows: auto 22vh 22vh 22vh 22vh auto;
    grid-template-areas:
        "leftCol topRow topRow topRow topRow rightCol"
        "leftCol S1 S2 S3 S4 rightCol"
        "leftCol S5 S6 S7 S8 rightCol"
        "leftCol S9 S10 S11 S12 rightCol"
        "leftCol S13 S14 S15 S16 rightCol"
        "leftCol btmRow btmRow btmRow btmRow rightCol";

}
}

html._NAV_MENU_OPEN_ #navOverlay {
    z-index: 9999;
    opacity: 1;
    pointer-events: initial;
}
@media(max-width:1270px) {
html._NAV_MENU_OPEN_ #navOverlay {
	padding:90px 0 0 0;
}
}

#CloseNavOverlay {
	display: block;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:0;
    background: radial-gradient(circle,rgba(0, 182, 241, 1) 0%, rgba(0, 182, 241, 0.73) 74%, rgba(237, 221, 83, 0) 100%);
}



#navOverlay .navSquare {
	display: block;
	width: calc(100% - 40px);
	margin: 0px auto;
    position: relative;
    z-index:10;
    text-align: center;
    color:#0a0a0a;
    font-size:0.73rem;
    border: 9px solid #00b6f1;
    border-radius:55px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #f4f4f4;
    background-size: cover;
    background-position: center center;
    transition: background-color 0.778s ease-out 0.04s;
}
@media(max-width:800px){
#navOverlay .navSquare {
	width: calc(100% - 40px);
	margin: -1rem auto;
    font-size:0.73rem;
    border: 9px solid #00b6f1;
    border-radius:55px;
    background-color: #f4f4f4;
    background-size: cover;
    background-position: center center;
    transition: background-color 0.778s ease-out 0.04s;
}
}

@media(min-width:800px) {

#navOverlay #navLeftCol { grid-area: leftCol; background-color: transparent; position: relative;}
#navOverlay #navTopRow  { grid-area: topRow;  background-color: transparent; }
#navOverlay #navBtmRow  { grid-area: btmRow;  background-color: transparent; }
#navOverlay #navRightCol{ grid-area: rightCol;background-color: transparent; }
#navOverlay #S1         { grid-area: S1;       }
#navOverlay #S2         { grid-area: S2;       }
#navOverlay #S3         { grid-area: S3;       }
#navOverlay #S4         { grid-area: S4;       }
#navOverlay #S5         { grid-area: S5;       }
#navOverlay #S6         { grid-area: S6;       }
#navOverlay #S7         { grid-area: S7;       }
#navOverlay #S8         { grid-area: S8;       }
#navOverlay #S9         { grid-area: S9;       }

#navOverlay #S10         { grid-area: S10;       }
#navOverlay #S11         { grid-area: S11;       }
#navOverlay #S12         { grid-area: S12;       }
#navOverlay #S13         { grid-area: S13;       }
#navOverlay #S14         { grid-area: S14;       }
#navOverlay #S15         { grid-area: S15;       }
#navOverlay #S16         { grid-area: S16;       }

#navOverlay #navLeftCol {
}

}


	#navOverlay .navSquare h1 {
		height: 100%;
		text-align: center;
		vertical-align: middle;
		margin: 0;
		line-height: 3rem;
	}

	@media(max-width:800px){
	#navOverlay .navSquare h1 {
		line-height: 5rem;
	}
	}

		#navOverlay .navSquare h1:before {
		    content: '';
		    display: inline-block;
		    height: 100%;
		    border: 0px solid red;
		    vertical-align: middle;
		}


		#navOverlay .navSquare a {
		    display: inline-block;
		    width: auto;
		    text-decoration: none;
		    color: #0a0a0a;
		    font-size: 1.2rem;
		    vertical-align: middle;
		    height: auto;
		}




	#nav-overlay-logo {
	    display: block;
	    position: absolute;
	    top: auto;
/*		bottom: calc(100vw * -0.5);*/
	    bottom: calc(100vw * 0.025);
	    text-align: center;
	    z-index: 199;
	    width: 100vw;
/*	    transition: bottom 1s ease-in-out 0.6s;*/
	}
	html._NAV_MENU_OPEN_ #nav-overlay-logo {
/*	    transition: bottom 0.7s ease-in-out 0.0s;*/
/*	    bottom: calc(100vw * 0.025);*/
	}
		#nav-overlay-logo img {
		    width: calc(100vw * 0.15);
		}


#top-chevrons {
	display: block;
    width: 100vw;	
	margin:0px auto 0 auto;
	position: fixed;
	text-align:center;
	z-index: 99998;
	pointer-events:none;
}
@media(max-width:1000px){
#top-chevrons {
	display:none;
}	
}
	#top-chevrons img {
		display: inline-block;
		width: calc(100vw* 0.65);
	    margin: 10px auto 0px auto;
	    border-radius: 14px;
	    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);		
	    transition: box-shadow 0.4s ease-in-out 0.1s;
	}
	html._NAV_MENU_OPEN_ #top-chevrons img {
	    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0);
	}



#top-logo {
	display: block;
	margin:0px auto 0 auto;
	position: absolute;
	text-align:center;
	z-index: 999;
    width: 100vw;
    top:calc(100vw * 0.08);	
}
	#top-logo img {
		display: inline-block;
		width: calc(100vw* 0.15);
		min-width:200px;
	    margin: 10px auto 0px auto;		
	}




section {
	display: block;
	width:auto;
	position: relative;
	border: 1px solid red;
}



#mainTop {
    display: block;
    position: relative;
    width: 100vw;
    height: auto;
    background-color: #e1e1e1;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.4);
}

	#MainTopBg {
		display: block;
		width: 100vw;
		height: calc(100vw * 0.98);
		max-height:100vh;
		position: relative;
	}

#top-slides {
	display: block;
	width: 100vw;
	height:100%;
}
	.top-slide {
		display: block;
		width: 100vw;
		height:100%;
		background-position:center 0px;
		background-size: cover;
		background-attachment: fixed;
		position: absolute;
		z-index: 0;
		opacity: 0;
		transition: z-index 0s linear,
					opacity 0.4s ease-in-out;
	}
	@media(max-width:800px){
	.top-slide {
		display: block;
		width: 100vw;
		height:100%;
		background-position:center 0px;
		background-size: auto 70vh;
		background-attachment: fixed;
	}
	}
	
	.top-slide._ON {
		z-index: 9;
		opacity: 1;
	}


#c2aBtns {
	display: block;
    width: 100vw;
    text-align: center;
    position: absolute;
    top: auto;
    bottom: calc(100vh* 0.13);
    z-index: 10;
}
	
@media(max-width:800px){
#c2aBtns {
	display: none;
}
}

	.c2aBtn {
	    display: inline-block;
	    width: calc(100vw * 0.165);
	    min-width: 180px;
	    height: auto;
	    line-height: 1;
	    padding:1rem;
	    margin: 0px 10px 0px 10px;
	    border: 1px solid #959595;
	    background-color: #e6814a;
	    color:#ffffff;
	    cursor: pointer;
	    border-radius: 3px;
	    box-shadow: 0px -4px 17px rgba(0, 0, 0, 0.4);
	    transition: 0s, 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	}
	.c2aBtn:hover {
/*		background-color:#e1e1e1;*/
/*		color:#e6814a;*/
	}
	.c2aBtn._ON {
/*		background-color:#e6814a;*/
/*		color:#FFF;*/
		padding: 5rem;
	}

	.sc.c2aBtn { background-color: #24b2ad;  }
	.bp.c2aBtn { background-color: #e6814a;  }

		/*
		.c2aBtn::before {
			content:"";
			display:inline-block;
			vertical-align:middle;
			width:1px;
			height:100%;
			border:1px solid rgba(0,0,0,0);
		}
		*/

		.c2aBtn div {
			display:inline-block;
			line-height:0;
			padding:0;
			margin:0;
			vertical-align: middle;
		}


		.c2aBtn div span {
			display:inline-block;
			width:99%;
			line-height:2.4rem;
			padding:0;
			margin:0;
			vertical-align: middle;
			font-size: 2.7rem;
		}

		/*.c2aBtn div span:first-child,*/
		.c2aBtn div span:last-child {
			opacity: 0;
			transition: opacity 0.3s linear 0s;
		}


		.c2aBtn div span:first-child {
			font-size: 4.4rem;
		    color: #fff;
		    line-height: 4.2rem;
		    font-weight: 900;
		    padding: 20px 0 0 0;
		}
		.c2aBtn div span:last-child {
			font-size: 1.5rem;
		}
			.c2aBtn div span.readmorelink a {
			    text-decoration: none;
			    font-size: 2rem;
			    color: #fff;
			    -webkit-text-stroke: 0px #0a0a0a;
			    padding: 30px 0 7px 0;
			    display: inline-block;
			    font-weight: 800;
			    border-bottom: 4px solid #666;
			}



		/*.c2aBtn._ON div span:first-child,*/
		.c2aBtn._ON div span:last-child {
			opacity: 1;
		}


#mainBody {
	text-align: center;
	line-height: 1.2rem;
}

	.introParagraph {
		padding:150px 0;
	}

	#mainBody h1 {
		text-align: center;
		margin:60px auto 70px auto;
		color:#e6814a;
		font-weight:720;
	}

	#mainBody h2 {
		text-align: center;
		margin:0px auto 0px auto;
		color:#e6814a;
		font-weight:720;
		line-height: ;
	}


	#midPageC2A {
		display: block;
		width:100%;
		text-align:center;
	}

		#midPageC2A .MPC2A_Cell {
		    display: inline-block;
		    width: calc(33vw* 0.7);
		    height: calc(33vw* 1.2);
		    margin: 0 20px 0 20px;
		    border: 2px dotted #e1e1e1;
		    border-radius: 30px;
		    background-color: #e1e1e1;
		    box-shadow: 3px 14px 16px rgba(0, 0, 0, 0.25), 
		    -5px -5px 44px rgba(0, 0, 0, 0.2);
		    overflow:hidden;
		}
		@media(max-width:800px) {
			#midPageC2A .MPC2A_Cell {
			    display: inline-block;
			    width: calc(100vw* 0.9);
			    height: calc(100vw* 0.5);
			    margin: 0 auto 20px auto;
			    border: 2px dotted #e1e1e1;
			    border-radius: 30px;
			    background-color: #e1e1e1;
			    box-shadow: 3px 14px 16px rgba(0, 0, 0, 0.25), 
			    -5px -5px 44px rgba(0, 0, 0, 0.2);
			}		
		}

		#midPageC2A .MPC2A_Cell span.c2a-bg-image {
			display:block;
			width: 100%;
			height:100%;
			background-size:cover;
			background-position:center center;
			background-repeat:no-repeat;
		}









footer {
    display: block;
    width:100vw;
    min-height:calc(100vw * 0.15);
    text-align: center;
    border: 0px solid red;
    margin: 100px auto 0px auto;
    padding:70px 0 0 0;
    background: url(/images/footer-bg.png);
    background-size:cover;
    background-position:center center;
    color: #e1e1e1;
    width: 100vw;
    box-shadow: 0px -8px 30px rgba(0, 0, 0, 0.4);
}
	footer .row {
		margin:0 auto;
	}

		.footer-cell {
		    display: inline-block;
		    vertical-align: middle;
		    width: calc(100vw * 0.185);
		    margin: 0 0vw 0px 0vw;
		    border: 0px dotted red;
		}
		@media(min-width:1025px) {
			.footer-inline-left {text-align: right;}
			.footer-inline-right {text-align: left;}
			.footer-inline-center {text-align: center;}
		}

		@media(max-width:1024px) {
		.footer-cell {
		    display: block;
		    vertical-align: top;
		    width: calc(100vw);
		    margin: 0 auto 0px auto;
		    text-align: center;
		}
		}
			.footer-cell a {
			    display: block;
			    color: #ffffff;
			    text-decoration: none;
			    line-height: 2.3rem;
			    border-bottom: 1px dotted teal;
			    padding: 0 30px 0 30px;
			}
			.footer-cell a:hover {
				color:teal;
			}

			#footer-logo {
/*				display: block;*/
/*				width: 100vw;*/
			}
				#footer-logo img {
				    width: calc(100vw * 0.11);
				    margin: 20px auto 0px auto;
				}
				#footer-logo span {
					display: block;
				    margin: 0px auto 0px auto;
				    color: #0a0a0a;
				    line-height: 2.2;
				}















/* /////// Page Setup Template /////// */

body.generic,
body.page_about {

}




	body.generic #mainTop,
	body.page_about #mainTop {
		height:110px;
		max-height:110px;
		overflow: hidden;
	}
	
	body.generic #top-logo,
	body.page_about #top-logo {
		display: block;
		margin: 0px auto 0 auto;
		position: fixed;
		text-align: left;
		z-index: 999;
		width: 100vw;
		height: 0;
		top: 10px;
		padding: 0 0 0 0;
	}
		body.generic #top-logo img,
		body.page_about #top-logo img {
		    width: calc(100vw* 0.1);
		    min-width: 120px;
		    position: relative;
		    left: calc(100vw / 2 *0.1);
		}






	#genericBody {
	    margin: 0 auto;
	    width: calc(100vw * 0.66);
	    max-width: 1400px;
	    padding: 0 20px;		
	}









.summer-programs {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
  font-family: Arial, sans-serif;
}

.summer-programs h2 {
  color: #e6814a;
  font-size: 1.8rem;
  margin-top: 3rem;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.5rem;
}

.program-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.program-card {
  background: #f8f8f8;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
  padding: 1rem;
  flex: -1 1 calc(45% - 1rem);
  min-width: 260px;
  transition: transform 0.2s ease-in-out;
}

.program-card:hover {
  transform: scale(1.02);
}

.program-card h3 {
  margin-top: 0;
  font-size: 1.2rem;
}

.program-card a {
	display:block;
	width:100%;	
  text-decoration: none;
  color: #00b6f1;
}

.program-card a:hover {
  text-decoration: underline;
}




























/* Showcased Videos - AI Generated */
/* Showcased Videos - AI Generated * /
.showcase-section {
  background: linear-gradient(180deg, #ffffff 0%, #f0f8ff 100%);
  position: relative;
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
}

.showcase-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('/images/confetti-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: 0;
}

.showcase-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 2rem;
  color: #e6814a;
  margin-bottom: 30px;
}

.carousel-container {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.carousel-track {
  display: flex;
  gap: 20px;
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}

.video-thumb {
  flex: 0 0 auto;
  width: 	240px;
  height: 	140px;
  position: relative;
  scroll-snap-align: center;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('/images/play-button.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
}

.video-thumb:hover .play-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.cta-button {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 28px;
  font-size: 1rem;
  background-color: #24b2ad;
  color: white;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #1a908a;
}

@media (max-width: 768px) {
  .video-thumb {
    width: 180px;
    height: 100px;
  }
}

.showcase-carousel-container {
  position: relative;
  padding: 40px 0;
  background-color: #f8f8f8;
  text-align: center;
}

.showcase-carousel-container h2 {
  color: #e6814a;
  margin-bottom: 20px;
  font-size: 2rem;
}

.showcase-carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  gap: 20px;
}

.video-thumb {
  flex: 0 0 auto;
  width: 250px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.video-thumb:hover {
  transform: translateY(-5px);
}

.video-thumbnail {
  width: 100%;
  height: auto;
  display: block;
}

.video-title {
  font-size: 1rem;
  padding: 8px;
  color: #333;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(230,129,74,0.9);
  color: white;
  font-size: 2rem;
  border: none;
  padding: 10px 16px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

.carousel-btn.prev {
  left: 10px;
}

.carousel-btn.next {
  right: 10px;
}





*/




























/* new AI code */
.showcase-section {
  background: url('/images/bg-confetti.png') center center no-repeat;
  background-size: cover;
  padding: 150px 0px;
  color: white;
}

.showcase-inner {
  max-width: calc(100vw - 150px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.showcase-thumbnails {
  display: flex;
  gap: calc(100vw * 0.01);
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}

.showcase-thumbnails::-webkit-scrollbar {
  display: none;
}

.video-thumb {
  position: relative;
  flex: 0 0 auto;
  width: 28vw;
  max-width: 300px;
  aspect-ratio: 3 / 2;
  border-radius: 20px;
  overflow: hidden;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:  100px;
  height: 100px;
  background: orange;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M8 5v14l11-7z"/></svg>') center / contain no-repeat;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M8 5v14l11-7z"/></svg>') center / contain no-repeat;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: orange;
  border: none;
  color: white;
  font-size: 24px;
  padding: 8px 12px;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.carousel-btn.left { 	left: 	10px; }
.carousel-btn.right { 	right: 	10px; }

.showcase-text {
  text-align: center;
}

.showcase-text h2 {
	font-size: 3.85rem;
    margin-bottom: 20px;
    color: white;
    width: auto;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 60%;
    line-height: 4.2rem;
}

.cta-button {
	display: inline-block;
    background-color: #00b3b3;
    color: white;
    padding: 30px 50px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3sease;
    vertical-align: middle;
    margin: 0 0 0 40px;
    font-size: 2.1rem;
    width: auto;
}

.cta-button:hover {
  background-color: #008f8f;
}

@media (max-width: 768px) {
  .carousel-btn {
    font-size: 20px;
    padding: 6px 10px;
  }

  .showcase-text {
    text-align: center;
  }
}









































:root {
  --space: 1rem;
  --bg: #09090b;
  --fg: #e3e3e3;
  --surface-1: #101012;
  --surface-2: #27272a;
  --surface-3: #52525b;
  --ease-out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease-in-out: cubic-bezier(0.45, 0, 0.55, 1);
}

* {
  box-sizing: border-box;
}


/*
height,
body {
  height: 100%;
}

body {
  display: grid;
  color: var(--fg);
  background: var(--bg);
  padding: var(--space);
  min-height: 100vh;
}
* /
main {
  display: grid;
  grid-template-columns: repeat(var(--count, 1), 1fr);
  gap: var(--space);
  margin: auto;
  inline-size: min(var(--max, 15rem), 100%);

  @media (min-width: 25rem) {
    --count: 2;
    --max: 30rem;
  }

  @media (min-width: 45rem) {
    --count: 4;
    --max: 60rem;
  }
}
*/


.card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-areas: "card";
  place-items: center;
  aspect-ratio: 4/5;
  border: 1px solid var(--surface-2);
  isolation: isolate;
  transition: border-color 200ms var(--ease-out);
  user-select: none;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
      circle at bottom left,
      transparent 55%,
      var(--surface-1)
    );
    pointer-events: none;
    box-shadow: var(--bg) -0.5cqi 0.5cqi 2.5cqi inset;
    transition: opacity 900ms var(--ease-out);
  }

  &::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    aspect-ratio: 1;
    background: radial-gradient(circle, var(--bg), transparent 65%);
    opacity: 0;
    transition: opacity 800ms var(--ease-out);
  }

  > * {
    grid-area: card;
  }

  svg {
    position: relative;
    z-index: 1;
    width: 30%;
    height: auto;
    color: var(--surface-3);
    transition: 300ms var(--ease-out);
    transition-property: color, scale;
  }

  button {
    opacity: 0;
  }

  &:focus-within {
    outline: 5px auto Highlight;
    outline: 5px auto -webkit-focus-ring-color;
  }

  &:where(:hover, :focus-within) {
    border-color: var(--active-color, var(--fg));
    transition: border-color 800ms var(--ease-in-out);
  }

  &:where(:hover, :focus-within) svg {
    color: var(--active-color, var(--fg));
    scale: 1.1;
    transition: 300ms var(--ease-in-out);
  }

  &:where(:hover, :focus-within)::before {
    opacity: 0;
  }

  &:where(:hover, :focus-within)::after {
    opacity: 1;
  }
}





Resources

































