/* Formularios y páginas MVC: controles nativos, sin JavaScript. */
input,select,textarea{display:block;width:100%;margin-top:8px;padding:12px 14px;border:1px solid #dce4d6;border-radius:9px;background:#fdfefb;color:#324630;font-size:13px;line-height:1.5;transition:border-color .15s,box-shadow .15s}input::placeholder,textarea::placeholder{color:#a2ad99}input:focus,select:focus,textarea:focus{outline:none;border-color:#83a973;box-shadow:0 0 0 3px #abc89426;background:white}input[type=hidden]{display:none}textarea{min-height:125px;resize:vertical}input[type=checkbox]{width:15px;height:15px;accent-color:#21675a;margin:0;flex:none}label{display:block;font-size:12px;font-weight:550;color:#596d50;margin-bottom:19px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.editor-page{padding:30px;margin:0 0 24px;max-width:1100px}.editor-page h2{font-size:21px}.editor-page h3{padding-top:22px;margin-top:23px;border-top:1px solid #e9eee3;color:#485e40}.editor-page>label,.editor-page .grid{max-width:820px}.editor-page>button,.editor-page>a{margin-top:14px}.editor-page>a:not(.button){font-size:12px;margin-left:15px}.form-actions{display:flex;align-items:center;gap:17px;padding-top:24px;margin-top:24px;border-top:1px solid #e9eee3}.form-actions a{font-size:12px}.check{display:flex;align-items:center;gap:10px;margin:0;padding:13px 14px;background:#fafcf6;border:1px solid #e8eee0;border-radius:9px;font-size:12px;font-weight:450}.check:has(input:checked){background:#f0f6e7;border-color:#c6d9b0;color:#3c5a2c}.editor-page>label.check{max-width:300px}.editor-page fieldset{border:0;padding:0;margin:26px 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:820px}.editor-page legend{padding:0;margin-bottom:14px;font-size:12px;color:#65745b;font-weight:600}.form-heading{display:flex;gap:16px;align-items:center;padding-bottom:23px;margin-bottom:26px;border-bottom:1px solid #e9eee3}.form-heading h2{margin:0 0 5px}.form-heading p{font-size:12px;color:#89977b;margin:0}.form-symbol{display:grid;place-items:center;width:49px;height:49px;flex:none;border-radius:15px;background:#f1e9d9;color:#97805c}.form-symbol .icon{width:23px;height:23px}.form-note{display:flex;align-items:flex-start;gap:10px;background:#f8faf3;border-radius:10px;padding:13px 16px;font-size:11px;color:#89947d;line-height:1.7;margin:23px 0}.form-note .icon{width:16px;height:16px;margin-top:2px;color:#8d9c7d}.schedule-row{display:grid;grid-template-columns:1.2fr 1fr 1fr auto;gap:12px;align-items:center;margin-bottom:12px;padding:13px;background:#f6f9f0;border-radius:12px;border:1px solid #e7edde}.schedule-row input,.schedule-row select{margin:0}.schedule-row button{font-size:11px;padding:9px 12px}.absence-row{padding:20px;background:#f7f9f2;border:1px solid #e7edde;border-radius:13px;margin:15px 0}.absence-row .grid{gap:16px}.absence-row button{font-size:11px}.detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:25px}.detail-grid p{padding:15px;margin:0;background:#f4f7ee;border:1px solid #eaf0e1;border-radius:10px;font-size:13px}.detail-grid small{display:block;color:#8c9a80;font-size:10px;margin-bottom:9px}.block{white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px;line-height:1.85;color:#748369}.timeline article{position:relative;margin-left:5px;padding:0 0 25px 23px;border-left:1px solid #dbe7d0;font-size:12px}.timeline article:before{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:#a5bf8b;left:-4px;top:4px}.timeline article strong{font-size:12px}.timeline article small{color:#95a08a;font-size:10px}.timeline article p{margin:9px 0 0;line-height:1.8;color:#8c9880}.photo{display:block;max-width:100%;height:auto;margin:15px 0;border-radius:12px}.photo-panel{border-top:1px solid #e6eddd}.login-card label{margin:23px 0}.login-card input{padding:13px 14px}.login-card .validation-summary-errors{margin-top:20px}.login-card button{min-height:46px}
@media(max-width:850px){.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-page{padding:23px}.editor-page fieldset{grid-template-columns:1fr}.grid{gap:15px}}
@media(max-width:650px){.grid{grid-template-columns:1fr;gap:0}.editor-page{padding:21px}.editor-page h2{font-size:19px}.form-heading{gap:12px;margin-bottom:20px;padding-bottom:20px}.form-symbol{width:40px;height:40px;border-radius:12px}.schedule-row{grid-template-columns:1fr 1fr;gap:10px}.schedule-row select{grid-column:1/-1}.schedule-row button{grid-column:1/-1}.form-actions{flex-wrap:wrap;gap:15px}.form-actions .primary{flex:1}.detail-grid{gap:10px}.detail-grid p{padding:12px;font-size:12px}.inline-form .grid{display:contents}.editor-page fieldset{gap:9px}.check{padding:14px}}