:root{--adaptive-touch-target: 40px;--adaptive-page-gap: 20px;--adaptive-columns: 4}*{box-sizing:border-box}.adaptive-layout{min-height:100vh;width:100%}.adaptive-layout--tablet{--adaptive-touch-target: 44px;--adaptive-page-gap: 16px;--adaptive-columns: 2}.adaptive-layout--mobile{--adaptive-touch-target: 48px;--adaptive-page-gap: 12px;--adaptive-columns: 1}.adaptive-layout button,.adaptive-layout input,.adaptive-layout select,.adaptive-layout textarea{font:inherit}.adaptive-layout--mobile button,.adaptive-layout--mobile [role=button],.adaptive-layout--mobile input,.adaptive-layout--mobile select{min-height:var(--adaptive-touch-target)}.adaptive-grid{display:grid;grid-template-columns:repeat(var(--adaptive-columns),minmax(var(--adaptive-min-item, 0),1fr));gap:var(--adaptive-page-gap);min-width:0}.adaptive-table-wrap{width:100%;overflow:visible}.adaptive-table{width:100%;border-collapse:collapse}.adaptive-table th,.adaptive-table td{padding:12px;text-align:left;border-bottom:1px solid var(--b2-border, #e5e7eb)}.adaptive-table-cards{display:grid;gap:10px}.adaptive-table-card{padding:14px;border:1px solid var(--b2-border, #e5e7eb);border-radius:8px;background:var(--b2-surface, #fff)}.adaptive-table-card-row{display:flex;justify-content:space-between;gap:16px;padding:6px 0}.adaptive-table-card-row span{color:var(--b2-muted, #64748b)}.adaptive-table-card-row strong{min-width:0;text-align:right;overflow-wrap:anywhere}.adaptive-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:20px;background:#0000009e}.adaptive-modal{display:flex;flex-direction:column;width:min(680px,100%);max-height:min(88vh,760px);overflow:hidden;border:1px solid var(--b2-border, #e5e7eb);border-radius:8px;background:var(--b2-surface, #fff);color:var(--b2-text, #111827);box-shadow:0 20px 60px #00000038}.adaptive-modal--tablet{width:min(760px,94vw);max-height:92vh}.adaptive-modal--mobile{align-self:end;width:100%;max-height:100dvh;min-height:min(70dvh,620px);border-radius:8px 8px 0 0}.adaptive-modal-header,.adaptive-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--b2-border, #e5e7eb)}.adaptive-modal-footer{border-top:1px solid var(--b2-border, #e5e7eb);border-bottom:0}.adaptive-modal-header h2{margin:0;font-size:18px}.adaptive-modal-body{flex:1;overflow:auto;padding:16px}.adaptive-icon-button{width:var(--adaptive-touch-target);height:var(--adaptive-touch-target);border:0;background:transparent;color:inherit;cursor:pointer;font-size:24px}.adaptive-layout :focus-visible{outline:2px solid var(--b2-orange, #ff7a00);outline-offset:2px}@media (max-width: 767px){.adaptive-fields,.adaptive-filters{display:grid!important;grid-template-columns:1fr!important}.adaptive-modal-backdrop{align-items:end;padding:0}}@media (min-width: 768px) and (max-width: 1023px){.adaptive-fields{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
