:root{--se-primary:#0b5cab;--se-secondary:#0f766e;--se-background:#f4f7fb;--se-surface:#fff;--se-text:#172033;--se-border:#d9e2ef;--se-radius:14px;--se-shadow:0 8px 26px rgba(21,45,80,.09)}
.se-ui-shell{max-width:1440px;margin:0 auto;padding:20px;color:var(--se-text)}
.se-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.se-page-head h1{margin:0;font-size:clamp(1.35rem,2.5vw,2rem)}.se-page-head p{margin:.35rem 0 0;color:#60708a}
.se-card{background:var(--se-surface);border:1px solid var(--se-border);border-radius:var(--se-radius);box-shadow:var(--se-shadow);overflow:hidden}.se-card__header{padding:18px 20px;border-bottom:1px solid var(--se-border)}.se-card__title{margin:0;font-size:1.05rem}.se-card__subtitle{margin:5px 0 0;color:#60708a}.se-card__body{padding:20px}
.se-button{border:0;border-radius:10px;padding:10px 16px;font-weight:700;cursor:pointer;min-height:42px}.se-button--primary{background:var(--se-primary);color:#fff}.se-button--secondary{background:var(--se-secondary);color:#fff}.se-button--ghost{background:#edf3fa;color:var(--se-primary)}
.se-badge{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:.78rem;font-weight:700;background:#edf2f7}.se-badge--success{background:#dcfce7;color:#166534}.se-badge--warning{background:#fef3c7;color:#92400e}
.se-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.se-field{display:flex;flex-direction:column;gap:7px;font-weight:650}.se-field input,.se-field select,.se-field textarea,.se-grid-toolbar input{width:100%;box-sizing:border-box;border:1px solid #cbd7e6;border-radius:10px;padding:11px 12px;background:#fff;color:#172033}.se-field input:focus,.se-field select:focus,.se-field textarea:focus{outline:3px solid rgba(11,92,171,.15);border-color:var(--se-primary)}.se-field__error{color:#b42318;min-height:1em}.se-form-actions{margin-top:18px;display:flex;justify-content:flex-end}
.se-smart-grid{border:1px solid var(--se-border);border-radius:12px;overflow:hidden;background:#fff}.se-grid-toolbar{padding:12px;background:#f7f9fc;border-bottom:1px solid var(--se-border)}.se-table-wrap{overflow:auto}.se-smart-grid table{border-collapse:collapse;width:100%;min-width:620px}.se-smart-grid th,.se-smart-grid td{padding:12px 14px;text-align:left;border-bottom:1px solid #e7edf5}.se-smart-grid th{background:#f8fafc;font-size:.83rem;text-transform:uppercase;letter-spacing:.03em}.se-grid-footer{padding:10px 14px;color:#60708a}.se-empty{text-align:center!important;padding:30px!important;color:#60708a}
.se-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.se-kpi{padding:18px;border-radius:14px;background:#fff;border:1px solid var(--se-border);box-shadow:var(--se-shadow)}.se-kpi strong{display:block;font-size:1.65rem;margin-top:8px}.se-kpi span{color:#60708a;font-size:.86rem}
@media(max-width:850px){.se-form-grid,.se-kpi-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.se-ui-shell{padding:12px}.se-form-grid,.se-kpi-grid{grid-template-columns:1fr}.se-card__body{padding:14px}.se-smart-grid table{min-width:0}.se-smart-grid thead{display:none}.se-smart-grid tr{display:block;border-bottom:8px solid #f4f7fb;padding:8px}.se-smart-grid td{display:flex;justify-content:space-between;gap:12px;border:0;padding:8px}.se-smart-grid td:before{content:attr(data-label);font-weight:700}.se-form-actions .se-button{width:100%}}
