.tm-page{display:flex;flex-direction:column;min-height:calc(100dvh - 120px);width:100%}.tm-header{display:flex;align-items:center;padding:16px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.tm-title{font-size:20px;font-weight:600;line-height:28px;letter-spacing:-.2px;margin:0}.tm-content{padding:24px 24px 0}.stat-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:16px;gap:16px;width:100%}.stat-box{padding:15px;border-radius:8px;display:flex;flex-direction:column;gap:8px;min-height:80px;transition:all .2s ease}.stat-box:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.stat-label{font-size:14px;font-weight:500;line-height:20px}.stat-value{font-size:32px;font-weight:600;line-height:40px;letter-spacing:-.5px}.tm-controls{display:flex;align-items:center;justify-content:space-between;margin-top:24px;gap:16px}