*,:before,:after{box-sizing:border-box}html,body,#app{width:100%;min-height:100%;margin:0;padding:0}body{color:#0f172a;-webkit-font-smoothing:antialiased;background:#f8fafc;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif}a{color:#0f766e;text-decoration:none}a:hover{text-decoration:underline}.app-shell{grid-template-columns:240px 1fr;min-height:100vh;display:grid}.app-shell__sidebar{color:#e2e8f0;background:#0f172a;flex-direction:column;padding:1rem .75rem;display:flex}.app-shell__brand{letter-spacing:.02em;color:#fff;padding:.5rem .75rem 1.25rem;font-size:1.25rem;font-weight:700}.app-shell__nav a{color:#cbd5e1;border-radius:6px;padding:.55rem .75rem;text-decoration:none;display:block}.app-shell__nav a.router-link-active,.app-shell__nav a:hover{color:#fff;background:#0f766e59;text-decoration:none}.app-shell__main{flex-direction:column;min-width:0;display:flex}.app-shell__header{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:flex-end;align-items:center;gap:.75rem;padding:.75rem 1.25rem;display:flex}.app-shell__content{flex:1;min-width:0;padding:1.25rem}.login-page{background:radial-gradient(at 0 0,#0f766e1f,#0000 50%),#f1f5f9;place-items:center;min-height:100vh;padding:1.5rem;display:grid}.login-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:min(100%,400px);padding:2rem 1.75rem;box-shadow:0 8px 24px #0f172a0f}.login-card h1{margin:0 0 .25rem;font-size:1.5rem}.login-card .subtitle{color:#64748b;margin:0 0 1.5rem}.reports-catalog{grid-template-columns:220px 1fr;gap:1rem;min-height:calc(100vh - 5rem);display:grid}.reports-catalog__groups{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem}.reports-catalog__list{background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:0;padding:1rem}.report-item{cursor:pointer;border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:.75rem;padding:.85rem .5rem;display:flex}.report-item:hover{background:#f8fafc}.report-item__title{margin:0 0 .2rem;font-weight:600}.report-item__desc{color:#64748b;margin:0;font-size:.9rem}.workspace{flex-direction:column;gap:1rem;min-height:calc(100vh - 5rem);display:flex}.workspace__header{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem 1.25rem}.workspace__body{flex:1;grid-template-columns:minmax(280px,360px) 1fr;gap:1rem;min-height:0;display:grid}.workspace__body--collapsed{grid-template-columns:1fr}.workspace__params,.workspace__result{background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:0;padding:1rem}.workspace__result{flex-direction:column;gap:.75rem;display:flex}.report-table-wrap{border:1px solid #e2e8f0;border-radius:6px;max-height:calc(100vh - 16rem);overflow:auto}.report-table{border-collapse:collapse;width:max-content;min-width:100%;font-size:.875rem}.report-table th,.report-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #e2e8f0;padding:.4rem .65rem}.report-table thead th{z-index:1;background:#f1f5f9;font-weight:600;position:sticky;top:0}.report-table tr.group-header td{background:#ecfdf5;font-weight:600}.report-table tr.subtotal td,.report-table tr.final-total td{background:#f8fafc;font-weight:600}.report-table tr.page-break td{background:0 0;border:none;height:.75rem}.frame-field{margin-bottom:.85rem}.frame-field__label{color:#475569;margin-bottom:.25rem;font-size:.85rem;display:block}.params-summary{color:#64748b;font-size:.85rem}@media (width<=960px){.app-shell{grid-template-columns:1fr}.app-shell__sidebar{flex-direction:row;align-items:center;gap:1rem;padding:.75rem 1rem}.app-shell__brand{padding:0}.app-shell__nav{gap:.5rem;display:flex}.reports-catalog,.workspace__body{grid-template-columns:1fr}}
