:root{--bg-start:#3db244;--bg-middle:#16982b;--bg-end:#1a4a1b}@keyframes fadeInBackgroundImage{0%{opacity:0}to{opacity:1}}.homepage-wrapper{background:radial-gradient(circle at 50% 40%,#fff 0%,#ddeeda 40%,#16982b 100%);flex-direction:column;flex:1;align-items:center;width:100%;display:flex}.container{background-image:radial-gradient(circle, var(--bg-start) 0%, var(--bg-middle) 35%, var(--bg-end) 100%);background-color:var(--bg-start);color:#fff;will-change:opacity;opacity:0;border-radius:2px;flex-direction:column;justify-content:center;align-items:stretch;width:100%;max-width:60rem;animation:1s ease-in-out .2s forwards fadeInBackgroundImage;display:flex;position:relative;box-shadow:0 1px 1px #0003,0 1px 2px #0003}.content{flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex;position:relative}.content h1,.content h2{font-family:Georgia,serif}.content h1{text-shadow:1px 1px 2px #00000040;white-space:nowrap;align-items:baseline;font-size:3.5rem;line-height:normal}@keyframes rainbow-flow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.content h1 span{font-size:2.2rem}.content p{flex-shrink:0;max-width:100%;margin:10px 0;padding:0 10rem;font-size:18px;line-height:1.5}.content ul{flex-shrink:0;max-width:100%;margin:0;padding:0 10rem;list-style-type:none}.content p,li{word-break:break-word;white-space:normal}.content li{text-align:left;margin:10px 0;font-size:18px;line-height:1}.logo{width:4rem;height:4rem;margin-right:1rem;transform:translateY(.25rem)}.intro-content{text-align:center;padding:1rem}.intro-content h3{margin-top:.5rem;margin-bottom:.5rem;font-size:1.2rem}.intro-content p{color:#555;font-size:.9rem}.links{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;padding-bottom:1rem;display:flex}.links a{color:#fff;transition:color .3s}.links a:hover{color:#bcddb7;text-decoration-style:wavy;text-decoration-thickness:1px}footer{text-align:center;color:silver;box-sizing:border-box;border-top:1px solid silver;justify-content:space-around;gap:1rem;width:100%;padding:0 1rem;font-size:xx-small;display:flex}footer p{font-size:xx-small}footer p:first-child{flex:1}footer p:nth-of-type(2){flex:2}footer nav{align-items:center;gap:1rem;display:flex}footer a{color:silver;transition:color .3s}footer a:hover{color:#ddeeda;text-decoration-style:wavy;text-decoration-thickness:1px}.four-leaf{z-index:2;width:210px;height:210px;position:relative}.four-leaf a{text-align:center;color:#fff;background:linear-gradient(135deg,#34eb83,#3cba54);width:100px;height:100px;line-height:60px;transition:transform .3s ease-in-out,background .3s ease-in-out;display:block;position:absolute;box-shadow:0 4px 6px #0000004d}.four-leaf a.leaf-left-top{border-radius:50px 50px 0;top:0;left:0}.four-leaf a.leaf-right-top{border-radius:50px 50px 50px 0;top:0;right:0}.four-leaf a.leaf-left-bottom{border-radius:50px 0 50px 50px;bottom:0;left:0}.four-leaf a.leaf-right-bottom{border-radius:0 50px 50px;bottom:0;right:0}.tooltip{color:#fff;white-space:nowrap;padding:5px 10px;display:none;position:absolute;top:10px;left:50%;transform:translate(-50%)}.four-leaf a:hover .tooltip{display:block}.four-leaf a:hover{background:linear-gradient(135deg,#34ebeb,#228b22);transform:scale(1.1);box-shadow:0 8px 12px #0006}.four-leaf a:active{background:linear-gradient(135deg,#1e90ff,#3cba54);transform:scale(.9);box-shadow:0 2px 4px #0000004d}.hero{background-color:#bcddb7;border-radius:5px;flex-direction:row;justify-content:center;align-items:stretch;gap:1rem;padding:1rem;display:flex;position:relative;overflow:visible}.content-left{z-index:1;background:#fffc;border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;max-width:25rem;padding:2rem;display:flex;position:relative;box-shadow:0 4px 10px #0000001a}.carousel-container{background:#fffc;border-radius:8px;flex:2;align-items:center;min-width:30rem;min-height:300px;padding:.5rem;display:flex;position:relative;box-shadow:0 4px 10px #0000001a}.carousel{width:100%;height:100%;position:relative;overflow:hidden}.carousel-inner{width:100%;height:100%;min-height:300px;position:relative}.carousel-inner a{text-decoration:none}.carousel-item{opacity:0;background:#fffffff2;border-radius:5px;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s ease-in-out;display:flex;position:absolute;top:0;left:0}.carousel-item.active{opacity:1}.intro-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;padding:.5rem;display:flex}.intro-content-wrapper .icon{justify-content:center;align-items:center;margin-bottom:.5rem;padding:10px;display:inline-flex;position:relative}.main-icon-display{z-index:1;text-shadow:1px 1px 2px #006400;font-size:2.5rem;position:relative}.main-icon-display:hover{transform:translateY(1px)}.stars-arc-container{opacity:0;transform-origin:50%;pointer-events:none;width:1px;height:1px;position:absolute;top:50%;left:50%}.intro-content-wrapper:hover .stars-arc-container{opacity:1;animation:5s ease-in-out forwards rotateAndFadeArc}@keyframes rotateAndFadeArc{0%{opacity:1;transform:rotate(0)scale(1)}45%{opacity:1;transform:rotate(360deg)scale(1)}55%{opacity:1;transform:rotate(360deg)scale(1.1)}60%{opacity:1;transform:rotate(360deg)scale(1)}65%{opacity:.8;transform:rotate(360deg)scale(1)}to{opacity:0;transform:rotate(-10deg)scale(0)}}.deco-star-arc{color:gold;text-shadow:.1px .5px .5px #00000040;font-size:.3rem;position:absolute}.star-visual{display:inline-block}.intro-content-wrapper:hover .star-visual{animation:5s ease-in-out forwards individualStarScale}@keyframes individualStarScale{0%{transform:scale(0)}25%{transform:scale(1.5)}50%{transform:scale(2)}75%{transform:scale(1.5)}to{transform:scale(0)}}.deco-star-arc.star-1{transform:rotate(-160deg)translate(60px)rotate(160deg)}.deco-star-arc.star-2{transform:rotate(-145deg)translate(60px)rotate(145deg)}.deco-star-arc.star-3{transform:rotate(-130deg)translate(60px)rotate(130deg)}.deco-star-arc.star-4{transform:rotate(-115deg)translate(60px)rotate(115deg)}.deco-star-arc.star-5{transform:rotate(-100deg)translate(60px)rotate(100deg)}.deco-star-arc.star-6{transform:rotate(-80deg)translate(60px)rotate(80deg)}.deco-star-arc.star-7{transform:rotate(-65deg)translate(60px)rotate(65deg)}.deco-star-arc.star-8{transform:rotate(-50deg)translate(60px)rotate(50deg)}.deco-star-arc.star-9{transform:rotate(-35deg)translate(60px)rotate(35deg)}.deco-star-arc.star-10{transform:rotate(-20deg)translate(60px)rotate(20deg)}.intro-content h3{color:#006400;text-shadow:1px 1px 2px silver;margin:0;font-size:1.5rem;font-weight:700}.intro-content p{color:#2e7d32;max-width:80%;margin:0;padding-left:0;padding-right:0;font-size:1.2rem;line-height:1.6}@media (max-width:768px){.hero{flex-direction:column}.carousel-container{width:100%;min-width:unset;min-height:200px}.content-left{width:100%}}.carousel-control-prev,.carousel-control-next{cursor:pointer;z-index:2;color:#006400;background:#228b2233;border:none;border-radius:4px;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;font-size:1.5rem;font-weight:700;transition:background-color .3s;display:flex;position:absolute;top:calc(50% - 1rem)}.carousel-control-prev{left:1px}.carousel-control-next{right:1px}.carousel-control-prev:hover,.carousel-control-next:hover{background:#228b2266}.carousel-indicators{z-index:2;background:#ffffff80;border-radius:1rem;gap:.5rem;padding:.5rem;display:flex;position:absolute;bottom:.5rem;left:50%;transform:translate(-50%)}.indicator{cursor:pointer;background:#228b224d;border:none;border-radius:50%;width:.5rem;height:.5rem;padding:0}.indicator.active{background:#228b22cc}@keyframes pulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.content-left:before,.content-left:after{content:"";filter:blur(30px);pointer-events:none;z-index:0;background:#ddeeda66;border-radius:50%;animation:3s infinite pulse;position:absolute}.content-left:before{width:150px;height:150px;top:-30px;left:-30px}.content-left:after{width:180px;height:180px;bottom:-50px;right:-50px}.content-left h2{text-align:center;color:#006400;text-shadow:0 2px 4px #0000001a;white-space:normal;margin:0;font-family:Arial,Helvetica,sans-serif;font-size:1.2rem;font-weight:600;line-height:1.5}.content-left p{color:#555;padding:.5rem;font-size:1.2rem;line-height:1.5}@media (max-width:768px){.logo{margin:1rem auto;display:block}.content h1{font-size:2.5rem;line-height:1.2}.content h1 span{font-size:1.5rem}.content h2{font-size:1.5rem;line-height:1.2}.content h2:first-of-type{margin-bottom:.5rem;font-size:1.2rem}.content h3{line-height:1}.content p{padding:0 1rem;font-size:16px;line-height:1.4}.content ul{padding:0 1rem}.content li{font-size:14px;line-height:1.2}.content.links{gap:.5rem;margin:.5rem 0}.hero{flex-direction:column;align-items:center}.content-left,.books-index{width:100%}.books-index{order:1}.content-left{order:2}footer{text-align:center;flex-direction:column-reverse;gap:.5rem}footer nav{justify-content:space-between;align-items:center;margin-top:.5rem;padding:0 1rem}footer p{text-align:left;width:100%;margin-top:1rem;padding:0 1rem}}@media (max-width:480px){.content h1{font-size:2rem;line-height:1.2}.content h1 span{font-size:1.5rem}}.no-animation .container{opacity:1;animation:none}
