.student-search-row{display:flex;gap:12px;align-items:center}.student-search-row input{flex:1;min-width:120px}.student-search-row select{width:auto;max-width:250px}.student-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.student-card h2{margin:0}.student-identity{min-width:0}.student-identity p{overflow-wrap:anywhere;color:var(--muted);font-size:13px;margin:8px 0}.student-card .section-line{flex-wrap:wrap}.student-error{color:#f7ac9e;font-size:14px;line-height:1.6}.student-dialog{background:#192017;color:#f5f3e9;border:1px solid #666344;border-radius:18px;max-width:460px;width:calc(100% - 64px);max-height:80dvh;overflow:auto;padding:24px}.student-dialog::backdrop{background:#000b}.student-dialog label{display:block;margin:18px 0 8px}.student-dialog h2{font:28px Georgia}.student-controls .section-line{flex-wrap:wrap}.student-card .badge{white-space:nowrap}@media(max-width:1000px){.student-grid{grid-template-columns:1fr}}@media(max-width:760px){.student-search-row{align-items:stretch;flex-direction:column}.student-search-row select{width:100%;max-width:none}}
