.fic-page{display:flex;flex-direction:column;height:var(--fic-available-height,100dvh);min-height:0;overflow:hidden;box-sizing:border-box}
.fic-page>.fic-head,.fic-page>.fic-filters,.fic-page>.fic-summary,.fic-page>.fic-pagination,.fic-page>.fic-note{flex-shrink:0}
.fic-page .fic-table-scroll{flex:1 1 auto;min-height:0;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable}
.fic-page .fic-table-scroll:focus-visible{outline:2px solid var(--fic-muted);outline-offset:-2px}
.fic-page .fic-table th{position:sticky;top:0;z-index:1;background:var(--surface,#f5f7fa)}
.fic-page .fic-pagination{margin-top:8px;padding-top:8px;border-top:1px solid var(--fic-border);gap:10px}
.fic-page .fic-page-size{margin-right:auto;color:var(--fic-muted)}
.fic-page>.fic-empty{flex:1;min-height:0;overflow:auto}
@media(max-width:520px){.fic-page .fic-pagination{flex-wrap:wrap}.fic-page .fic-page-size{flex-basis:100%;text-align:center;margin:0}.fic-page .fic-pagination>button{flex:1}}
@media(max-height:560px){.fic-page{height:auto;min-height:var(--fic-available-height,100dvh);overflow:visible}.fic-page .fic-table-scroll{flex:none;max-height:45dvh;min-height:120px}}
