:root{--primary:#693fe9;--primary-dark:#5835c7;--primary-light:#7c4dff;--primary-hover:#7548eb;--accent-purple:#693fe9;--accent-pink:#ec4899;--accent-cyan:#06b6d4;--accent-emerald:#10b981;--accent-amber:#f59e0b;--accent-rose:#f43f5e;--black:#0f172a;--white:#fefeff;--pure-white:#fff;--soft-gray:#f1f5f9;--border-light:#e2e8f0;--text-dark:#1e293b;--text-light:#64748b;--text-muted:#94a3b8;--gradient-primary:linear-gradient(135deg,#693fe9,#7c4dff)}.extension-tab-content{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;line-height:1.5;color:var(--text-dark);background:var(--soft-gray);padding:12px}.extension-tab-content .card{background:var(--pure-white);border-radius:16px;padding:16px;margin-bottom:12px;border:none;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:all .2s ease}.extension-tab-content .card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}.extension-tab-content .card h4{margin:0 0 12px;font-size:14px;font-weight:600;color:var(--text-dark);display:flex;align-items:center;gap:8px}.extension-tab-content .form-group{margin-bottom:12px}.extension-tab-content .form-group label{display:block;margin-bottom:6px;font-weight:500;color:var(--text-dark);font-size:12px}.extension-tab-content input[type=number],.extension-tab-content input[type=text],.extension-tab-content select,.extension-tab-content textarea{width:100%;padding:10px 12px;border-radius:8px;border:1.5px solid var(--border-light);background:var(--pure-white);color:var(--text-dark);box-sizing:border-box;font-size:12px;transition:all .2s ease;font-family:inherit}.extension-tab-content input:focus,.extension-tab-content select:focus,.extension-tab-content textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(105,63,233,.1)}.extension-tab-content .action-button,.extension-tab-content .start-button{background:var(--gradient-primary);color:#fff;border:none;padding:10px 16px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s ease;box-shadow:0 2px 8px rgba(105,63,233,.3)}.extension-tab-content .action-button:hover,.extension-tab-content .start-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(105,63,233,.4)}.extension-tab-content .stop-button{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;padding:10px 16px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;box-shadow:0 2px 8px rgba(239,68,68,.3)}.extension-tab-content .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));grid-gap:8px;gap:8px}.extension-tab-content .stat-item{background:var(--soft-gray);padding:12px 8px;border-radius:10px;text-align:center}.extension-tab-content .stat-value{display:block;font-size:18px;font-weight:700;color:var(--primary);line-height:1.2}.extension-tab-content .stat-label{display:block;font-size:10px;color:var(--text-muted);margin-top:2px;font-weight:500}.extension-tab-content .activity-box{background:var(--soft-gray);border-radius:10px;padding:12px;margin-bottom:8px;display:flex;align-items:center;justify-content:space-between}.extension-tab-content .progress-bar{height:6px;background:var(--border-light);border-radius:3px;overflow:hidden}.extension-tab-content .progress-fill{height:100%;background:var(--gradient-primary);border-radius:3px;transition:width .3s ease}.extension-tab-content input[type=range]{width:100%;height:6px;border-radius:3px;background:var(--border-light);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.extension-tab-content input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:var(--primary);cursor:pointer;box-shadow:0 2px 6px rgba(105,63,233,.4)}.extension-tab-content .toggle-switch{position:relative;width:40px;height:22px;background:var(--border-light);border-radius:11px;cursor:pointer;transition:background .2s ease}.extension-tab-content .toggle-switch.active{background:var(--primary)}.extension-tab-content .toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.2)}.extension-tab-content .toggle-switch.active:after{transform:translateX(18px)}.extension-tab-content table{width:100%;border-collapse:collapse;font-size:11px}.extension-tab-content td,.extension-tab-content th{padding:8px 10px;text-align:left;border-bottom:1px solid var(--border-light)}.extension-tab-content th{background:var(--soft-gray);font-weight:600;color:var(--text-dark)}.extension-tab-content tr:hover td{background:rgba(105,63,233,.03)}.extension-tab-content .badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:12px;font-size:10px;font-weight:600}.extension-tab-content .badge-success{background:rgba(16,185,129,.1);color:#10b981}.extension-tab-content .badge-warning{background:rgba(245,158,11,.1);color:#f59e0b}.extension-tab-content .badge-danger{background:rgba(239,68,68,.1);color:#ef4444}.extension-tab-content .badge-primary{background:rgba(105,63,233,.1);color:#693fe9}.extension-tab-content .accordion-header{cursor:pointer;font-weight:600;display:flex;justify-content:space-between;align-items:center;padding:12px 14px;background:var(--soft-gray);border-radius:10px;font-size:12px;transition:all .2s ease}.extension-tab-content .accordion-header:hover{background:var(--border-light)}.extension-tab-content .accordion-content{padding:12px;margin-top:8px}.extension-tab-content .section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--border-light)}.extension-tab-content .section-title{font-size:13px;font-weight:600;color:var(--text-dark);display:flex;align-items:center;gap:6px}.extension-tab-content .status-log{background:var(--gradient-primary);color:#fff;padding:10px 14px;border-radius:10px;font-size:11px;display:flex;align-items:center;gap:8px;margin-bottom:12px;box-shadow:0 2px 8px rgba(105,63,233,.3)}.extension-tab-content .limit-item{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--border-light)}.extension-tab-content .limit-item:last-child{border-bottom:none}.extension-tab-content .limit-label{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-dark)}.extension-tab-content .limit-value{font-size:12px;font-weight:600;color:var(--primary)}.extension-tab-content::-webkit-scrollbar{width:6px}.extension-tab-content::-webkit-scrollbar-track{background:var(--soft-gray)}.extension-tab-content::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}.extension-tab-content::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.extension-tab-content input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.extension-tab-content .two-column{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.extension-tab-content .three-column{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}@keyframes pulse-glow{0%,to{box-shadow:0 0 0 0 rgba(105,63,233,.4)}50%{box-shadow:0 0 0 8px rgba(105,63,233,0)}}.extension-tab-content .pulse{animation:pulse-glow 2s infinite}.extension-tab-content .empty-state{text-align:center;padding:30px 20px;color:var(--text-muted)}.extension-tab-content .empty-state svg{margin-bottom:12px;opacity:.5}