@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&family=Open+Sans:wght@300;400;600;700&display=swap";:root{font-family:Open Sans,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fdfeff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#fdfeff}a{font-weight:500;color:#028dbf;text-decoration:inherit}a:hover{color:#026a8f}button{font-family:Open Sans,sans-serif;cursor:pointer}button:focus,button:focus-visible{outline:2px solid #028dbf;outline-offset:2px}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Open Sans,sans-serif;color:#333;background-color:#fdfeff}.layout{min-height:100vh;display:flex;flex-direction:column;margin:0 auto;padding:0;max-width:1400px;width:100%;box-shadow:0 0 20px #0000001a}.header{color:#fff;padding:0;width:100%;background:linear-gradient(135deg,#1e3c72d9,#2a5298d9,#7e8ba3d9),url(/back.jpg);background-attachment:scroll;background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;overflow:visible;min-height:450px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 10px 40px #0003}.header:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.05) 0%,transparent 50%);pointer-events:none;z-index:1}.header:after{content:"";position:absolute;bottom:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:1}.header-top{padding:1.5rem 2rem;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;position:relative;z-index:2;animation:slideInLeft .8s ease-out;gap:1.5rem}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.header-bottom{padding:2rem;display:flex;align-items:flex-end;justify-content:flex-start;position:relative;z-index:2}.logo-section{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:fit-content;flex-shrink:0}.herb{width:150px;height:150px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));transition:transform .3s ease;animation:slideInDown .8s ease-out}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.herb:hover{transform:scale(1.05)}.herb-label{color:#fff;font-size:.9rem;font-weight:600;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.header-text{flex:1;display:flex;flex-direction:column;justify-content:center}.header-subtitle{color:#fffffff2;font-size:1.1rem;font-weight:500;margin:.2rem 0;line-height:1.5}.site-title{font-family:Playfair Display,serif;font-size:2.8rem;font-weight:800;margin:0;color:#fff;text-shadow:3px 3px 6px rgba(0,0,0,.3);letter-spacing:1px;display:block;height:auto;line-height:1.2;margin-top:.5rem}.nav{display:flex;flex-wrap:wrap;gap:1rem;margin:0;width:100%;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.15)}.nav-item{position:relative;display:inline-block}.nav-link-button{border:none;background:#ffffff26;color:#fff;font:inherit;padding:.9rem 1.8rem;border-radius:50px;cursor:pointer}.nav-item.has-dropdown:hover .nav-dropdown.open,.nav-item.has-dropdown:focus-within .nav-dropdown.open,.nav-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown{position:absolute;left:0;top:calc(100% + .4rem);min-width:280px;background:#fffffffa;border-radius:18px;box-shadow:0 14px 35px #00000040;padding:.5rem .6rem;display:flex;flex-direction:column;gap:.25rem;opacity:0;visibility:hidden;transform:translateY(5px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease;z-index:20}.nav-dropdown-link{display:block;padding:.6rem .9rem;border-radius:12px;color:#1e3c72;text-decoration:none;font-size:.95rem;font-weight:500;transition:background .2s ease,color .2s ease,transform .15s ease}.nav-dropdown-link:hover{background:#1e3c7214;transform:translate(2px)}.nav-dropdown-link.active{background:#1e3c721f;font-weight:600}.nav-link{color:#fff;text-decoration:none;padding:.9rem 1.8rem;border-radius:50px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;font-size:1.1rem;font-weight:600;border:1px solid rgba(255,255,255,.25);position:relative;overflow:hidden;display:inline-block;cursor:pointer}.nav-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff3;transition:left .3s ease;z-index:-1}.nav-link:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:0 8px 20px #0003;border-color:#fff6}.nav-link.active{background:#ffffff59;border-color:#ffffff80;box-shadow:0 8px 25px #00000040;font-weight:700}.social-icons{display:flex;gap:.75rem;align-items:center;margin-left:auto;animation:slideInRight .8s ease-out}.social-link{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;background:#fff3;border:2px solid rgba(255,255,255,.3);font-size:1.5rem;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer}.social-link:hover{background:#ffffff59;border-color:#ffffff80;transform:translateY(-3px);box-shadow:0 8px 20px #0003}.social-icon-img{width:100%;height:100%;object-fit:contain;padding:6px}.main-content{flex:1;width:100%;margin:0;padding:2rem;background-color:#fdfeff}.content-wrapper{max-width:1200px;margin:0 auto;width:100%}.footer{background:linear-gradient(90deg,#1e3c72,#2a5298);color:#fff;padding:2rem;margin-top:auto;border-top:1px solid rgba(255,255,255,.1)}.footer-container{max-width:1200px;margin:0 auto;padding:0 5rem 0 2rem;text-align:center;position:relative}.footer-socials{position:absolute;right:2rem;top:-1.5rem;display:flex;gap:.8rem}.footer-social-link{display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .3s ease;cursor:pointer}.footer-social-link:hover{transform:scale(1.15)}.footer-social-icon{width:28px;height:28px;object-fit:contain}.footer-copyright,.footer-developer{margin:.5rem 0;font-size:.95rem;opacity:.9}.footer a{color:#a8d5ff;text-decoration:none;font-weight:600;transition:color .3s ease}.footer a:hover{color:#fff;text-decoration:underline}@media(max-width:1024px){.layout{box-shadow:none}.header{min-height:350px}.header-top{padding:1.5rem 1.5rem 0}.main-content{padding:1.5rem}}@media(max-width:768px){.header{min-height:300px;justify-content:space-between}.header-top{padding:1.5rem 1.5rem 0;flex-direction:row;gap:1rem;align-items:flex-start}.header-bottom{padding:1rem 1.5rem 1.5rem}.logo-section{flex-direction:column;align-items:center;gap:.8rem}.herb{width:70px;height:70px;flex-shrink:0}.herb-label{font-size:.7rem}.header-subtitle{font-size:.8rem}.site-title{font-size:1.6rem;letter-spacing:.5px}.nav{flex-direction:row;gap:.6rem}.nav-link{padding:.6rem 1.2rem;font-size:.9rem;border-radius:40px}.social-icons{gap:.5rem;margin-left:.5rem}.social-link{width:35px;height:35px;font-size:1rem}.footer-social-icons{right:1.5rem;top:.75rem}.footer-social-link{width:30px;height:30px}.main-content{padding:1rem}.footer{padding:1rem 0}}@media(max-width:480px){.header{min-height:240px;padding:0}.header-top{padding:1rem 1rem 0;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:.8rem}.header-bottom{padding:.75rem 1rem 1rem}.logo-section{gap:.8rem;align-items:center;flex-direction:column;flex-shrink:0}.herb{width:50px;height:50px;flex-shrink:0}.herb-label{font-size:.5rem}.header-text{flex:1}.header-subtitle{font-size:.7rem}.site-title{font-size:1.3rem;line-height:1.1;height:auto;letter-spacing:0;margin:0}.nav{gap:.4rem}.nav-link{padding:.5rem .9rem;font-size:.75rem;border-radius:35px}.social-icons{gap:.4rem}.social-link{width:30px;height:30px;font-size:.8rem}.footer-social-icons{right:1rem;top:.5rem;gap:.3rem}.footer-social-link{width:28px;height:28px}}#root{max-width:1280px;margin:0 auto}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
