.tools-panel{box-sizing:border-box;-webkit-font-smoothing:antialiased;background:#f8fafc;width:100%;min-height:100%;padding:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dark.tools-panel{background:#000827}.tools-tabs{border-bottom:1px solid #e5e7eb;gap:.5rem;max-width:600px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;padding-bottom:.75rem;display:flex}.dark .tools-tabs{border-bottom-color:#374151}.tools-tab{color:#6b7280;cursor:pointer;text-transform:uppercase;letter-spacing:.025em;background:0 0;border:none;border-radius:8px;flex:1;padding:.75rem 1rem;font-size:1rem;font-weight:500;transition:all .2s}.tools-tab:hover{color:#374151;background:#f3f4f6}.dark .tools-tab{color:#9ca3af}.dark .tools-tab:hover{color:#e5e7eb;background:#374151}.tools-tab.active{color:#fff;background:#028ae9}.dark .tools-tab.active{background:#60a5fa}.tools-content{width:100%;max-width:600px;margin-left:auto;margin-right:auto}