:root{--muted:#6c757d;--success:#198754}
*{box-sizing:border-box}
body{margin:0;font-family:system-ui,-apple-system,"Segoe UI","Helvetica Neue",Arial,sans-serif;line-height:1.5;color:inherit;background:inherit}
img{max-width:100%;height:auto}
.container{width:100%;max-width:960px;margin:0 auto;padding:0 1rem}
.m-0{margin:0!important}
.p-0{padding:0!important}
.mx-auto{margin-left:auto!important;margin-right:auto!important}
.px-3{padding-left:1rem!important;padding-right:1rem!important}
.ps-3{padding-left:1rem!important}
.pt-1{padding-top:.25rem!important}
.text-center{text-align:center!important}
.text-end{text-align:right!important}
.text-muted{color:var(--muted)!important}
.text-success{color:var(--success)!important}
.fw-bold{font-weight:700!important}
.d-block{display:block!important}
.flex{display:flex!important}
.flex-col{flex-direction:column!important}
.flex-row{flex-direction:row!important}
.items-start{align-items:flex-start!important}
.items-center{align-items:center!important}
.justify-center{justify-content:center!important}
.list-unstyled{list-style:none;margin:0;padding-left:0}
.img-fluid{max-width:100%;height:auto}
.w-100{width:100%!important}
.h-auto{height:auto!important}
.overflow-x-auto{overflow-x:auto!important}
.overflow-x-hidden{overflow-x:hidden!important}
.text-base,.page-table{font-size:clamp(14px,2vw,18px)}
.table,.data-table{border-collapse:collapse;width:auto}
.table th,.table td,.data-table th,.data-table td{border:1px solid;padding:.5rem}
.table img,.data-table img{max-width:80px;width:auto;height:auto}
@media(max-width:599px){.table img,.data-table img{max-width:60px}}
.row-green,.bg-green{background:#dfd}
.row-cyan,.bg-cyan{background:#ddfddd}
.row-ddeeff,.bg-ddeeff{background:#def}
.row-ffdddd,.bg-ffdddd{background:#fdd}
.row-ffffdd,.bg-ffffdd{background:#ffd}
.row-dddfff,.bg-dddfff{background:#dddfff}
.row-00bfff,.bg-00bfff{background:#00bfff}
.row-ffa500,.bg-ffa500{background:orange}
.row-ffffe0,.bg-ffffe0{background:#ffffe0}
.row-90ee90,.bg-90ee90{background:#90ee90}
.row-f0e68c,.bg-f0e68c{background:khaki}
.row-ffb6c1,.bg-ffb6c1{background:#ffb6c1}
.row-ffdead,.bg-ffdead{background:#ffdead}
.row-f08080,.bg-f08080{background:#f08080}
.group-header th{background:#dfd;text-align:left}
.page-frame{min-height:100vh;height:100dvh;overflow:hidden}
.frame-wrap{display:flex;flex-direction:column;height:100vh;height:100dvh}
.frame-nav{width:100%;height:80px;border:none;flex-shrink:0}
.frame-main{flex:1;border:none;min-height:0}
@media(min-width:600px){.frame-wrap{flex-direction:row}.frame-nav{width:14.7%;height:100%}}
.copyright{white-space:nowrap;font-size:clamp(9px,2vw,11px)}
