/* AI1OK v40: shared rounded theme. Preserve native controls, status dots and icons. */
:root{--ok-radius-large:24px;--ok-radius-card:18px;--ok-radius-control:12px}
body .hero,body .portal-gateway{border-radius:var(--ok-radius-large)!important}
body article,body .panel,body .card,body .business-card,body .showcase,body .closing-panel,body .filters,body form#profile,body form#join,body #cabinet-wallet,body [data-wallet-cabinet],body dialog{border-radius:var(--ok-radius-card)!important}
body button,body .button,body textarea,body select,body input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]){border-radius:var(--ok-radius-control)!important}
