/* public.css – Square edges only. No rounded AI corners. */

* {
    border-radius: 0 !important;
}

.rounded,
.rounded-sm,
.rounded-md,
.rounded-lg,
.rounded-xl,
.rounded-2xl,
.rounded-3xl,
.rounded-full {
    border-radius: 0 !important;
}

header *,
header a,
button,
a,
input,
select,
textarea,
.bg-zinc-900,
.bg-zinc-800,
details {
    border-radius: 0 !important;
}

body {
    padding-top: 130px !important;
}
