.te-accordion{max-width:1100px;margin:18px auto;font-family:system-ui,Segoe UI,Roboto,"Helvetica Neue",Arial}.te-panel{border:1px solid #ffb984;margin-bottom:12px;border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 1px 0 rgb(0 0 0 / .02)}.te-header{padding:12px 16px;display:flex;align-items:center;justify-content:space-between;background:#fff;cursor:pointer;border-bottom:1px solid rgb(0 0 0 / .04);transition:background .18s ease,color .18s ease}.te-header .te-title{font-weight:700;color:#222;font-size:15px}.te-header .te-arrow{font-weight:700;color:#ff7b00;transition:transform .18s ease,color .18s ease;margin-left:12px}.te-panel.open .te-header{background:#ff7b00;color:#fff}.te-panel.open .te-header .te-title{color:#fff}.te-panel.open .te-header .te-arrow{color:#fff;transform:rotate(180deg)}.te-content{padding:12px 16px;background:#fff7ee}.te-controls{display:flex;gap:12px;align-items:center;margin-bottom:10px;flex-wrap:wrap}.te-controls label{color:#6b4b2b;font-weight:600;font-size:14px}.te-select{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;padding-right:24px!important;background-image:url('data:image/svg+xml;utf8,<svg fill="%23ff7b00" height="16" width="16" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5.25 7.5L10 12.25L14.75 7.5H5.25Z"/></svg>');background-repeat:no-repeat;background-position:right 6px center;background-size:12px}.te-search{padding:6px 8px;border:1px solid #e0a66a;border-radius:6px;min-width:180px;background:#fff}.te-table-container{width:100%;overflow:auto}.te-table{width:100%;border-collapse:collapse;min-width:640px}.te-table th,.te-table td{padding:12px 14px;border-bottom:1px solid rgb(0 0 0 / .06);text-align:left}.te-table th{background:#fff0;color:#333;font-weight:700;font-size:14px}.te-table tr:hover td{background:rgb(255 123 0 / .03)}.te-table td{color:#222;font-size:14px}.te-pager{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap;align-items:center}.te-pager .info{font-size:13px;color:#6b4b2b;margin-right:8px}.te-page-btn{padding:8px 10px;border:1px solid rgb(0 0 0 / .08);border-radius:6px;background:#fff;cursor:pointer;min-width:40px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:#222;box-shadow:0 1px 0 rgb(0 0 0 / .02)}.te-page-btn:hover{border-color:#ffb984;background:#f6e9df}.te-page-btn.active{background:#ff7b00;color:#fff;border-color:#ff7b00}.te-page-btn:disabled{opacity:.5;cursor:not-allowed;background:#fff}.te-page-btn.prevnext{min-width:60px}.te-pager .spacer{width:8px;height:1px}@media (max-width:780px){.te-accordion{padding:0 12px}.te-controls{flex-direction:column;align-items:stretch}.te-search{width:100%}.te-table{min-width:520px}.te-page-btn{min-width:36px;padding:7px 8px}}.te-header:focus{outline:3px solid rgb(255 123 0 / .18);outline-offset:2px}