.tool-page{padding:2.5rem 0 4rem}.container--wide{max-width:1100px;margin:0 auto;padding:0 1.5rem}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem}.page-header h1{font-size:2rem;color:var(--color-primary, #2b6cb0);margin-bottom:.5rem}.intro{font-size:1.05rem;line-height:1.7;color:var(--color-text-secondary, #4a5568);max-width:100%}.btn{padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;border:none;transition:all .15s;white-space:nowrap}.btn--outline{background:#fff;color:var(--color-text, #1a202c);border:1px solid var(--color-border, #e2e8f0)}.btn--outline:hover{border-color:var(--color-primary, #2b6cb0);color:var(--color-primary, #2b6cb0)}.btn--sm{padding:.3rem .7rem;font-size:.8rem}.toolbar{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.search-box{flex:1;min-width:200px}.search-box input{width:100%;padding:.55rem .85rem;border:1px solid var(--color-border, #e2e8f0);border-radius:6px;font-size:.9rem}.search-box input:focus{outline:none;border-color:var(--color-primary, #2b6cb0);box-shadow:0 0 0 3px #2b6cb01a}.filters{display:flex;gap:.5rem}.filters select{padding:.55rem .85rem;border:1px solid var(--color-border, #e2e8f0);border-radius:6px;font-size:.85rem;background:#fff;cursor:pointer}.filters select:focus{outline:none;border-color:var(--color-primary, #2b6cb0)}.stats-bar{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.stat-chip{display:flex;align-items:center;gap:.4rem;padding:.35rem .75rem;background:var(--color-bg-alt, #f7fafc);border:1px solid var(--color-border, #e2e8f0);border-radius:20px;font-size:.8rem;color:var(--color-text-secondary, #4a5568)}.stat-chip strong{color:var(--color-text, #1a202c)}.table-wrapper{overflow-x:auto;margin-bottom:2rem;border:1px solid var(--color-border, #e2e8f0);border-radius:12px;box-shadow:0 2px 12px #0000000a;background:#fff}#register-table{width:100%;border-collapse:collapse;font-size:.9rem}#register-table thead{background:linear-gradient(180deg,#f8fafc,#edf2f7)}#register-table th{text-align:left;padding:.85rem 1.15rem;font-weight:700;color:var(--color-text-secondary, #4a5568);font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;border-bottom:2px solid var(--color-border, #e2e8f0);white-space:nowrap}#register-table th.sortable{cursor:pointer;user-select:none;transition:color .15s}#register-table th.sortable:hover{color:var(--color-primary, #2b6cb0)}.sort-icon:after{content:"↕";opacity:.25;margin-left:.3rem;font-size:.85em}th.sort-asc .sort-icon:after{content:"↑";opacity:1;color:var(--color-primary, #2b6cb0)}th.sort-desc .sort-icon:after{content:"↓";opacity:1;color:var(--color-primary, #2b6cb0)}#register-table td{padding:.9rem 1.15rem;border-bottom:1px solid #cbd5e0;color:var(--color-text, #1a202c);vertical-align:top}#register-table tbody tr:last-child td{border-bottom:none}#register-table tr{transition:background .1s}#register-table tr:hover td{background:#f7fafd}.cell-name{font-weight:700;cursor:pointer;color:var(--color-primary, #2b6cb0);font-size:.95rem;transition:color .15s}.cell-name:hover{color:var(--color-primary-dark, #2c5282);text-decoration:underline;text-underline-offset:2px}.cell-purpose{font-size:.8rem;color:var(--color-text-secondary, #718096);margin-top:.25rem;line-height:1.4}.cell-provider{color:var(--color-text-secondary, #4a5568);font-size:.88rem}.cell-department{font-size:.88rem}.cell-date{font-size:.85rem;color:var(--color-text-secondary, #718096);font-variant-numeric:tabular-nums}.badge{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .65rem;border-radius:6px;font-size:.78rem;font-weight:600;white-space:nowrap;letter-spacing:.01em}.badge:before{content:"";width:7px;height:7px;border-radius:50%;flex-shrink:0}.badge--unacceptable{background:#fff5f5;color:#c53030}.badge--unacceptable:before{background:#c53030}.badge--high{background:#fffaf0;color:#c05621}.badge--high:before{background:#dd6b20}.badge--limited{background:ivory;color:#975a16}.badge--limited:before{background:#d69e2e}.badge--minimal{background:#f0fff4;color:#276749}.badge--minimal:before{background:#38a169}.badge--unknown{background:#f7fafc;color:#718096}.badge--unknown:before{background:#a0aec0}.badge--active{background:#f0fff4;color:#276749}.badge--active:before{background:#38a169}.badge--pilot{background:#ebf8ff;color:#2b6cb0}.badge--pilot:before{background:#4299e1}.badge--planned{background:#f7fafc;color:#718096}.badge--planned:before{background:#a0aec0}.badge--retired{background:#f7fafc;color:#a0aec0}.badge--retired:before{background:#cbd5e0}.empty-state{text-align:center;padding:3rem 1rem;color:var(--color-text-secondary, #4a5568)}.empty-state p{margin-bottom:1rem}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:#fff;border-radius:12px;width:100%;max-width:640px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000026}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border, #e2e8f0)}.modal-header h2{font-size:1.2rem;margin:0;color:var(--color-text, #1a202c)}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--color-text-secondary, #4a5568);padding:0;line-height:1}.modal-body{padding:1.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid var(--color-border, #e2e8f0)}.detail-section{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-border, #e2e8f0)}.detail-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.detail-section-title{font-size:.8rem;font-weight:700;color:var(--color-primary, #2b6cb0);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .6rem}.detail-table{width:100%;border-collapse:collapse;font-size:.9rem}.detail-table td{padding:.45rem 0;vertical-align:top;border-bottom:1px solid #f0f4f8;color:var(--color-text, #1a202c)}.detail-table tr:last-child td{border-bottom:none}.detail-table .detail-label{width:40%;font-size:.85rem;font-weight:600;color:var(--color-text-secondary, #4a5568);padding-right:1rem;white-space:nowrap}.detail-notes{font-size:.9rem;line-height:1.6;color:var(--color-text, #1a202c);margin:0}.detail-link{color:var(--color-primary, #2b6cb0);text-decoration:none;word-break:break-all}.detail-link:hover{text-decoration:underline}.hint{font-size:.85rem;color:var(--color-text-secondary, #4a5568);line-height:1.6}.hint a{color:var(--color-primary, #2b6cb0)}.hidden{display:none!important}@media(max-width:768px){.page-header{flex-direction:column;gap:1rem}.toolbar{flex-direction:column}.filters{flex-wrap:wrap}.detail-table .detail-label{white-space:normal;width:45%}.stats-bar{gap:.5rem}}
