:root{--header-bg: rgba(255,255,255,.72);--header-bg-solid: #FFF9ED;--form-maxw: 500px;--text: #8b8579;--muted: #7A746B;--primary: #2BAF6A;--primary-600: #249759;--accent: #D97706;--accent-600: #B65F05;--surface: #FAF5E7;--surface-2: #FFF9ED;--info: #0284C7;--success: #2BAF6A;--warn: #D97706;--error: #9a1818;--ring: #2BAF6A;--border: #E8E2D6;--radius: 12px;--shadow: 0 2px 8px rgba(0,0,0,.06);--maxw: 1200px}@media (prefers-color-scheme: dark){:root{--header-bg: rgba(27,25,22,.55);--header-bg-solid: #151310;--text: #01091a;--muted: #C8BFB4;--surface: #feefd7;--surface-2: #eeece3;--primary-600: #34C174;--accent-600: #E38714;--ring: #34C174;--border: #c8c3b8;--shadow: 0 2px 10px rgba(0,0,0,.35)}}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;min-height:100%}.app-shell{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;overflow-x:hidden}.app-content{flex:1 0 auto;width:100%;display:flex;flex-direction:column;min-height:0;padding-bottom:58px}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji";background:linear-gradient(#fae9da8c,#ede5d68c),url(/assets/background-wrapper-BKjZOTaT.webp) center / cover no-repeat fixed;color:#093217;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;overflow-y:scroll}.App{display:flex;flex-direction:column;align-items:center;min-height:100%;padding:16px;width:100%}.auth-page{min-height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:22px 12px 72px}input,select,textarea{width:100%;padding:10px 12px;border-radius:20px;background:#fff;color:var(--text);border:1px solid var(--border);outline:none;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;font-size:16px}input::placeholder,textarea::placeholder{color:var(--muted)}:where(input,select,textarea,button):focus-visible{box-shadow:0 0 0 3px color-mix(in oklab,var(--ring) 35%,transparent);border-color:color-mix(in oklab,var(--ring) 45%,var(--border))}.inputDiv{margin:20px 0}.saveButton{width:100%;padding:12px 14px;background:var(--primary);color:#06240f;font-weight:700;border:1px solid color-mix(in oklab,var(--primary) 25%,transparent);border-radius:10px;cursor:pointer;transition:filter .15s ease,background-color .2s ease,transform .12s ease}.saveButton:hover{background:var(--primary-600)}.saveButton:active{transform:translateY(1px)}.saveButton:disabled{opacity:.6;cursor:not-allowed}.input-error{font-size:14px;color:var(--error);margin-top:6px}.flex-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.flex-column{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%}.card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px;width:100%}@media (max-width: 600px){.app-content{padding-bottom:50px}.auth-page{padding-bottom:64px}.flex-row{flex-direction:column;align-items:stretch}form{padding:20px}.inputDiv{margin:15px 0}}.bottom-bar-container{position:fixed;left:0;right:0;bottom:0;z-index:1200;width:100%;min-height:36px;background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(0,0,0,.05);box-shadow:0 -6px 18px #00000014;display:flex;align-items:center;overflow:hidden;flex-shrink:0;margin-top:auto}.bottom-bar-track{position:absolute;left:0;top:50%;display:flex;align-items:center;width:max-content;min-width:100%;gap:clamp(12px,2vw,28px);padding:6px 0;justify-content:space-around;will-change:transform}.track-a{animation:bottom-bar-scroll-a 28s linear infinite}.track-b{animation:bottom-bar-scroll-b 28s linear infinite}.marquee-item{display:flex;align-items:center;text-decoration:none;flex:0 0 auto}.marquee-item img{height:22px;width:auto;filter:grayscale(100%);opacity:.6;transition:transform .3s ease,filter .3s ease,opacity .3s ease}.marquee-item:hover img{filter:grayscale(0%);opacity:1;transform:scale(1.08) translateY(-2px)}.alo174-logo{height:40px!important}.bottom-bar-container:hover .track-a,.bottom-bar-container:hover .track-b{animation-play-state:paused}@keyframes bottom-bar-scroll-a{0%{transform:translateY(-50%)}to{transform:translate(-100%,-50%)}}@keyframes bottom-bar-scroll-b{0%{transform:translate(100%,-50%)}to{transform:translateY(-50%)}}@media (max-width: 768px){.bottom-bar-container{min-height:40px}.bottom-bar-track{gap:12px;padding:5px 0}.track-a,.track-b{animation-duration:24s}.marquee-item img{height:22px}.alo174-logo{height:30px!important}.marquee-item:hover img{transform:scale(1.03) translateY(-1px)}}
