*{box-sizing:border-box}html,body{width:100%;margin:0;padding:0;overflow-x:hidden}#root{width:100%;min-height:100vh}.test-mode{color:var(--ink-1);background:#c8ff4d0a;border-bottom:1px solid #c8ff4d26;justify-content:center;align-items:center;gap:10px;padding:9px 20px;font-size:12px;font-weight:600;display:flex}.test-mode-dot{background:var(--lime);width:7px;height:7px;box-shadow:0 0 8px var(--lime);border-radius:50%;animation:1.5s ease-in-out infinite testPulse}.test-mode span:nth-child(2){color:var(--lime)}.test-mode-line{background:#c8ff4d26;width:45px;height:1px;position:relative;overflow:hidden}.test-mode-line:after{content:"";background:var(--lime);width:20px;height:1px;box-shadow:0 0 8px var(--lime);animation:1.8s linear infinite testLine;position:absolute;top:0;left:-20px}@keyframes testPulse{0%,to{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}@keyframes testLine{0%{left:-20px}to{left:45px}}.logo{align-items:center;gap:10px;display:flex}.classa-logo{object-fit:cover;border-radius:9px;width:38px;height:38px;display:block}
