*{box-sizing:border-box}body{margin:0;background:#f6f7f6;color:#1f2523;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.admin-shell{min-height:100vh;background:#f6f7f6;display:flex}.admin-sider{width:248px;flex:0 0 248px;position:sticky;top:0;height:100vh;overflow-y:auto;background:#fff;border-right:1px solid #e4e8e5;padding:20px 12px}.brand{display:flex;align-items:center;gap:12px;padding:10px 12px 22px;color:#24312e}.brand strong,.brand span{display:block}.brand span{color:#7b8581;font-size:12px}.brand--login{padding:0}.login-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f6f7f6}.login-panel{width:min(420px,100%);display:grid;gap:16px;padding:28px;border:1px solid #e4e8e5;border-radius:8px;background:#fff;box-shadow:0 18px 38px #27363114}.login-panel h1{margin:8px 0 2px;font-size:24px;line-height:30px}.login-error{margin:0;color:#b3261e;font-size:14px}.side-nav{display:grid;gap:4px}.side-nav__item{width:100%;border:0;border-radius:8px;background:transparent;color:#56625e;display:flex;align-items:center;gap:10px;padding:11px 12px;font:inherit;font-size:14px;text-align:left;cursor:pointer}.side-nav__item--active,.side-nav__item:hover{color:#1e5e51;background:#e9f6f2}.admin-main{min-width:0;flex:1;overflow-x:hidden}.admin-header{height:auto;min-height:92px;padding:22px 32px;background:#fff;border-bottom:1px solid #e4e8e5;display:flex;align-items:center;justify-content:space-between}.page-title{margin:0 0 4px;font-size:24px;line-height:32px;font-weight:760}.page-subtitle{margin:0;color:#6f7b76;font-size:14px}.field-label{display:inline-block;margin-bottom:6px;color:#3f4c48;font-size:14px;font-weight:650}.admin-content{padding:28px 32px 40px}.admin-module{scroll-margin-top:16px}.alert,.metric-card,.dashboard-panel,.data-card{border:1px solid #e4e8e5;background:#fff;border-radius:8px;box-shadow:0 12px 28px #2736310a}.alert{padding:14px 16px;display:flex;gap:8px;align-items:center;font-size:14px}.alert--success{color:#1e5e51;background:#edf8f4;border-color:#cbe8de}.alert--warning{color:#77530d;background:#fff8e6;border-color:#f5dfa8}.status-tag{display:inline-flex;align-items:center;width:fit-content;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700}.status-tag--green{color:#1e6b58;background:#e6f5ef}.status-tag--gold{color:#8a6200;background:#fff2cc}.status-tag--red{color:#b3261e;background:#ffdad6}.status-tag--purple{color:#5a42a6;background:#eee9ff}.overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:18px 0}.stats-row{display:flex;flex-wrap:wrap;gap:16px;margin:16px 0}.stats-card{display:flex;flex-direction:column}.stats-card__value{font-size:14px;line-height:20px;font-weight:700}.stats-card__label{font-size:12px;line-height:18px;color:#6f7b76}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:18px 0}.metric-card{padding:18px}.metric-card__content{display:flex;align-items:center;gap:12px}.metric-icon{width:42px;height:42px;border-radius:8px;display:grid;place-items:center;color:#2f9b86;background:#e9f6f2}.metric-title,.inventory-metric span{display:block;color:#75817c;font-size:12px}.metric-value,.inventory-metric strong{display:block;color:#1f2523;font-size:26px;line-height:32px}.panel-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:16px;margin-bottom:18px}.dashboard-panel,.data-card{padding:20px}.data-card{overflow-x:auto}.dashboard-panel h2,.data-card h2{margin:0 0 16px;font-size:17px;line-height:24px}.token-trend-panel{margin-top:16px;margin-bottom:18px}.token-trend-chart{margin-bottom:16px}.token-trend-empty{margin:0;color:#75817c}.management-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.management-grid h3{margin:0 0 10px;color:#3f4c48;font-size:14px;line-height:20px}.latency-row{display:flex;align-items:center;gap:10px;color:#4d5c57;padding:10px 0}.progress-block{margin-bottom:18px}.progress-block__label{display:flex;justify-content:space-between;margin-bottom:8px;color:#3f4c48;font-size:14px}.progress-track{height:8px;border-radius:999px;overflow:hidden;background:#edf0ed}.progress-track span{display:block;height:100%;border-radius:inherit}.inventory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.inventory-metric{padding:16px;border-radius:8px;background:#f7faf8}.data-card{margin-top:18px}.prompt-list{display:grid;gap:14px}.prompt-editor{display:grid;gap:12px;padding:16px;border:1px solid #edf0ed;border-radius:8px;background:#fbfcfb}.prompt-editor__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.prompt-editor__header strong,.prompt-editor__header span{display:block}.prompt-editor__header span{color:#75817c;font-size:12px;margin-top:3px}.prompt-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,180px));gap:12px}.import-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:end;margin-bottom:18px}.import-form-grid__wide{grid-column:span 2}.form-field{display:grid;gap:6px;color:#3f4c48;font-size:13px;font-weight:650}.form-field textarea,.form-field input,.form-field select{width:100%;border:1px solid #dce3df;border-radius:8px;background:#fff;color:#1f2523;font:inherit;font-weight:500}.form-field textarea{min-height:92px;resize:vertical;padding:10px 12px}.form-field input,.form-field select{height:38px;padding:0 10px}.form-field--inline{display:flex;align-items:center;gap:8px}.form-field--inline input[type=checkbox]{width:16px;height:16px;padding:0}.primary-action{width:fit-content;border:0;border-radius:8px;background:#2f9b86;color:#fff;cursor:pointer;font:inherit;font-size:14px;font-weight:760;padding:10px 14px}.primary-action:disabled{cursor:default;opacity:.65}.secondary-action{border:1px solid #dce3df;border-radius:8px;background:#fff;color:#3f4c48;cursor:pointer;font:inherit;font-size:13px;font-weight:700;padding:8px 10px}.table-actions{display:flex;gap:8px;align-items:center}.empty-state{margin:0;color:#75817c}table{width:100%;border-collapse:collapse;font-size:14px}th,td{padding:12px 10px;border-bottom:1px solid #edf0ed;text-align:left}th{color:#75817c;font-size:12px;font-weight:760;text-transform:uppercase}th.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none}th.sortable-header:hover{color:#293330}th.sortable-header .sort-indicator{margin-left:4px;color:#293330;font-weight:400}td{color:#293330}@media(max-width:1100px){.metric-grid,.panel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.admin-sider{display:none}.admin-shell{display:block}.admin-header,.admin-content{padding-left:18px;padding-right:18px}.metric-grid,.panel-grid,.management-grid,.import-form-grid,.prompt-form-grid{grid-template-columns:1fr}.import-form-grid__wide{grid-column:span 1}}.side-nav__group{display:grid;gap:2px}.side-nav__arrow{margin-left:auto;font-size:10px;transition:transform .15s ease}.side-nav__arrow[data-open=true]{transform:rotate(90deg)}.side-nav__sub{display:grid;gap:2px;padding-left:16px}.side-nav__sub-item{display:flex;align-items:center;width:100%;border:0;border-radius:8px;background:transparent;color:#6f7b76;padding:9px 12px;font:inherit;font-size:13px;text-align:left;text-decoration:none;cursor:pointer}.side-nav__sub-item--active,.side-nav__sub-item:hover{color:#1e5e51;background:#f0f8f5}.side-nav__item--active .side-nav__arrow,.side-nav__item:hover .side-nav__arrow{color:#1e5e51}.image-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.image-card{position:relative;border:1px solid #e4e8e5;border-radius:8px;overflow:hidden;background:#fff}.image-card--active{border-color:#2f9b86;box-shadow:0 0 0 2px #2f9b8640}.image-card__thumb{width:100%;height:160px;object-fit:cover;display:block}.image-card__badge{position:absolute;top:8px;right:8px;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:700;color:#fff;background:#75817c}.image-card--active .image-card__badge{background:#2f9b86}.image-card__actions{display:flex;gap:8px;padding:10px}.option-row{display:flex;gap:8px;align-items:center;margin-bottom:8px}.option-row input{flex:1}@media(max-width:1100px){.image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.image-grid{grid-template-columns:1fr}}.membership-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.membership-header h2{margin:0}.membership-header__actions{display:flex;align-items:center;gap:10px}.search-input{width:220px;height:36px;padding:0 12px;border:1px solid #dce3df;border-radius:8px;background:#fff;color:#1f2523;font-size:14px}.search-input:focus{outline:none;border-color:#2f9b86}.danger-action{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:32px;padding:0 14px;border:1px solid #f1baba;border-radius:8px;background:#fff;color:#b3261e;font-size:13px;font-weight:600;cursor:pointer}.danger-action:hover{background:#fff5f5}.membership-search{width:280px;height:38px;padding:0 12px;border:1px solid #dce3df;border-radius:8px;font:inherit}.membership-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.membership-form-grid .import-form-grid__wide{grid-column:span 2}.admin-account-form{padding:16px;margin-bottom:16px;border:1px solid #dce3df;border-radius:10px;background:#f7faf8}.admin-account-form h3{margin:0 0 12px}.admin-account-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:12px}.admin-account-form label{display:grid;gap:6px;font-size:13px;color:#45514c}.admin-account-form input,.admin-account-form select{height:36px;padding:0 10px;border:1px solid #dce3df;border-radius:8px;background:#fff;color:#1f2523;font:inherit}.admin-account-form input:disabled{background:#eef1ef;color:#75817c}.form-error{margin:0 0 10px;color:#b3261e;font-size:13px}.form-hint{margin:0 0 12px;color:#75817c;font-size:13px}.permission-grid{margin:0 0 12px;padding:12px;border:1px solid #dce3df;border-radius:8px}.permission-grid legend{padding:0 6px;font-size:13px;color:#45514c}.permission-grid label{display:flex;align-items:center;gap:8px;margin-bottom:8px}.permission-grid input[type=checkbox]{width:16px;height:16px;padding:0}.book-cover-thumb{width:48px;height:64px;object-fit:cover;border-radius:4px;display:block}.book-cover-placeholder{width:48px;height:64px;border-radius:4px;display:grid;place-items:center;background:#edf0ed;color:#75817c;font-size:12px;text-align:center}.book-modal.modal{width:min(760px,calc(100% - 80px));max-height:calc(100vh - 80px);margin:auto}.book-modal .modal__body{padding:32px 48px 40px;overflow-y:auto}.book-modal__form{display:grid;gap:18px}.book-modal__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.book-modal__form .form-field{margin:0}.book-modal__form .form-field textarea{min-height:80px}.book-modal__attachment-upload{display:flex;align-items:center;justify-content:center;min-height:120px;margin-top:8px;border:1px dashed #c7d0ca;border-radius:8px;padding:16px;color:#56625e;font-size:13px;cursor:pointer;text-align:center;transition:border-color .15s ease,background .15s ease}.book-modal__attachment-upload--active,.book-modal__attachment-upload:hover{border-color:#2f9b86;background:#f6fbfb}.book-modal__attachment-upload input{display:none}.book-modal__attachment-content{display:flex;flex-direction:column;align-items:center;gap:6px}.book-modal__attachment-plus{width:40px;height:40px;border-radius:50%;background:#f6f7f6;display:grid;place-items:center;font-size:24px;color:#56625e}.book-modal__attachment-name{color:#1f2523;font-weight:700;word-break:break-all}.book-modal__attachment-title{font-weight:650}.book-modal__attachment-tip{font-size:12px;color:#8a9690}.book-modal__error{display:block;margin-top:6px;color:#b3261e;font-size:13px}.book-modal__tip{display:block;margin-top:6px;color:#8a6d1a;font-size:13px}.book-modal__cover-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:140px;border:1px dashed #c7d0ca;border-radius:8px;padding:16px;color:#56625e;font-size:13px;cursor:pointer;text-align:center;transition:border-color .15s ease,background .15s ease}.book-modal__cover-upload--active,.book-modal__cover-upload:hover{border-color:#2f9b86;background:#f6fbfb}.book-modal__cover-upload input{display:none}.book-modal__cover-upload img{max-width:100%;max-height:160px;border-radius:6px}.book-modal__cover-plus{width:40px;height:40px;border-radius:50%;background:#f6f7f6;display:grid;place-items:center;font-size:24px;color:#56625e}.book-modal__cover-tip{font-size:12px;color:#8a9690}.book-modal__save{width:100%;justify-content:center}@media(max-width:760px){.membership-search{width:100%}.membership-form-grid,.membership-form-grid .import-form-grid__wide{grid-template-columns:1fr}.membership-form-grid .import-form-grid__wide{grid-column:span 1}}.link-button{border:0;background:transparent;color:#2f9b86;font:inherit;font-size:13px;font-weight:700;cursor:pointer;text-decoration:underline;padding:0}.link-button:hover{color:#1e5e51}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;background:#1f252373;padding:24px}.modal{width:min(960px,100%);max-height:80vh;overflow:hidden;background:#fff;border-radius:10px;box-shadow:0 24px 48px #1f25232e;display:flex;flex-direction:column}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e4e8e5}.modal__header h3{margin:0;font-size:17px;line-height:24px}.modal__close{border:0;background:transparent;color:#6f7b76;font-size:24px;line-height:1;cursor:pointer}.content-detail-modal{width:min(560px,calc(100% - 80px));max-height:calc(100vh - 80px)}.modal__body{padding:20px;overflow-y:auto}.content-detail__field{display:flex;gap:16px;padding:12px 0;border-bottom:1px solid #f0f2f1;align-items:flex-start}.content-detail__field:last-child{border-bottom:0}.content-detail__label{width:80px;flex-shrink:0;color:#6f7b76;font-size:14px}.content-detail__value{flex:1;color:#1f2523;font-size:14px;line-height:22px;word-break:break-all}.pagination{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-top:1px solid #e4e8e5;font-size:13px;color:#6f7b76}.pagination__actions{display:flex;align-items:center;gap:10px}.pagination__info{min-width:40px;text-align:center}.filter-select{min-height:34px;padding:6px 12px;border:1px solid #d5dbd7;border-radius:8px;background:#fff;color:#1f2523;font-size:14px;cursor:pointer}.filter-select:focus{outline:none;border-color:#2f9b86}.survey-modal{width:min(560px,calc(100% - 80px));max-height:calc(100vh - 80px)}.survey-modal .modal__body{padding:24px}.audit-stats{display:flex;flex-direction:column;gap:10px}.audit-stats__row{display:grid;grid-template-columns:minmax(160px,220px) 1fr 48px;align-items:center;gap:12px;font-size:13px}.audit-stats__reason{color:#43505f;overflow-wrap:anywhere}.audit-stats__track{height:10px;border-radius:999px;background:#eef2f5;overflow:hidden}.audit-stats__bar{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#f2b8b5,#e35d6a)}.audit-stats__count{text-align:right;font-weight:600;color:#1f2a37}.service-monitor-toggle{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#4b5563}.service-monitor-refresh{padding:6px 14px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#1f2a37;font-size:13px;cursor:pointer}.service-monitor-refresh:disabled{opacity:.6;cursor:default}.service-monitor-updated{margin:0 0 12px;font-size:12px;color:#6b7280}.service-monitor-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.service-monitor-tile{border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px;background:#fff}.service-monitor-tile[data-status=down]{border-color:#fca5a5;background:#fef2f2}.service-monitor-tile[data-status=unknown]{border-color:#fcd34d}.service-monitor-tile__header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.service-monitor-tile__header h3{margin:0;font-size:15px;color:#1f2a37}.service-monitor-tile__details{margin:0;display:grid;gap:6px}.service-monitor-tile__details div{display:flex;justify-content:space-between;gap:12px;font-size:13px}.service-monitor-tile__details dt{color:#6b7280}.service-monitor-tile__details dd{margin:0;color:#1f2a37;word-break:break-all;text-align:right}.service-monitor-tile__error{margin:10px 0 0;font-size:13px;color:#b91c1c}.kh-section{margin:24px 0}.kh-section__title{margin:0 0 12px;font-size:16px;font-weight:650;color:#1f2523}.kh-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.kh-card{padding:16px;background:#fff;border:1px solid #e4e8e5;border-radius:8px;box-shadow:0 12px 28px #2736310a;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.kh-card:hover{border-color:#cbe8de;box-shadow:0 12px 32px #27363114}.kh-card__title{margin:0 0 8px;font-size:15px;font-weight:650;color:#1f2523}.kh-card__meta{margin:0 0 8px;font-size:13px;color:#6f7b76}.kh-card__body{margin:0;font-size:14px;line-height:1.5;color:#3f4c48;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.kh-tag{display:inline-flex;align-items:center;padding:4px 10px;margin:0 8px 8px 0;background:#f0f4f2;border-radius:6px;font-size:13px;color:#3f4c48}.kh-list{margin:0;padding-left:18px;font-size:14px;line-height:1.6;color:#3f4c48}.membership-table-wrap{overflow-x:auto;border:1px solid #e4e8e5;border-radius:8px}.membership-table{width:100%;min-width:1100px;border-collapse:collapse;white-space:nowrap;font-size:14px}.membership-table th,.membership-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #f0f2f1;vertical-align:middle}.membership-table th{background:#f7faf8;color:#4f5b55;font-weight:600}.membership-table tbody tr:last-child td{border-bottom:0}.membership-table th:nth-child(2),.membership-table td:nth-child(2){width:200px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-table-wrap{overflow-x:auto;border:1px solid #e4e8e5;border-radius:8px}.data-table{width:100%;border-collapse:collapse;white-space:nowrap;font-size:14px}.data-table th,.data-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #f0f2f1;vertical-align:middle;overflow:hidden;text-overflow:ellipsis}.data-table th{background:#f7faf8;color:#4f5b55;font-weight:600}.data-table tbody tr:last-child td{border-bottom:0}.data-table th:last-child,.data-table td:last-child,.membership-table th:last-child,.membership-table td:last-child,.reader-table th:last-child,.reader-table td:last-child,.online-book-table th:last-child,.online-book-table td:last-child,.member-book-table th:last-child,.member-book-table td:last-child,.membership-level-table th:last-child,.membership-level-table td:last-child{position:sticky;right:0;background:#fff;box-shadow:-2px 0 4px #0000000d;z-index:1}.data-table th:last-child,.membership-table th:last-child,.reader-table th:last-child,.online-book-table th:last-child,.member-book-table th:last-child,.membership-level-table th:last-child{background:#f7faf8;z-index:2}.membership-detail-btn{padding:4px 12px;border:1px solid #2f9b86;border-radius:6px;background:#fff;color:#2f9b86;font-size:13px;font-weight:600;cursor:pointer}.membership-detail-btn:disabled{border-color:#c5d1cc;color:#8a9a93;background:#f5f7f6;cursor:not-allowed}.membership-filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.membership-filter{height:38px;padding:0 12px;border:1px solid #dce3df;border-radius:8px;background:#fff;font:inherit}.data-filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:16px}.data-filter{height:38px;padding:0 12px;border:1px solid #dce3df;border-radius:8px;background:#fff;font:inherit;color:#1f2523;font-size:14px;min-width:120px}.data-filter:focus{outline:none;border-color:#2f9b86}.data-filter--search{min-width:280px}.membership-actions{display:flex;align-items:center;gap:8px}.membership-detail-btn.danger{border-color:#f1baba;color:#b3261e}.membership-detail-btn.danger:hover{background:#fff5f5}.membership-bulk-bar{display:flex;align-items:center;gap:10px;padding:10px 12px;margin-bottom:12px;background:#f7faf8;border:1px solid #e4e8e5;border-radius:8px;flex-wrap:wrap}.membership-bulk-bar span{font-size:14px;color:#4f5b55}.membership-modal-tabs{display:flex;border-bottom:1px solid #e4e8e5}.membership-modal-tabs button{padding:10px 16px;border:none;background:transparent;color:#6f7b76;font-size:14px;cursor:pointer}.membership-modal-tabs button.active{color:#2f9b86;border-bottom:2px solid #2f9b86}.membership-subscription-actions{grid-column:span 2;display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:12px;border:1px solid #e4e8e5;border-radius:8px;background:#f7faf8}.membership-subscription-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.membership-subscription-row label{display:flex;align-items:center;gap:8px;font-size:14px;color:#1f2523}.membership-subscription-row input,.membership-subscription-row select{height:34px;padding:0 8px;border:1px solid #dce3df;border-radius:6px;background:#fff;font:inherit}.membership-audit-log{padding:20px}.membership-audit-log ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.membership-audit-log li{padding:12px;border:1px solid #e4e8e5;border-radius:8px;background:#f7faf8;font-size:13px}.membership-audit-log pre{margin:8px 0 0;padding:8px;background:#fff;border-radius:6px;overflow-x:auto;font-size:12px}.membership-pagination span{align-self:center;color:#6f7b76;font-size:14px}.membership-page-info{padding:8px 12px;font-size:13px;color:#6f7b76}.membership-pagination{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.membership-pagination button{padding:8px 16px;border:1px solid #dce3df;border-radius:8px;background:#fff;color:#1f2523;font-size:13px;cursor:pointer}.membership-pagination button:disabled{opacity:.5;cursor:default}.membership-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;background:#1f252373;padding:24px}.membership-modal-content{width:min(560px,calc(100% - 80px));max-height:calc(100vh - 80px);overflow-y:auto;background:#fff;border-radius:10px;box-shadow:0 24px 48px #1f25232e;display:flex;flex-direction:column}.membership-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e4e8e5}.membership-modal-header h3{margin:0;font-size:17px;line-height:24px}.membership-modal-close{border:0;background:transparent;color:#6f7b76;font-size:24px;line-height:1;cursor:pointer}.membership-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:20px}.membership-detail-grid>div:not(.membership-subscription-actions){display:flex;flex-direction:column;gap:4px}.membership-detail-grid strong{color:#6f7b76;font-size:12px;font-weight:600}.membership-detail-grid span{color:#1f2523;font-size:14px;word-break:break-all}.reader-table-wrap{overflow-x:auto;border:1px solid #e4e8e5;border-radius:8px}.reader-table{width:100%;min-width:1200px;border-collapse:collapse;white-space:nowrap;font-size:14px}.reader-table th,.reader-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #f0f2f1;vertical-align:middle;overflow:hidden;text-overflow:ellipsis}.reader-table th{background:#f7faf8;color:#4f5b55;font-weight:600}.reader-table tbody tr:last-child td{border-bottom:0}.reader-actions{display:flex;align-items:center;gap:8px}.reader-detail-btn{padding:4px 12px;border:1px solid #2f9b86;border-radius:6px;background:#fff;color:#2f9b86;font-size:13px;font-weight:600;cursor:pointer}.reader-detail-btn:hover{background:#e8f5f1}.membership-modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:16px 20px;border-top:1px solid #f0f2f1}.form-success{padding:10px 12px;margin-bottom:12px;background:#e8f5f1;border:1px solid #b8e0d4;border-radius:6px;color:#2f9b86;font-size:14px}.status-tag--gray{background:#f0f2f1;color:#8a9390}.online-book-table-wrap{overflow-x:auto;border:1px solid #e4e8e5;border-radius:8px}.online-book-table{width:100%;min-width:1000px;border-collapse:collapse;white-space:nowrap;font-size:14px}.online-book-table th,.online-book-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #f0f2f1;vertical-align:middle;overflow:hidden;text-overflow:ellipsis}.online-book-table th{background:#f7faf8;color:#4f5b55;font-weight:600}.online-book-table tbody tr:last-child td{border-bottom:0}.online-book-actions{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.gutenberg-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.gutenberg-filters>input,.gutenberg-filters>select{width:auto;min-width:120px;max-width:180px;flex:0 0 auto}.gutenberg-filters>select option{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.online-book-actions .secondary-action,.online-book-actions .primary-action{padding:4px 8px;font-size:12px}.reader-edit-form{display:flex;flex-direction:column;gap:16px}.member-book-table-wrap{overflow-x:auto;border:1px solid #e4e8e5;border-radius:8px}.member-book-table{width:100%;min-width:1000px;border-collapse:collapse;white-space:nowrap;font-size:14px}.member-book-table th,.member-book-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #f0f2f1;vertical-align:middle;overflow:hidden;text-overflow:ellipsis}.member-book-table th{background:#f7faf8;color:#4f5b55;font-weight:600}.member-book-table tbody tr:last-child td{border-bottom:0}.reader-edit-form .form-field{gap:8px}.membership-level-table-wrap{overflow-x:auto;border:1px solid #e4e8e5;border-radius:8px}.membership-level-table{width:100%;min-width:1600px;border-collapse:collapse;table-layout:fixed;white-space:nowrap;font-size:14px}.membership-level-table th:nth-child(12),.membership-level-table td:nth-child(12){width:160px}.membership-level-table th:nth-child(13),.membership-level-table td:nth-child(13){width:220px}.membership-level-table .reader-actions{flex-wrap:nowrap}.membership-level-actions{width:160px;min-width:160px;max-width:160px}.membership-level-actions .reader-actions{display:flex;align-items:center;gap:6px;flex-wrap:nowrap}.membership-level-actions .reader-actions button,.membership-level-actions .reader-actions .secondary-action{white-space:nowrap;flex-shrink:0;padding:4px 8px;font-size:12px}.membership-level-table .reader-actions .secondary-action{padding:4px 8px;font-size:12px}.membership-level-table th,.membership-level-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #f0f2f1;vertical-align:middle;overflow:hidden;text-overflow:ellipsis}.membership-level-table th{background:#f7faf8;color:#4f5b55;font-weight:600}.membership-level-table tbody tr:last-child td{border-bottom:0}.membership-level-remark{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.membership-detail-full{grid-column:span 2}.membership-modal-body{padding:20px;max-height:70vh;overflow-y:auto}.membership-modal-section{padding:16px 20px;border-top:1px solid #f0f2f1}.membership-modal-section h4{margin:0 0 10px;font-size:15px;color:#2f3a35}.membership-subscription-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto}.membership-subscription-list li{padding:10px 12px;background:#f7faf8;border-radius:6px;font-size:13px;display:flex;flex-wrap:wrap;gap:12px}.membership-subscription-list li span{color:#5a665f}.form-field-hint{font-size:12px;color:#8a9a93;margin-top:4px}.badge-modal{width:min(560px,calc(100% - 48px))}.badge-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.badge-form-grid .form-field{min-width:0}.badge-icon-preview{display:flex;align-items:center;gap:12px;padding:12px;background:#f8f9f8;border:1px dashed #dce3df;border-radius:8px;margin-top:8px}.badge-icon-preview img{width:48px;height:48px;object-fit:contain;border-radius:8px}.modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 20px;border-top:1px solid #e4e8e5}.billing-plan-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.billing-plan-form .form-field--inline{grid-column:span 2}.billing-plan-actions{grid-column:span 2;display:flex;gap:12px;padding-top:8px}
