html,body{width:100%;height:100%;margin:0;padding:0;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;overflow:hidden}*{box-sizing:border-box}
.dashboard{flex-direction:column;gap:16px;max-height:calc(100vh - 131px);display:flex}.dashboard-header{justify-content:space-between;align-items:center;display:flex}button{cursor:pointer;transition:all .2s}button:hover{transform:translateY(-1px)}.refresh-btn{background:#fff;border:1px solid #ebebeb;border-radius:8px;padding:8px}.filters{background:#fff;border-radius:10px;padding:16px}.filter-row{flex-wrap:nowrap;align-items:flex-start;gap:16px;display:flex}.filter-group{flex-direction:column;flex:1;gap:6px;min-width:200px;display:flex}.filter-group:first-child{flex:1}.filter-label{color:#2d2d2d;font-size:13px;font-weight:600}.filter-group input{border-radius:8px;height:32px;padding:6px 10px}.ap-field-demo-wrapper{z-index:5;flex:1;align-self:flex-end;position:relative}.ap-field-demo-wrapper .search-input{box-sizing:border-box;border:1px solid #ebebeb;border-radius:8px;outline:none;width:100%;height:36px;padding:6px 12px;font-size:14px;transition:border-color .2s}.ap-field-demo-wrapper .search-input:focus{border-color:#d04a02;box-shadow:0 0 0 2px #d04a0226}.ap-field-demo-wrapper .search-input::placeholder{color:#999}.filter-group input:focus{border-color:#d04a02;outline:none;box-shadow:0 0 0 2px #d04a0226}.chips{flex-wrap:wrap;gap:8px;display:flex}.chip{background:#fff;border:1px solid #ebebeb;border-radius:20px;padding:6px 12px;font-size:12px}.chip:hover{background:#d04a0214;border-color:#d04a02}.chip.active{background:#d04a022e;border-color:#d04a02;font-weight:600}.icon-btn{background:#fff;border:1px solid #ebebeb;border-radius:8px;justify-content:center;align-items:center;min-width:40px;height:40px;display:flex}.icon-btn:hover{background:#d04a021f;border-color:#d04a02}.icon-btn.pwcActive{background:#d04a022e;border-color:#d04a02}.table-area{background:#fff;border:1px solid #ebebeb;border-radius:10px;flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.table-area .ap-table-wrapper,.table-area .ap-table{flex:1;background:#fff!important;max-height:100%!important;overflow-y:auto!important}.table-area table{border-collapse:collapse;width:100%;background:#fff!important}.table-area thead tr{background:#f5f5f5!important}.table-area thead th{white-space:nowrap!important;z-index:2!important;background:#f5f5f5!important;border-bottom:1px solid #ebebeb!important;padding:12px!important;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif!important;font-weight:600!important;position:sticky!important;top:0!important}.table-area thead th:first-child,.table-area thead th:nth-child(2){text-align:left!important}.table-area thead th:first-child,.table-area tbody td:first-child{width:50%!important}.table-area thead th:nth-child(3),.table-area tbody td:nth-child(3){width:180px!important}.table-area tbody td:first-child,.table-area tbody td:nth-child(2),.table-area thead th:nth-child(3){text-align:left!important}.table-area thead th:nth-child(4){text-align:right!important}.table-area tbody td:nth-child(3){text-align:left!important}.table-area tbody td:nth-child(4){text-align:right!important}.table-area tbody td{background:#fff!important;border-bottom:1px solid #f0f0f0!important;padding:12px!important;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif!important}.table-area tbody tr:hover td{background:#fafafa!important}.table-area .sort-icon-wrapper{opacity:1;transition:opacity .2s;vertical-align:middle!important;margin-left:6px!important;display:inline-flex!important}.table-area .sort-table{opacity:1;color:#999!important;font-size:14px!important;transition:color .2s,transform .2s!important}.table-area .sort-table.hidden{display:none!important}.table-area .sort-table.sorted.descendant{transform:rotate(-180deg)}.table-area .sort-table.sorted{color:#d04a02!important}.table-area thead th[style*=cursor]{cursor:pointer!important;-webkit-user-select:none!important;user-select:none!important;transition:background .2s!important}.table-area thead th:has(.sort-icon-wrapper){cursor:pointer!important;-webkit-user-select:none!important;user-select:none!important;transition:background .2s!important}.table-area thead th:has(.sort-icon-wrapper):hover{background:#e8e8e8!important}.table-area .ap-table-header-description-sr-only{display:none!important}.status-cell{justify-content:flex-start;align-items:center;gap:6px;display:inline-flex}.file-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.action-group{justify-content:flex-end;gap:8px;display:flex}.delete-col{justify-content:center;display:flex}.action-btn{background:#d04a021a;border:1px solid #d04a02;border-radius:6px;padding:6px 10px}.action-btn:hover{color:#fff;background:#d04a02}.icon-delete-btn,.icon-btn.danger{color:#d04a02;background:#d04a021f;border:1px solid #d04a02}.icon-delete-btn:hover,.icon-btn.danger:hover{color:#fff;background:#d04a02;transform:scale(1.08)}.modal-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:999;background:#00000059;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:14px;flex-direction:column;gap:14px;min-width:340px;max-width:420px;padding:28px 32px;animation:.2s scaleIn;display:flex;box-shadow:0 20px 40px #00000026}.modal h3{align-items:center;gap:8px;margin:0;font-size:18px;font-weight:600;display:flex}.modal p{color:#6d6e71;margin:0;font-size:14px;line-height:1.5}.modal-actions{justify-content:flex-end;gap:10px;margin-top:10px;display:flex}.modal-actions button:first-child{background:#fff;border:1px solid #ebebeb;border-radius:8px;padding:8px 16px;font-weight:500;transition:all .2s}.modal-actions button:first-child:hover{background:#f5f5f5;border-color:#dcdcdc}.modal-danger-btn{color:#fff;letter-spacing:.2px;background:#e0301e;border:none;border-radius:8px;padding:8px 16px;font-weight:600;transition:all .2s}.modal-danger-btn:hover{background:#c22d1d;transform:translateY(-1px);box-shadow:0 6px 14px #e0301e40}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.toast{color:#1e7f3b;background:#e6f9ec;border-radius:6px;align-items:center;gap:8px;padding:10px 16px;font-weight:500;display:flex;position:fixed;top:100px;right:100px;box-shadow:0 8px 20px #0000001a}.toast-icon{font-size:18px}.error-box{background:#e0301e1a;border:1px solid #e0301e;padding:10px}.table-empty{justify-content:center;align-items:center;width:100%;padding:40px 0;display:flex}.empty-content{text-align:center;color:#6d6e71}.empty-icon{color:#d04a02;margin-bottom:10px;font-size:32px}.empty-title{color:#2d2d2d;margin-bottom:6px;font-size:15px;font-weight:500}.empty-subtitle{color:#6d6e71;font-size:13px}.scroll-top-btn{color:#fff;cursor:pointer;z-index:10;opacity:0;pointer-events:none;background:#d04a02;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:opacity .3s;display:flex;position:absolute;bottom:16px;right:16px}.scroll-top-btn.visible{opacity:1;pointer-events:auto}.scroll-top-btn:hover{background:#a7452c}.footer{color:#6d6e71;text-align:center;margin-top:auto;padding:12px;font-size:12px}.footer2{color:#6d6e71;text-align:center;white-space:nowrap;margin:0 auto;font-size:12px;line-height:1.4}.footer2 .ap-footer{text-align:center!important;font-size:12px!important}.app-header{z-index:100;background:#fff;border-bottom:1px solid #ebebeb;justify-content:space-between;align-items:center;padding:12px 20px;display:flex;position:sticky;top:0}.header-left{align-items:center;gap:10px;display:flex}.header-logo{width:auto;height:28px}.header-title{color:#2d2d2d;font-size:16px;font-weight:500}.header-right{align-items:center;display:flex}.user-badge{color:#fff;background:#26776d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:600;display:flex}
