@import "https://fonts.googleapis.com/css2?family=Sacramento&family=Patrick+Hand&display=swap";*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-height:100vh}.fd-auth-screen{color:#4a3728;background:#fbf3e4;justify-content:center;align-items:center;min-height:100vh;font-family:Patrick Hand,system-ui,-apple-system,Segoe UI,sans-serif;display:flex}.fd-auth-form{flex-direction:column;width:260px;display:flex}.fd-auth-title{text-align:center;margin-bottom:20px;font-family:Sacramento,cursive;font-size:32px;font-weight:400}.fd-auth-input{color:#4a3728;background:#fffbf3;border:1px solid #e8d3ad;border-radius:8px;margin-bottom:10px;padding:10px 12px;font-size:14px}.fd-auth-input:focus{border-color:#e08a34;outline:none}.fd-auth-btn{color:#4a3728;cursor:pointer;background:#e08a34;border:none;border-radius:8px;padding:10px 12px;font-size:14px;font-weight:600}.fd-auth-btn:disabled{opacity:.6;cursor:default}.fd-auth-error{color:#d9694c;text-align:center;margin-top:10px;font-size:13px}
