#tm-sidebar,#tm-sidebar * {box-sizing: border-box;margin: 0;padding: 0;}#tm-sidebar {position: fixed;top: 0;left: 0;width: 64px;height: 100vh;background: #0b0b0c;border-right: 1px solid rgba(255,255,255,.07);z-index: 99999;display: flex;flex-direction: column;align-items: center;padding: 14px 0;overflow: hidden;transition: width .22s ease;font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;}#tm-sidebar.open {width: 228px;align-items: flex-start;}body {margin-left: 64px !important;transition: margin-left .22s ease;}body.tm-open {margin-left: 228px !important;}.tm-logo-row {width: 64px;height: 54px;display: flex;align-items: center;justify-content: center;flex-shrink: 0;}#tm-sidebar.open .tm-logo-row {width: 228px;justify-content: flex-start;padding: 0 18px;}.tm-logo-icon {display: flex;align-items: center;justify-content: center;}.tm-logo-icon img {width: 31px;height: 31px;object-fit: contain;display: block;}.tm-logo-full {display: none;width: 140px;height: auto;object-fit: contain;}#tm-sidebar.open .tm-logo-icon {display: none;}#tm-sidebar.open .tm-logo-full {display: block;}.tm-toggle {width: 64px;height: 38px;border: 0;background: transparent;color: #6b7280;cursor: pointer;display: flex;align-items: center;justify-content: center;margin: 8px 0;}#tm-sidebar.open .tm-toggle {width: 228px;justify-content: flex-start;padding-left: 18px;}.tm-toggle svg {width: 18px;height: 18px;stroke: currentColor;stroke-width: 1.7;fill: none;}.tm-toggle:hover {color: #ffffff;}.tm-hr {width: 32px;height: 1px;background: rgba(255,255,255,.08);margin: 10px 0;}#tm-sidebar.open .tm-hr {width: 180px;margin-left: 18px;}.tm-section-lbl {display: none;font-size: 10px;color: #6b7280;text-transform: uppercase;letter-spacing: .12em;padding: 8px 18px 6px;}#tm-sidebar.open .tm-section-lbl {display: block;}.tm-ni {width: 64px;height: 42px;display: flex;align-items: center;justify-content: center;text-decoration: none;border-radius: 14px;color: #9ca3af;position: relative;transition:background .14s ease,color .14s ease;}#tm-sidebar.open .tm-ni {width: 212px;justify-content: flex-start;padding: 0 16px;gap: 13px;margin-left: 8px;}.tm-ni:hover {background: rgba(255,255,255,.06);color: #ffffff;}.tm-ni.tm-active {background: rgba(255,255,255,.10);color: #ffffff;}.tm-ni svg {width: 18px;height: 18px;stroke: currentColor;stroke-width: 1.7;fill: none;flex-shrink: 0;}.tm-ni-label {display: none;font-size: 13px;font-weight: 500;white-space: nowrap;}#tm-sidebar.open .tm-ni-label {display: block;}.tm-tooltip {position: absolute;left: 72px;top: 50%;transform: translateY(-50%);background: #18181b;color: #ffffff;font-size: 11px;padding: 6px 10px;border-radius: 8px;white-space: nowrap;opacity: 0;pointer-events: none;border: 1px solid rgba(255,255,255,.08);z-index: 100000;}#tm-sidebar:not(.open) .tm-ni:hover .tm-tooltip {opacity: 1;}.tm-sb-foot {display: none !important;}@media (max-width: 900px) {#tm-sidebar {position: relative;width: 100%;height: auto;flex-direction: row;padding: 10px 12px;gap: 8px;overflow-x: auto;overflow-y: hidden;border-right: 0;border-bottom: 1px solid rgba(255,255,255,.08);}#tm-sidebar.open {width: 100%;}body,body.tm-open {margin-left: 0 !important;}.tm-logo-row,.tm-toggle,.tm-hr,.tm-section-lbl,.tm-tooltip {display: none !important;}.tm-ni,#tm-sidebar.open .tm-ni {width: auto;height: 36px;margin-left: 0;padding: 0 14px;border-radius: 999px;background: rgba(255,255,255,.05);border: 1px solid rgba(255,255,255,.08);flex-shrink: 0;}.tm-ni svg {display: none;}.tm-ni-label {display: block !important;font-size: 12px;color: #d1d5db;}.tm-ni.tm-active {background: #ffffff;color: #000000;}.tm-ni.tm-active .tm-ni-label {color: #000000;}}