body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.notification{align-items:center;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;justify-content:space-between;max-width:90%;min-width:300px;opacity:0;padding:16px;position:fixed;right:20px;top:20px;transform:translateY(-20px);transition:all .3s ease;z-index:9999}.notification.show{opacity:1;transform:translateY(0)}.notification .notification-content{align-items:center;display:flex;flex:1 1;gap:12px}.notification .notification-content .icon{align-items:center;display:flex;font-size:20px}.notification .notification-content .message{font-size:14px;line-height:1.4}.notification .close-button{background:none;border:none;color:inherit;cursor:pointer;font-size:20px;margin-left:12px;opacity:.7;padding:0;transition:opacity .2s}.notification .close-button:hover{opacity:1}.notification.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.notification.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.notification.warning{background-color:#fff3cd;border:1px solid #ffeeba;color:#856404}.notification.info{background-color:#cce5ff;border:1px solid #b8daff;color:#004085}@media(max-width:768px){.notification{bottom:20px;left:20px;min-width:auto;right:20px;top:auto;transform:translateY(20px);width:auto}.notification.show{transform:translateY(0)}}.mobile-menu{-webkit-overflow-scrolling:touch;align-items:center;background-color:#fefaf3;display:flex;flex-direction:column;height:100vh;height:100dvh;justify-content:center;left:0;opacity:0;overflow-y:auto;padding:1rem;pointer-events:none;position:fixed;top:0;transform:translateX(100%);transition:transform .3s ease-in-out;width:100%;z-index:2000}.mobile-menu.open{opacity:1;pointer-events:auto;transform:translateX(0)}.mobile-menu .logo-container{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:200px;position:relative;width:100%}.mobile-menu .logo-container img{height:auto;object-fit:contain;width:100%}.mobile-menu .close-button{align-items:center;background:#e67e22;border:none;border-radius:50%;box-shadow:0 2px 4px #0000001a;color:#fefaf3;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .2s ease;width:40px}.mobile-menu .close-button:active,.mobile-menu .close-button:hover{background:#bf6516;transform:scale(1.1)}.mobile-menu .social-links{display:flex;gap:1.5rem;justify-content:center;margin:2rem 0;padding:1.5rem;width:100%}.mobile-menu .social-links a{align-items:center;background:#e67e221a;border-radius:50%;color:#e67e22;display:flex;font-size:1.5rem;height:44px;justify-content:center;transition:all .2s ease;width:44px}.mobile-menu .social-links a:active,.mobile-menu .social-links a:hover{background:#e67e2233;transform:translateY(-2px)}.mobile-menu .social-links a svg{height:24px;width:24px}@media(max-height:600px){.mobile-menu .logo-container{max-width:150px}.mobile-menu .social-links{margin:1rem 0;padding:1rem}}.mobile-menu-button{align-items:center;background-color:#e67e22;border:2px solid #0000;border-radius:50%;box-shadow:0 2px 8px #2c18101a;color:#fefaf3;cursor:pointer;display:flex;height:40px;justify-content:center;position:fixed;right:1rem;top:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:40px;z-index:1100}@media(min-width:768px){.mobile-menu-button{display:none}}.mobile-menu-button:hover{background-color:#bf6516;border-color:#fefaf34d;box-shadow:0 4px 12px #2c18101a;transform:scale(1.1)}.mobile-menu-button:active{transform:scale(.95)}.mobile-menu-button .icon-container{align-items:center;display:flex;height:24px;justify-content:center;position:relative;transition:transform .5s cubic-bezier(.4,0,.2,1);width:24px}.mobile-menu-button .icon-container svg{fill:currentColor;height:24px;position:absolute;transition:all .3s cubic-bezier(.4,0,.2,1);width:24px}.mobile-menu-button .icon-container .menu-icon{opacity:1;transform:rotate(0deg) scale(1)}.mobile-menu-button .icon-container .close-icon{opacity:0;transform:rotate(-180deg) scale(.5)}.mobile-menu-button.open{background-color:#e67e22}.mobile-menu-button.open .icon-container{transform:rotate(90deg)}.mobile-menu-button.open .icon-container .menu-icon{opacity:0;transform:rotate(180deg) scale(.5)}.mobile-menu-button.open .icon-container .close-icon{opacity:1;transform:rotate(0deg) scale(1)}.mobile-menu-button.open:hover{background-color:#bf6516}.navbar{background-color:#fefaf3;box-shadow:0 2px 4px #2c18101a;left:0;padding:.75rem 1rem;position:fixed;top:0;width:100%;z-index:1050}.navbar .navbar-container{align-items:center;display:flex;gap:1rem;height:40px;justify-content:space-between;margin:0 auto;max-width:1200px}.navbar .logo{align-items:center;display:flex;flex-shrink:0}.navbar .logo img{height:40px;width:auto}.navbar .desktop-menu{display:none}@media(min-width:769px){.navbar .desktop-menu{display:flex;gap:1.5rem;margin-left:auto}.navbar .desktop-menu a{color:#2c1810;font-weight:500;text-decoration:none;transition:color .2s ease}.navbar .desktop-menu a.active,.navbar .desktop-menu a:hover{color:#e67e22}}.footer{background:#2c1810;color:#faf3e8;margin-top:4rem;overflow:visible;padding-top:100px;position:relative;width:100%}.footer .wave-container{height:100px;left:0;overflow:hidden;position:absolute;top:-24%;width:100%}.footer .wave-container .wave{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'%3E%3Cpath d='M0 80q360-80 720 0t720 0v20H0Z' fill='%232c1810'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;height:100%;position:absolute;width:100%;z-index:-1}.footer .footer-content{align-items:center;display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:1200px;padding:3rem 2rem 2rem;position:relative;z-index:4}.footer .social-links{display:flex;gap:1.5rem;margin-bottom:1rem}.footer .social-links .social-icon{color:#fff;font-size:1.5rem;transition:transform .3s ease}.footer .social-links .social-icon:hover{transform:translateY(-3px)}.footer .footer-nav{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2rem}.footer .footer-nav a{color:#fff;font-size:1rem;position:relative;text-decoration:none;transition:all .3s ease}.footer .footer-nav a:after{background-color:#fff;bottom:-4px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .3s ease;width:100%}.footer .footer-nav a:hover:after{transform:scaleX(1);transform-origin:left}.footer .footer-bottom{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:2rem 0;text-align:center;width:100%}.footer .footer-bottom p{color:#ffffffe6;font-size:.9rem}.footer .footer-bottom .powered-by{color:#ffffffe6;cursor:pointer;font-size:.9rem;transition:transform .2s ease}.footer .footer-bottom .powered-by:hover{transform:scale(1.05)}.footer .footer-bottom .powered-by .kamikode{color:#e67e22;font-family:Press Start\ 2P,cursive;font-size:.8rem;letter-spacing:1px;text-shadow:2px 2px 0 #0003}@media(max-width:768px){.footer .footer-content{padding:2rem 1rem 1.5rem}.footer .footer-nav{font-size:.9rem;gap:1.5rem}.footer .social-links{gap:1.2rem}.wave{top:0!important;width:120%!important}}@media(max-width:480px){.footer .footer-nav{font-size:.85rem;gap:1rem}.footer .social-links{gap:1rem}.footer .footer-bottom{font-size:.8rem}}.scroll-to-top{align-items:center;background:#e67e22;border:none;border-radius:50%;bottom:2rem;box-shadow:0 4px 16px #0000002e;color:#faf3e8;cursor:pointer;display:flex;font-size:1.5rem;height:48px;justify-content:center;opacity:0;pointer-events:none;position:fixed;right:2rem;transition:opacity .3s,background .2s,transform .2s;width:48px;z-index:100}.scroll-to-top:hover{background:#bf6516;transform:translateY(-4px) scale(1.08)}.scroll-to-top.visible{opacity:1;pointer-events:auto}@media(max-width:600px){.scroll-to-top{bottom:1rem;font-size:1.2rem;height:40px;right:1rem;width:40px}}*{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;margin:0;padding:0;-webkit-user-select:none;user-select:none}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fdf6e9;color:#2c1810;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5}button{background:none;border:none;cursor:pointer;font-family:inherit;outline:none}button:disabled{background-color:#f5ebe0;color:#8d6e63;cursor:not-allowed}input,select,textarea{background-color:#fefaf3;border:1px solid #f0e4d7;border-radius:4px;color:#2c1810;font-family:inherit;outline:none;padding:8px 12px}input:focus,select:focus,textarea:focus{border-color:#8b4513;box-shadow:none!important;outline:none!important}input:disabled,select:disabled,textarea:disabled{background-color:#f5ebe0;color:#8d6e63;cursor:not-allowed}a{color:#8b4513;text-decoration:none;transition:color .2s ease}a:hover{color:#5e2f0d}.card{background-color:#f5ede0;border:2px solid #d4a574;border-radius:8px;padding:1rem}.success{background-color:#eaf7ee;color:#27ae60}.error{background-color:#fdedec;color:#c0392b}.warning{background-color:#fdf6e9;color:#d35400}.info{background-color:#ebf5fb;color:#2980b9}.loading{color:#5d4037;padding:2rem;text-align:center}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.main-content{background-color:#fdf6e9;display:flex;flex-direction:column;max-height:fit-content;min-height:calc(100vh - 60px);padding:30px 0 2rem}.grid{grid-gap:1rem;display:grid;gap:1rem}@media(max-width:768px){.grid{grid-template-columns:1fr}}@media(min-width:769px)and (max-width:1024px){.grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1025px){.grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.flex{display:flex;gap:1rem}.flex.center{align-items:center;justify-content:center}.flex.between{justify-content:space-between}.flex.column{flex-direction:column}.mt-1{margin-top:1rem}.mb-1{margin-bottom:1rem}.ml-1{margin-left:1rem}.mr-1{margin-right:1rem}.pt-1{padding-top:1rem}.pb-1{padding-bottom:1rem}.pl-1{padding-left:1rem}.pr-1{padding-right:1rem}:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);box-shadow:none!important;outline:none!important;-webkit-user-select:none;user-select:none}
/*# sourceMappingURL=main.e7abb8b5.css.map*/