@keyframes fade-in{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .18s ease-out}@keyframes resp-drawer-in{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes resp-drawer-out{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes resp-drawer-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes resp-drawer-overlay-out{0%{opacity:1}to{opacity:0}}.resp-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1118278c;z-index:60;animation:resp-drawer-overlay-in .18s ease-out}.resp-drawer-overlay.is-closing{animation:resp-drawer-overlay-out .2s ease-in forwards}.resp-drawer-panel{position:fixed;top:0;left:0;bottom:0;width:80%;max-width:320px;background:#fff;z-index:61;display:flex;flex-direction:column;box-shadow:4px 0 24px #0000002e;animation:resp-drawer-in .22s cubic-bezier(.2,.8,.2,1)}.resp-drawer-panel.is-closing{animation:resp-drawer-out .22s cubic-bezier(.4,0,1,1) forwards}.resp-table-wrap{width:100%}@media(max-width:767px){.resp-table{display:block;width:100%}.resp-table thead{display:none}.resp-table tbody{display:block;width:100%}.resp-table tr{display:block;width:100%;padding:12px 14px;margin-bottom:10px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 2px #0000000a}.resp-table td{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:6px 0;border:0;text-align:right;white-space:normal;min-width:0}.resp-table td:before{content:attr(data-label);font-weight:600;color:#6b7280;font-size:11px;text-transform:uppercase;letter-spacing:.04em;text-align:left;flex-shrink:0;max-width:45%}.resp-table td.resp-actions{flex-direction:row-reverse;flex-wrap:wrap;justify-content:flex-end;gap:6px;border-top:1px solid #f3f4f6;padding-top:10px;margin-top:6px}.resp-table td.resp-actions:before{width:100%;max-width:100%;margin-bottom:4px}.resp-table td.resp-hide-mobile{display:none}}.resp-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1118278c;display:flex;align-items:center;justify-content:center;z-index:50;padding:0}.resp-modal-card{background:#fff;width:100%;max-width:640px;max-height:100vh;overflow-y:auto;border-radius:0;display:flex;flex-direction:column}@media(min-width:640px){.resp-modal-overlay{padding:16px}.resp-modal-card{max-height:calc(100vh - 32px);border-radius:12px;box-shadow:0 20px 50px -10px #00000040}}.resp-header-actions{display:flex;flex-wrap:wrap;gap:8px}@media(max-width:639px){.resp-header-actions{width:100%}.resp-header-actions>*{flex:1 1 calc(50% - 4px);justify-content:center}.resp-header-actions>*:only-child{flex-basis:100%}}.resp-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;padding:8px 0}@media(max-width:480px){.resp-pagination>*{font-size:13px}}
