.owner-page { background:#f4f2fa; }
.owner-header {display:flex;align-items:center;gap:24px;justify-content:space-between;background:white;padding:20px 5%;border-bottom:1px solid #e4dff1;}
.owner-header a {text-decoration:none;color:inherit;}
.owner-main {max-width:1200px;margin:32px auto;padding:0 24px 48px;}
.owner-main .card {background:white;border:1px solid #e5dff1;border-radius:20px;padding:24px;margin-bottom:24px;}
.owner-login {max-width:460px;margin:60px auto!important;}
.owner-main h1 {font-size:32px;margin:8px 0 16px;}
.owner-main h2 {font-size:24px;}
.owner-main p {line-height:1.6;}
.owner-stats {display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.owner-stats strong {display:block;font-size:36px;color:#5630df;margin-top:8px;}
.owner-table {overflow-x:auto;}
.owner-table table {width:100%;min-width:660px;}
.owner-table td,.owner-table th {padding:14px 10px;text-align:left;}
.owner-table small {display:block;margin-top:5px;}
.owner-table button {margin:3px;}
.owner-page dialog {width:min(820px,94vw);max-height:90vh;border:0;border-radius:24px;padding:28px;}
.owner-page fieldset {border:1px solid #ddd;border-radius:12px;padding:16px;}
.owner-page input,.owner-page textarea,.owner-page select {max-width:100%;}
.owner-page .owner-checkbox {display:flex;flex-direction:row;align-items:center;gap:8px;}
.owner-checkbox input {width:auto;}
.owner-message:not(:empty) {background:#ede8ff;padding:14px;border-radius:12px;}
@media(max-width:650px){.owner-header>span{display:none}.owner-stats{grid-template-columns:1fr;gap:0}.owner-main{padding:0 12px}.owner-main h1{font-size:26px}.owner-page .form-grid.two{grid-template-columns:1fr}}
