:root{--primary: #2563eb;--primary-hover: #1d4ed8;--primary-soft: rgba(37, 99, 235, .08);--primary-600: #1e40af;--ring: #2563eb;--bg: #fafafa;--card: #ffffff;--text: #191919;--subtext: #8e8e8e;--border: #ebebeb;--border-hover: #d4d4d4;--shadow: 0 1px 3px rgba(0,0,0,.04), 0 6px 16px rgba(0,0,0,.04);--shadow-soft: 0 1px 2px rgba(0,0,0,.03);--radius: 16px;--radius-sm: 10px;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--sidebar-w: 220px;--topbar-h: 60px}*{box-sizing:border-box}body{font-family:Inter,Montserrat,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#b0b0b0}@keyframes fadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.animate-fadeUp{animation:fadeUp .3s cubic-bezier(.25,.1,.25,1) both}.animate-fadeIn{animation:fadeIn .25s ease both}.shimmer{background:linear-gradient(90deg,#f5f5f5 25%,#ebebeb,#f5f5f5 75%);background-size:200% 100%;animation:shimmer 1.6s infinite;border-radius:8px}.spin{display:inline-block;width:16px;height:16px;border:2px solid #ebebeb;border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}::selection{background:var(--primary-soft);color:var(--text)}@media (max-width: 768px){.desktop-nav{display:none!important}main{padding:0 12px 12px!important}.command-bar{border-radius:10px!important;margin-bottom:12px!important}.source-pills{overflow-x:auto;flex-wrap:nowrap!important;padding-bottom:2px}.source-pills::-webkit-scrollbar{height:0}.browse-controls{gap:4px!important}.browse-controls input{width:110px!important;font-size:11px!important}.browse-controls select{font-size:11px!important;padding:6px 8px!important}.browse-layout{flex-direction:column!important;height:auto!important;overflow:visible!important}.browse-layout>*:first-child{width:100%!important;max-height:160px;flex-shrink:0}.two-col-grid{grid-template-columns:1fr!important}.stat-row{overflow-x:auto;flex-wrap:nowrap!important;-webkit-overflow-scrolling:touch}.stat-row>*{flex-shrink:0;min-width:130px}.replace-grid{grid-template-columns:1fr!important}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}[style*="zIndex: 100000"]>div,[style*="zIndex: 99999"]>div{width:95%!important;max-height:88vh;overflow-y:auto}}@media (max-width: 768px){body{overflow-x:hidden}.animate-fadeUp{overflow-x:hidden;max-width:100%}}
