.oma-auth-form{display:flex;flex-direction:column;gap:14px}.oma-form-row{display:flex;flex-direction:column;gap:6px}.oma-form-row label{font-weight:600}.oma-auth-form input,.oma-auth-form select{width:100%;min-height:46px;border:1px solid rgba(0,0,0,.14);border-radius:12px;padding:0 14px;background:#fff}.oma-form-row-inline{flex-direction:row;align-items:center}.oma-checkbox-wrap{display:inline-flex;gap:8px;align-items:center;font-weight:500}.oma-form-actions{margin-top:6px}.oma-submit-btn{width:100%;min-height:48px;border:none;border-radius:12px;cursor:pointer}.oma-auth-links{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:6px}.oma-auth-links-single{justify-content:flex-start}.oma-auth-links a{text-decoration:none}.oma-auth-message{margin-bottom:16px;padding:14px 16px;border-radius:12px;border:1px solid transparent;line-height:1.7}.oma-auth-message-error{background:#fff6f6;border-color:#f0c9c9;color:#7c1f1f}.oma-auth-message-success{background:#f5fff7;border-color:#bfe3c8;color:#195f30}.oma-auth-message-pending{background:#fff8eb;border-color:#ecd3a7;color:#7c5313}.oma-auth-message-rejected{background:#fff2f2;border-color:#f1c4c4;color:#8b1d1d}.oma-message-title{font-weight:700;margin-bottom:4px}.oma-message-text{font-size:14px}.oma-phone-field-wrap,.oma-country-wrap{display:flex;align-items:center;gap:10px}.oma-phone-prefix{min-width:72px;min-height:46px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.14);border-radius:12px;background:#fafafa;padding:0 10px;font-weight:600;direction:ltr}.oma-country-wrap select{flex:1}.oma-country-flag{width:48px;min-width:48px;height:46px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.14);border-radius:12px;background:#fff}.oma-country-flag img{width:28px;height:20px;display:block}.oma-inline-note{padding:14px 16px;border-radius:12px;border:1px solid rgba(0,0,0,.1);background:#fafafa;line-height:1.7}.oma-inline-note-error{background:#fff6f6;border-color:#f0c9c9;color:#7c1f1f}@media (max-width:640px){.oma-auth-links{flex-direction:column}.oma-phone-field-wrap,.oma-country-wrap{gap:8px}.oma-phone-prefix{min-width:64px}}


.oma-account-admin-wrap{display:flex;flex-direction:column;gap:18px}.oma-admin-stats-frontend .oma-stat-card strong{font-size:30px}.oma-admin-filters-frontend{margin-bottom:0}.oma-table-scroll{overflow:auto}.oma-inline-form-frontend input[type=text]{min-width:160px;max-width:220px}.oma-dashboard-widget-card{margin:18px 0}.oma-dashboard-widget-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:16px}.oma-widget-manage-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:12px;border:1px solid rgba(123,88,210,.25);background:#f5f1ff;color:#6f42c1;text-decoration:none;font-weight:700}.oma-dashboard-mini-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px}.oma-dashboard-mini-stat{padding:14px 16px;border:1px solid rgba(0,0,0,.08);border-radius:14px;background:#fafafa}.oma-dashboard-mini-stat span{display:block;color:#666;margin-bottom:6px}.oma-dashboard-mini-stat strong{font-size:28px;line-height:1.1}.oma-dashboard-widget-list{display:flex;flex-direction:column;gap:10px}.oma-dashboard-request-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid rgba(0,0,0,.08);border-radius:14px;background:#fff}.oma-dashboard-request-name{font-weight:700}.oma-dashboard-request-meta,.oma-dashboard-request-date,.oma-dashboard-empty{color:#666;font-size:14px}@media (max-width:900px){.oma-dashboard-mini-stats{grid-template-columns:1fr}.oma-dashboard-request-item{flex-direction:column}.oma-widget-manage-link{width:100%}}
.oma-dashboard-widget-slot{grid-column:1 / -1;min-width:0}.oma-dashboard-widget-card{width:100%;overflow:hidden}.oma-dashboard-widget-list,.oma-dashboard-mini-stats{min-width:0}.oma-dashboard-request-item{min-width:0}.oma-dashboard-request-date{white-space:nowrap}@media (max-width:900px){.oma-dashboard-widget-slot{grid-column:auto}}


.oma-table-frontend{width:100%;table-layout:auto}
.oma-table-frontend th,.oma-table-frontend td{white-space:normal;word-break:break-word}
.oma-table-frontend td .description{display:inline-block;color:#6b7280;margin-top:4px}

@media (max-width: 767px){
  .oma-account-admin-wrap{gap:14px}
  .oma-admin-stats-frontend{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .oma-admin-stats-frontend .oma-stat-card{padding:14px}
  .oma-admin-stats-frontend .oma-stat-card strong{font-size:24px}
  .oma-admin-panel{padding:14px}
  .oma-admin-panel h2{font-size:22px;line-height:1.3;margin:0 0 12px}
  .oma-admin-filters-frontend{gap:10px}
  .oma-admin-filters-frontend .oma-filter-link{padding:10px 14px}
  .oma-table-scroll{overflow:visible}
  .oma-table-frontend,
  .oma-table-frontend tbody,
  .oma-table-frontend tr,
  .oma-table-frontend td{display:block;width:100%}
  .oma-table-frontend thead{display:none}
  .oma-table-frontend tr{border:1px solid #e8e8e8;border-radius:16px;background:#fff;padding:14px;margin-bottom:12px;box-shadow:0 1px 3px rgba(0,0,0,.04)}
  .oma-table-frontend td{border:none !important;padding:8px 0 !important;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;text-align:right}
  .oma-table-frontend td::before{content:attr(data-label);flex:0 0 96px;max-width:96px;font-weight:700;color:#444;line-height:1.5}
  .oma-table-frontend td:last-child{padding-bottom:0 !important}
  .oma-table-frontend td:first-child{padding-top:0 !important}
  .oma-table-frontend td .oma-status-badge{margin-inline-start:auto}
  .oma-action-stack{width:100%}
  .oma-inline-form-frontend{width:100%}
  .oma-inline-form-frontend input[type=text]{width:100%;max-width:none;min-width:0}
  .oma-inline-form-frontend .button{width:100%;min-height:44px}
  .oma-activity-item{padding:14px}
}

@media (max-width: 480px){
  .oma-admin-stats-frontend{grid-template-columns:1fr}
  .oma-admin-filters-frontend .oma-filter-link{font-size:14px;padding:9px 12px}
  .oma-table-frontend td{flex-direction:column;align-items:flex-start}
  .oma-table-frontend td::before{flex:none;max-width:none}
}
