.loadingPage{justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.loadingPage img{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header{width:100%;max-height:7vh;box-shadow:var(--box-shadow);z-index:999;background-color:#fff;justify-content:space-between;align-items:center;padding:10px;display:flex;position:fixed;top:0;left:0;right:0}.header img{width:auto;height:50px;max-height:100%}.header-button{background-color:#fff;border:none;border-radius:10px;flex-shrink:0;width:70px;height:30px;padding:5px}.header-button:active{background-color:#fff}.header-button:hover{background-color:var(--primary)}.about-section{width:350px;max-width:calc(100vw - 40px);box-shadow:var(--box-shadow);opacity:0;pointer-events:none;z-index:1000;background:#fff;border-radius:15px;padding:20px;transition:opacity .3s;position:fixed;top:100px;right:20px;transform:translateY(-20px)}.about-section.show{opacity:1;pointer-events:auto}.about-section h1{margin-bottom:15px;font-size:22px}.about-section p{margin-bottom:10px;line-height:1.5}@media (width<=768px){.about-section{width:auto;max-width:none;top:90px;left:15px;right:15px}}@media (width<=480px){.header{padding:8px 15px}.header img{height:38px}.header-button{width:60px;height:32px;font-size:13px}.about-section{border-radius:12px;padding:16px;top:80px;left:10px;right:10px}.about-section h1{margin-bottom:10px;font-size:18px}.about-section p{margin-bottom:8px;font-size:14px}}.member-card{background:#f7f7f7;border-radius:12px;align-items:center;gap:15px;margin-top:15px;padding:15px;display:flex}.member-card img{width:auto;height:60px}.member-card h3{margin:0;font-size:17px}.member-card span{color:#666;margin-top:2px;font-size:14px;display:block}.member-card p{margin-top:6px;font-size:14px}#root{width:100%;min-height:100vh;font-family:SN Pro,Google Sans,Roboto,Helvetica,Arial,sans-serif}:root{--primary:#ffc949;--primary-hover:#eebc3d;--background:#f5f5f5;--surface:#fff;--text:#222;--shadow:#0000002c;--light-gray:#f1f3f4;--box-shadow:0 2px 4px var(--shadow)}.loading{animation:.5s linear infinite spin}html,body{width:100%;min-height:100%;margin:0;padding:0}*{box-sizing:border-box}* *{-webkit-tap-highlight-color:transparent}.page{background-color:var(--background);flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}.regularButton{box-shadow:var(--box-shadow);transition:transform .12s,box-shadow .12s,background-color .2s}.regularButton:hover{cursor:pointer;background-color:var(--primary-hover);transform:translateY(-2px)}.regularButton:active{transform:translateY(1px)scale(.98);box-shadow:inset 0 2px 6px #0003}
