*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:14px;color:#1a1a1a;background:#f4f5f7}.layout{display:flex;flex-direction:column;min-height:100vh}.topbar{background:#003f87;color:#fff;height:52px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;box-shadow:0 1px 4px #00000040}.topbar-title{font-size:15px;font-weight:600;letter-spacing:.2px}.topbar-user{display:flex;align-items:center;gap:16px}.topbar-displayname{font-size:13px;opacity:.85}.topbar-signout{color:#fff;font-size:13px;opacity:.7;text-decoration:none}.topbar-signout:hover{opacity:1;text-decoration:underline}.content{flex:1;padding:24px;max-width:1440px;margin:0 auto;width:100%}.table-bar{margin-bottom:10px;display:flex;align-items:center;justify-content:space-between}.table-count{font-size:12px;color:#666}.btn-refresh{background:none;border:1px solid #d1d5db;border-radius:4px;color:#555;font-size:16px;line-height:1;padding:3px 8px;cursor:pointer;transition:transform .3s ease}.btn-refresh:hover:not(:disabled){background:#f4f5f7;color:#003f87;border-color:#003f87}.btn-refresh:disabled{opacity:.5;cursor:not-allowed}.btn-refresh-spinning{animation:spin .7s linear infinite}.table-wrap{overflow-x:auto;background:#fff;border-radius:6px;box-shadow:0 1px 3px #00000014}.app-table{width:100%;border-collapse:collapse}.app-table th{text-align:left;padding:10px 14px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#666;border-bottom:2px solid #e9eaec;background:#fafbfc;white-space:nowrap}.app-table td{padding:10px 14px;border-bottom:1px solid #f1f2f4;vertical-align:middle}.app-table tr:last-child td{border-bottom:none}.app-table tbody tr:hover td{background:#f8f9fb}.col-name{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.col-cid{width:130px}.cid-wrap{display:flex;align-items:center;gap:4px}.cid-text{font-size:13px;color:#444;max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.btn-copy{background:none;border:none;cursor:pointer;color:#aaa;font-size:13px;padding:0 2px;line-height:1;flex-shrink:0}.btn-copy:hover{color:#3b7de9}.col-tapp{white-space:nowrap;width:110px;min-width:110px}.env-badge{display:inline-block;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600;white-space:nowrap}.env-prod{background:#dbeafe;color:#1d4ed8}.env-qa{background:#fef3c7;color:#b45309}.secret-hint{font-size:12px;color:#333}.cell-loading,.cell-empty{font-size:12px;color:#aaa}.cell-spa{font-size:12px;color:#aaa;font-style:italic}.cell-contact{font-size:11px;color:#999}.cell-contact a{color:#999;text-decoration:none}.cell-contact a:hover{color:#003f87;text-decoration:underline}.row-secondary td{background:#f8f9fb;border-top:none;padding-top:5px;padding-bottom:5px}.row-secondary td:first-child{padding-left:28px;border-left:3px solid #e2e8f0}.expiry-badge{display:inline-block;padding:2px 8px;border-radius:10px;font-size:12px;font-weight:500;white-space:nowrap}.expiry-days{font-size:10px;font-weight:400;opacity:.75;margin-left:2px}.expiry-expired{background:#fee2e2;color:#b91c1c}.expiry-critical{background:#b91c1c;color:#fff}.expiry-warning{background:#fef3c7;color:#b45309}.expiry-ok{background:#dcfce7;color:#166534}.expiry-unknown{color:#aaa}.kv-link{color:#003f87;font-size:12px;text-decoration:none;white-space:nowrap}.kv-link:hover{text-decoration:underline}.kv-na{color:#bbb;font-size:12px}.btn-renew{background:#003f87;color:#fff;border:none;border-radius:4px;padding:5px 14px;font-size:12px;font-weight:500;cursor:pointer;white-space:nowrap}.btn-renew:hover:not(:disabled){background:#002d63}.btn-renew:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed}.col-actions{display:flex;gap:6px;align-items:center;justify-content:flex-end;white-space:nowrap}.th-action{text-align:right}.expiry-capped{color:#2563eb;font-weight:700;margin-left:1px;cursor:help}.action-btns{display:flex;gap:6px;align-items:center;white-space:nowrap}.delete-slot{display:inline-flex;justify-content:flex-end;min-width:72px}.btn-delete{background:#fff;color:#b45309;border:1px solid #f59e0b;border-radius:4px;padding:5px 12px;font-size:12px;font-weight:500;cursor:pointer;white-space:nowrap}.btn-delete:hover:not(:disabled){background:#fffbeb;border-color:#d97706;color:#92400e}.splash,.page-loading{display:flex;align-items:center;justify-content:center;height:100vh;color:#888;font-size:15px}.page-error{text-align:center;padding:60px;color:#b91c1c}.page-empty{text-align:center;padding:60px;color:#555;line-height:1.8}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal{background:#fff;border-radius:8px;box-shadow:0 20px 60px #00000038;padding:28px 32px;width:100%;max-width:480px;position:relative}.modal-x{position:absolute;top:12px;right:16px;background:none;border:none;font-size:22px;color:#999;cursor:pointer;line-height:1;padding:0}.modal-x:hover{color:#333}.modal-h{font-size:17px;font-weight:600;margin-bottom:14px}.modal-h-success{color:#166534}.modal-h-error{color:#b91c1c}.modal-body{color:#444;line-height:1.5;margin-bottom:10px}.modal-note{font-size:12px;color:#888;margin-bottom:22px}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:22px}.btn-primary{background:#003f87;color:#fff;border:none;border-radius:4px;padding:8px 22px;font-size:13px;font-weight:500;cursor:pointer}.btn-primary:hover{background:#002d63}.btn-danger{background:#dc2626;color:#fff;border:none;border-radius:4px;padding:8px 22px;font-size:13px;font-weight:500;cursor:pointer}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-danger:disabled{background:#e5c2c2;color:#fff;cursor:not-allowed}.btn-secondary{background:transparent;color:#555;border:1px solid #d1d5db;border-radius:4px;padding:8px 22px;font-size:13px;cursor:pointer}.btn-secondary:hover{background:#f4f5f7}.modal-spinner-wrap{text-align:center;padding:24px 0;color:#555}.spinner{width:36px;height:36px;border:3px solid #e5e7eb;border-top-color:#003f87;border-radius:50%;animation:spin .7s linear infinite;margin:0 auto 14px}@keyframes spin{to{transform:rotate(360deg)}}.modal-info{background:#f8f9fb;border-radius:5px;padding:12px 16px;margin-bottom:18px}.modal-info-row{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:13px}.modal-info-row span:first-child{color:#888}.modal-info-row code{font-size:13px;color:#333}.modal-secret-label{font-size:12px;color:#555;font-weight:500;margin-bottom:8px}.modal-secret-box{display:flex;align-items:center;gap:10px;background:#111827;border-radius:5px;padding:11px 14px;margin-bottom:14px}.secret-val{color:#6ee7b7;font-size:11px;word-break:break-all;flex:1}.btn-copy{background:#374151;color:#fff;border:none;border-radius:3px;padding:4px 10px;font-size:11px;cursor:pointer;flex-shrink:0}.btn-copy:hover{background:#1f2937}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000040;z-index:900}.drawer{position:fixed;top:0;right:0;bottom:0;width:360px;max-width:90vw;background:#fff;box-shadow:-4px 0 20px #00000026;z-index:901;display:flex;flex-direction:column;animation:drawer-in .2s ease}@keyframes drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid #e9eaec;gap:12px}.drawer-title{font-size:14px;font-weight:600;color:#1a1a1a;line-height:1.4;word-break:break-word}.drawer-tapp{font-size:12px;color:#888;margin-top:3px}.drawer-close{background:none;border:none;cursor:pointer;color:#999;font-size:16px;line-height:1;padding:2px 4px;flex-shrink:0;margin-top:1px}.drawer-close:hover{color:#333}.drawer-body{padding:20px;overflow-y:auto;flex:1}.drawer-section-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#888;margin-bottom:6px}.drawer-email{font-size:13px;color:#003f87;text-decoration:none;word-break:break-all}.drawer-email:hover{text-decoration:underline}.drawer-empty{font-size:13px;color:#bbb}.drawer-hint{font-size:12px;color:#888;margin-top:8px;line-height:1.5}.drawer-contact{display:flex;flex-direction:column;gap:3px}.drawer-name{font-size:13px;font-weight:500;color:#1a1a1a}.drawer-toc-names{font-size:12px;color:#666;margin-bottom:8px;line-height:1.5}.drawer-toc-list{list-style:none;display:flex;flex-direction:column;gap:6px}.btn-tapp{background:none;border:none;cursor:pointer;color:#003f87;font-size:13px;font-weight:500;padding:0;text-align:left;white-space:nowrap;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:2px}.btn-tapp:hover{color:#002d63;text-decoration-style:solid}.page-error-auth{color:#555;line-height:1.8}.page-error-auth a{color:#003f87}.page-error-auth a:hover{text-decoration:underline}.modal-notice{background:#fffbeb;border-left:3px solid #f59e0b;padding:10px 14px;border-radius:0 4px 4px 0;font-size:12px;color:#78350f;line-height:1.5}.modal-notice-info{background:#f0fdf4;border-left-color:#16a34a;color:#166534}.modal-notice-danger{background:#fef2f2;border-left-color:#dc2626;color:#7f1d1d}.modal-ack-label{display:flex;align-items:center;gap:8px;font-size:12px;color:#555;cursor:pointer;margin-top:12px;padding:8px 0;border-top:1px solid #e5e7eb}.modal-ack-label input[type=checkbox]{cursor:pointer}.modal-field{margin-top:12px}.modal-field label{display:block;font-size:12px;font-weight:600;color:#374151;margin-bottom:4px}.modal-field .modal-optional{font-weight:400;color:#9ca3af}.modal-field select,.modal-field textarea{width:100%;box-sizing:border-box;padding:7px 10px;font-size:13px;border:1px solid #d1d5db;border-radius:4px;font-family:inherit;color:#1a1a1a;background:#fff}.modal-field select:focus,.modal-field textarea:focus{outline:none;border-color:#003f87}.modal-field textarea{resize:vertical}.audit-search{display:flex;gap:8px;align-items:center;margin:8px 0 12px}.audit-input{flex:1;max-width:480px;padding:7px 10px;font-size:13px;border:1px solid #d1d5db;border-radius:4px}.audit-input:focus{outline:none;border-color:#003f87}.audit-table td{font-size:12px;vertical-align:top}.audit-ts{white-space:nowrap;color:#374151}.audit-user{word-break:break-all}.audit-keyid{font-size:11px;color:#6b7280}.audit-detail{color:#6b7280;max-width:280px}.audit-result{font-weight:600;text-transform:capitalize}.audit-result-success{color:#15803d}.audit-result-denied{color:#b45309}.audit-result-failure{color:#dc2626}.tab-strip{display:flex;gap:0;margin-bottom:8px;border-bottom:2px solid #e9eaec}.tab-btn{background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;padding:7px 18px;font-size:13px;font-weight:500;color:#666;cursor:pointer;transition:color .15s,border-color .15s;white-space:nowrap}.tab-btn:hover{color:#003f87}.tab-btn.tab-active{color:#003f87;border-bottom-color:#003f87}.pending-section-header{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#555;padding:8px 14px;background:#f0f4f8;border:1px solid #e1e5ea;border-radius:6px 6px 0 0;border-bottom:none}.pending-section-header-review{background:#fffbeb;border-color:#fde68a;color:#92400e}.pending-review-note{font-size:12px;color:#666;padding:6px 14px 8px;background:#fffbeb;border:1px solid #fde68a;border-bottom:none}.pending-section-review{margin-top:28px}.badge-manual-review{display:inline-block;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600;background:#fef3c7;color:#92400e;border:1px solid #fde68a;white-space:nowrap}
