:root{color-scheme:light dark;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{margin:0;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f2ee;color:#2b2420}#app{width:100%;max-width:360px;padding:24px}.card{background:#fff;border-radius:16px;padding:32px 28px;box-shadow:0 4px 24px #00000014}h1{font-size:20px;margin:0 0 20px}label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;margin-top:16px}input{width:100%;box-sizing:border-box;padding:10px 12px;border-radius:10px;border:1px solid #ddd6cf;font-size:14px}button{width:100%;margin-top:24px;padding:11px;border-radius:10px;border:none;background:#44332d;color:#fff;font-size:14px;font-weight:600;cursor:pointer}button:disabled{opacity:.5;cursor:default}button.secondary{background:transparent;color:#44332d;border:1px solid #ddd6cf}.error{margin-top:16px;font-size:13px;color:#b3261e}.hello{text-align:center}.hello p{font-size:14px;color:#6b625c}
