*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow:hidden}body{font-family:Courier New,Courier,monospace;background:#0d0d1a;color:#e0d6c8}#ripple-canvas{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}#app{position:relative;z-index:1;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}#app>*{pointer-events:auto}header{text-align:center;padding:2.5rem 2rem 1.5rem}header h1{font-size:1.6rem;letter-spacing:.4em;color:#d4a574;text-shadow:0 0 30px rgba(212,165,116,.15)}header p{font-size:.8rem;opacity:.4;margin-top:.3rem;letter-spacing:.15em;text-transform:uppercase}#controls{max-width:420px;width:100%;margin:0 auto;padding:1.5rem 2rem 2.5rem;background:linear-gradient(to top,#0d0d1af2 60%,#0d0d1a00)}section{margin-bottom:1.25rem}section:last-child{margin-bottom:0}#input-section label{display:block;margin-bottom:.4rem;font-size:.85rem;opacity:.7}#hr-slider{width:100%;accent-color:#d4a574;cursor:pointer}#indicators-section{display:flex;justify-content:space-between;font-size:.8rem;opacity:.5;padding:.5rem 0}#controls-section{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}button{font-family:inherit;font-size:.85rem;padding:.5rem 1.5rem;border:1px solid rgba(212,165,116,.4);background:#d4a5740f;color:#d4a574;border-radius:4px;cursor:pointer;transition:background .2s,border-color .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}button:hover{background:#d4a57426;border-color:#d4a57499}#mode-toggle{display:flex;gap:1rem;margin-left:auto;font-size:.8rem;opacity:.6}#mode-toggle label{cursor:pointer}input[type=radio]{accent-color:#d4a574}input[type=range]:disabled{opacity:.3;cursor:not-allowed}
