*{box-sizing:border-box}html,body{height:100%;margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#f8fafc;color:#1f2937}#root{min-height:100%}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:10px;font-size:14px;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:transform .05s ease,box-shadow .15s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #6366f140}.btn-primary{background:#6366f1;color:#fff}.btn-secondary{background:#64748b;color:#fff}.btn-ghost{background:transparent;color:#6366f1;border:1px solid #6366f1}input[type=email],input[type=password],input[type=text],input[type=tel]{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:10px;font-size:14px}input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f133}label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}
