:root{--bg: #f5f7fb;--card: #ffffff;--card-2: #ffffff;--fg: #111827;--muted: #6b7280;--primary: #7f1d1d;--accent: #d97706;--ring: rgba(127,29,29,.25)}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Arial,sans-serif;-webkit-font-smoothing:antialiased}.container{max-width:980px;margin:0 auto;padding:1rem}.header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.25rem 0 1rem}.brand{display:flex;align-items:center;gap:.5rem}.logo{height:36px}nav a{text-decoration:none;color:var(--primary);font-weight:600}h1{font-size:1.25rem;margin:0 0 .75rem}.form{display:grid;grid-template-columns:1fr;gap:.8rem;background:var(--card);padding:1rem;border:1px solid #e5e7eb;border-radius:.75rem}.field{display:flex;flex-direction:column;gap:.35rem}label{color:var(--muted);font-size:.85rem}input,select{padding:.7rem .8rem;border:1px solid #d1d5db;border-radius:.5rem;background:var(--card-2);color:var(--fg);outline:none}input:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 .2rem var(--ring)}.btn{background:linear-gradient(180deg,#93414d,var(--primary));color:#fff;border:none;padding:.7rem 1rem;border-radius:.5rem;cursor:pointer;font-weight:600}.btn[disabled]{opacity:.7;cursor:default}.btn.secondary{background:#374151}.btn.danger{background:#b91c1c}.btn.small{padding:.35rem .55rem;font-size:.85rem;margin-right:.25rem}.icon-btn{background:transparent;color:var(--fg);border:1px solid #d1d5db;border-radius:.4rem;padding:.25rem .45rem;cursor:pointer}.icon-btn:hover{background:#f3f4f6}.form-actions{display:flex;justify-content:flex-end;grid-column:1 / -1;gap:.5rem}.form-actions .btn{min-width:180px;width:auto}.modal-form .form-actions{justify-content:flex-end}.notice{margin-top:.75rem;padding:.7rem .85rem;border-radius:.5rem;border:1px solid transparent}.notice.success{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.notice.error{background:#fef2f2;color:#991b1b;border-color:#fecaca}.notice.info{background:#eff6ff;color:#1e40af;border-color:#bfdbfe}.footer{margin-top:2rem;color:var(--muted);font-size:.9rem}.note-line{font-size:.9rem;margin:.25rem 0}.filters{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;align-items:end;margin-bottom:.75rem}.filters input[type=date],.filters input[type=text],.filters input:not([type]){width:100%}.toolbar{display:flex;justify-content:flex-end;margin-bottom:.5rem}.muted{color:var(--muted)}.type-grid{display:grid;grid-template-columns:1fr;gap:.75rem;margin-top:.5rem}.type-card{display:block;background:var(--card);border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem;text-decoration:none;color:var(--fg);transition:transform .08s ease,box-shadow .12s ease,border-color .12s ease}.type-card:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0000000f;border-color:#d1d5db}.type-title{font-weight:800;letter-spacing:.03em;margin-bottom:.25rem;color:var(--primary)}.type-desc{color:var(--muted);font-size:.95rem}.table-wrap{overflow:auto;background:var(--card);border:1px solid #e5e7eb;border-radius:.75rem}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:.75rem .7rem;border-bottom:1px solid #e5e7eb;vertical-align:top}.table th{text-align:left;background:#f9fafb;cursor:pointer;white-space:nowrap;position:sticky;top:0;z-index:1}.table th.actions-col,.table td.actions-cell{white-space:nowrap}.table td.actions-cell .btn{margin-right:.25rem}@media (max-width: 720px){.table thead{display:none}.table tr{display:block;border-bottom:1px solid #e5e7eb}.table td{display:grid;grid-template-columns:8rem 1fr;gap:.5rem;border:none;padding:.55rem .8rem}.table td:before{content:attr(data-label);color:var(--muted);font-weight:600}.table td.actions-cell{display:flex;flex-direction:column;gap:.4rem;padding:.6rem .8rem}.table td.actions-cell:before{content:attr(data-label);color:var(--muted);font-weight:600;margin-bottom:.25rem}.table td.actions-cell .btn{width:100%}}@media (min-width: 720px){.form{grid-template-columns:1fr 1fr}.type-grid{grid-template-columns:repeat(3,1fr)}}.pagination{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem}.page-info{margin:0 .5rem;color:var(--muted)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:grid;place-items:center;padding:1rem;z-index:50}.modal{width:100%;max-width:560px;background:var(--card);border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 10px 30px #00000026}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb}.modal-body{padding:1rem}.modal-form{grid-template-columns:1fr}.modal-form .actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.inverters-section{display:grid;gap:.75rem}.inverter-card{border:1px solid #e5e7eb;border-radius:.65rem;padding:.85rem;background:#fafafa}.inverter-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem}.inverter-grid{display:grid;grid-template-columns:1fr;gap:.7rem}.registers-grid{display:grid;grid-template-columns:1fr;gap:.75rem;margin-top:.5rem}.sub-card{border:1px dashed #d1d5db;border-radius:.6rem;padding:.7rem;background:#fff}.sub-card-title{font-weight:700;margin-bottom:.35rem;color:#374151}.inverter-actions{display:flex;gap:.5rem;flex-wrap:wrap}@media (min-width: 720px){.inverter-grid,.registers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
