html,body,#root{margin:0;padding:0;height:100%;min-height:100dvh;width:100%;overflow:hidden;background-color:#0e1a2b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#fff}#root{display:flex;flex-direction:column}.background-image{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;background-color:#0e1a2b}.main-content{position:relative;z-index:1;flex:1;min-height:100dvh;padding-bottom:env(safe-area-inset-bottom);overflow-y:auto;-webkit-overflow-scrolling:touch}button{background-color:#d4af37;color:#0e1a2b;border:none;padding:14px 24px;border-radius:12px;cursor:pointer;font-size:1.1rem;font-weight:600;z-index:10}button:hover{background-color:#c9a633}input{padding:12px;border-radius:8px;border:1px solid #D4AF37;background:#fffffff2;color:#000;font-size:1rem;width:100%;margin-bottom:1rem;z-index:10}
